2024-11-01T16:13:44.2272216Z Current runner version: '2.320.0' 2024-11-01T16:13:44.2279377Z Runner name: 'i-0f7e72c62124cdb30' 2024-11-01T16:13:44.2280033Z Runner group name: 'Default' 2024-11-01T16:13:44.2281809Z Machine name: 'EC2AMAZ-SUNQRVI' 2024-11-01T16:13:44.2300288Z Testing runner upgrade compatibility 2024-11-01T16:13:44.3063219Z ##[group]GITHUB_TOKEN Permissions 2024-11-01T16:13:44.3064904Z Actions: read 2024-11-01T16:13:44.3065323Z Attestations: read 2024-11-01T16:13:44.3065673Z Checks: read 2024-11-01T16:13:44.3066116Z Contents: read 2024-11-01T16:13:44.3066501Z Deployments: read 2024-11-01T16:13:44.3066950Z Discussions: read 2024-11-01T16:13:44.3067356Z Issues: read 2024-11-01T16:13:44.3067740Z Metadata: read 2024-11-01T16:13:44.3068097Z Packages: read 2024-11-01T16:13:44.3068523Z Pages: read 2024-11-01T16:13:44.3068911Z PullRequests: read 2024-11-01T16:13:44.3069280Z RepositoryProjects: read 2024-11-01T16:13:44.3069755Z SecurityEvents: read 2024-11-01T16:13:44.3070288Z Statuses: read 2024-11-01T16:13:44.3070742Z ##[endgroup] 2024-11-01T16:13:44.3073607Z Secret source: Actions 2024-11-01T16:13:44.3074184Z Prepare workflow directory 2024-11-01T16:13:45.8784427Z Prepare all required actions 2024-11-01T16:13:45.8948440Z Getting action download info 2024-11-01T16:13:46.0289693Z Download action repository 'pytorch/test-infra@main' (SHA:49fb39b5efb49007791d74b09885044cd64544bf) 2024-11-01T16:13:47.9403150Z Download action repository 'pytorch/pytorch@main' (SHA:33dce10ece5b38aa0ab76739b658cd980a6e3d8f) 2024-11-01T16:14:05.4585742Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2024-11-01T16:14:05.7496636Z Getting action download info 2024-11-01T16:14:05.9049282Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-11-01T16:14:06.1628784Z Uses: pytorch/pytorch/.github/workflows/_win-build.yml@refs/pull/138766/merge (368da7510f5d755034681777a4e5ae6d33c07b38) 2024-11-01T16:14:06.1631105Z ##[group] Inputs 2024-11-01T16:14:06.1631499Z build-environment: win-vs2019-cpu-py3 2024-11-01T16:14:06.1631910Z cuda-version: cpu 2024-11-01T16:14:06.1632473Z use-xpu: false 2024-11-01T16:14:06.1632762Z vc-year: 2019 2024-11-01T16:14:06.1633046Z build-with-debug: false 2024-11-01T16:14:06.1633366Z sync-tag: win-cpu-build 2024-11-01T16:14:06.1635057Z 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:06.1636778Z runner: windows.4xlarge.nonephemeral 2024-11-01T16:14:06.1637168Z ##[endgroup] 2024-11-01T16:14:06.1637686Z Complete job name: win-vs2019-cpu-py3 / build 2024-11-01T16:14:06.2406218Z ##[group]Run git config --global core.longpaths true 2024-11-01T16:14:06.2406935Z git config --global core.longpaths true 2024-11-01T16:14:06.2407577Z git config --global core.symlinks true 2024-11-01T16:14:06.2408086Z  2024-11-01T16:14:06.2408633Z # https://git-scm.com/docs/git-fsmonitor--daemon. The daemon could lock 2024-11-01T16:14:06.2409648Z # the directory on Windows and prevent GHA from checking out as reported 2024-11-01T16:14:06.2410505Z # in https://github.com/actions/checkout/issues/1018 2024-11-01T16:14:06.2411187Z git config --global core.fsmonitor false 2024-11-01T16:14:06.2435180Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:14:06.2435971Z env: 2024-11-01T16:14:06.2436452Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:14:06.2436910Z ##[endgroup] 2024-11-01T16:14:06.4015691Z ##[group]Run pytorch/test-infra/.github/actions/cleanup-runner@main 2024-11-01T16:14:06.4016417Z env: 2024-11-01T16:14:06.4016660Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:14:06.4016975Z ##[endgroup] 2024-11-01T16:14:06.8668367Z ##[group]Run # This needs to be run before checking out PyTorch to avoid locking the working directory. 2024-11-01T16:14:06.8669512Z # This needs to be run before checking out PyTorch to avoid locking the working directory. 2024-11-01T16:14:06.8670583Z # Below is the list of commands that could lock $GITHUB_WORKSPACE gathered from sysinternals 2024-11-01T16:14:06.8671295Z # handle tool 2024-11-01T16:14:06.8671795Z $processes = "python", "ninja", "cl", "nvcc", "cmd", "sccache", "git" 2024-11-01T16:14:06.8672423Z Foreach ($process In $processes) { 2024-11-01T16:14:06.8672821Z  Try { 2024-11-01T16:14:06.8673587Z  # https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/stop-process 2024-11-01T16:14:06.8674633Z  Get-Process -Name $process -ErrorAction Stop | Stop-Process -Force 2024-11-01T16:14:06.8675231Z  } 2024-11-01T16:14:06.8675489Z  Catch { 2024-11-01T16:14:06.8675940Z  Write-Output "No leftover $process process, continuing" 2024-11-01T16:14:06.8676578Z  Write-Output $_ 2024-11-01T16:14:06.8676907Z  } 2024-11-01T16:14:06.8677140Z } 2024-11-01T16:14:06.8677380Z  2024-11-01T16:14:06.8678055Z # Try it again https://stackoverflow.com/questions/40585754/powershell-wont-terminate-hung-process 2024-11-01T16:14:06.8678855Z # for hung processes 2024-11-01T16:14:06.8679256Z Foreach ($process In $processes) { 2024-11-01T16:14:06.8679668Z  Try { 2024-11-01T16:14:06.8680227Z  (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process}%'").terminate() 2024-11-01T16:14:06.8680888Z  } 2024-11-01T16:14:06.8681146Z  Catch { 2024-11-01T16:14:06.8681431Z  Write-Output $_ 2024-11-01T16:14:06.8681754Z  } 2024-11-01T16:14:06.8681997Z } 2024-11-01T16:14:06.8682224Z  2024-11-01T16:14:06.8682460Z Try { 2024-11-01T16:14:06.8682812Z  # Print all the processes for debugging 2024-11-01T16:14:06.8683499Z  Wmic Path Win32_Process Get Caption,Processid,Commandline | Format-List 2024-11-01T16:14:06.8684118Z } 2024-11-01T16:14:06.8684364Z Catch { 2024-11-01T16:14:06.8684934Z  # Better to write out whatever exception thrown to help debugging any potential issue 2024-11-01T16:14:06.8685702Z  Write-Output $_ 2024-11-01T16:14:06.8686021Z } 2024-11-01T16:14:06.8701960Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-11-01T16:14:06.8702615Z env: 2024-11-01T16:14:06.8702875Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:14:06.8703182Z ##[endgroup] 2024-11-01T16:14:07.2158916Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-11-01T16:14:07.2192431Z Finished 2024-11-01T16:14:07.2314956Z No leftover python process, continuing 2024-11-01T16:14:07.2787497Z Get-Process : Cannot find a process with the name "python". Verify the process name and call the cmdlet again. 2024-11-01T16:14:07.2788556Z At C:\actions-runner\_work\_temp\bd2e6f1d-e29c-4b4d-8764-ed7e3fda8b78.ps1:9 char:5 2024-11-01T16:14:07.2789452Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T16:14:07.2790111Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:14:07.2790847Z + CategoryInfo : ObjectNotFound: (python:String) [Get-Process], ProcessCommandException 2024-11-01T16:14:07.2792024Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T16:14:07.2792846Z 2024-11-01T16:14:07.2804210Z No leftover ninja process, continuing 2024-11-01T16:14:07.2813093Z Get-Process : Cannot find a process with the name "ninja". Verify the process name and call the cmdlet again. 2024-11-01T16:14:07.2814223Z At C:\actions-runner\_work\_temp\bd2e6f1d-e29c-4b4d-8764-ed7e3fda8b78.ps1:9 char:5 2024-11-01T16:14:07.2815987Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T16:14:07.2816594Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:14:07.2817292Z + CategoryInfo : ObjectNotFound: (ninja:String) [Get-Process], ProcessCommandException 2024-11-01T16:14:07.2818431Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T16:14:07.2819319Z 2024-11-01T16:14:07.2826823Z No leftover cl process, continuing 2024-11-01T16:14:07.2836668Z Get-Process : Cannot find a process with the name "cl". Verify the process name and call the cmdlet again. 2024-11-01T16:14:07.2837708Z At C:\actions-runner\_work\_temp\bd2e6f1d-e29c-4b4d-8764-ed7e3fda8b78.ps1:9 char:5 2024-11-01T16:14:07.2838534Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T16:14:07.2839182Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:14:07.2839867Z + CategoryInfo : ObjectNotFound: (cl:String) [Get-Process], ProcessCommandException 2024-11-01T16:14:07.2840977Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T16:14:07.2841871Z 2024-11-01T16:14:07.2849851Z No leftover nvcc process, continuing 2024-11-01T16:14:07.2859388Z Get-Process : Cannot find a process with the name "nvcc". Verify the process name and call the cmdlet again. 2024-11-01T16:14:07.2860415Z At C:\actions-runner\_work\_temp\bd2e6f1d-e29c-4b4d-8764-ed7e3fda8b78.ps1:9 char:5 2024-11-01T16:14:07.2861256Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T16:14:07.2861918Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:14:07.2862593Z + CategoryInfo : ObjectNotFound: (nvcc:String) [Get-Process], ProcessCommandException 2024-11-01T16:14:07.2863727Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T16:14:07.2864641Z 2024-11-01T16:14:07.2871331Z No leftover cmd process, continuing 2024-11-01T16:14:07.2881132Z Get-Process : Cannot find a process with the name "cmd". Verify the process name and call the cmdlet again. 2024-11-01T16:14:07.2882197Z At C:\actions-runner\_work\_temp\bd2e6f1d-e29c-4b4d-8764-ed7e3fda8b78.ps1:9 char:5 2024-11-01T16:14:07.2883033Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T16:14:07.2883622Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:14:07.2884356Z + CategoryInfo : ObjectNotFound: (cmd:String) [Get-Process], ProcessCommandException 2024-11-01T16:14:07.2885486Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T16:14:07.2886308Z 2024-11-01T16:14:07.2893367Z No leftover sccache process, continuing 2024-11-01T16:14:07.2903009Z Get-Process : Cannot find a process with the name "sccache". Verify the process name and call the cmdlet again. 2024-11-01T16:14:07.2904188Z At C:\actions-runner\_work\_temp\bd2e6f1d-e29c-4b4d-8764-ed7e3fda8b78.ps1:9 char:5 2024-11-01T16:14:07.2905124Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T16:14:07.2905839Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:14:07.2906617Z + CategoryInfo : ObjectNotFound: (sccache:String) [Get-Process], ProcessCommandException 2024-11-01T16:14:07.2907905Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T16:14:07.2908827Z 2024-11-01T16:14:07.2915240Z No leftover git process, continuing 2024-11-01T16:14:07.2926875Z Get-Process : Cannot find a process with the name "git". Verify the process name and call the cmdlet again. 2024-11-01T16:14:07.2928062Z At C:\actions-runner\_work\_temp\bd2e6f1d-e29c-4b4d-8764-ed7e3fda8b78.ps1:9 char:5 2024-11-01T16:14:07.2929063Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T16:14:07.2929675Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:14:07.2930369Z + CategoryInfo : ObjectNotFound: (git:String) [Get-Process], ProcessCommandException 2024-11-01T16:14:07.2931483Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T16:14:07.2932305Z 2024-11-01T16:14:07.3354828Z You cannot call a method on a null-valued expression. 2024-11-01T16:14:07.3355618Z At C:\actions-runner\_work\_temp\bd2e6f1d-e29c-4b4d-8764-ed7e3fda8b78.ps1:21 char:5 2024-11-01T16:14:07.3356461Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T16:14:07.3357205Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:14:07.3358713Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-11-01T16:14:07.3359325Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-11-01T16:14:07.3359767Z 2024-11-01T16:14:07.3512326Z You cannot call a method on a null-valued expression. 2024-11-01T16:14:07.3513069Z At C:\actions-runner\_work\_temp\bd2e6f1d-e29c-4b4d-8764-ed7e3fda8b78.ps1:21 char:5 2024-11-01T16:14:07.3513926Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T16:14:07.3514603Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:14:07.3515221Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-11-01T16:14:07.3515831Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-11-01T16:14:07.3516241Z 2024-11-01T16:14:07.3675201Z You cannot call a method on a null-valued expression. 2024-11-01T16:14:07.3675992Z At C:\actions-runner\_work\_temp\bd2e6f1d-e29c-4b4d-8764-ed7e3fda8b78.ps1:21 char:5 2024-11-01T16:14:07.3676887Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T16:14:07.3677536Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:14:07.3678162Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-11-01T16:14:07.3679639Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-11-01T16:14:07.3680064Z 2024-11-01T16:14:07.3831282Z You cannot call a method on a null-valued expression. 2024-11-01T16:14:07.3832573Z At C:\actions-runner\_work\_temp\bd2e6f1d-e29c-4b4d-8764-ed7e3fda8b78.ps1:21 char:5 2024-11-01T16:14:07.3833751Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T16:14:07.3834395Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:14:07.3835023Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-11-01T16:14:07.3835629Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-11-01T16:14:07.3836053Z 2024-11-01T16:14:07.3976775Z You cannot call a method on a null-valued expression. 2024-11-01T16:14:07.3977531Z At C:\actions-runner\_work\_temp\bd2e6f1d-e29c-4b4d-8764-ed7e3fda8b78.ps1:21 char:5 2024-11-01T16:14:07.3978387Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T16:14:07.3979036Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:14:07.3979657Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-11-01T16:14:07.3980251Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-11-01T16:14:07.3980679Z 2024-11-01T16:14:07.4151979Z You cannot call a method on a null-valued expression. 2024-11-01T16:14:07.4152731Z At C:\actions-runner\_work\_temp\bd2e6f1d-e29c-4b4d-8764-ed7e3fda8b78.ps1:21 char:5 2024-11-01T16:14:07.4153797Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T16:14:07.4154444Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:14:07.4155047Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-11-01T16:14:07.4155785Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-11-01T16:14:07.4156208Z 2024-11-01T16:14:07.4307382Z You cannot call a method on a null-valued expression. 2024-11-01T16:14:07.4308144Z At C:\actions-runner\_work\_temp\bd2e6f1d-e29c-4b4d-8764-ed7e3fda8b78.ps1:21 char:5 2024-11-01T16:14:07.4309848Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T16:14:07.4310507Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:14:07.4311118Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-11-01T16:14:07.4311739Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-11-01T16:14:07.4312160Z 2024-11-01T16:14:07.4902958Z Caption CommandLine ProcessId 2024-11-01T16:14:07.4903618Z 2024-11-01T16:14:07.4904157Z System Idle Process 0 2024-11-01T16:14:07.4904751Z 2024-11-01T16:14:07.4905330Z System 4 2024-11-01T16:14:07.4905899Z 2024-11-01T16:14:07.4906440Z Registry 168 2024-11-01T16:14:07.4906982Z 2024-11-01T16:14:07.4907500Z smss.exe 408 2024-11-01T16:14:07.4908037Z 2024-11-01T16:14:07.4908802Z csrss.exe 536 2024-11-01T16:14:07.4909355Z 2024-11-01T16:14:07.4909754Z wininit.exe 612 2024-11-01T16:14:07.4910303Z 2024-11-01T16:14:07.4911044Z csrss.exe 620 2024-11-01T16:14:07.4911586Z 2024-11-01T16:14:07.4912875Z winlogon.exe winlogon.exe 684 2024-11-01T16:14:07.4913503Z 2024-11-01T16:14:07.4913913Z services.exe 752 2024-11-01T16:14:07.4914471Z 2024-11-01T16:14:07.4915033Z lsass.exe C:\Windows\system32\lsass.exe 772 2024-11-01T16:14:07.4915734Z 2024-11-01T16:14:07.4916460Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s PlugPlay 900 2024-11-01T16:14:07.4917400Z 2024-11-01T16:14:07.4918055Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p 924 2024-11-01T16:14:07.4918856Z 2024-11-01T16:14:07.4919370Z fontdrvhost.exe "fontdrvhost.exe" 960 2024-11-01T16:14:07.4920030Z 2024-11-01T16:14:07.4920541Z fontdrvhost.exe "fontdrvhost.exe" 964 2024-11-01T16:14:07.4921280Z 2024-11-01T16:14:07.4921952Z svchost.exe C:\Windows\system32\svchost.exe -k RPCSS -p 120 2024-11-01T16:14:07.4922730Z 2024-11-01T16:14:07.4923417Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s LSM 560 2024-11-01T16:14:07.4924244Z 2024-11-01T16:14:07.4925141Z dwm.exe "dwm.exe" 744 2024-11-01T16:14:07.4925792Z 2024-11-01T16:14:07.4926502Z svchost.exe C:\Windows\System32\svchost.exe -k termsvcs -s TermService 1056 2024-11-01T16:14:07.4927351Z 2024-11-01T16:14:07.4928186Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s NcbService 1164 2024-11-01T16:14:07.4929156Z 2024-11-01T16:14:07.4929723Z nvwmi64.exe C:\Windows\System32\nvwmi64.exe 1340 2024-11-01T16:14:07.4930437Z 2024-11-01T16:14:07.4931262Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s EventLog 1352 2024-11-01T16:14:07.4932221Z 2024-11-01T16:14:07.4934446Z 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 1400 2024-11-01T16:14:07.4936511Z 2024-11-01T16:14:07.4937218Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s nsi 1428 2024-11-01T16:14:07.4938058Z 2024-11-01T16:14:07.4938734Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s gpsvc 1464 2024-11-01T16:14:07.4939554Z 2024-11-01T16:14:07.4940356Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s Dhcp 1480 2024-11-01T16:14:07.4941287Z 2024-11-01T16:14:07.4942148Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s NlaSvc 1540 2024-11-01T16:14:07.4943012Z 2024-11-01T16:14:07.4943718Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s ProfSvc 1588 2024-11-01T16:14:07.4944613Z 2024-11-01T16:14:07.4945303Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s Themes 1596 2024-11-01T16:14:07.4946105Z 2024-11-01T16:14:07.4946857Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s EventSystem 1604 2024-11-01T16:14:07.4947728Z 2024-11-01T16:14:07.4948430Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Schedule 1668 2024-11-01T16:14:07.4949244Z 2024-11-01T16:14:07.4949972Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s netprofm 1768 2024-11-01T16:14:07.4950823Z 2024-11-01T16:14:07.4951500Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s SENS 1812 2024-11-01T16:14:07.4952403Z 2024-11-01T16:14:07.4953191Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s Dnscache 1920 2024-11-01T16:14:07.4954050Z 2024-11-01T16:14:07.4954921Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s TimeBrokerSvc 1944 2024-11-01T16:14:07.4955913Z 2024-11-01T16:14:07.4956803Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s lmhosts 1952 2024-11-01T16:14:07.4957740Z 2024-11-01T16:14:07.4958590Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p 2020 2024-11-01T16:14:07.4959471Z 2024-11-01T16:14:07.4960218Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s ShellHWDetection 1160 2024-11-01T16:14:07.4961147Z 2024-11-01T16:14:07.4961875Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s FontCache 1832 2024-11-01T16:14:07.4962741Z 2024-11-01T16:14:07.4963502Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetworkFirewall -p 2076 2024-11-01T16:14:07.4964409Z 2024-11-01T16:14:07.4965187Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s LanmanWorkstation 2160 2024-11-01T16:14:07.4966104Z 2024-11-01T16:14:07.4966989Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s WinHttpAutoProxySvc 2276 2024-11-01T16:14:07.4968002Z 2024-11-01T16:14:07.4968583Z spoolsv.exe C:\Windows\System32\spoolsv.exe 2488 2024-11-01T16:14:07.4969299Z 2024-11-01T16:14:07.4970029Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s CryptSvc 2564 2024-11-01T16:14:07.4970903Z 2024-11-01T16:14:07.4971707Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s SysMain 2572 2024-11-01T16:14:07.4972660Z 2024-11-01T16:14:07.4973343Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Winmgmt 2584 2024-11-01T16:14:07.4974162Z 2024-11-01T16:14:07.4974926Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UserManager 2592 2024-11-01T16:14:07.4976360Z 2024-11-01T16:14:07.4977105Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetwork -p 2600 2024-11-01T16:14:07.4977965Z 2024-11-01T16:14:07.4978683Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s WinRM 2608 2024-11-01T16:14:07.4979538Z 2024-11-01T16:14:07.4980243Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s WpnService 2628 2024-11-01T16:14:07.4981093Z 2024-11-01T16:14:07.4981893Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s TrkWks 2620 2024-11-01T16:14:07.4982833Z 2024-11-01T16:14:07.4983531Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -s W32Time 2616 2024-11-01T16:14:07.4984359Z 2024-11-01T16:14:07.4985069Z svchost.exe C:\Windows\System32\svchost.exe -k smbsvcs -s LanmanServer 2888 2024-11-01T16:14:07.4985898Z 2024-11-01T16:14:07.4986503Z sshd.exe C:\Windows\System32\OpenSSH\sshd.exe 2940 2024-11-01T16:14:07.4987220Z 2024-11-01T16:14:07.4988068Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s UmRdpService 3020 2024-11-01T16:14:07.4989035Z 2024-11-01T16:14:07.4990005Z IpOverUsbSvc.exe "C:\Program Files (x86)\Common Files\Microsoft Shared\Phone Tools\CoreCon\11.0\bin\IpOverUsbSvc.exe" 3048 2024-11-01T16:14:07.4991495Z 2024-11-01T16:14:07.4992216Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc 3188 2024-11-01T16:14:07.4993113Z 2024-11-01T16:14:07.4993826Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv 3292 2024-11-01T16:14:07.4994657Z 2024-11-01T16:14:07.4995369Z svchost.exe C:\Windows\System32\svchost.exe -k NetSvcs -p -s iphlpsvc 3368 2024-11-01T16:14:07.4996188Z 2024-11-01T16:14:07.4997128Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkServiceNetworkRestricted -p -s PolicyAgent 3776 2024-11-01T16:14:07.4998105Z 2024-11-01T16:14:07.4998817Z LogonUI.exe "LogonUI.exe" /flags:0x2 /state0:0xa3a76055 /state1:0x41c64e6d 3216 2024-11-01T16:14:07.4999636Z 2024-11-01T16:14:07.5001319Z 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 3008 2024-11-01T16:14:07.5003135Z 2024-11-01T16:14:07.5003781Z nvwmi64.exe C:\Windows\System32\nvwmi64.exe -spawnprovider 2516 2024-11-01T16:14:07.5004569Z 2024-11-01T16:14:07.5005106Z vds.exe C:\Windows\System32\vds.exe 4888 2024-11-01T16:14:07.5005784Z 2024-11-01T16:14:07.5006589Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s PcaSvc 1120 2024-11-01T16:14:07.5007534Z 2024-11-01T16:14:07.5008989Z start-amazon-cloudwatch-agent.exe "C:\Program Files\Amazon\AmazonCloudWatchAgent\start-amazon-cloudwatch-agent.exe" 3888 2024-11-01T16:14:07.5010153Z 2024-11-01T16:14:07.5012386Z 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 4544 2024-11-01T16:14:07.5014720Z 2024-11-01T16:14:07.5015393Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4488 2024-11-01T16:14:07.5016131Z 2024-11-01T16:14:07.5016892Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNoNetwork -p -s DPS 2712 2024-11-01T16:14:07.5017789Z 2024-11-01T16:14:07.5018347Z msdtc.exe C:\Windows\System32\msdtc.exe 3680 2024-11-01T16:14:07.5019052Z 2024-11-01T16:14:07.5019862Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s UALSVC 4500 2024-11-01T16:14:07.5020802Z 2024-11-01T16:14:07.5021482Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UsoSvc 1928 2024-11-01T16:14:07.5022307Z 2024-11-01T16:14:07.5023271Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s StorSvc 2960 2024-11-01T16:14:07.5024538Z 2024-11-01T16:14:07.5025508Z svchost.exe C:\Windows\system32\svchost.exe -k appmodel -p -s StateRepository 3208 2024-11-01T16:14:07.5026415Z 2024-11-01T16:14:07.5027018Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 2916 2024-11-01T16:14:07.5027761Z 2024-11-01T16:14:07.5028580Z Runner.Listener.exe "C:\actions-runner\\bin\Runner.Listener.exe" run 3444 2024-11-01T16:14:07.5029501Z 2024-11-01T16:14:07.5030352Z MicrosoftEdgeUpdate.exe "C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /c 4764 2024-11-01T16:14:07.5031347Z 2024-11-01T16:14:07.5032068Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s CDPSvc 1644 2024-11-01T16:14:07.5032923Z 2024-11-01T16:14:07.5033673Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s LicenseManager 4112 2024-11-01T16:14:07.5034705Z 2024-11-01T16:14:07.5035634Z amazon-ssm-agent.exe "C:\Program Files\Amazon\SSM\amazon-ssm-agent.exe" 3768 2024-11-01T16:14:07.5036512Z 2024-11-01T16:14:07.5037313Z ssm-agent-worker.exe "C:\Program Files\Amazon\SSM\ssm-agent-worker.exe" 4592 2024-11-01T16:14:07.5038177Z 2024-11-01T16:14:07.5038792Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 2208 2024-11-01T16:14:07.5039519Z 2024-11-01T16:14:07.5040335Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s DsSvc 4900 2024-11-01T16:14:07.5041264Z 2024-11-01T16:14:07.5041893Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 5056 2024-11-01T16:14:07.5042641Z 2024-11-01T16:14:07.5043269Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 1380 2024-11-01T16:14:07.5044009Z 2024-11-01T16:14:07.5044856Z Runner.Worker.exe "C:\actions-runner\bin\Runner.Worker.exe" spawnclient 2748 2792 5300 2024-11-01T16:14:07.5045813Z 2024-11-01T16:14:07.5046425Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 6024 2024-11-01T16:14:07.5047157Z 2024-11-01T16:14:07.5048366Z powershell.exe "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE" -command ". 'C:\actions-runner\_work\_temp\bd2e6f1d-e29c-4b4d-8764-ed7e3fda8b78.ps1'" 2088 2024-11-01T16:14:07.5049669Z 2024-11-01T16:14:07.5050539Z WMIC.exe "C:\Windows\System32\Wbem\WMIC.exe" Path Win32_Process Get Caption,Processid,Commandline 5464 2024-11-01T16:14:07.5051811Z 2024-11-01T16:14:07.5051818Z 2024-11-01T16:14:07.5051824Z 2024-11-01T16:14:07.5310561Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2024-11-01T16:14:07.5311386Z with: 2024-11-01T16:14:07.5312093Z github-secret: *** 2024-11-01T16:14:07.5314972Z 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:14:07.5318095Z activate-with-label: false 2024-11-01T16:14:07.5318416Z label: with-ssh 2024-11-01T16:14:07.5318710Z remove-existing-keys: true 2024-11-01T16:14:07.5319052Z fail-silently: true 2024-11-01T16:14:07.5319319Z env: 2024-11-01T16:14:07.5319596Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:14:07.5319895Z ##[endgroup] 2024-11-01T16:14:07.6405499Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2024-11-01T16:14:07.9646458Z Grabbing public ssh keys from https://github.com/c00w.keys 2024-11-01T16:14:08.0252202Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2024-11-01T16:14:08.0274676Z Public keys pulled and installed to C:\Users\runneruser\.ssh\authorized_keys 2024-11-01T16:14:08.0306967Z Login using: ssh runneruser@ec2-3-221-155-137.compute-1.amazonaws.com 2024-11-01T16:14:08.0307827Z To forward remote desktop on your local machine ssh as follows: 2024-11-01T16:14:08.0308586Z ssh -L 3389:localhost:3389 runneruser@ec2-3-221-155-137.compute-1.amazonaws.com 2024-11-01T16:14:08.0309269Z And then change password using `passwd` command. 2024-11-01T16:14:08.0309608Z 2024-11-01T16:14:08.0310014Z To start build locally, change working folder to \actions-runner\_work\pytorch\pytorch, 2024-11-01T16:14:08.0310802Z Activate miniconda and Visual Studio environment, by running: 2024-11-01T16:14:08.0311517Z call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2024-11-01T16:14:08.0312482Z call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 2024-11-01T16:14:08.0569915Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2024-11-01T16:14:08.0570473Z with: 2024-11-01T16:14:08.0570717Z no-sudo: true 2024-11-01T16:14:08.0570982Z submodules: recursive 2024-11-01T16:14:08.0571448Z fetch-depth: 0 2024-11-01T16:14:08.0571709Z env: 2024-11-01T16:14:08.0571934Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:14:08.0572255Z ##[endgroup] 2024-11-01T16:14:08.0659973Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-11-01T16:14:08.0661490Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-11-01T16:14:08.0680732Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:14:08.0681341Z env: 2024-11-01T16:14:08.0681584Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:14:08.0681893Z ##[endgroup] 2024-11-01T16:14:08.1079235Z ##[group]Run retry () { 2024-11-01T16:14:08.1079578Z retry () { 2024-11-01T16:14:08.1080038Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-11-01T16:14:08.1080583Z } 2024-11-01T16:14:08.1080876Z echo "${GITHUB_WORKSPACE}" 2024-11-01T16:14:08.1081260Z if [ -z "${NO_SUDO}" ]; then 2024-11-01T16:14:08.1081728Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-11-01T16:14:08.1082176Z else 2024-11-01T16:14:08.1082462Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-11-01T16:14:08.1082874Z fi 2024-11-01T16:14:08.1083159Z mkdir "${GITHUB_WORKSPACE}" 2024-11-01T16:14:08.1101127Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:14:08.1101759Z env: 2024-11-01T16:14:08.1102742Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:14:08.1103059Z NO_SUDO: true 2024-11-01T16:14:08.1103330Z ##[endgroup] 2024-11-01T16:14:08.1274628Z C:\actions-runner\_work\pytorch\pytorch 2024-11-01T16:14:11.9712825Z ##[group]Run malfet/checkout@silent-checkout 2024-11-01T16:14:11.9713378Z with: 2024-11-01T16:14:11.9713730Z ref: d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T16:14:11.9714231Z fetch-depth: 0 2024-11-01T16:14:11.9714531Z submodules: recursive 2024-11-01T16:14:11.9714839Z quiet-checkout: true 2024-11-01T16:14:11.9715181Z repository: pytorch/pytorch 2024-11-01T16:14:11.9715707Z token: *** 2024-11-01T16:14:11.9715967Z ssh-strict: true 2024-11-01T16:14:11.9716279Z persist-credentials: true 2024-11-01T16:14:11.9716621Z clean: true 2024-11-01T16:14:11.9716913Z sparse-checkout-cone-mode: true 2024-11-01T16:14:11.9717296Z lfs: false 2024-11-01T16:14:11.9717584Z set-safe-directory: true 2024-11-01T16:14:11.9717886Z env: 2024-11-01T16:14:11.9718144Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:14:11.9718547Z ##[endgroup] 2024-11-01T16:14:12.0776072Z Syncing repository: pytorch/pytorch 2024-11-01T16:14:12.0777673Z ##[group]Getting Git version info 2024-11-01T16:14:12.0778238Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch' 2024-11-01T16:14:12.0836783Z [command]"C:\Program Files\Git\cmd\git.exe" version 2024-11-01T16:14:12.1036418Z git version 2.46.0.windows.1 2024-11-01T16:14:12.1081439Z ##[endgroup] 2024-11-01T16:14:12.1094313Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\6bb9853e-ca46-4c17-a876-300edfea0e04\.gitconfig' 2024-11-01T16:14:12.1110107Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\6bb9853e-ca46-4c17-a876-300edfea0e04' before making global git config changes 2024-11-01T16:14:12.1111350Z Adding repository directory to the temporary git global config as a safe directory 2024-11-01T16:14:12.1117757Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2024-11-01T16:14:12.1360349Z Deleting the contents of 'C:\actions-runner\_work\pytorch\pytorch' 2024-11-01T16:14:12.1366722Z ##[group]Initializing the repository 2024-11-01T16:14:12.1372162Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch 2024-11-01T16:14:12.1689438Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/.git/ 2024-11-01T16:14:12.1728642Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2024-11-01T16:14:12.1978121Z ##[endgroup] 2024-11-01T16:14:12.1978666Z ##[group]Disabling automatic garbage collection 2024-11-01T16:14:12.1984307Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2024-11-01T16:14:12.2208450Z ##[endgroup] 2024-11-01T16:14:12.2209003Z ##[group]Setting up auth 2024-11-01T16:14:12.2218321Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2024-11-01T16:14:12.2440844Z [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:14:12.5658128Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-11-01T16:14:12.5894192Z [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:14:12.9445033Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2024-11-01T16:14:12.9675931Z ##[endgroup] 2024-11-01T16:14:12.9676488Z ##[group]Fetching the repository 2024-11-01T16:14:12.9686952Z [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:14:16.9492029Z remote: Enumerating objects: 1053427 2024-11-01T16:14:16.9492648Z remote: Enumerating objects: 1053798, done. 2024-11-01T16:14:16.9493284Z remote: Counting objects: 0% (1/371) 2024-11-01T16:14:16.9493756Z remote: Counting objects: 1% (4/371) 2024-11-01T16:14:16.9494271Z remote: Counting objects: 2% (8/371) 2024-11-01T16:14:16.9494786Z remote: Counting objects: 3% (12/371) 2024-11-01T16:14:16.9495309Z remote: Counting objects: 4% (15/371) 2024-11-01T16:14:16.9495964Z remote: Counting objects: 5% (19/371) 2024-11-01T16:14:16.9496600Z remote: Counting objects: 6% (23/371) 2024-11-01T16:14:16.9497082Z remote: Counting objects: 7% (26/371) 2024-11-01T16:14:16.9497549Z remote: Counting objects: 8% (30/371) 2024-11-01T16:14:16.9498052Z remote: Counting objects: 9% (34/371) 2024-11-01T16:14:16.9498604Z remote: Counting objects: 10% (38/371) 2024-11-01T16:14:16.9499117Z remote: Counting objects: 11% (41/371) 2024-11-01T16:14:16.9499683Z remote: Counting objects: 12% (45/371) 2024-11-01T16:14:16.9500210Z remote: Counting objects: 13% (49/371) 2024-11-01T16:14:16.9500758Z remote: Counting objects: 14% (52/371) 2024-11-01T16:14:16.9501286Z remote: Counting objects: 15% (56/371) 2024-11-01T16:14:16.9501759Z remote: Counting objects: 16% (60/371) 2024-11-01T16:14:16.9502241Z remote: Counting objects: 17% (64/371) 2024-11-01T16:14:16.9502702Z remote: Counting objects: 18% (67/371) 2024-11-01T16:14:16.9503182Z remote: Counting objects: 19% (71/371) 2024-11-01T16:14:16.9503662Z remote: Counting objects: 20% (75/371) 2024-11-01T16:14:16.9504119Z remote: Counting objects: 21% (78/371) 2024-11-01T16:14:16.9504599Z remote: Counting objects: 22% (82/371) 2024-11-01T16:14:16.9505082Z remote: Counting objects: 23% (86/371) 2024-11-01T16:14:16.9506434Z remote: Counting objects: 24% (90/371) 2024-11-01T16:14:16.9507055Z remote: Counting objects: 25% (93/371) 2024-11-01T16:14:16.9507629Z remote: Counting objects: 26% (97/371) 2024-11-01T16:14:16.9508145Z remote: Counting objects: 27% (101/371) 2024-11-01T16:14:16.9508771Z remote: Counting objects: 28% (104/371) 2024-11-01T16:14:16.9509267Z remote: Counting objects: 29% (108/371) 2024-11-01T16:14:16.9509758Z remote: Counting objects: 30% (112/371) 2024-11-01T16:14:16.9510229Z remote: Counting objects: 31% (116/371) 2024-11-01T16:14:16.9510719Z remote: Counting objects: 32% (119/371) 2024-11-01T16:14:16.9511207Z remote: Counting objects: 33% (123/371) 2024-11-01T16:14:16.9511675Z remote: Counting objects: 34% (127/371) 2024-11-01T16:14:16.9512166Z remote: Counting objects: 35% (130/371) 2024-11-01T16:14:16.9512654Z remote: Counting objects: 36% (134/371) 2024-11-01T16:14:16.9513177Z remote: Counting objects: 37% (138/371) 2024-11-01T16:14:16.9513711Z remote: Counting objects: 38% (141/371) 2024-11-01T16:14:16.9514249Z remote: Counting objects: 39% (145/371) 2024-11-01T16:14:16.9514715Z remote: Counting objects: 40% (149/371) 2024-11-01T16:14:16.9515205Z remote: Counting objects: 41% (153/371) 2024-11-01T16:14:16.9515700Z remote: Counting objects: 42% (156/371) 2024-11-01T16:14:16.9516170Z remote: Counting objects: 43% (160/371) 2024-11-01T16:14:16.9516659Z remote: Counting objects: 44% (164/371) 2024-11-01T16:14:16.9517144Z remote: Counting objects: 45% (167/371) 2024-11-01T16:14:16.9517609Z remote: Counting objects: 46% (171/371) 2024-11-01T16:14:16.9518098Z remote: Counting objects: 47% (175/371) 2024-11-01T16:14:16.9518583Z remote: Counting objects: 48% (179/371) 2024-11-01T16:14:16.9519089Z remote: Counting objects: 49% (182/371) 2024-11-01T16:14:16.9519631Z remote: Counting objects: 50% (186/371) 2024-11-01T16:14:16.9520165Z remote: Counting objects: 51% (190/371) 2024-11-01T16:14:16.9520703Z remote: Counting objects: 52% (193/371) 2024-11-01T16:14:16.9521190Z remote: Counting objects: 53% (197/371) 2024-11-01T16:14:16.9521686Z remote: Counting objects: 54% (201/371) 2024-11-01T16:14:16.9522173Z remote: Counting objects: 55% (205/371) 2024-11-01T16:14:16.9522638Z remote: Counting objects: 56% (208/371) 2024-11-01T16:14:16.9523122Z remote: Counting objects: 57% (212/371) 2024-11-01T16:14:16.9523606Z remote: Counting objects: 58% (216/371) 2024-11-01T16:14:16.9524071Z remote: Counting objects: 59% (219/371) 2024-11-01T16:14:16.9524557Z remote: Counting objects: 60% (223/371) 2024-11-01T16:14:16.9525085Z remote: Counting objects: 61% (227/371) 2024-11-01T16:14:16.9525642Z remote: Counting objects: 62% (231/371) 2024-11-01T16:14:16.9526134Z remote: Counting objects: 63% (234/371) 2024-11-01T16:14:16.9526616Z remote: Counting objects: 64% (238/371) 2024-11-01T16:14:16.9527084Z remote: Counting objects: 65% (242/371) 2024-11-01T16:14:16.9527568Z remote: Counting objects: 66% (245/371) 2024-11-01T16:14:16.9528058Z remote: Counting objects: 67% (249/371) 2024-11-01T16:14:16.9528524Z remote: Counting objects: 68% (253/371) 2024-11-01T16:14:16.9529006Z remote: Counting objects: 69% (256/371) 2024-11-01T16:14:16.9529494Z remote: Counting objects: 70% (260/371) 2024-11-01T16:14:16.9529959Z remote: Counting objects: 71% (264/371) 2024-11-01T16:14:16.9530443Z remote: Counting objects: 72% (268/371) 2024-11-01T16:14:16.9530968Z remote: Counting objects: 73% (271/371) 2024-11-01T16:14:16.9531521Z remote: Counting objects: 74% (275/371) 2024-11-01T16:14:16.9532013Z remote: Counting objects: 75% (279/371) 2024-11-01T16:14:16.9532634Z remote: Counting objects: 76% (282/371) 2024-11-01T16:14:16.9533122Z remote: Counting objects: 77% (286/371) 2024-11-01T16:14:16.9533588Z remote: Counting objects: 78% (290/371) 2024-11-01T16:14:16.9534074Z remote: Counting objects: 79% (294/371) 2024-11-01T16:14:16.9535159Z remote: Counting objects: 80% (297/371) 2024-11-01T16:14:16.9535627Z remote: Counting objects: 81% (301/371) 2024-11-01T16:14:16.9536118Z remote: Counting objects: 82% (305/371) 2024-11-01T16:14:16.9536609Z remote: Counting objects: 83% (308/371) 2024-11-01T16:14:16.9537076Z remote: Counting objects: 84% (312/371) 2024-11-01T16:14:16.9537565Z remote: Counting objects: 85% (316/371) 2024-11-01T16:14:16.9538045Z remote: Counting objects: 86% (320/371) 2024-11-01T16:14:16.9538513Z remote: Counting objects: 87% (323/371) 2024-11-01T16:14:16.9538998Z remote: Counting objects: 88% (327/371) 2024-11-01T16:14:16.9539488Z remote: Counting objects: 89% (331/371) 2024-11-01T16:14:16.9539953Z remote: Counting objects: 90% (334/371) 2024-11-01T16:14:16.9540440Z remote: Counting objects: 91% (338/371) 2024-11-01T16:14:16.9540925Z remote: Counting objects: 92% (342/371) 2024-11-01T16:14:16.9541393Z remote: Counting objects: 93% (346/371) 2024-11-01T16:14:16.9541940Z remote: Counting objects: 94% (349/371) 2024-11-01T16:14:16.9542471Z remote: Counting objects: 95% (353/371) 2024-11-01T16:14:16.9542939Z remote: Counting objects: 96% (357/371) 2024-11-01T16:14:16.9543428Z remote: Counting objects: 97% (360/371) 2024-11-01T16:14:16.9543915Z remote: Counting objects: 98% (364/371) 2024-11-01T16:14:16.9544386Z remote: Counting objects: 99% (368/371) 2024-11-01T16:14:16.9544872Z remote: Counting objects: 100% (371/371) 2024-11-01T16:14:16.9545394Z remote: Counting objects: 100% (371/371), done. 2024-11-01T16:14:16.9545946Z remote: Compressing objects: 0% (1/193) 2024-11-01T16:14:16.9546452Z remote: Compressing objects: 1% (2/193) 2024-11-01T16:14:16.9560428Z remote: Compressing objects: 2% (4/193) 2024-11-01T16:14:16.9568040Z remote: Compressing objects: 3% (6/193) 2024-11-01T16:14:16.9622851Z remote: Compressing objects: 4% (8/193) 2024-11-01T16:14:16.9646086Z remote: Compressing objects: 5% (10/193) 2024-11-01T16:14:16.9829856Z remote: Compressing objects: 6% (12/193) 2024-11-01T16:14:16.9994062Z remote: Compressing objects: 7% (14/193) 2024-11-01T16:14:17.0050667Z remote: Compressing objects: 8% (16/193) 2024-11-01T16:14:17.0069866Z remote: Compressing objects: 9% (18/193) 2024-11-01T16:14:17.0088351Z remote: Compressing objects: 10% (20/193) 2024-11-01T16:14:17.0096144Z remote: Compressing objects: 11% (22/193) 2024-11-01T16:14:17.0096836Z remote: Compressing objects: 12% (24/193) 2024-11-01T16:14:17.0097393Z remote: Compressing objects: 13% (26/193) 2024-11-01T16:14:17.0097920Z remote: Compressing objects: 14% (28/193) 2024-11-01T16:14:17.0098551Z remote: Compressing objects: 15% (29/193) 2024-11-01T16:14:17.0099086Z remote: Compressing objects: 16% (31/193) 2024-11-01T16:14:17.0099606Z remote: Compressing objects: 17% (33/193) 2024-11-01T16:14:17.0100108Z remote: Compressing objects: 18% (35/193) 2024-11-01T16:14:17.0100626Z remote: Compressing objects: 19% (37/193) 2024-11-01T16:14:17.0101235Z remote: Compressing objects: 20% (39/193) 2024-11-01T16:14:17.0101741Z remote: Compressing objects: 21% (41/193) 2024-11-01T16:14:17.0102268Z remote: Compressing objects: 22% (43/193) 2024-11-01T16:14:17.0102790Z remote: Compressing objects: 23% (45/193) 2024-11-01T16:14:17.0105289Z remote: Compressing objects: 24% (47/193) 2024-11-01T16:14:17.0107135Z remote: Compressing objects: 25% (49/193) 2024-11-01T16:14:17.0107789Z remote: Compressing objects: 26% (51/193) 2024-11-01T16:14:17.0109190Z remote: Compressing objects: 27% (53/193) 2024-11-01T16:14:17.0109763Z remote: Compressing objects: 28% (55/193) 2024-11-01T16:14:17.0110700Z remote: Compressing objects: 29% (56/193) 2024-11-01T16:14:17.0111255Z remote: Compressing objects: 30% (58/193) 2024-11-01T16:14:17.0112435Z remote: Compressing objects: 31% (60/193) 2024-11-01T16:14:17.0114081Z remote: Compressing objects: 32% (62/193) 2024-11-01T16:14:17.0115155Z remote: Compressing objects: 33% (64/193) 2024-11-01T16:14:17.0117861Z remote: Compressing objects: 34% (66/193) 2024-11-01T16:14:17.0118498Z remote: Compressing objects: 35% (68/193) 2024-11-01T16:14:17.0120745Z remote: Compressing objects: 36% (70/193) 2024-11-01T16:14:17.0125723Z remote: Compressing objects: 37% (72/193) 2024-11-01T16:14:17.0127953Z remote: Compressing objects: 38% (74/193) 2024-11-01T16:14:17.0136088Z remote: Compressing objects: 39% (76/193) 2024-11-01T16:14:17.0143212Z remote: Compressing objects: 40% (78/193) 2024-11-01T16:14:17.0146764Z remote: Compressing objects: 41% (80/193) 2024-11-01T16:14:17.0147888Z remote: Compressing objects: 42% (82/193) 2024-11-01T16:14:17.0149743Z remote: Compressing objects: 43% (83/193) 2024-11-01T16:14:17.0152611Z remote: Compressing objects: 44% (85/193) 2024-11-01T16:14:17.0153479Z remote: Compressing objects: 45% (87/193) 2024-11-01T16:14:17.0155789Z remote: Compressing objects: 46% (89/193) 2024-11-01T16:14:17.0156972Z remote: Compressing objects: 47% (91/193) 2024-11-01T16:14:17.0158524Z remote: Compressing objects: 48% (93/193) 2024-11-01T16:14:17.0162868Z remote: Compressing objects: 49% (95/193) 2024-11-01T16:14:17.0165038Z remote: Compressing objects: 50% (97/193) 2024-11-01T16:14:17.0166041Z remote: Compressing objects: 51% (99/193) 2024-11-01T16:14:17.0166699Z remote: Compressing objects: 52% (101/193) 2024-11-01T16:14:17.0167243Z remote: Compressing objects: 53% (103/193) 2024-11-01T16:14:17.0167897Z remote: Compressing objects: 54% (105/193) 2024-11-01T16:14:17.0168411Z remote: Compressing objects: 55% (107/193) 2024-11-01T16:14:17.0169031Z remote: Compressing objects: 56% (109/193) 2024-11-01T16:14:17.0169676Z remote: Compressing objects: 57% (111/193) 2024-11-01T16:14:17.0170213Z remote: Compressing objects: 58% (112/193) 2024-11-01T16:14:17.0170812Z remote: Compressing objects: 59% (114/193) 2024-11-01T16:14:17.0171342Z remote: Compressing objects: 60% (116/193) 2024-11-01T16:14:17.0171972Z remote: Compressing objects: 61% (118/193) 2024-11-01T16:14:17.0172481Z remote: Compressing objects: 62% (120/193) 2024-11-01T16:14:17.0173098Z remote: Compressing objects: 63% (122/193) 2024-11-01T16:14:17.0173626Z remote: Compressing objects: 64% (124/193) 2024-11-01T16:14:17.0174241Z remote: Compressing objects: 65% (126/193) 2024-11-01T16:14:17.0174773Z remote: Compressing objects: 66% (128/193) 2024-11-01T16:14:17.0175389Z remote: Compressing objects: 67% (130/193) 2024-11-01T16:14:17.0175895Z remote: Compressing objects: 68% (132/193) 2024-11-01T16:14:17.0176531Z remote: Compressing objects: 69% (134/193) 2024-11-01T16:14:17.0177044Z remote: Compressing objects: 70% (136/193) 2024-11-01T16:14:17.0177533Z remote: Compressing objects: 71% (138/193) 2024-11-01T16:14:17.0178122Z remote: Compressing objects: 72% (139/193) 2024-11-01T16:14:17.0178730Z remote: Compressing objects: 73% (141/193) 2024-11-01T16:14:17.0179336Z remote: Compressing objects: 74% (143/193) 2024-11-01T16:14:17.0180642Z remote: Compressing objects: 75% (145/193) 2024-11-01T16:14:17.0182294Z remote: Compressing objects: 76% (147/193) 2024-11-01T16:14:17.0182835Z remote: Compressing objects: 77% (149/193) 2024-11-01T16:14:17.0183327Z remote: Compressing objects: 78% (151/193) 2024-11-01T16:14:17.0184064Z remote: Compressing objects: 79% (153/193) 2024-11-01T16:14:17.0184691Z remote: Compressing objects: 80% (155/193) 2024-11-01T16:14:17.0185276Z remote: Compressing objects: 81% (157/193) 2024-11-01T16:14:17.0185894Z remote: Compressing objects: 82% (159/193) 2024-11-01T16:14:17.0186481Z remote: Compressing objects: 83% (161/193) 2024-11-01T16:14:17.0186993Z remote: Compressing objects: 84% (163/193) 2024-11-01T16:14:17.0187614Z remote: Compressing objects: 85% (165/193) 2024-11-01T16:14:17.0188228Z remote: Compressing objects: 86% (166/193) 2024-11-01T16:14:17.0188718Z remote: Compressing objects: 87% (168/193) 2024-11-01T16:14:17.0189228Z remote: Compressing objects: 88% (170/193) 2024-11-01T16:14:17.0189731Z remote: Compressing objects: 89% (172/193) 2024-11-01T16:14:17.0190234Z remote: Compressing objects: 90% (174/193) 2024-11-01T16:14:17.0190723Z remote: Compressing objects: 91% (176/193) 2024-11-01T16:14:17.0191233Z remote: Compressing objects: 92% (178/193) 2024-11-01T16:14:17.0191737Z remote: Compressing objects: 93% (180/193) 2024-11-01T16:14:17.0192223Z remote: Compressing objects: 94% (182/193) 2024-11-01T16:14:17.0192724Z remote: Compressing objects: 95% (184/193) 2024-11-01T16:14:17.0193369Z remote: Compressing objects: 96% (186/193) 2024-11-01T16:14:17.0193866Z remote: Compressing objects: 97% (188/193) 2024-11-01T16:14:17.0194372Z remote: Compressing objects: 98% (190/193) 2024-11-01T16:14:17.0195006Z remote: Compressing objects: 99% (192/193) 2024-11-01T16:14:17.0195504Z remote: Compressing objects: 100% (193/193) 2024-11-01T16:14:17.0196054Z remote: Compressing objects: 100% (193/193), done. 2024-11-01T16:14:38.2548151Z remote: Total 1053798 (delta 211), reused 310 (delta 177), pack-reused 1053427 (from 1) 2024-11-01T16:15:10.7294043Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --verify --quiet d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea^{object} 2024-11-01T16:15:10.7516396Z d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T16:15:10.7551440Z ##[endgroup] 2024-11-01T16:15:10.7552039Z ##[group]Determining the checkout info 2024-11-01T16:15:10.7552666Z ##[endgroup] 2024-11-01T16:15:10.7553165Z ##[group]Checking out the ref 2024-11-01T16:15:10.7559113Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --quiet --force d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T16:15:16.9701737Z ##[endgroup] 2024-11-01T16:15:16.9702331Z ##[group]Setting up auth for fetching submodules 2024-11-01T16:15:16.9722720Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2024-11-01T16:15:16.9963215Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2024-11-01T16:15:17.0191016Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2024-11-01T16:15:17.0416208Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2024-11-01T16:15:17.0630834Z ##[endgroup] 2024-11-01T16:15:17.0631428Z ##[group]Fetching submodules 2024-11-01T16:15:17.0637078Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2024-11-01T16:15:17.3865794Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --recursive 2024-11-01T16:15:17.8588831Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2024-11-01T16:15:17.8590476Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2024-11-01T16:15:17.8592089Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2024-11-01T16:15:17.8594506Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2024-11-01T16:15:17.8596620Z Submodule 'third_party/NVTX' (https://github.com/NVIDIA/NVTX.git) registered for path 'third_party/NVTX' 2024-11-01T16:15:17.8598392Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2024-11-01T16:15:17.8600043Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2024-11-01T16:15:17.8601335Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2024-11-01T16:15:17.8602782Z Submodule 'third_party/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/composable_kernel' 2024-11-01T16:15:17.8604270Z Submodule 'third_party/cpp-httplib' (https://github.com/yhirose/cpp-httplib.git) registered for path 'third_party/cpp-httplib' 2024-11-01T16:15:17.8605621Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2024-11-01T16:15:17.8606976Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2024-11-01T16:15:17.8608338Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2024-11-01T16:15:17.8609563Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2024-11-01T16:15:17.8610738Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2024-11-01T16:15:17.8612027Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2024-11-01T16:15:17.8613277Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2024-11-01T16:15:17.8614594Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2024-11-01T16:15:17.8615942Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2024-11-01T16:15:17.8617243Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2024-11-01T16:15:17.8618479Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2024-11-01T16:15:17.8619642Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2024-11-01T16:15:17.8620802Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2024-11-01T16:15:17.8622148Z Submodule 'third_party/mimalloc' (https://github.com/microsoft/mimalloc.git) registered for path 'third_party/mimalloc' 2024-11-01T16:15:17.8623438Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2024-11-01T16:15:17.8624676Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2024-11-01T16:15:17.8625838Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2024-11-01T16:15:17.8627273Z Submodule 'third_party/opentelemetry-cpp' (https://github.com/open-telemetry/opentelemetry-cpp.git) registered for path 'third_party/opentelemetry-cpp' 2024-11-01T16:15:17.8628939Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2024-11-01T16:15:17.8630285Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2024-11-01T16:15:17.8631872Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2024-11-01T16:15:17.8633388Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2024-11-01T16:15:17.8634837Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2024-11-01T16:15:17.8639404Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2024-11-01T16:15:17.8640708Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2024-11-01T16:15:17.8642069Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2024-11-01T16:15:18.3308100Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2024-11-01T16:15:18.6804152Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2024-11-01T16:15:19.0297349Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2024-11-01T16:15:19.4513016Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2024-11-01T16:15:19.9707285Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NVTX'... 2024-11-01T16:15:22.2945630Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2024-11-01T16:15:33.4247269Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2024-11-01T16:15:34.0427855Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2024-11-01T16:15:35.8855090Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/composable_kernel'... 2024-11-01T16:15:36.6271937Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpp-httplib'... 2024-11-01T16:15:37.4158101Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2024-11-01T16:15:38.6590568Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2024-11-01T16:15:40.8861160Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2024-11-01T16:15:46.4897716Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2024-11-01T16:15:48.2340236Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2024-11-01T16:15:50.0778911Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2024-11-01T16:15:51.4876317Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2024-11-01T16:15:52.0671385Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2024-11-01T16:15:52.6263209Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2024-11-01T16:15:53.8169562Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2024-11-01T16:15:54.3809269Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2024-11-01T16:15:54.8235290Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2024-11-01T16:15:56.4101011Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2024-11-01T16:15:57.3763935Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/mimalloc'... 2024-11-01T16:15:57.9424396Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2024-11-01T16:16:03.5587330Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2024-11-01T16:16:05.7686906Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2024-11-01T16:16:14.5788173Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp'... 2024-11-01T16:16:14.9792311Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2024-11-01T16:16:24.4793455Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2024-11-01T16:16:24.8189940Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2024-11-01T16:16:25.1805656Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2024-11-01T16:16:26.3678308Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2024-11-01T16:16:26.8213469Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2024-11-01T16:16:27.9308064Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2024-11-01T16:16:28.5054892Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2024-11-01T16:16:28.5976245Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2024-11-01T16:16:28.6837200Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2024-11-01T16:16:28.7540944Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2024-11-01T16:16:28.8955137Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2024-11-01T16:16:29.0801554Z Submodule path 'third_party/NVTX': checked out 'e170594ac7cf1dac584da473d4ca9301087090c1' 2024-11-01T16:16:29.6558747Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2024-11-01T16:16:34.2724058Z Submodule path 'third_party/XNNPACK': checked out '87ee0b46b834f67bad9025d4a82ed5654f3403d3' 2024-11-01T16:16:34.3919187Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2024-11-01T16:16:35.8232324Z Submodule path 'third_party/composable_kernel': checked out 'cedccd59c94cb0c74e7ec0d0f6c791aed081febc' 2024-11-01T16:16:35.9603308Z Submodule path 'third_party/cpp-httplib': checked out '3b6597bba913d51161383657829b7e644e59c006' 2024-11-01T16:16:36.2763449Z Submodule path 'third_party/cpuinfo': checked out '1e83a2fdd3102f65c6f1fb602c1b320486218a99' 2024-11-01T16:16:36.4292747Z Submodule path 'third_party/cudnn_frontend': checked out '936021bfed8c91dc416af1588b2c4eca631a9e45' 2024-11-01T16:16:39.3112298Z Submodule path 'third_party/cutlass': checked out 'bbe579a9e3beb6ea6626d9227ec32d0dae119a49' 2024-11-01T16:16:40.3270315Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2024-11-01T16:16:40.6297307Z Submodule path 'third_party/fbgemm': checked out 'dbc3157bf256f1339b3fa1fef2be89ac4078be0e' 2024-11-01T16:16:40.6457811Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2024-11-01T16:16:40.6459312Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2024-11-01T16:16:40.6463664Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/fbgemm/third_party/cutlass' 2024-11-01T16:16:40.6465247Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2024-11-01T16:16:40.6466911Z 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:16:42.0152852Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2024-11-01T16:16:42.8168760Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2024-11-01T16:16:45.3628578Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cutlass'... 2024-11-01T16:16:46.5945148Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2024-11-01T16:16:47.1002148Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2024-11-01T16:16:47.3327603Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2024-11-01T16:16:47.6556093Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2024-11-01T16:16:49.7586462Z Submodule path 'third_party/fbgemm/third_party/cutlass': checked out 'fc9ebc645b63f3a6bc80aaefde5c063fb72110d6' 2024-11-01T16:16:50.1667242Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2024-11-01T16:16:50.2309796Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '23f53b025b466d8ec3c45d52290d3442f7fbe6b1' 2024-11-01T16:16:51.1408230Z Submodule path 'third_party/flatbuffers': checked out '01834de25e4bf3975a9a00e816292b1ad0fe184b' 2024-11-01T16:16:51.2803088Z Submodule path 'third_party/fmt': checked out '0c9fce2ffefecfdce794e1859584e25877b7b592' 2024-11-01T16:16:51.4943067Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2024-11-01T16:16:51.6544724Z Submodule path 'third_party/gloo': checked out '5354032ea08eadd7fc4456477f7f7c6308818509' 2024-11-01T16:16:51.8276423Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2024-11-01T16:16:51.9010894Z Submodule path 'third_party/ideep': checked out '41d636c2bbcea6bff0faf97cdb65a48cdde987af' 2024-11-01T16:16:51.9097237Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2024-11-01T16:17:04.4645427Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2024-11-01T16:17:06.3839767Z Submodule path 'third_party/ideep/mkl-dnn': checked out '66f0cb9eb66affd2da3bf5f8d897376f04aae6af' 2024-11-01T16:17:06.4817188Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2024-11-01T16:17:06.7259979Z Submodule path 'third_party/kineto': checked out 'ed052ea024b9468908d558b15cd3f7584fb0f492' 2024-11-01T16:17:06.7378081Z Submodule 'libkineto/third_party/dynolog' (https://github.com/facebookincubator/dynolog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog' 2024-11-01T16:17:06.7379802Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2024-11-01T16:17:06.7381486Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2024-11-01T16:17:07.5088790Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog'... 2024-11-01T16:17:08.9236489Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2024-11-01T16:17:10.1179210Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2024-11-01T16:17:10.3937973Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out '7d04a0053a845370ae06ce317a22a48e9edcc74e' 2024-11-01T16:17:10.4143908Z 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:17:10.4145646Z 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:17:10.4147313Z 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:17:10.4149201Z 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:17:10.4150936Z 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:17:10.4152873Z 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:17:10.4154680Z 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:17:10.4156360Z 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:17:11.4691137Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM'... 2024-11-01T16:17:12.0890536Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr'... 2024-11-01T16:17:13.4845374Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt'... 2024-11-01T16:17:13.9976981Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags'... 2024-11-01T16:17:14.7580166Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/glog'... 2024-11-01T16:17:16.0098115Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest'... 2024-11-01T16:17:22.1823431Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/json'... 2024-11-01T16:17:22.6273626Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs'... 2024-11-01T16:17:23.1231365Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2024-11-01T16:17:23.2352371Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2024-11-01T16:17:23.3753462Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2024-11-01T16:17:23.4619174Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2024-11-01T16:17:23.4707202Z 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:17:24.0357419Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc'... 2024-11-01T16:17:24.0856312Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2024-11-01T16:17:24.1801583Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2024-11-01T16:17:24.3356400Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '58d77fa8070e8cec2dc1ed015d66b454c8d78850' 2024-11-01T16:17:24.7131158Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2024-11-01T16:17:24.8036474Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2024-11-01T16:17:24.9401671Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '0041a40c1350ba702d475b9c4ad62da77caea164' 2024-11-01T16:17:25.1146776Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2024-11-01T16:17:25.2575542Z Submodule path 'third_party/mimalloc': checked out 'b66e3214d8a104669c2ec05ae91ebc26a8f5ab78' 2024-11-01T16:17:25.4103719Z Submodule path 'third_party/nccl/nccl': checked out 'ab2b89c4c339bd7f816fbc114a4b05d386b66290' 2024-11-01T16:17:25.8260253Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2024-11-01T16:17:27.9867620Z Submodule path 'third_party/onnx': checked out 'b8baa8446686496da4cc8fda09f2b6fe65c2a02c' 2024-11-01T16:17:27.9981837Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2024-11-01T16:17:29.2409439Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2024-11-01T16:17:29.3935042Z Submodule path 'third_party/onnx/third_party/pybind11': checked out '3e9dfa2866941655c56877882565e7577de6fc7b' 2024-11-01T16:17:30.1909349Z Submodule path 'third_party/opentelemetry-cpp': checked out 'a799f4aed9c94b765dcdaabaeab7d5e7e2310878' 2024-11-01T16:17:30.2125198Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark) registered for path 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-11-01T16:17:30.2126885Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/opentelemetry-cpp/third_party/googletest' 2024-11-01T16:17:30.2128447Z Submodule 'third_party/ms-gsl' (https://github.com/microsoft/GSL) registered for path 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-11-01T16:17:30.2130153Z Submodule 'third_party/nlohmann-json' (https://github.com/nlohmann/json) registered for path 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-11-01T16:17:30.2132036Z 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:17:30.2134139Z 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:17:30.2136147Z 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:17:30.2137760Z Submodule 'tools/vcpkg' (https://github.com/Microsoft/vcpkg) registered for path 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-11-01T16:17:32.5960240Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/benchmark'... 2024-11-01T16:17:33.7939311Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/googletest'... 2024-11-01T16:17:34.3191083Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/ms-gsl'... 2024-11-01T16:17:40.1764163Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/nlohmann-json'... 2024-11-01T16:17:40.6434435Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentelemetry-proto'... 2024-11-01T16:17:41.0223583Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentracing-cpp'... 2024-11-01T16:17:42.1650641Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp'... 2024-11-01T16:17:49.0787828Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/tools/vcpkg'... 2024-11-01T16:17:49.1981138Z Submodule path 'third_party/opentelemetry-cpp/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2' 2024-11-01T16:17:49.3649000Z Submodule path 'third_party/opentelemetry-cpp/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1' 2024-11-01T16:17:49.4422843Z Submodule path 'third_party/opentelemetry-cpp/third_party/ms-gsl': checked out '6f4529395c5b7c2d661812257cd6780c67e54afa' 2024-11-01T16:17:49.8839200Z Submodule path 'third_party/opentelemetry-cpp/third_party/nlohmann-json': checked out 'bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d' 2024-11-01T16:17:49.9681299Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto': checked out '4ca4f0335c63cda7ab31ea7ed70d6553aee14dce' 2024-11-01T16:17:50.0553633Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp': checked out '06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2024-11-01T16:17:50.1674108Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp': checked out 'c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2024-11-01T16:17:50.1773090Z Submodule 'civetweb' (https://github.com/civetweb/civetweb.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-11-01T16:17:50.1774928Z Submodule 'googletest' (https://github.com/google/googletest.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-11-01T16:17:52.3123463Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb'... 2024-11-01T16:17:53.4986993Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest'... 2024-11-01T16:17:54.1105365Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'eefb26f82b233268fc98577d265352720d477ba4' 2024-11-01T16:17:54.2994150Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2024-11-01T16:17:58.3516657Z Submodule path 'third_party/opentelemetry-cpp/tools/vcpkg': checked out '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' 2024-11-01T16:17:58.4342521Z Submodule path 'third_party/pocketfft': checked out '9d3ab05a7fffbc71a492bc6a17be034e83e8f0fe' 2024-11-01T16:17:59.5148418Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2024-11-01T16:17:59.5260474Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2024-11-01T16:17:59.5262102Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2024-11-01T16:18:00.2370364Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2024-11-01T16:18:01.5134563Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2024-11-01T16:18:01.5859128Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2024-11-01T16:18:01.8357678Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2024-11-01T16:18:01.9065185Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2024-11-01T16:18:01.9854978Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2024-11-01T16:18:02.3100523Z Submodule path 'third_party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2024-11-01T16:18:02.4382608Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2024-11-01T16:18:02.6030268Z Submodule path 'third_party/sleef': checked out '60e76d2bce17d278b439d9da17177c8f957a9e9b' 2024-11-01T16:18:02.7681097Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2024-11-01T16:18:02.7818315Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2024-11-01T16:18:02.7819937Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2024-11-01T16:18:02.7821379Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2024-11-01T16:18:02.7822988Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2024-11-01T16:18:04.1652988Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2024-11-01T16:18:04.6001703Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2024-11-01T16:18:06.1142321Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2024-11-01T16:18:07.3528865Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2024-11-01T16:18:07.5322949Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2024-11-01T16:18:07.6225960Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2024-11-01T16:18:07.8555208Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2024-11-01T16:18:08.0089662Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2024-11-01T16:18:08.0174754Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-11-01T16:18:08.4092405Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2024-11-01T16:18:08.4704469Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2024-11-01T16:18:08.4921315Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2024-11-01T16:18:08.8315588Z Entering 'android/libs/fbjni' 2024-11-01T16:18:08.8683190Z Entering 'third_party/FP16' 2024-11-01T16:18:08.9009523Z Entering 'third_party/FXdiv' 2024-11-01T16:18:08.9335352Z Entering 'third_party/NNPACK' 2024-11-01T16:18:08.9699845Z Entering 'third_party/NVTX' 2024-11-01T16:18:09.0036971Z Entering 'third_party/VulkanMemoryAllocator' 2024-11-01T16:18:09.0364098Z Entering 'third_party/XNNPACK' 2024-11-01T16:18:09.0715876Z Entering 'third_party/benchmark' 2024-11-01T16:18:09.1045165Z Entering 'third_party/composable_kernel' 2024-11-01T16:18:09.1400201Z Entering 'third_party/cpp-httplib' 2024-11-01T16:18:09.1774645Z Entering 'third_party/cpuinfo' 2024-11-01T16:18:09.2107171Z Entering 'third_party/cudnn_frontend' 2024-11-01T16:18:09.2432492Z Entering 'third_party/cutlass' 2024-11-01T16:18:09.2772568Z Entering 'third_party/eigen' 2024-11-01T16:18:09.3161488Z Entering 'third_party/fbgemm' 2024-11-01T16:18:09.3479564Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-11-01T16:18:09.3810484Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-11-01T16:18:09.4142090Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-11-01T16:18:09.4474933Z Entering 'third_party/fbgemm/third_party/googletest' 2024-11-01T16:18:09.4800988Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-11-01T16:18:09.5178191Z Entering 'third_party/flatbuffers' 2024-11-01T16:18:09.5508592Z Entering 'third_party/fmt' 2024-11-01T16:18:09.5842455Z Entering 'third_party/gemmlowp/gemmlowp' 2024-11-01T16:18:09.6174338Z Entering 'third_party/gloo' 2024-11-01T16:18:09.6526832Z Entering 'third_party/googletest' 2024-11-01T16:18:09.6851833Z Entering 'third_party/ideep' 2024-11-01T16:18:09.7166134Z Entering 'third_party/ideep/mkl-dnn' 2024-11-01T16:18:09.7515169Z Entering 'third_party/ittapi' 2024-11-01T16:18:09.7841454Z Entering 'third_party/kineto' 2024-11-01T16:18:09.8166967Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-11-01T16:18:09.8512532Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-11-01T16:18:09.8874786Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-11-01T16:18:09.9210866Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-11-01T16:18:09.9565668Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-11-01T16:18:09.9918422Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-11-01T16:18:10.0274864Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-11-01T16:18:10.0638706Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-11-01T16:18:10.0974874Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-11-01T16:18:10.1305099Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-11-01T16:18:10.1652211Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-11-01T16:18:10.1977451Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-11-01T16:18:10.2319504Z Entering 'third_party/mimalloc' 2024-11-01T16:18:10.2651544Z Entering 'third_party/nccl/nccl' 2024-11-01T16:18:10.2981320Z Entering 'third_party/nlohmann' 2024-11-01T16:18:10.3317921Z Entering 'third_party/onnx' 2024-11-01T16:18:10.3666626Z Entering 'third_party/onnx/third_party/pybind11' 2024-11-01T16:18:10.4010864Z Entering 'third_party/opentelemetry-cpp' 2024-11-01T16:18:10.4334031Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-11-01T16:18:10.4667160Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-11-01T16:18:10.5005019Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-11-01T16:18:10.5328932Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-11-01T16:18:10.5662215Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-11-01T16:18:10.6007026Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-11-01T16:18:10.6359927Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-11-01T16:18:10.6683041Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-11-01T16:18:10.7018598Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-11-01T16:18:10.7365220Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-11-01T16:18:10.7765462Z Entering 'third_party/pocketfft' 2024-11-01T16:18:10.8098839Z Entering 'third_party/protobuf' 2024-11-01T16:18:10.8428419Z Entering 'third_party/protobuf/third_party/benchmark' 2024-11-01T16:18:10.8760932Z Entering 'third_party/protobuf/third_party/googletest' 2024-11-01T16:18:10.9109245Z Entering 'third_party/psimd' 2024-11-01T16:18:10.9429280Z Entering 'third_party/pthreadpool' 2024-11-01T16:18:10.9753142Z Entering 'third_party/pybind11' 2024-11-01T16:18:11.0074093Z Entering 'third_party/python-peachpy' 2024-11-01T16:18:11.0401115Z Entering 'third_party/sleef' 2024-11-01T16:18:11.0733187Z Entering 'third_party/tensorpipe' 2024-11-01T16:18:11.1049445Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-11-01T16:18:11.1385126Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-11-01T16:18:11.1724553Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-11-01T16:18:11.2053579Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-11-01T16:18:11.2370420Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-11-01T16:18:11.2808398Z ##[endgroup] 2024-11-01T16:18:11.2808961Z ##[group]Persisting credentials for submodules 2024-11-01T16:18:11.2819903Z [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:18:11.6021042Z Entering 'android/libs/fbjni' 2024-11-01T16:18:11.6567038Z Entering 'third_party/FP16' 2024-11-01T16:18:11.7099782Z Entering 'third_party/FXdiv' 2024-11-01T16:18:11.7614930Z Entering 'third_party/NNPACK' 2024-11-01T16:18:11.8131285Z Entering 'third_party/NVTX' 2024-11-01T16:18:11.8658789Z Entering 'third_party/VulkanMemoryAllocator' 2024-11-01T16:18:11.9176450Z Entering 'third_party/XNNPACK' 2024-11-01T16:18:11.9709354Z Entering 'third_party/benchmark' 2024-11-01T16:18:12.0245251Z Entering 'third_party/composable_kernel' 2024-11-01T16:18:12.0764554Z Entering 'third_party/cpp-httplib' 2024-11-01T16:18:12.1281763Z Entering 'third_party/cpuinfo' 2024-11-01T16:18:12.1808805Z Entering 'third_party/cudnn_frontend' 2024-11-01T16:18:12.2312036Z Entering 'third_party/cutlass' 2024-11-01T16:18:12.2841659Z Entering 'third_party/eigen' 2024-11-01T16:18:12.3388512Z Entering 'third_party/fbgemm' 2024-11-01T16:18:12.3884317Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-11-01T16:18:12.4397123Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-11-01T16:18:12.4907097Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-11-01T16:18:12.5408777Z Entering 'third_party/fbgemm/third_party/googletest' 2024-11-01T16:18:12.5914034Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-11-01T16:18:12.6446220Z Entering 'third_party/flatbuffers' 2024-11-01T16:18:12.6977235Z Entering 'third_party/fmt' 2024-11-01T16:18:12.7495438Z Entering 'third_party/gemmlowp/gemmlowp' 2024-11-01T16:18:12.8010340Z Entering 'third_party/gloo' 2024-11-01T16:18:12.8518923Z Entering 'third_party/googletest' 2024-11-01T16:18:12.9021774Z Entering 'third_party/ideep' 2024-11-01T16:18:12.9522609Z Entering 'third_party/ideep/mkl-dnn' 2024-11-01T16:18:13.0043937Z Entering 'third_party/ittapi' 2024-11-01T16:18:13.0540361Z Entering 'third_party/kineto' 2024-11-01T16:18:13.1035794Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-11-01T16:18:13.1543105Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-11-01T16:18:13.2127195Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-11-01T16:18:13.2646630Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-11-01T16:18:13.3167458Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-11-01T16:18:13.3673705Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-11-01T16:18:13.4208830Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-11-01T16:18:13.4740791Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-11-01T16:18:13.5293909Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-11-01T16:18:13.5817442Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-11-01T16:18:13.6354890Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-11-01T16:18:13.6879991Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-11-01T16:18:13.7412964Z Entering 'third_party/mimalloc' 2024-11-01T16:18:13.7918818Z Entering 'third_party/nccl/nccl' 2024-11-01T16:18:13.8427971Z Entering 'third_party/nlohmann' 2024-11-01T16:18:13.8937235Z Entering 'third_party/onnx' 2024-11-01T16:18:13.9456166Z Entering 'third_party/onnx/third_party/pybind11' 2024-11-01T16:18:13.9991445Z Entering 'third_party/opentelemetry-cpp' 2024-11-01T16:18:14.0512728Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-11-01T16:18:14.1026189Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-11-01T16:18:14.1536653Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-11-01T16:18:14.2064045Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-11-01T16:18:14.2589230Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-11-01T16:18:14.3110986Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-11-01T16:18:14.3623394Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-11-01T16:18:14.4124099Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-11-01T16:18:14.4647351Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-11-01T16:18:14.5195798Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-11-01T16:18:14.5752761Z Entering 'third_party/pocketfft' 2024-11-01T16:18:14.6263253Z Entering 'third_party/protobuf' 2024-11-01T16:18:14.6776841Z Entering 'third_party/protobuf/third_party/benchmark' 2024-11-01T16:18:14.7303207Z Entering 'third_party/protobuf/third_party/googletest' 2024-11-01T16:18:14.7840002Z Entering 'third_party/psimd' 2024-11-01T16:18:14.8358454Z Entering 'third_party/pthreadpool' 2024-11-01T16:18:14.8893672Z Entering 'third_party/pybind11' 2024-11-01T16:18:14.9409824Z Entering 'third_party/python-peachpy' 2024-11-01T16:18:14.9920792Z Entering 'third_party/sleef' 2024-11-01T16:18:15.0433409Z Entering 'third_party/tensorpipe' 2024-11-01T16:18:15.0938075Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-11-01T16:18:15.1467428Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-11-01T16:18:15.1997819Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-11-01T16:18:15.2509263Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-11-01T16:18:15.3015862Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-11-01T16:18:15.3671948Z [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:18:15.8697572Z Entering 'android/libs/fbjni' 2024-11-01T16:18:15.9194063Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2024-11-01T16:18:15.9314464Z Entering 'third_party/FP16' 2024-11-01T16:18:15.9811848Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2024-11-01T16:18:15.9943138Z Entering 'third_party/FXdiv' 2024-11-01T16:18:16.0436871Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2024-11-01T16:18:16.0553745Z Entering 'third_party/NNPACK' 2024-11-01T16:18:16.1061612Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2024-11-01T16:18:16.1179908Z Entering 'third_party/NVTX' 2024-11-01T16:18:16.1674970Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/config remote.origin.url 2024-11-01T16:18:16.1794254Z Entering 'third_party/VulkanMemoryAllocator' 2024-11-01T16:18:16.2275880Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2024-11-01T16:18:16.2432981Z Entering 'third_party/XNNPACK' 2024-11-01T16:18:16.2917987Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2024-11-01T16:18:16.3059406Z Entering 'third_party/benchmark' 2024-11-01T16:18:16.3560838Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2024-11-01T16:18:16.3678615Z Entering 'third_party/composable_kernel' 2024-11-01T16:18:16.4199731Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/config remote.origin.url 2024-11-01T16:18:16.4326790Z Entering 'third_party/cpp-httplib' 2024-11-01T16:18:16.4817861Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2024-11-01T16:18:16.4953892Z Entering 'third_party/cpuinfo' 2024-11-01T16:18:16.5437373Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2024-11-01T16:18:16.5556177Z Entering 'third_party/cudnn_frontend' 2024-11-01T16:18:16.6052786Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2024-11-01T16:18:16.6167653Z Entering 'third_party/cutlass' 2024-11-01T16:18:16.6662567Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2024-11-01T16:18:16.6787535Z Entering 'third_party/eigen' 2024-11-01T16:18:16.7274216Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2024-11-01T16:18:16.7411287Z Entering 'third_party/fbgemm' 2024-11-01T16:18:16.7901970Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2024-11-01T16:18:16.8008530Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-11-01T16:18:16.8508593Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2024-11-01T16:18:16.8632380Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-11-01T16:18:16.9169866Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2024-11-01T16:18:16.9290327Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-11-01T16:18:16.9781295Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cutlass/config remote.origin.url 2024-11-01T16:18:16.9913450Z Entering 'third_party/fbgemm/third_party/googletest' 2024-11-01T16:18:17.0406867Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2024-11-01T16:18:17.0549719Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-11-01T16:18:17.1057324Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2024-11-01T16:18:17.1190545Z Entering 'third_party/flatbuffers' 2024-11-01T16:18:17.1678406Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2024-11-01T16:18:17.1800934Z Entering 'third_party/fmt' 2024-11-01T16:18:17.2287388Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2024-11-01T16:18:17.2404822Z Entering 'third_party/gemmlowp/gemmlowp' 2024-11-01T16:18:17.2889519Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2024-11-01T16:18:17.3009352Z Entering 'third_party/gloo' 2024-11-01T16:18:17.3498841Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2024-11-01T16:18:17.3615645Z Entering 'third_party/googletest' 2024-11-01T16:18:17.4126897Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2024-11-01T16:18:17.4242793Z Entering 'third_party/ideep' 2024-11-01T16:18:17.4728619Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2024-11-01T16:18:17.4833992Z Entering 'third_party/ideep/mkl-dnn' 2024-11-01T16:18:17.5327478Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2024-11-01T16:18:17.5467210Z Entering 'third_party/ittapi' 2024-11-01T16:18:17.5946589Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2024-11-01T16:18:17.6075801Z Entering 'third_party/kineto' 2024-11-01T16:18:17.6579714Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2024-11-01T16:18:17.6683747Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-11-01T16:18:17.7181429Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2024-11-01T16:18:17.7303369Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-11-01T16:18:17.7800900Z 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:18:17.7925487Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-11-01T16:18:17.8430001Z 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:18:17.8556614Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-11-01T16:18:17.9070861Z 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:18:17.9191427Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-11-01T16:18:17.9689338Z 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:18:17.9795984Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-11-01T16:18:18.0301234Z 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:18:18.0438877Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-11-01T16:18:18.0939915Z 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:18:18.1061298Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-11-01T16:18:18.1556065Z 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:18:18.1674757Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-11-01T16:18:18.2169271Z 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:18:18.2286050Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-11-01T16:18:18.2779448Z 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:18:18.2918989Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-11-01T16:18:18.3415138Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2024-11-01T16:18:18.3537720Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-11-01T16:18:18.4026797Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2024-11-01T16:18:18.4166313Z Entering 'third_party/mimalloc' 2024-11-01T16:18:18.4651933Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2024-11-01T16:18:18.4773433Z Entering 'third_party/nccl/nccl' 2024-11-01T16:18:18.5261642Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2024-11-01T16:18:18.5379554Z Entering 'third_party/nlohmann' 2024-11-01T16:18:18.5901096Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2024-11-01T16:18:18.6022567Z Entering 'third_party/onnx' 2024-11-01T16:18:18.6520702Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2024-11-01T16:18:18.6646289Z Entering 'third_party/onnx/third_party/pybind11' 2024-11-01T16:18:18.7153017Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2024-11-01T16:18:18.7293054Z Entering 'third_party/opentelemetry-cpp' 2024-11-01T16:18:18.7788129Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2024-11-01T16:18:18.7900283Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-11-01T16:18:18.8416158Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2024-11-01T16:18:18.8558718Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-11-01T16:18:18.9065542Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2024-11-01T16:18:18.9181960Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-11-01T16:18:18.9676595Z 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:18:18.9792670Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-11-01T16:18:19.0284936Z 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:18:19.0404734Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-11-01T16:18:19.0930328Z 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:18:19.1058664Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-11-01T16:18:19.1547448Z 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:18:19.1670150Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-11-01T16:18:19.2166886Z 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:18:19.2270146Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-11-01T16:18:19.2758673Z 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:18:19.2878634Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-11-01T16:18:19.3364523Z 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:18:19.3503683Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-11-01T16:18:19.4003889Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2024-11-01T16:18:19.4175474Z Entering 'third_party/pocketfft' 2024-11-01T16:18:19.4674279Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2024-11-01T16:18:19.4802170Z Entering 'third_party/protobuf' 2024-11-01T16:18:19.5300825Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2024-11-01T16:18:19.5409843Z Entering 'third_party/protobuf/third_party/benchmark' 2024-11-01T16:18:19.5932175Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2024-11-01T16:18:19.6052622Z Entering 'third_party/protobuf/third_party/googletest' 2024-11-01T16:18:19.6547337Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2024-11-01T16:18:19.6702373Z Entering 'third_party/psimd' 2024-11-01T16:18:19.7189845Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2024-11-01T16:18:19.7307995Z Entering 'third_party/pthreadpool' 2024-11-01T16:18:19.7789669Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2024-11-01T16:18:19.7904996Z Entering 'third_party/pybind11' 2024-11-01T16:18:19.8397065Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2024-11-01T16:18:19.8515625Z Entering 'third_party/python-peachpy' 2024-11-01T16:18:19.9050363Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2024-11-01T16:18:19.9172566Z Entering 'third_party/sleef' 2024-11-01T16:18:19.9654437Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2024-11-01T16:18:19.9769528Z Entering 'third_party/tensorpipe' 2024-11-01T16:18:20.0251861Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2024-11-01T16:18:20.0356592Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-11-01T16:18:20.0862455Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2024-11-01T16:18:20.0980575Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-11-01T16:18:20.1485611Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2024-11-01T16:18:20.1757875Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-11-01T16:18:20.2248407Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2024-11-01T16:18:20.2382777Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-11-01T16:18:20.2881002Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2024-11-01T16:18:20.2986164Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-11-01T16:18:20.3497856Z 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:18:20.4063252Z [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:18:20.7931704Z Entering 'android/libs/fbjni' 2024-11-01T16:18:20.8272345Z Entering 'third_party/FP16' 2024-11-01T16:18:20.8608025Z Entering 'third_party/FXdiv' 2024-11-01T16:18:20.8941265Z Entering 'third_party/NNPACK' 2024-11-01T16:18:20.9271823Z Entering 'third_party/NVTX' 2024-11-01T16:18:20.9598259Z Entering 'third_party/VulkanMemoryAllocator' 2024-11-01T16:18:20.9952162Z Entering 'third_party/XNNPACK' 2024-11-01T16:18:21.0301056Z Entering 'third_party/benchmark' 2024-11-01T16:18:21.0626042Z Entering 'third_party/composable_kernel' 2024-11-01T16:18:21.1000850Z Entering 'third_party/cpp-httplib' 2024-11-01T16:18:21.1337797Z Entering 'third_party/cpuinfo' 2024-11-01T16:18:21.1669806Z Entering 'third_party/cudnn_frontend' 2024-11-01T16:18:21.1990990Z Entering 'third_party/cutlass' 2024-11-01T16:18:21.2332135Z Entering 'third_party/eigen' 2024-11-01T16:18:21.2680113Z Entering 'third_party/fbgemm' 2024-11-01T16:18:21.2993232Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-11-01T16:18:21.3325186Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-11-01T16:18:21.3651480Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-11-01T16:18:21.3988623Z Entering 'third_party/fbgemm/third_party/googletest' 2024-11-01T16:18:21.4331788Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-11-01T16:18:21.4669135Z Entering 'third_party/flatbuffers' 2024-11-01T16:18:21.5000837Z Entering 'third_party/fmt' 2024-11-01T16:18:21.5345846Z Entering 'third_party/gemmlowp/gemmlowp' 2024-11-01T16:18:21.5678853Z Entering 'third_party/gloo' 2024-11-01T16:18:21.5998106Z Entering 'third_party/googletest' 2024-11-01T16:18:21.6341248Z Entering 'third_party/ideep' 2024-11-01T16:18:21.6662849Z Entering 'third_party/ideep/mkl-dnn' 2024-11-01T16:18:21.7011067Z Entering 'third_party/ittapi' 2024-11-01T16:18:21.7389966Z Entering 'third_party/kineto' 2024-11-01T16:18:21.7704744Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-11-01T16:18:21.8029339Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-11-01T16:18:21.8370058Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-11-01T16:18:21.8694945Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-11-01T16:18:21.9038837Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-11-01T16:18:21.9360245Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-11-01T16:18:21.9713093Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-11-01T16:18:22.0034841Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-11-01T16:18:22.0376569Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-11-01T16:18:22.0708615Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-11-01T16:18:22.1053423Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-11-01T16:18:22.1387627Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-11-01T16:18:22.1725202Z Entering 'third_party/mimalloc' 2024-11-01T16:18:22.2056565Z Entering 'third_party/nccl/nccl' 2024-11-01T16:18:22.2378013Z Entering 'third_party/nlohmann' 2024-11-01T16:18:22.2700146Z Entering 'third_party/onnx' 2024-11-01T16:18:22.3045399Z Entering 'third_party/onnx/third_party/pybind11' 2024-11-01T16:18:22.3431185Z Entering 'third_party/opentelemetry-cpp' 2024-11-01T16:18:22.3747642Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-11-01T16:18:22.4089477Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-11-01T16:18:22.4421482Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-11-01T16:18:22.4751329Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-11-01T16:18:22.5078534Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-11-01T16:18:22.5430362Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-11-01T16:18:22.5768563Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-11-01T16:18:22.6092427Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-11-01T16:18:22.6434011Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-11-01T16:18:22.6780812Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-11-01T16:18:22.7140274Z Entering 'third_party/pocketfft' 2024-11-01T16:18:22.7467429Z Entering 'third_party/protobuf' 2024-11-01T16:18:22.7789680Z Entering 'third_party/protobuf/third_party/benchmark' 2024-11-01T16:18:22.8121302Z Entering 'third_party/protobuf/third_party/googletest' 2024-11-01T16:18:22.8467378Z Entering 'third_party/psimd' 2024-11-01T16:18:22.8807246Z Entering 'third_party/pthreadpool' 2024-11-01T16:18:22.9131247Z Entering 'third_party/pybind11' 2024-11-01T16:18:22.9469451Z Entering 'third_party/python-peachpy' 2024-11-01T16:18:22.9791969Z Entering 'third_party/sleef' 2024-11-01T16:18:23.0121699Z Entering 'third_party/tensorpipe' 2024-11-01T16:18:23.0447537Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-11-01T16:18:23.0774441Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-11-01T16:18:23.1105060Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-11-01T16:18:23.1444530Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-11-01T16:18:23.1762280Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-11-01T16:18:23.2210582Z [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:18:23.5375564Z Entering 'android/libs/fbjni' 2024-11-01T16:18:23.5711037Z Entering 'third_party/FP16' 2024-11-01T16:18:23.6060805Z Entering 'third_party/FXdiv' 2024-11-01T16:18:23.6390241Z Entering 'third_party/NNPACK' 2024-11-01T16:18:23.6713577Z Entering 'third_party/NVTX' 2024-11-01T16:18:23.7046276Z Entering 'third_party/VulkanMemoryAllocator' 2024-11-01T16:18:23.7390380Z Entering 'third_party/XNNPACK' 2024-11-01T16:18:23.7738012Z Entering 'third_party/benchmark' 2024-11-01T16:18:23.8118216Z Entering 'third_party/composable_kernel' 2024-11-01T16:18:23.8453545Z Entering 'third_party/cpp-httplib' 2024-11-01T16:18:23.8780495Z Entering 'third_party/cpuinfo' 2024-11-01T16:18:23.9112282Z Entering 'third_party/cudnn_frontend' 2024-11-01T16:18:23.9441263Z Entering 'third_party/cutlass' 2024-11-01T16:18:23.9773445Z Entering 'third_party/eigen' 2024-11-01T16:18:24.0107032Z Entering 'third_party/fbgemm' 2024-11-01T16:18:24.0429552Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-11-01T16:18:24.0773383Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-11-01T16:18:24.1122351Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-11-01T16:18:24.1483221Z Entering 'third_party/fbgemm/third_party/googletest' 2024-11-01T16:18:24.1811149Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-11-01T16:18:24.2169754Z Entering 'third_party/flatbuffers' 2024-11-01T16:18:24.2515625Z Entering 'third_party/fmt' 2024-11-01T16:18:24.2843449Z Entering 'third_party/gemmlowp/gemmlowp' 2024-11-01T16:18:24.3170964Z Entering 'third_party/gloo' 2024-11-01T16:18:24.3517556Z Entering 'third_party/googletest' 2024-11-01T16:18:24.3846148Z Entering 'third_party/ideep' 2024-11-01T16:18:24.4167247Z Entering 'third_party/ideep/mkl-dnn' 2024-11-01T16:18:24.4529506Z Entering 'third_party/ittapi' 2024-11-01T16:18:24.4859759Z Entering 'third_party/kineto' 2024-11-01T16:18:24.5182471Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-11-01T16:18:24.5505093Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-11-01T16:18:24.5851560Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-11-01T16:18:24.6181902Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-11-01T16:18:24.6521569Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-11-01T16:18:24.6849003Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-11-01T16:18:24.7199853Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-11-01T16:18:24.7544234Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-11-01T16:18:24.7876405Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-11-01T16:18:24.8221283Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-11-01T16:18:24.8598520Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-11-01T16:18:24.8950920Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-11-01T16:18:24.9298639Z Entering 'third_party/mimalloc' 2024-11-01T16:18:24.9631733Z Entering 'third_party/nccl/nccl' 2024-11-01T16:18:24.9960912Z Entering 'third_party/nlohmann' 2024-11-01T16:18:25.0284393Z Entering 'third_party/onnx' 2024-11-01T16:18:25.0633378Z Entering 'third_party/onnx/third_party/pybind11' 2024-11-01T16:18:25.0982500Z Entering 'third_party/opentelemetry-cpp' 2024-11-01T16:18:25.1295926Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-11-01T16:18:25.1650067Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-11-01T16:18:25.2001500Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-11-01T16:18:25.2347933Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-11-01T16:18:25.2684722Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-11-01T16:18:25.3026105Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-11-01T16:18:25.3373747Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-11-01T16:18:25.3693884Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-11-01T16:18:25.4061510Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-11-01T16:18:25.4405515Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-11-01T16:18:25.4774936Z Entering 'third_party/pocketfft' 2024-11-01T16:18:25.5105813Z Entering 'third_party/protobuf' 2024-11-01T16:18:25.5424698Z Entering 'third_party/protobuf/third_party/benchmark' 2024-11-01T16:18:25.5758690Z Entering 'third_party/protobuf/third_party/googletest' 2024-11-01T16:18:25.6141880Z Entering 'third_party/psimd' 2024-11-01T16:18:25.6462270Z Entering 'third_party/pthreadpool' 2024-11-01T16:18:25.6788764Z Entering 'third_party/pybind11' 2024-11-01T16:18:25.7115979Z Entering 'third_party/python-peachpy' 2024-11-01T16:18:25.7442539Z Entering 'third_party/sleef' 2024-11-01T16:18:25.7802883Z Entering 'third_party/tensorpipe' 2024-11-01T16:18:25.8127222Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-11-01T16:18:25.8465197Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-11-01T16:18:25.8801395Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-11-01T16:18:25.9131341Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-11-01T16:18:25.9448532Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-11-01T16:18:25.9921937Z ##[endgroup] 2024-11-01T16:18:26.0182644Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format='%H' 2024-11-01T16:18:26.0376992Z 'd1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea' 2024-11-01T16:18:26.0668133Z Prepare all required actions 2024-11-01T16:18:26.0759230Z ##[group]Run ./.github/actions/setup-win 2024-11-01T16:18:26.0759625Z with: 2024-11-01T16:18:26.0759885Z cuda-version: cpu 2024-11-01T16:18:26.0760150Z env: 2024-11-01T16:18:26.0760414Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:18:26.0760738Z ##[endgroup] 2024-11-01T16:18:26.0851920Z ##[group]Run set -euo pipefail 2024-11-01T16:18:26.0852299Z set -euo pipefail 2024-11-01T16:18:26.0852658Z function get_ec2_metadata() { 2024-11-01T16:18:26.0853171Z  # Pulled from instance metadata endpoint for EC2 2024-11-01T16:18:26.0854104Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2024-11-01T16:18:26.0854923Z  category=$1 2024-11-01T16:18:26.0856250Z  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:18:26.0857565Z } 2024-11-01T16:18:26.0857892Z echo "ami-id: $(get_ec2_metadata ami-id)" 2024-11-01T16:18:26.0858461Z echo "instance-id: $(get_ec2_metadata instance-id)" 2024-11-01T16:18:26.0859101Z echo "instance-type: $(get_ec2_metadata instance-type)" 2024-11-01T16:18:26.0859651Z echo "system info $(uname -a)" 2024-11-01T16:18:26.0878609Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:18:26.0879226Z env: 2024-11-01T16:18:26.0879471Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:18:26.0879775Z ##[endgroup] 2024-11-01T16:18:26.1423635Z ami-id: ami-0ef6d56db79453e70 2024-11-01T16:18:26.1809726Z instance-id: i-0f7e72c62124cdb30 2024-11-01T16:18:26.2309797Z instance-type: c5d.4xlarge 2024-11-01T16:18:26.2491769Z 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:18:26.2587510Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2024-11-01T16:18:26.2588855Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2024-11-01T16:18:26.2604920Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-11-01T16:18:26.2605561Z env: 2024-11-01T16:18:26.2605802Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:18:26.2606101Z ##[endgroup] 2024-11-01T16:18:26.5895857Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-11-01T16:18:26.5944461Z Finished 2024-11-01T16:18:26.7398152Z ##[group]Run # Windows conda is baked into the AMI at this location 2024-11-01T16:18:26.7398855Z # Windows conda is baked into the AMI at this location 2024-11-01T16:18:26.7399481Z CONDA="C:\Jenkins\Miniconda3\condabin\conda.bat" 2024-11-01T16:18:26.7399934Z  2024-11-01T16:18:26.7400185Z { 2024-11-01T16:18:26.7400561Z  echo "CONDA_RUN=${CONDA} run --no-capture-output"; 2024-11-01T16:18:26.7401207Z  echo "CONDA_BUILD=${CONDA} run conda-build"; 2024-11-01T16:18:26.7401776Z  echo "CONDA_INSTALL=${CONDA} install"; 2024-11-01T16:18:26.7402230Z } >> "${GITHUB_ENV}" 2024-11-01T16:18:26.7420982Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:18:26.7421708Z env: 2024-11-01T16:18:26.7421938Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:18:26.7422251Z ##[endgroup] 2024-11-01T16:18:26.7715775Z ##[group]Run set +e 2024-11-01T16:18:26.7716093Z set +e 2024-11-01T16:18:26.7716358Z set -x 2024-11-01T16:18:26.7716614Z  2024-11-01T16:18:26.7716905Z PYTHON3=$(${CONDA_RUN} which python3) 2024-11-01T16:18:26.7717334Z EXIT_CODE=$? 2024-11-01T16:18:26.7717614Z  2024-11-01T16:18:26.7719005Z if [[ "${EXIT_CODE}" == "0" ]]; then 2024-11-01T16:18:26.7719631Z  echo "Found Python3 at ${PYTHON3}, adding it into GITHUB_PATH" 2024-11-01T16:18:26.7720186Z  2024-11-01T16:18:26.7720477Z  PYTHON_PATH=$(dirname "${PYTHON3}") 2024-11-01T16:18:26.7720971Z  echo "${PYTHON_PATH}" >> "${GITHUB_PATH}" 2024-11-01T16:18:26.7721409Z else 2024-11-01T16:18:26.7722033Z  # According to https://docs.conda.io/en/latest/miniconda.html, we are using the Miniconda3 2024-11-01T16:18:26.7723110Z  # installation, which is Python 3 based. Its Python is default to Python 3. Further, there 2024-11-01T16:18:26.7724144Z  # is also the Miniconda installation that is Python 2 based, and both can be installed if 2024-11-01T16:18:26.7725023Z  # needed. In both cases, Python binary is just called python 2024-11-01T16:18:26.7725615Z  PYTHON=$(${CONDA_RUN} which python) 2024-11-01T16:18:26.7726036Z  EXIT_CODE=$? 2024-11-01T16:18:26.7726331Z  2024-11-01T16:18:26.7726612Z  if [[ "${EXIT_CODE}" == "0" ]]; then 2024-11-01T16:18:26.7727295Z  echo "Found Python at ${PYTHON}, set Python3 alias and add it into GITHUB_PATH" 2024-11-01T16:18:26.7727927Z  2024-11-01T16:18:26.7728307Z  PYTHON3=$(echo "${PYTHON}" | sed "s/python/python3/") 2024-11-01T16:18:26.7729114Z  # It's difficult to setup alias across GitHub action steps, so I just add a softlink 2024-11-01T16:18:26.7729825Z  # here pointing to Python 2024-11-01T16:18:26.7730254Z  ln -s "${PYTHON}" "${PYTHON3}" 2024-11-01T16:18:26.7730624Z  2024-11-01T16:18:26.7730923Z  PYTHON_PATH=$(dirname "${PYTHON}") 2024-11-01T16:18:26.7731424Z  echo "${PYTHON_PATH}" >> "${GITHUB_PATH}" 2024-11-01T16:18:26.7731849Z  else 2024-11-01T16:18:26.7732201Z  echo "Found no Python using ${CONDA_RUN}" 2024-11-01T16:18:26.7732641Z  fi 2024-11-01T16:18:26.7732874Z fi 2024-11-01T16:18:26.7750563Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:18:26.7751179Z env: 2024-11-01T16:18:26.7751424Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:18:26.7752082Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:18:26.7752836Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:18:26.7753532Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:18:26.7754032Z ##[endgroup] 2024-11-01T16:18:26.8021128Z ++ 'C:\Jenkins\Miniconda3\condabin\conda.bat' run --no-capture-output which python3 2024-11-01T16:18:28.9650621Z + PYTHON3=/c/Jenkins/Miniconda3/python3 2024-11-01T16:18:28.9651097Z + EXIT_CODE=0 2024-11-01T16:18:28.9651676Z + [[ 0 == \0 ]] 2024-11-01T16:18:28.9652303Z + echo 'Found Python3 at /c/Jenkins/Miniconda3/python3, adding it into GITHUB_PATH' 2024-11-01T16:18:28.9653270Z Found Python3 at /c/Jenkins/Miniconda3/python3, adding it into GITHUB_PATH 2024-11-01T16:18:28.9710103Z ++ dirname /c/Jenkins/Miniconda3/python3 2024-11-01T16:18:28.9777180Z + PYTHON_PATH=/c/Jenkins/Miniconda3 2024-11-01T16:18:28.9777603Z + echo /c/Jenkins/Miniconda3 2024-11-01T16:18:28.9885463Z ##[group]Run TMPDIR=$(python -c 'import tempfile; print(tempfile.gettempdir());') 2024-11-01T16:18:28.9886310Z TMPDIR=$(python -c 'import tempfile; print(tempfile.gettempdir());') 2024-11-01T16:18:28.9886977Z echo "TMPDIR=${TMPDIR}" >> "${GITHUB_ENV}" 2024-11-01T16:18:28.9907323Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:18:28.9907949Z env: 2024-11-01T16:18:28.9908183Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:18:28.9908724Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:18:28.9909495Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:18:28.9910738Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:18:28.9911242Z ##[endgroup] 2024-11-01T16:18:29.0854922Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TMPDIR,"C:\Jenkins\Miniconda3" -ErrorAction Ignore 2024-11-01T16:18:29.0856292Z Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TMPDIR,"C:\Jenkins\Miniconda3" -ErrorAction Ignore 2024-11-01T16:18:29.0857447Z # Let's both exclude the path and disable Windows Defender completely just to be sure 2024-11-01T16:18:29.0858143Z # that it doesn't interfere 2024-11-01T16:18:29.0858767Z Set-MpPreference -DisableRealtimeMonitoring $True -ErrorAction Ignore 2024-11-01T16:18:29.0874099Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-11-01T16:18:29.0874735Z env: 2024-11-01T16:18:29.0874971Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:18:29.0875515Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:18:29.0876279Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:18:29.0876961Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:18:29.0877531Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:18:29.0877955Z ##[endgroup] 2024-11-01T16:18:29.4140845Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-11-01T16:18:29.4200392Z Finished 2024-11-01T16:18:30.4963322Z ##[group]Run choco install handle -y 2024-11-01T16:18:30.4963742Z choco install handle -y 2024-11-01T16:18:30.4964128Z handle C:\actions-runner\_work\ 2024-11-01T16:18:30.4979348Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-11-01T16:18:30.4979988Z env: 2024-11-01T16:18:30.4980220Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:18:30.4980757Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:18:30.4981640Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:18:30.4982342Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:18:30.4982905Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:18:30.4983476Z ##[endgroup] 2024-11-01T16:18:30.8118586Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-11-01T16:18:30.8185770Z Finished 2024-11-01T16:18:32.4588430Z Chocolatey v2.3.0 2024-11-01T16:18:32.6269128Z Installing the following packages: 2024-11-01T16:18:32.6274979Z handle 2024-11-01T16:18:32.6279284Z By installing, you accept licenses for the packages. 2024-11-01T16:18:33.2039148Z handle v5.0.0 already installed. 2024-11-01T16:18:33.2039798Z Use --force to reinstall, specify a version to install, or try upgrade. 2024-11-01T16:18:33.2137286Z 2024-11-01T16:18:33.2137800Z Chocolatey installed 0/1 packages. 2024-11-01T16:18:33.2138486Z See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log). 2024-11-01T16:18:33.2140799Z 2024-11-01T16:18:33.2144108Z Warnings: 2024-11-01T16:18:33.2149680Z - handle - handle v5.0.0 already installed. 2024-11-01T16:18:33.2150306Z Use --force to reinstall, specify a version to install, or try upgrade. 2024-11-01T16:18:33.2804738Z 2024-11-01T16:18:33.2805156Z Nthandle v5.0 - Handle viewer 2024-11-01T16:18:33.2805601Z Copyright (C) 1997-2022 Mark Russinovich 2024-11-01T16:18:33.2806820Z Sysinternals - www.sysinternals.com 2024-11-01T16:18:33.2807158Z 2024-11-01T16:18:33.3186768Z powershell.exe pid: 800 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2024-11-01T16:18:33.3187689Z handle.exe pid: 6052 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2024-11-01T16:18:33.3188605Z handle.exe pid: 5500 type: File 94: C:\actions-runner\_work\pytorch\pytorch 2024-11-01T16:18:33.3189769Z handle64.exe pid: 700 type: File 50: C:\actions-runner\_work\pytorch\pytorch 2024-11-01T16:18:33.3514134Z ##[group]Run python3 .github/scripts/parse_ref.py 2024-11-01T16:18:33.3519570Z python3 .github/scripts/parse_ref.py 2024-11-01T16:18:33.3539655Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:18:33.3540300Z env: 2024-11-01T16:18:33.3540539Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:18:33.3541084Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:18:33.3541969Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:18:33.3542657Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:18:33.3543236Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:18:33.3543644Z ##[endgroup] 2024-11-01T16:18:33.4356792Z Prepare all required actions 2024-11-01T16:18:33.4431120Z ##[group]Run ./.github/actions/get-workflow-job-id 2024-11-01T16:18:33.4431551Z with: 2024-11-01T16:18:33.4432036Z github-token: *** 2024-11-01T16:18:33.4432353Z env: 2024-11-01T16:18:33.4432594Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:18:33.4433179Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:18:33.4433937Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:18:33.4434643Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:18:33.4435213Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:18:33.4435611Z ##[endgroup] 2024-11-01T16:18:33.4509177Z ##[group]Run set -eux 2024-11-01T16:18:33.4509488Z set -eux 2024-11-01T16:18:33.4510048Z python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2024-11-01T16:18:33.4528966Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:18:33.4529581Z env: 2024-11-01T16:18:33.4529833Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:18:33.4530381Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:18:33.4531158Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:18:33.4531843Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:18:33.4532569Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:18:33.4533178Z GITHUB_TOKEN: *** 2024-11-01T16:18:33.4533446Z ##[endgroup] 2024-11-01T16:18:33.4715755Z + python3 .github/scripts/get_workflow_job_id.py 11632514903 i-0f7e72c62124cdb30 2024-11-01T16:18:34.3051540Z setting job-id=32395790497 2024-11-01T16:18:34.3052017Z setting job-name=win-vs2019-cpu-py3 / build 2024-11-01T16:18:34.3438467Z Prepare all required actions 2024-11-01T16:18:34.3438980Z Getting action download info 2024-11-01T16:18:34.4844246Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2024-11-01T16:18:34.6544713Z ##[group]Run ./.github/actions/filter-test-configs 2024-11-01T16:18:34.6545154Z with: 2024-11-01T16:18:34.6548601Z github-token: *** 2024-11-01T16:18:34.6550125Z 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:18:34.6551761Z job-name: win-vs2019-cpu-py3 / build 2024-11-01T16:18:34.6552129Z env: 2024-11-01T16:18:34.6552358Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:18:34.6552898Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:18:34.6564430Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:18:34.6565137Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:18:34.6565717Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:18:34.6566121Z ##[endgroup] 2024-11-01T16:18:34.6679455Z ##[group]Run nick-fields/retry@v3.0.0 2024-11-01T16:18:34.6679822Z with: 2024-11-01T16:18:34.6680056Z shell: bash 2024-11-01T16:18:34.6680317Z timeout_minutes: 10 2024-11-01T16:18:34.6680591Z max_attempts: 5 2024-11-01T16:18:34.6680870Z retry_wait_seconds: 30 2024-11-01T16:18:34.6682022Z 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:18:34.6683222Z polling_interval_seconds: 1 2024-11-01T16:18:34.6683552Z warning_on_retry: true 2024-11-01T16:18:34.6683867Z continue_on_error: false 2024-11-01T16:18:34.6684177Z env: 2024-11-01T16:18:34.6684401Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:18:34.6684942Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:18:34.6685719Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:18:34.6686409Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:18:34.6686986Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:18:34.6687590Z GITHUB_TOKEN: *** 2024-11-01T16:18:34.6687872Z ##[endgroup] 2024-11-01T16:18:34.7849689Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2024-11-01T16:18:35.2885108Z Requirement already satisfied: requests==2.27.1 in c:\jenkins\miniconda3\lib\site-packages (2.27.1) 2024-11-01T16:18:35.2891356Z Requirement already satisfied: pyyaml==6.0.1 in c:\jenkins\miniconda3\lib\site-packages (6.0.1) 2024-11-01T16:18:35.3031873Z 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:18:35.3038284Z 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:18:35.3050524Z 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:18:35.3064661Z Requirement already satisfied: idna<4,>=2.5 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (3.7) 2024-11-01T16:18:36.7722808Z Command completed after 1 attempt(s). 2024-11-01T16:18:36.7884178Z ##[group]Run set -x 2024-11-01T16:18:36.7884675Z set -x 2024-11-01T16:18:36.7884932Z  2024-11-01T16:18:36.7885445Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-11-01T16:18:36.7886113Z # in runner workspace 2024-11-01T16:18:36.7886614Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2024-11-01T16:18:36.7907535Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:18:36.7908183Z env: 2024-11-01T16:18:36.7908431Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:18:36.7908958Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:18:36.7909725Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:18:36.7910423Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:18:36.7910982Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:18:36.7911391Z ##[endgroup] 2024-11-01T16:18:36.8095874Z + python3 'C:\actions-runner\_work\pytorch\pytorch\./.github/actions/filter-test-configs/../../scripts/parse_ref.py' 2024-11-01T16:18:36.8711623Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2024-11-01T16:18:36.8712142Z echo "Workflow: ${GITHUB_WORKFLOW}" 2024-11-01T16:18:36.8712581Z echo "Job name: ${JOB_NAME}" 2024-11-01T16:18:36.8712946Z  2024-11-01T16:18:36.8713462Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-11-01T16:18:36.8714130Z # in runner workspace 2024-11-01T16:18:36.8714732Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2024-11-01T16:18:36.8715438Z  --workflow "${GITHUB_WORKFLOW}" \ 2024-11-01T16:18:36.8715859Z  --job-name "${JOB_NAME}" \ 2024-11-01T16:18:36.8716258Z  --test-matrix "{ include: [ 2024-11-01T16:18:36.8716925Z  { config: "default", shard: 1, num_shards: 3, runner: "windows.4xlarge.nonephemeral" }, 2024-11-01T16:18:36.8717896Z  { config: "default", shard: 2, num_shards: 3, runner: "windows.4xlarge.nonephemeral" }, 2024-11-01T16:18:36.8718850Z  { config: "default", shard: 3, num_shards: 3, runner: "windows.4xlarge.nonephemeral" }, 2024-11-01T16:18:36.8719502Z ]} 2024-11-01T16:18:36.8719728Z " \ 2024-11-01T16:18:36.8720024Z  --selected-test-configs "" \ 2024-11-01T16:18:36.8720502Z  --pr-number "${PR_NUMBER}" \ 2024-11-01T16:18:36.8720923Z  --tag "${TAG}" \ 2024-11-01T16:18:36.8721321Z  --event-name "${EVENT_NAME}" \ 2024-11-01T16:18:36.8721742Z  --schedule "${SCHEDULE}" \ 2024-11-01T16:18:36.8722135Z  --branch "${HEAD_BRANCH}" 2024-11-01T16:18:36.8741057Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:18:36.8741700Z env: 2024-11-01T16:18:36.8757127Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:18:36.8757711Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:18:36.8758497Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:18:36.8759192Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:18:36.8759766Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:18:36.8760381Z GITHUB_TOKEN: *** 2024-11-01T16:18:36.8760705Z JOB_NAME: win-vs2019-cpu-py3 / build 2024-11-01T16:18:36.8761086Z PR_NUMBER: 138766 2024-11-01T16:18:36.8761344Z TAG: 2024-11-01T16:18:36.8761587Z EVENT_NAME: pull_request 2024-11-01T16:18:36.8761895Z SCHEDULE: 2024-11-01T16:18:36.8762134Z HEAD_BRANCH: 2024-11-01T16:18:36.8762387Z ##[endgroup] 2024-11-01T16:18:36.8941695Z Workflow: pull 2024-11-01T16:18:36.8942031Z Job name: win-vs2019-cpu-py3 / build 2024-11-01T16:18:37.1643856Z INFO:root:Found no test-config label on the PR, so all test configs are included 2024-11-01T16:18:37.3315720Z ##[group]Run echo "Filtered matrix:" 2024-11-01T16:18:37.3316290Z echo "Filtered matrix:" 2024-11-01T16:18:37.3318477Z 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:18:37.3320034Z  2024-11-01T16:18:37.3320271Z echo 2024-11-01T16:18:37.3320618Z echo "Is the current job unstable? False" 2024-11-01T16:18:37.3321040Z  2024-11-01T16:18:37.3321270Z echo 2024-11-01T16:18:37.3321593Z echo "Is keep-going label set? False" 2024-11-01T16:18:37.3321992Z  2024-11-01T16:18:37.3322222Z echo 2024-11-01T16:18:37.3322501Z echo "Renabled issues? " 2024-11-01T16:18:37.3341218Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:18:37.3341856Z env: 2024-11-01T16:18:37.3342104Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:18:37.3342724Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:18:37.3343500Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:18:37.3344199Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:18:37.3344786Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:18:37.3345190Z ##[endgroup] 2024-11-01T16:18:37.3522114Z Filtered matrix: 2024-11-01T16:18:37.3524084Z {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:18:37.3525507Z 2024-11-01T16:18:37.3525646Z Is the current job unstable? False 2024-11-01T16:18:37.3525910Z 2024-11-01T16:18:37.3526041Z Is keep-going label set? False 2024-11-01T16:18:37.3526297Z 2024-11-01T16:18:37.3526397Z Renabled issues? 2024-11-01T16:18:37.3648159Z Prepare all required actions 2024-11-01T16:18:37.3648605Z Getting action download info 2024-11-01T16:18:37.5192037Z ##[group]Run ./.github/actions/pytest-cache-download 2024-11-01T16:18:37.5192545Z with: 2024-11-01T16:18:37.5192790Z cache_dir: .pytest_cache 2024-11-01T16:18:37.5193145Z job_identifier: pull_win-vs2019-cpu-py3 2024-11-01T16:18:37.5193535Z s3_bucket: gha-artifacts 2024-11-01T16:18:37.5193830Z env: 2024-11-01T16:18:37.5194062Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:18:37.5194579Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:18:37.5195349Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:18:37.5196040Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:18:37.5196609Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:18:37.5197007Z ##[endgroup] 2024-11-01T16:18:37.5292763Z ##[group]Run nick-fields/retry@v3.0.0 2024-11-01T16:18:37.5293173Z with: 2024-11-01T16:18:37.5293393Z shell: bash 2024-11-01T16:18:37.5293660Z timeout_minutes: 5 2024-11-01T16:18:37.5293948Z max_attempts: 5 2024-11-01T16:18:37.5294216Z retry_wait_seconds: 30 2024-11-01T16:18:37.5294645Z command: set -eu python3 -m pip install boto3==1.35.42 2024-11-01T16:18:37.5295135Z polling_interval_seconds: 1 2024-11-01T16:18:37.5295464Z warning_on_retry: true 2024-11-01T16:18:37.5295779Z continue_on_error: false 2024-11-01T16:18:37.5296079Z env: 2024-11-01T16:18:37.5296298Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:18:37.5296839Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:18:37.5297605Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:18:37.5298304Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:18:37.5298862Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:18:37.5299419Z ##[endgroup] 2024-11-01T16:18:38.2094808Z Requirement already satisfied: boto3==1.35.42 in c:\jenkins\miniconda3\lib\site-packages (1.35.42) 2024-11-01T16:18:38.2162005Z Requirement already satisfied: botocore<1.36.0,>=1.35.42 in c:\jenkins\miniconda3\lib\site-packages (from boto3==1.35.42) (1.35.53) 2024-11-01T16:18:38.2173030Z 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:18:38.2180388Z 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:18:38.2281030Z 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:18:38.2293062Z 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:18:38.2352585Z 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:18:39.6315210Z Command completed after 1 attempt(s). 2024-11-01T16:18:39.6471968Z ##[group]Run python3 .github/scripts/pytest_cache.py \ 2024-11-01T16:18:39.6472537Z python3 .github/scripts/pytest_cache.py \ 2024-11-01T16:18:39.6472993Z  --download \ 2024-11-01T16:18:39.6473377Z  --cache_dir $GITHUB_WORKSPACE/$CACHE_DIR \ 2024-11-01T16:18:39.6473864Z  --pr_identifier $GITHUB_REF \ 2024-11-01T16:18:39.6474312Z  --job_identifier $JOB_IDENTIFIER \ 2024-11-01T16:18:39.6474733Z  --temp_dir $RUNNER_TEMP \ 2024-11-01T16:18:39.6475111Z  --repo $REPO \ 2024-11-01T16:18:39.6475435Z  --bucket $BUCKET \ 2024-11-01T16:18:39.6494155Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:18:39.6494800Z env: 2024-11-01T16:18:39.6496384Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:18:39.6496951Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:18:39.6497730Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:18:39.6498437Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:18:39.6499015Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:18:39.6499434Z CACHE_DIR: .pytest_cache 2024-11-01T16:18:39.6499794Z JOB_IDENTIFIER: pull_win-vs2019-cpu-py3 2024-11-01T16:18:39.6500202Z REPO: pytorch/pytorch 2024-11-01T16:18:39.6500499Z BUCKET: gha-artifacts 2024-11-01T16:18:39.6500801Z ##[endgroup] 2024-11-01T16:18:40.7729751Z PR identifier for `refs/pull/138766/merge` is `c52a779c822574372d989bfd64d028a0` 2024-11-01T16:18:40.7732251Z Downloading cache with args Namespace(upload=False, download=True, cache_dir='C:\\actions-runner\\_work\\pytorch\\pytorch/.pytest_cache', pr_identifier='refs/pull/138766/merge', job_identifier='pull_win-vs2019-cpu-py3', sha=None, test_config=None, shard=None, repo='pytorch/pytorch', temp_dir='C:\\actions-runner\\_work\\_temp', bucket='gha-artifacts') 2024-11-01T16:18:40.7735030Z There were no files matching the prefix `pytest_cache/pytorch/pytorch/c52a779c822574372d989bfd64d028a0/pull_win-vs2019-cpu-py3` in bucket `gha-artifacts` 2024-11-01T16:18:40.8370362Z ##[group]Run .ci/pytorch/win-build.sh 2024-11-01T16:18:40.8370813Z .ci/pytorch/win-build.sh 2024-11-01T16:18:40.8389279Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:18:40.8389917Z env: 2024-11-01T16:18:40.8390165Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:18:40.8390694Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:18:40.8391471Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:18:40.8392170Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:18:40.8392883Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:18:40.8393403Z PYTORCH_FINAL_PACKAGE_DIR: /c/11632514903/build-results/ 2024-11-01T16:18:40.8393879Z BRANCH: pull/138766 2024-11-01T16:18:40.8394205Z BUILD_ENVIRONMENT: win-vs2019-cpu-py3 2024-11-01T16:18:40.8394570Z BUILD_WHEEL: 1 2024-11-01T16:18:40.8394832Z MAX_JOBS: 8 2024-11-01T16:18:40.8395124Z CUDA_VERSION: cpu 2024-11-01T16:18:40.8395409Z PYTHON_VERSION: 3.9 2024-11-01T16:18:40.8395720Z SCCACHE_BUCKET: ossci-compiler-cache 2024-11-01T16:18:40.8396116Z SCCACHE_S3_KEY_PREFIX: pull 2024-11-01T16:18:40.8396456Z SCCACHE_REGION: us-east-1 2024-11-01T16:18:40.8396770Z VC_PRODUCT: BuildTools 2024-11-01T16:18:40.8397071Z VC_VERSION: 2024-11-01T16:18:40.8397326Z VC_YEAR: 2019 2024-11-01T16:18:40.8397760Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-11-01T16:18:40.8398326Z AWS_DEFAULT_REGION: us-east-1 2024-11-01T16:18:40.8398671Z PR_NUMBER: 138766 2024-11-01T16:18:40.8399003Z SHA1: d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T16:18:40.8399419Z DEBUG: 0 2024-11-01T16:18:40.8399669Z TORCH_CUDA_ARCH_LIST: 8.6 2024-11-01T16:18:40.8399965Z USE_CUDA: 0 2024-11-01T16:18:40.8400211Z USE_XPU: 0 2024-11-01T16:18:40.8400474Z OUR_GITHUB_JOB_ID: 32395790497 2024-11-01T16:18:40.8400792Z ##[endgroup] 2024-11-01T16:18:40.9219687Z ++ [[ win-vs2019-cpu-py3 == *rocm* ]] 2024-11-01T16:18:40.9220125Z ++ BUILD_TEST_LIBTORCH=0 2024-11-01T16:18:40.9220662Z + source /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/common-build.sh 2024-11-01T16:18:40.9222652Z ++ [[ win-vs2019-cpu-py3 != *win-* ]] 2024-11-01T16:18:40.9223575Z + export TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2024-11-01T16:18:40.9224304Z + TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2024-11-01T16:18:40.9286478Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2024-11-01T16:18:40.9390129Z + TMP_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\build\win_tmp' 2024-11-01T16:18:40.9390727Z + export TMP_DIR_WIN 2024-11-01T16:18:40.9391162Z + export PYTORCH_FINAL_PACKAGE_DIR=/c/11632514903/build-results/ 2024-11-01T16:18:40.9391772Z + PYTORCH_FINAL_PACKAGE_DIR=/c/11632514903/build-results/ 2024-11-01T16:18:40.9392284Z + [[ -n /c/11632514903/build-results/ ]] 2024-11-01T16:18:40.9392780Z + mkdir -p /c/11632514903/build-results/ 2024-11-01T16:18:40.9509757Z + export SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2024-11-01T16:18:40.9510782Z + SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2024-11-01T16:18:40.9511429Z + set +ex 2024-11-01T16:18:41.7887347Z + /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/build_pytorch.bat 2024-11-01T16:18:41.8024254Z 2024-11-01T16:18:41.8025245Z C:\actions-runner\_work\pytorch\pytorch>if "0" == "1" (set BUILD_TYPE=debug ) ELSE (set BUILD_TYPE=release ) 2024-11-01T16:18:41.8028013Z 2024-11-01T16:18:41.8033858Z 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:18:41.8037818Z 2024-11-01T16:18:41.8038591Z 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:18:41.8039513Z 2024-11-01T16:18:41.8040462Z 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:18:41.8044788Z 2024-11-01T16:18:41.8045121Z C:\actions-runner\_work\pytorch\pytorch>if "cpu" == "cpu" ( 2024-11-01T16:18:41.8045695Z echo skip magma installation for cpu builds 2024-11-01T16:18:41.8046106Z exit /b 0 2024-11-01T16:18:41.8046347Z ) 2024-11-01T16:18:41.8046609Z skip magma installation for cpu builds 2024-11-01T16:18:41.8049478Z 2024-11-01T16:18:41.8049916Z C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 goto fail 2024-11-01T16:18:41.8050689Z 2024-11-01T16:18:41.8051053Z C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 goto fail 2024-11-01T16:18:41.8052161Z 2024-11-01T16:18:41.8053036Z 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:18:41.8061959Z 2024-11-01T16:18:41.8062509Z C:\actions-runner\_work\pytorch\pytorch>mkdir C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin 2024-11-01T16:18:41.8069163Z 2024-11-01T16:18:41.8069453Z C:\actions-runner\_work\pytorch\pytorch>if "" == "" ( 2024-11-01T16:18:41.8070185Z IF EXIST C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe ( 2024-11-01T16:18:41.8070881Z taskkill /im sccache.exe /f /t || ver 1>nul 2024-11-01T16:18:41.8071624Z del C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe || ver 1>nul 2024-11-01T16:18:41.8072284Z ) 2024-11-01T16:18:41.8074233Z 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:18:41.8076227Z ) 2024-11-01T16:18:43.0485980Z Completed 256.0 KiB/18.8 MiB (657.9 KiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.0492276Z Completed 512.0 KiB/18.8 MiB (1.3 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.0508788Z Completed 768.0 KiB/18.8 MiB (1.9 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.0525259Z Completed 1.0 MiB/18.8 MiB (2.5 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.0540405Z Completed 1.2 MiB/18.8 MiB (3.1 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.0570073Z Completed 1.5 MiB/18.8 MiB (3.7 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.0579094Z Completed 1.8 MiB/18.8 MiB (4.3 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.0584068Z Completed 2.0 MiB/18.8 MiB (4.9 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.0591820Z Completed 2.2 MiB/18.8 MiB (5.5 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.0650509Z Completed 2.5 MiB/18.8 MiB (6.2 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.0659040Z Completed 2.8 MiB/18.8 MiB (6.7 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.0669286Z Completed 3.0 MiB/18.8 MiB (7.3 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.0675685Z Completed 3.2 MiB/18.8 MiB (7.9 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.0683455Z Completed 3.5 MiB/18.8 MiB (8.5 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.0690011Z Completed 3.8 MiB/18.8 MiB (9.1 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.0699981Z Completed 4.0 MiB/18.8 MiB (9.7 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.0708270Z Completed 4.2 MiB/18.8 MiB (10.2 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.0714166Z Completed 4.5 MiB/18.8 MiB (10.8 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.0723971Z Completed 4.8 MiB/18.8 MiB (11.3 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.0737741Z Completed 5.0 MiB/18.8 MiB (11.9 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.0747939Z Completed 5.2 MiB/18.8 MiB (12.5 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.0755992Z Completed 5.5 MiB/18.8 MiB (13.0 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.0764111Z Completed 5.8 MiB/18.8 MiB (13.6 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.0771529Z Completed 6.0 MiB/18.8 MiB (14.2 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.0781773Z Completed 6.2 MiB/18.8 MiB (14.7 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.0791041Z Completed 6.5 MiB/18.8 MiB (15.3 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.0798225Z Completed 6.8 MiB/18.8 MiB (15.8 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.0800397Z Completed 7.0 MiB/18.8 MiB (16.4 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.0807303Z Completed 7.2 MiB/18.8 MiB (17.0 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.0822079Z Completed 7.5 MiB/18.8 MiB (17.5 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.0881583Z Completed 7.8 MiB/18.8 MiB (18.0 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.0882411Z Completed 8.0 MiB/18.8 MiB (18.4 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.0891152Z Completed 8.2 MiB/18.8 MiB (19.0 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.0895761Z Completed 8.5 MiB/18.8 MiB (19.5 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.0911735Z Completed 8.8 MiB/18.8 MiB (20.0 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.0912950Z Completed 9.0 MiB/18.8 MiB (20.6 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.0916036Z Completed 9.2 MiB/18.8 MiB (21.1 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.0919099Z Completed 9.5 MiB/18.8 MiB (21.6 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.0925148Z Completed 9.8 MiB/18.8 MiB (22.2 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.0933556Z Completed 10.0 MiB/18.8 MiB (22.7 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.0938637Z Completed 10.2 MiB/18.8 MiB (23.3 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.0945397Z Completed 10.5 MiB/18.8 MiB (23.8 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.0948068Z Completed 10.8 MiB/18.8 MiB (24.3 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.0953798Z Completed 11.0 MiB/18.8 MiB (24.9 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.0957075Z Completed 11.2 MiB/18.8 MiB (25.4 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.0965740Z Completed 11.5 MiB/18.8 MiB (26.0 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.0968731Z Completed 11.8 MiB/18.8 MiB (26.5 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.0977577Z Completed 12.0 MiB/18.8 MiB (27.0 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.0990322Z Completed 12.2 MiB/18.8 MiB (27.5 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.1008776Z Completed 12.5 MiB/18.8 MiB (28.0 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.1026517Z Completed 12.8 MiB/18.8 MiB (28.5 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.1044999Z Completed 13.0 MiB/18.8 MiB (28.9 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.1057778Z Completed 13.2 MiB/18.8 MiB (29.4 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.1062582Z Completed 13.5 MiB/18.8 MiB (29.8 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.1074647Z Completed 13.8 MiB/18.8 MiB (30.4 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.1079816Z Completed 14.0 MiB/18.8 MiB (30.9 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.1090041Z Completed 14.2 MiB/18.8 MiB (31.5 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.1105072Z Completed 14.5 MiB/18.8 MiB (31.8 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.1119002Z Completed 14.8 MiB/18.8 MiB (32.4 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.1130868Z Completed 15.0 MiB/18.8 MiB (32.9 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.1144858Z Completed 15.2 MiB/18.8 MiB (33.5 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.1157996Z Completed 15.5 MiB/18.8 MiB (33.6 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.1169721Z Completed 15.8 MiB/18.8 MiB (34.2 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.1194516Z Completed 16.0 MiB/18.8 MiB (34.7 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.1205057Z Completed 16.2 MiB/18.8 MiB (34.8 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.1329332Z Completed 16.5 MiB/18.8 MiB (35.3 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.1363428Z Completed 16.8 MiB/18.8 MiB (34.9 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.1385782Z Completed 17.0 MiB/18.8 MiB (35.1 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.1406082Z Completed 17.2 MiB/18.8 MiB (35.6 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.1422347Z Completed 17.5 MiB/18.8 MiB (36.0 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.1435018Z Completed 17.8 MiB/18.8 MiB (36.3 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.1448072Z Completed 18.0 MiB/18.8 MiB (36.8 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.2277327Z Completed 18.2 MiB/18.8 MiB (37.3 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.2290341Z Completed 18.5 MiB/18.8 MiB (32.6 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.2295786Z Completed 18.8 MiB/18.8 MiB (33.0 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.2304368Z Completed 18.8 MiB/18.8 MiB (33.2 MiB/s) with 1 file(s) remaining 2024-11-01T16:18:43.2305177Z download: s3://ossci-windows/sccache-v0.7.4.exe to build\win_tmp\bin\sccache.exe 2024-11-01T16:18:43.3246970Z 2024-11-01T16:18:43.3247799Z C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 goto fail 2024-11-01T16:18:43.3248285Z 2024-11-01T16:18:43.3248602Z C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 goto fail 2024-11-01T16:18:43.3250024Z 2024-11-01T16:18:43.3250650Z C:\actions-runner\_work\pytorch\pytorch>if "0" == "1" ( 2024-11-01T16:18:43.3251623Z call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\install_xpu.bat 2024-11-01T16:18:43.3252453Z if errorlevel 1 exit /b 1 2024-11-01T16:18:43.3252774Z ) 2024-11-01T16:18:43.3252901Z 2024-11-01T16:18:43.3253774Z 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:18:43.3263753Z 2024-11-01T16:18:43.3265049Z 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:18:43.3267219Z 2024-11-01T16:18:43.3267893Z C:\actions-runner\_work\pytorch\pytorch>if not exist C:\Jenkins\Miniconda3 (set INSTALL_FRESH_CONDA=1 ) 2024-11-01T16:18:43.3269855Z 2024-11-01T16:18:43.3270171Z C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2024-11-01T16:18:43.3271708Z 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:18:43.3273125Z if errorlevel 1 exit /b 2024-11-01T16:18:43.3273471Z if not errorlevel 0 exit /b 2024-11-01T16:18:43.3274635Z 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:18:43.3275824Z if errorlevel 1 exit /b 2024-11-01T16:18:43.3276166Z if not errorlevel 0 exit /b 2024-11-01T16:18:43.3276475Z ) 2024-11-01T16:18:43.3276613Z 2024-11-01T16:18:43.3277354Z C:\actions-runner\_work\pytorch\pytorch>call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2024-11-01T16:18:44.5076910Z Requirement already satisfied: mkl-include==2021.4.0 in c:\jenkins\miniconda3\lib\site-packages (2021.4.0) 2024-11-01T16:18:44.5083723Z Requirement already satisfied: mkl-devel==2021.4.0 in c:\jenkins\miniconda3\lib\site-packages (2021.4.0) 2024-11-01T16:18:44.5115819Z Requirement already satisfied: mkl==2021.4.0 in c:\jenkins\miniconda3\lib\site-packages (from mkl-devel==2021.4.0) (2021.4.0) 2024-11-01T16:18:44.5141541Z Requirement already satisfied: intel-openmp==2021.* in c:\jenkins\miniconda3\lib\site-packages (from mkl==2021.4.0->mkl-devel==2021.4.0) (2021.4.0) 2024-11-01T16:18:44.5148224Z Requirement already satisfied: tbb==2021.* in c:\jenkins\miniconda3\lib\site-packages (from mkl==2021.4.0->mkl-devel==2021.4.0) (2021.13.1) 2024-11-01T16:18:45.4683580Z ********************************************************************** 2024-11-01T16:18:45.4684298Z ** Visual Studio 2019 Developer Command Prompt v16.11.39 2024-11-01T16:18:45.4684817Z ** Copyright (c) 2021 Microsoft Corporation 2024-11-01T16:18:45.4685288Z ********************************************************************** 2024-11-01T16:18:45.8603409Z [vcvarsall.bat] Environment initialized for: 'x64' 2024-11-01T16:18:45.8636506Z 2024-11-01T16:18:45.8637090Z (base) C:\actions-runner\_work\pytorch\pytorch>popd 2024-11-01T16:18:45.8640160Z 2024-11-01T16:18:45.8640888Z (base) C:\actions-runner\_work\pytorch\pytorch>if not "0" == "1" goto cuda_build_end 2024-11-01T16:18:45.8642993Z 2024-11-01T16:18:45.8643466Z (base) C:\actions-runner\_work\pytorch\pytorch>set DISTUTILS_USE_SDK=1 2024-11-01T16:18:45.8645521Z 2024-11-01T16:18:45.8657706Z (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:18:45.8670282Z 2024-11-01T16:18:45.8670698Z (base) C:\actions-runner\_work\pytorch\pytorch>if "8.6" == "" set TORCH_CUDA_ARCH_LIST=8.6 2024-11-01T16:18:45.8671284Z 2024-11-01T16:18:45.8672301Z (base) C:\actions-runner\_work\pytorch\pytorch>set SCCACHE_IDLE_TIMEOUT=0 2024-11-01T16:18:45.8672855Z 2024-11-01T16:18:45.8673269Z (base) C:\actions-runner\_work\pytorch\pytorch>set SCCACHE_IGNORE_SERVER_IO_ERROR=1 2024-11-01T16:18:45.8673807Z 2024-11-01T16:18:45.8674112Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --stop-server 2024-11-01T16:18:45.8755826Z Stopping sccache server... 2024-11-01T16:18:46.8768800Z sccache: error: couldn't connect to server 2024-11-01T16:18:46.8771082Z sccache: caused by: No connection could be made because the target machine actively refused it. (os error 10061) 2024-11-01T16:18:46.8794886Z 2024-11-01T16:18:46.8795285Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --start-server 2024-11-01T16:18:46.8888156Z sccache: Starting the server... 2024-11-01T16:18:46.9917216Z 2024-11-01T16:18:46.9917850Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --zero-stats 2024-11-01T16:18:47.0024769Z Compile requests 0 2024-11-01T16:18:47.0025405Z Compile requests executed 0 2024-11-01T16:18:47.0025821Z Cache hits 0 2024-11-01T16:18:47.0026215Z Cache misses 0 2024-11-01T16:18:47.0026595Z Cache timeouts 0 2024-11-01T16:18:47.0026997Z Cache read errors 0 2024-11-01T16:18:47.0027400Z Forced recaches 0 2024-11-01T16:18:47.0027784Z Cache write errors 0 2024-11-01T16:18:47.0028189Z Compilation failures 0 2024-11-01T16:18:47.0028589Z Cache errors 0 2024-11-01T16:18:47.0028994Z Non-cacheable compilations 0 2024-11-01T16:18:47.0029407Z Non-cacheable calls 0 2024-11-01T16:18:47.0029819Z Non-compilation calls 0 2024-11-01T16:18:47.0030221Z Unsupported compiler calls 0 2024-11-01T16:18:47.0030647Z Average cache write 0.000 s 2024-11-01T16:18:47.0031067Z Average compiler 0.000 s 2024-11-01T16:18:47.0031478Z Average cache read hit 0.000 s 2024-11-01T16:18:47.0031910Z Failed distributed compilations 0 2024-11-01T16:18:47.0032492Z Cache location s3, name: ossci-compiler-cache, prefix: /pull/ 2024-11-01T16:18:47.0033075Z Version (client) 0.7.4 2024-11-01T16:18:47.0043610Z 2024-11-01T16:18:47.0044349Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_C_COMPILER_LAUNCHER=sccache 2024-11-01T16:18:47.0045627Z 2024-11-01T16:18:47.0046091Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_CXX_COMPILER_LAUNCHER=sccache 2024-11-01T16:18:47.0047819Z 2024-11-01T16:18:47.0048202Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_GENERATOR=Ninja 2024-11-01T16:18:47.0051459Z 2024-11-01T16:18:47.0051785Z (base) C:\actions-runner\_work\pytorch\pytorch>if "0" == "1" ( 2024-11-01T16:18:47.0052289Z 2024-11-01T16:18:47.0052503Z 2024-11-01T16:18:47.0052700Z 2024-11-01T16:18:47.0053801Z 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:18:47.0055223Z if errorlevel 1 goto fail 2024-11-01T16:18:47.0055722Z if not errorlevel 0 goto fail 2024-11-01T16:18:47.0058077Z 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:18:47.0060577Z cat C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat 2024-11-01T16:18:47.0061473Z set CUDA_NVCC_EXECUTABLE=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat 2024-11-01T16:18:47.0062781Z 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:18:47.0064822Z 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:18:47.0065961Z ) 2024-11-01T16:18:47.0066204Z 2024-11-01T16:18:47.0066387Z (base) C:\actions-runner\_work\pytorch\pytorch>set 2024-11-01T16:18:47.0066866Z ALLUSERSPROFILE=C:\ProgramData 2024-11-01T16:18:47.0067410Z ALPINE_IMAGE=308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-11-01T16:18:47.0068006Z APPDATA=C:\Users\runneruser\AppData\Roaming 2024-11-01T16:18:47.0068567Z AWS_DEFAULT_REGION=us-east-1 2024-11-01T16:18:47.0068910Z AWS_EXECUTION_ENV=EC2 2024-11-01T16:18:47.0069198Z BRANCH=pull/138766 2024-11-01T16:18:47.0069513Z BUILD_ENVIRONMENT=win-vs2019-cpu-py3 2024-11-01T16:18:47.0069896Z BUILD_TYPE=release 2024-11-01T16:18:47.0070156Z BUILD_WHEEL=1 2024-11-01T16:18:47.0070403Z CI=true 2024-11-01T16:18:47.0070668Z CMAKE_CXX_COMPILER_LAUNCHER=sccache 2024-11-01T16:18:47.0071054Z CMAKE_C_COMPILER_LAUNCHER=sccache 2024-11-01T16:18:47.0071418Z CMAKE_GENERATOR=Ninja 2024-11-01T16:18:47.0071736Z CommandPromptType=Native 2024-11-01T16:18:47.0072132Z COMMONPROGRAMFILES=C:\Program Files\Common Files 2024-11-01T16:18:47.0072603Z COMPUTERNAME=EC2AMAZ-SUNQRVI 2024-11-01T16:18:47.0072972Z COMSPEC=C:\Windows\system32\cmd.exe 2024-11-01T16:18:47.0073511Z CONDA_BUILD=C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:18:47.0074070Z CONDA_DEFAULT_ENV=base 2024-11-01T16:18:47.0074453Z CONDA_EXE=C:\Jenkins\Miniconda3\Scripts\conda.exe 2024-11-01T16:18:47.0075033Z CONDA_INSTALL=C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:18:47.0075553Z CONDA_PARENT_DIR=C:\Jenkins 2024-11-01T16:18:47.0075901Z CONDA_PREFIX=C:\Jenkins\Miniconda3 2024-11-01T16:18:47.0076269Z CONDA_PROMPT_MODIFIER=(base) 2024-11-01T16:18:47.0076690Z CONDA_PYTHON_EXE=C:\Jenkins\Miniconda3\python.exe 2024-11-01T16:18:47.0077356Z CONDA_RUN=C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:18:47.0077923Z CONDA_SHLVL=1 2024-11-01T16:18:47.0078355Z CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4 2024-11-01T16:18:47.0079087Z CUDA_PATH_V11_8=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8 2024-11-01T16:18:47.0079831Z CUDA_PATH_V12_1=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1 2024-11-01T16:18:47.0080567Z CUDA_PATH_V12_4=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4 2024-11-01T16:18:47.0081125Z CUDA_VERSION=cpu 2024-11-01T16:18:47.0081450Z ChocolateyInstall=C:\ProgramData\chocolatey 2024-11-01T16:18:47.0082019Z CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files 2024-11-01T16:18:47.0082597Z CommonProgramW6432=C:\Program Files\Common Files 2024-11-01T16:18:47.0083031Z DEBUG=0 2024-11-01T16:18:47.0083526Z DevEnvDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\ 2024-11-01T16:18:47.0084161Z DISTUTILS_USE_SDK=1 2024-11-01T16:18:47.0084537Z DriverData=C:\Windows\System32\Drivers\DriverData 2024-11-01T16:18:47.0084976Z EC2LAUNCH_TELEMETRY=1 2024-11-01T16:18:47.0085538Z ExtensionSdkDir=C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs 2024-11-01T16:18:47.0086185Z Framework40Version=v4.0 2024-11-01T16:18:47.0086574Z FrameworkDir=C:\Windows\Microsoft.NET\Framework64\ 2024-11-01T16:18:47.0087133Z FrameworkDir64=C:\Windows\Microsoft.NET\Framework64\ 2024-11-01T16:18:47.0087615Z FrameworkVersion=v4.0.30319 2024-11-01T16:18:47.0087956Z FrameworkVersion64=v4.0.30319 2024-11-01T16:18:47.0088298Z GITHUB_ACTION=build 2024-11-01T16:18:47.0088594Z GITHUB_ACTIONS=true 2024-11-01T16:18:47.0088866Z GITHUB_ACTION_REF= 2024-11-01T16:18:47.0089155Z GITHUB_ACTION_REPOSITORY= 2024-11-01T16:18:47.0089476Z GITHUB_ACTOR=c00w 2024-11-01T16:18:47.0089740Z GITHUB_ACTOR_ID=486199 2024-11-01T16:18:47.0090084Z GITHUB_API_URL=https://api.github.com 2024-11-01T16:18:47.0090492Z GITHUB_BASE_REF=gh/c00w/2/base 2024-11-01T16:18:47.0091326Z GITHUB_ENV=C:\actions-runner\_work\_temp\_runner_file_commands\set_env_b1963eb5-033b-40a3-9caf-deb76ec00e62 2024-11-01T16:18:47.0092113Z GITHUB_EVENT_NAME=pull_request 2024-11-01T16:18:47.0092745Z GITHUB_EVENT_PATH=C:\actions-runner\_work\_temp\_github_workflow\event.json 2024-11-01T16:18:47.0093472Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2024-11-01T16:18:47.0093935Z GITHUB_HEAD_REF=gh/c00w/2/head 2024-11-01T16:18:47.0094272Z GITHUB_JOB=build 2024-11-01T16:18:47.0094948Z GITHUB_OUTPUT=C:\actions-runner\_work\_temp\_runner_file_commands\set_output_b1963eb5-033b-40a3-9caf-deb76ec00e62 2024-11-01T16:18:47.0096231Z GITHUB_PATH=C:\actions-runner\_work\_temp\_runner_file_commands\add_path_b1963eb5-033b-40a3-9caf-deb76ec00e62 2024-11-01T16:18:47.0097005Z GITHUB_REF=refs/pull/138766/merge 2024-11-01T16:18:47.0097358Z GITHUB_REF_NAME=138766/merge 2024-11-01T16:18:47.0097700Z GITHUB_REF_PROTECTED=false 2024-11-01T16:18:47.0098039Z GITHUB_REF_TYPE=branch 2024-11-01T16:18:47.0098349Z GITHUB_REPOSITORY=pytorch/pytorch 2024-11-01T16:18:47.0098733Z GITHUB_REPOSITORY_ID=65600975 2024-11-01T16:18:47.0099089Z GITHUB_REPOSITORY_OWNER=pytorch 2024-11-01T16:18:47.0099454Z GITHUB_REPOSITORY_OWNER_ID=21003710 2024-11-01T16:18:47.0099834Z GITHUB_RETENTION_DAYS=90 2024-11-01T16:18:47.0100150Z GITHUB_RUN_ATTEMPT=1 2024-11-01T16:18:47.0100437Z GITHUB_RUN_ID=11632514903 2024-11-01T16:18:47.0100755Z GITHUB_RUN_NUMBER=261361 2024-11-01T16:18:47.0101098Z GITHUB_SERVER_URL=https://github.com 2024-11-01T16:18:47.0101538Z GITHUB_SHA=368da7510f5d755034681777a4e5ae6d33c07b38 2024-11-01T16:18:47.0102390Z GITHUB_STATE=C:\actions-runner\_work\_temp\_runner_file_commands\save_state_b1963eb5-033b-40a3-9caf-deb76ec00e62 2024-11-01T16:18:47.0103704Z GITHUB_STEP_SUMMARY=C:\actions-runner\_work\_temp\_runner_file_commands\step_summary_b1963eb5-033b-40a3-9caf-deb76ec00e62 2024-11-01T16:18:47.0104534Z GITHUB_TRIGGERING_ACTOR=c00w 2024-11-01T16:18:47.0104878Z GITHUB_WORKFLOW=pull 2024-11-01T16:18:47.0105622Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/pull.yml@refs/pull/138766/merge 2024-11-01T16:18:47.0106376Z GITHUB_WORKFLOW_SHA=368da7510f5d755034681777a4e5ae6d33c07b38 2024-11-01T16:18:47.0106992Z GITHUB_WORKSPACE=C:\actions-runner\_work\pytorch\pytorch 2024-11-01T16:18:47.0107480Z GIT_DEFAULT_BRANCH=main 2024-11-01T16:18:47.0107798Z HOME=C:\Users\runneruser 2024-11-01T16:18:47.0110661Z 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:18:47.0113992Z INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2024-11-01T16:18:47.0116151Z 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:18:47.0120395Z 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:18:47.0122881Z LOCALAPPDATA=C:\Users\runneruser\AppData\Local 2024-11-01T16:18:47.0123299Z MAX_JOBS=8 2024-11-01T16:18:47.0123700Z NETFXSDKDir=C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\ 2024-11-01T16:18:47.0124226Z NUMBER_OF_PROCESSORS=16 2024-11-01T16:18:47.0124523Z OS=Windows_NT 2024-11-01T16:18:47.0124939Z OUR_GITHUB_JOB_ID=32395790497 2024-11-01T16:18:47.0136610Z 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:18:47.0148729Z PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC 2024-11-01T16:18:47.0149224Z Platform=x64 2024-11-01T16:18:47.0149500Z PROCESSOR_ARCHITECTURE=AMD64 2024-11-01T16:18:47.0150039Z PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 85 Stepping 7, GenuineIntel 2024-11-01T16:18:47.0150655Z PROCESSOR_LEVEL=6 2024-11-01T16:18:47.0150979Z PROCESSOR_REVISION=5507 2024-11-01T16:18:47.0151325Z PROGRAMFILES=C:\Program Files 2024-11-01T16:18:47.0151676Z PROMPT=(base) $P$G 2024-11-01T16:18:47.0151943Z PR_NUMBER=138766 2024-11-01T16:18:47.0152655Z PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules;C:\Program Files\WindowsPowerShell\Modules 2024-11-01T16:18:47.0153454Z PUBLIC=C:\Users\Public 2024-11-01T16:18:47.0154093Z *** 2024-11-01T16:18:47.0154316Z PYTHON_VERSION=3.9 2024-11-01T16:18:47.0154703Z PYTORCH_FINAL_PACKAGE_DIR=C:/11632514903/build-results/ 2024-11-01T16:18:47.0155185Z ProgramData=C:\ProgramData 2024-11-01T16:18:47.0155548Z ProgramFiles(x86)=C:\Program Files (x86) 2024-11-01T16:18:47.0155970Z ProgramW6432=C:\Program Files 2024-11-01T16:18:47.0156358Z RUNNER_ARCH=X64 2024-11-01T16:18:47.0156680Z RUNNER_ENVIRONMENT=self-hosted 2024-11-01T16:18:47.0157047Z RUNNER_NAME=i-0f7e72c62124cdb30 2024-11-01T16:18:47.0157396Z RUNNER_OS=Windows 2024-11-01T16:18:47.0157708Z RUNNER_TEMP=C:\actions-runner\_work\_temp 2024-11-01T16:18:47.0158185Z RUNNER_TOOL_CACHE=C:\actions-runner\_work\_tool 2024-11-01T16:18:47.0158743Z RUNNER_TRACKING_ID=github_213f0a29-064d-40ac-8029-0bfb250aebff 2024-11-01T16:18:47.0159311Z RUNNER_WORKSPACE=C:\actions-runner\_work\pytorch 2024-11-01T16:18:47.0159786Z SCCACHE_BUCKET=ossci-compiler-cache 2024-11-01T16:18:47.0160171Z SCCACHE_IDLE_TIMEOUT=0 2024-11-01T16:18:47.0160483Z SCCACHE_IGNORE_SERVER_IO_ERROR=1 2024-11-01T16:18:47.0160852Z SCCACHE_REGION=us-east-1 2024-11-01T16:18:47.0161178Z SCCACHE_S3_KEY_PREFIX=pull 2024-11-01T16:18:47.0162540Z SCRIPT_HELPERS_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2024-11-01T16:18:47.0163274Z SHA1=d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T16:18:47.0163686Z SHLVL=2 2024-11-01T16:18:47.0164039Z SSL_CERT_FILE=C:\Jenkins\Miniconda3\Library\ssl\cacert.pem 2024-11-01T16:18:47.0164534Z SYSTEMDRIVE=C: 2024-11-01T16:18:47.0164812Z SYSTEMROOT=C:\Windows 2024-11-01T16:18:47.0165147Z TEMP=C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:18:47.0165555Z TERM=xterm-256color 2024-11-01T16:18:47.0165884Z TMP=C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:18:47.0166320Z TMPDIR=C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:18:47.0166969Z TMP_DIR=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp 2024-11-01T16:18:47.0167684Z TMP_DIR_WIN=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp 2024-11-01T16:18:47.0168258Z TORCH_CUDA_ARCH_LIST=8.6 2024-11-01T16:18:47.0168589Z UCRTVersion=10.0.19041.0 2024-11-01T16:18:47.0169037Z UniversalCRTSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2024-11-01T16:18:47.0169544Z UPDATEFILE=update.finished 2024-11-01T16:18:47.0169891Z USERDOMAIN=EC2AMAZ-SUNQRVI 2024-11-01T16:18:47.0170223Z USERNAME=runneruser 2024-11-01T16:18:47.0170523Z USERPROFILE=C:\Users\runneruser 2024-11-01T16:18:47.0170862Z USE_CUDA=0 2024-11-01T16:18:47.0171102Z USE_XPU=0 2024-11-01T16:18:47.0171660Z VCIDEInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\ 2024-11-01T16:18:47.0172594Z VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\ 2024-11-01T16:18:47.0173681Z VCToolsInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\ 2024-11-01T16:18:47.0174823Z VCToolsRedistDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Redist\MSVC\14.29.30133\ 2024-11-01T16:18:47.0175598Z VCToolsVersion=14.29.30133 2024-11-01T16:18:47.0175933Z VC_PRODUCT=BuildTools 2024-11-01T16:18:47.0176214Z VC_VERSION= 2024-11-01T16:18:47.0176459Z VC_YEAR=2019 2024-11-01T16:18:47.0176747Z VERBOSE_ARG='SilentlyContinue' 2024-11-01T16:18:47.0177102Z VisualStudioVersion=16.0 2024-11-01T16:18:47.0177740Z VS160COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\ 2024-11-01T16:18:47.0178441Z VSCMD_ARG_app_plat=Desktop 2024-11-01T16:18:47.0178801Z VSCMD_ARG_HOST_ARCH=x64 2024-11-01T16:18:47.0179155Z VSCMD_ARG_TGT_ARCH=x64 2024-11-01T16:18:47.0179451Z VSCMD_VER=16.11.39 2024-11-01T16:18:47.0179937Z VSINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\ 2024-11-01T16:18:47.0180526Z WINDIR=C:\Windows 2024-11-01T16:18:47.0181408Z 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:18:47.0182513Z WindowsSdkBinPath=C:\Program Files (x86)\Windows Kits\10\bin\ 2024-11-01T16:18:47.0183120Z WindowsSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2024-11-01T16:18:47.0183710Z WindowsSDKLibVersion=10.0.19041.0\ 2024-11-01T16:18:47.0184347Z WindowsSdkVerBinPath=C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\ 2024-11-01T16:18:47.0185000Z WindowsSDKVersion=10.0.19041.0\ 2024-11-01T16:18:47.0185751Z WindowsSDK_ExecutablePath_x64=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\ 2024-11-01T16:18:47.0186880Z WindowsSDK_ExecutablePath_x86=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\ 2024-11-01T16:18:47.0187889Z _=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/build_pytorch.bat 2024-11-01T16:18:47.0188580Z __CONDA_OPENSLL_CERT_FILE_SET="1" 2024-11-01T16:18:47.0189357Z __devinit_path=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\devinit\devinit.exe 2024-11-01T16:18:47.0190160Z __DOTNET_ADD_64BIT=1 2024-11-01T16:18:47.0190519Z __DOTNET_PREFERRED_BITNESS=64 2024-11-01T16:18:47.0195964Z __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:18:47.0201031Z 2024-11-01T16:18:47.0201407Z (base) C:\actions-runner\_work\pytorch\pytorch>python setup.py bdist_wheel 2024-11-01T16:18:47.3388630Z Building wheel torch-2.6.0a0+gitd1aa4ef 2024-11-01T16:18:48.2081197Z -- The CXX compiler identification is MSVC 19.29.30154.0 2024-11-01T16:18:48.3584121Z -- The C compiler identification is MSVC 19.29.30154.0 2024-11-01T16:18:48.3936688Z -- Detecting CXX compiler ABI info 2024-11-01T16:18:48.9250253Z -- Detecting CXX compiler ABI info - done 2024-11-01T16:18:48.9271613Z -- 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:18:48.9287008Z -- Detecting CXX compile features 2024-11-01T16:18:48.9303526Z -- Detecting CXX compile features - done 2024-11-01T16:18:48.9393262Z -- Detecting C compiler ABI info 2024-11-01T16:18:49.2179453Z -- Detecting C compiler ABI info - done 2024-11-01T16:18:49.2200942Z -- 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:18:49.2204370Z -- Detecting C compile features 2024-11-01T16:18:49.2210314Z -- Detecting C compile features - done 2024-11-01T16:18:49.2281488Z -- Not forcing any particular BLAS to be found 2024-11-01T16:18:49.2326853Z CMake Warning at CMakeLists.txt:420 (message): 2024-11-01T16:18:49.2327388Z TensorPipe cannot be used on Windows. Set it to OFF 2024-11-01T16:18:49.2327751Z 2024-11-01T16:18:49.2327757Z 2024-11-01T16:18:49.2438066Z -- Performing Test C_HAS_AVX_1 2024-11-01T16:18:49.6187836Z -- Performing Test C_HAS_AVX_1 - Success 2024-11-01T16:18:49.6192903Z -- Performing Test C_HAS_AVX2_1 2024-11-01T16:18:49.9664012Z -- Performing Test C_HAS_AVX2_1 - Success 2024-11-01T16:18:49.9669601Z -- Performing Test C_HAS_AVX512_1 2024-11-01T16:18:50.4127508Z -- Performing Test C_HAS_AVX512_1 - Success 2024-11-01T16:18:50.4133303Z -- Performing Test CXX_HAS_AVX_1 2024-11-01T16:18:50.7553863Z -- Performing Test CXX_HAS_AVX_1 - Success 2024-11-01T16:18:50.7559141Z -- Performing Test CXX_HAS_AVX2_1 2024-11-01T16:18:51.1163046Z -- Performing Test CXX_HAS_AVX2_1 - Success 2024-11-01T16:18:51.1168347Z -- Performing Test CXX_HAS_AVX512_1 2024-11-01T16:18:51.5543554Z -- Performing Test CXX_HAS_AVX512_1 - Success 2024-11-01T16:18:51.5546259Z -- Current compiler supports avx2 extension. Will build perfkernels. 2024-11-01T16:18:51.5550672Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS 2024-11-01T16:18:51.9384316Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS - Success 2024-11-01T16:18:51.9385326Z -- Current compiler supports avx512f extension. Will build fbgemm. 2024-11-01T16:18:51.9397983Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY 2024-11-01T16:18:52.3090942Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Failed 2024-11-01T16:18:52.3105241Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY 2024-11-01T16:18:52.7539933Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Failed 2024-11-01T16:18:52.7552612Z -- Could not find hardware support for NEON on this machine. 2024-11-01T16:18:52.7553168Z -- No OMAP3 processor on this machine. 2024-11-01T16:18:52.7554110Z -- No OMAP4 processor on this machine. 2024-11-01T16:18:52.7554692Z -- Compiler does not support SVE extension. Will not build perfkernels. 2024-11-01T16:18:52.7747582Z -- Performing Test HAS/UTF_8 2024-11-01T16:18:53.2261818Z -- Performing Test HAS/UTF_8 - Success 2024-11-01T16:18:53.2287154Z -- Building using own protobuf under third_party per request. 2024-11-01T16:18:53.2287702Z -- Use custom protobuf build. 2024-11-01T16:18:53.2314627Z -- 2024-11-01T16:18:53.2314856Z -- 3.13.0.0 2024-11-01T16:18:53.2379147Z -- Looking for pthread.h 2024-11-01T16:18:53.3243764Z -- Looking for pthread.h - not found 2024-11-01T16:18:53.3280275Z -- Found Threads: TRUE 2024-11-01T16:18:53.3921972Z -- Caffe2 protobuf include directory: $$ 2024-11-01T16:18:53.3944057Z -- Trying to find preferred BLAS backend of choice: MKL 2024-11-01T16:18:53.4001045Z -- MKL_THREADING = OMP 2024-11-01T16:18:53.4009738Z -- Looking for sys/types.h 2024-11-01T16:18:53.7044306Z -- Looking for sys/types.h - found 2024-11-01T16:18:53.7053568Z -- Looking for stdint.h 2024-11-01T16:18:53.9811964Z -- Looking for stdint.h - found 2024-11-01T16:18:53.9821066Z -- Looking for stddef.h 2024-11-01T16:18:54.2466587Z -- Looking for stddef.h - found 2024-11-01T16:18:54.2468359Z -- Check size of void* 2024-11-01T16:18:54.5504632Z -- Check size of void* - done 2024-11-01T16:18:54.5972934Z -- Looking for cblas_sgemm 2024-11-01T16:18:54.9089069Z -- Looking for cblas_sgemm - found 2024-11-01T16:18:54.9092077Z -- Looking for cblas_gemm_bf16bf16f32 2024-11-01T16:18:55.2068040Z -- Looking for cblas_gemm_bf16bf16f32 - found 2024-11-01T16:18:55.2069672Z -- Looking for cblas_gemm_f16f16f32 2024-11-01T16:18:55.4403680Z -- Looking for cblas_gemm_f16f16f32 - not found 2024-11-01T16:18:55.4951171Z -- 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:18:55.4952553Z -- MKL include directory: C:/Jenkins/Miniconda3/Library/include 2024-11-01T16:18:55.4953074Z -- MKL OpenMP type: 2024-11-01T16:18:55.4953371Z -- MKL OpenMP library: 2024-11-01T16:18:55.6561662Z -- The ASM compiler identification is MSVC 2024-11-01T16:18:55.6572101Z -- 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:18:55.6794283Z -- Building for XNNPACK_TARGET_PROCESSOR: x86_64 2024-11-01T16:18:56.3747394Z -- Found Python: C:\Jenkins\Miniconda3\python.exe (found version "3.9.19") found components: Interpreter 2024-11-01T16:18:56.4355837Z -- Found Git: C:/Program Files/Git/cmd/git.exe (found version "2.46.0.windows.1") 2024-11-01T16:18:56.5348138Z -- git version: v1.6.1 normalized to 1.6.1 2024-11-01T16:18:56.5348605Z -- Version: 1.6.1 2024-11-01T16:18:56.5364070Z -- Looking for shm_open in rt 2024-11-01T16:18:56.6879774Z -- Looking for shm_open in rt - not found 2024-11-01T16:18:56.6882561Z -- Performing Test HAVE_STD_REGEX 2024-11-01T16:18:56.6883246Z -- Performing Test HAVE_STD_REGEX 2024-11-01T16:18:57.9964546Z -- Performing Test HAVE_STD_REGEX -- success 2024-11-01T16:18:57.9965063Z -- Performing Test HAVE_GNU_POSIX_REGEX 2024-11-01T16:18:57.9965503Z -- Performing Test HAVE_GNU_POSIX_REGEX 2024-11-01T16:18:58.0891178Z -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile 2024-11-01T16:18:58.0891750Z -- Performing Test HAVE_POSIX_REGEX 2024-11-01T16:18:58.0892136Z -- Performing Test HAVE_POSIX_REGEX 2024-11-01T16:18:58.1661232Z -- Performing Test HAVE_POSIX_REGEX -- failed to compile 2024-11-01T16:18:58.1661779Z -- Performing Test HAVE_STEADY_CLOCK 2024-11-01T16:18:58.1662172Z -- Performing Test HAVE_STEADY_CLOCK 2024-11-01T16:18:58.7177364Z -- Performing Test HAVE_STEADY_CLOCK -- success 2024-11-01T16:18:58.7984143Z -- Found PythonInterp: C:/Jenkins/Miniconda3/python.exe (found version "3.9.19") 2024-11-01T16:18:58.7997493Z -- Performing Test COMPILER_SUPPORTS_AVX512 2024-11-01T16:18:59.0771085Z -- Performing Test COMPILER_SUPPORTS_AVX512 - Success 2024-11-01T16:19:00.1107750Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2024-11-01T16:19:00.1108968Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2024-11-01T16:19:00.1109855Z does not match the name of the calling package (OpenMP). This can lead to 2024-11-01T16:19:00.1110626Z problems in calling code that expects `find_package` result variables 2024-11-01T16:19:00.1111452Z (e.g., `_FOUND`) to follow a certain pattern. 2024-11-01T16:19:00.1111908Z Call Stack (most recent call first): 2024-11-01T16:19:00.1112486Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2024-11-01T16:19:00.1113166Z third_party/fbgemm/CMakeLists.txt:136 (find_package) 2024-11-01T16:19:00.1113817Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-11-01T16:19:00.1114272Z 2024-11-01T16:19:00.1114439Z -- Found OpenMP_C: -openmp:experimental 2024-11-01T16:19:00.4383293Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2024-11-01T16:19:00.4384523Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2024-11-01T16:19:00.4385393Z does not match the name of the calling package (OpenMP). This can lead to 2024-11-01T16:19:00.4386173Z problems in calling code that expects `find_package` result variables 2024-11-01T16:19:00.4386813Z (e.g., `_FOUND`) to follow a certain pattern. 2024-11-01T16:19:00.4387255Z Call Stack (most recent call first): 2024-11-01T16:19:00.4387839Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2024-11-01T16:19:00.4388507Z third_party/fbgemm/CMakeLists.txt:136 (find_package) 2024-11-01T16:19:00.4389151Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-11-01T16:19:00.4389643Z 2024-11-01T16:19:00.4389801Z -- Found OpenMP_CXX: -openmp:experimental 2024-11-01T16:19:00.4390389Z CMake Warning at third_party/fbgemm/CMakeLists.txt:138 (message): 2024-11-01T16:19:00.4390961Z OpenMP found! OpenMP_C_INCLUDE_DIRS = 2024-11-01T16:19:00.4391244Z 2024-11-01T16:19:00.4391249Z 2024-11-01T16:19:00.4391356Z -- Found OpenMP: TRUE 2024-11-01T16:19:00.6776054Z CMake Warning at third_party/fbgemm/CMakeLists.txt:232 (message): 2024-11-01T16:19:00.6776640Z ========== 2024-11-01T16:19:00.6776795Z 2024-11-01T16:19:00.6776803Z 2024-11-01T16:19:00.6777100Z CMake Warning at third_party/fbgemm/CMakeLists.txt:233 (message): 2024-11-01T16:19:00.6777634Z CMAKE_BUILD_TYPE = Release 2024-11-01T16:19:00.6777871Z 2024-11-01T16:19:00.6777876Z 2024-11-01T16:19:00.6778133Z CMake Warning at third_party/fbgemm/CMakeLists.txt:234 (message): 2024-11-01T16:19:00.6778747Z CMAKE_CXX_FLAGS_DEBUG is /Z7 /Ob0 /Od /RTC1 /bigobj 2024-11-01T16:19:00.6779090Z 2024-11-01T16:19:00.6779103Z 2024-11-01T16:19:00.6779373Z CMake Warning at third_party/fbgemm/CMakeLists.txt:235 (message): 2024-11-01T16:19:00.6779978Z CMAKE_CXX_FLAGS_RELEASE is /O2 /Ob2 /DNDEBUG /bigobj 2024-11-01T16:19:00.6780344Z 2024-11-01T16:19:00.6780348Z 2024-11-01T16:19:00.6780608Z CMake Warning at third_party/fbgemm/CMakeLists.txt:236 (message): 2024-11-01T16:19:00.6781115Z ========== 2024-11-01T16:19:00.6781264Z 2024-11-01T16:19:00.6781268Z 2024-11-01T16:19:00.7129124Z ** AsmJit Summary ** 2024-11-01T16:19:00.7129821Z ASMJIT_DIR=C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit 2024-11-01T16:19:00.7130514Z ASMJIT_TEST=FALSE 2024-11-01T16:19:00.7130818Z ASMJIT_TARGET_TYPE=SHARED 2024-11-01T16:19:00.7131131Z ASMJIT_DEPS= 2024-11-01T16:19:00.7131402Z ASMJIT_LIBS=asmjit 2024-11-01T16:19:00.7131691Z ASMJIT_CFLAGS= 2024-11-01T16:19:00.7132275Z ASMJIT_PRIVATE_CFLAGS=-MP;-GF;-Zc:__cplusplus;-Zc:inline;-Zc:strictStrings;-Zc:threadSafeInit-;-W4 2024-11-01T16:19:00.7133182Z ASMJIT_PRIVATE_CFLAGS_DBG=-GS 2024-11-01T16:19:00.7133573Z ASMJIT_PRIVATE_CFLAGS_REL=-GS-;-O2;-Oi 2024-11-01T16:19:00.7267629Z -- Using third party subdirectory Eigen. 2024-11-01T16:19:02.3600079Z -- Found Python: C:\Jenkins\Miniconda3\python.exe (found version "3.9.19") found components: Interpreter Development.Module NumPy 2024-11-01T16:19:02.3601015Z -- Using third_party/pybind11. 2024-11-01T16:19:02.3601737Z -- pybind11 include dirs: C:/actions-runner/_work/pytorch/pytorch/cmake/../third_party/pybind11/include 2024-11-01T16:19:02.3639260Z -- Could NOT find OpenTelemetryApi (missing: OpenTelemetryApi_INCLUDE_DIRS) 2024-11-01T16:19:02.3640156Z -- Using third_party/opentelemetry-cpp. 2024-11-01T16:19:02.3641100Z -- opentelemetry api include dirs: C:/actions-runner/_work/pytorch/pytorch/cmake/../third_party/opentelemetry-cpp/api/include 2024-11-01T16:19:03.2727280Z -- Could NOT find MPI_C (missing: MPI_C_LIB_NAMES MPI_C_HEADER_DIR MPI_C_WORKS) 2024-11-01T16:19:03.9335988Z -- Could NOT find MPI_CXX (missing: MPI_CXX_LIB_NAMES MPI_CXX_HEADER_DIR MPI_CXX_WORKS) 2024-11-01T16:19:03.9339025Z -- Could NOT find MPI (missing: MPI_C_FOUND MPI_CXX_FOUND) 2024-11-01T16:19:03.9341404Z CMake Warning at cmake/Dependencies.cmake:929 (message): 2024-11-01T16:19:03.9342116Z Not compiling with MPI. Suppress this warning with -DUSE_MPI=OFF 2024-11-01T16:19:03.9342726Z Call Stack (most recent call first): 2024-11-01T16:19:03.9343124Z CMakeLists.txt:858 (include) 2024-11-01T16:19:03.9343365Z 2024-11-01T16:19:03.9343370Z 2024-11-01T16:19:03.9376564Z -- Adding OpenMP CXX_FLAGS: -openmp:experimental 2024-11-01T16:19:03.9395812Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:21 (option): 2024-11-01T16:19:03.9396617Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2024-11-01T16:19:03.9397407Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2024-11-01T16:19:03.9398032Z set the policy and suppress this warning. 2024-11-01T16:19:03.9398363Z 2024-11-01T16:19:03.9398661Z For compatibility with older versions of CMake, option is clearing the 2024-11-01T16:19:03.9399262Z normal variable 'BUILD_BENCHMARK'. 2024-11-01T16:19:03.9399817Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-11-01T16:19:03.9400280Z 2024-11-01T16:19:03.9400543Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:35 (option): 2024-11-01T16:19:03.9401323Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2024-11-01T16:19:03.9402182Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2024-11-01T16:19:03.9402814Z set the policy and suppress this warning. 2024-11-01T16:19:03.9403136Z 2024-11-01T16:19:03.9403433Z For compatibility with older versions of CMake, option is clearing the 2024-11-01T16:19:03.9404019Z normal variable 'USE_NCCL'. 2024-11-01T16:19:03.9404527Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-11-01T16:19:03.9404994Z 2024-11-01T16:19:03.9405258Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:36 (option): 2024-11-01T16:19:03.9405993Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2024-11-01T16:19:03.9406772Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2024-11-01T16:19:03.9407464Z set the policy and suppress this warning. 2024-11-01T16:19:03.9407820Z 2024-11-01T16:19:03.9408125Z For compatibility with older versions of CMake, option is clearing the 2024-11-01T16:19:03.9408706Z normal variable 'USE_RCCL'. 2024-11-01T16:19:03.9409225Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-11-01T16:19:03.9409680Z 2024-11-01T16:19:03.9409777Z -- MSVC detected 2024-11-01T16:19:03.9410049Z -- Set USE_REDIS OFF 2024-11-01T16:19:03.9410332Z -- Set USE_IBVERBS OFF 2024-11-01T16:19:03.9410630Z -- Set USE_NCCL OFF 2024-11-01T16:19:03.9410902Z -- Set USE_RCCL OFF 2024-11-01T16:19:03.9411165Z -- Set USE_LIBUV ON 2024-11-01T16:19:03.9411679Z -- Only USE_LIBUV is supported on Windows 2024-11-01T16:19:03.9416054Z -- Gloo build as SHARED library 2024-11-01T16:19:04.0015603Z Generated: C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2024-11-01T16:19:04.0023250Z Generated: C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2024-11-01T16:19:04.0033993Z Generated: C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2024-11-01T16:19:04.6997445Z -- 2024-11-01T16:19:04.6997999Z -- ******** Summary ******** 2024-11-01T16:19:04.6998467Z -- CMake version : 3.22.1 2024-11-01T16:19:04.6999048Z -- CMake command : C:/Jenkins/Miniconda3/Library/bin/cmake.exe 2024-11-01T16:19:04.6999641Z -- System : Windows 2024-11-01T16:19:04.7000586Z -- 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:19:04.7001519Z -- C++ compiler version : 19.29.30154.0 2024-11-01T16:19:04.7002359Z -- CXX flags : /DWIN32 /D_WINDOWS /GR /EHsc /Zc:__cplusplus /bigobj /FS /utf-8 -DUSE_PTHREADPOOL /EHsc /wd26812 2024-11-01T16:19:04.7003160Z -- Build type : Release 2024-11-01T16:19:04.7003782Z -- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;__STDC_FORMAT_MACROS 2024-11-01T16:19:04.7004555Z -- CMAKE_PREFIX_PATH : C:\Jenkins\Miniconda3\Lib\site-packages 2024-11-01T16:19:04.7005316Z -- CMAKE_INSTALL_PREFIX : C:/actions-runner/_work/pytorch/pytorch/torch 2024-11-01T16:19:04.7006105Z -- CMAKE_MODULE_PATH : C:/actions-runner/_work/pytorch/pytorch/cmake/Modules 2024-11-01T16:19:04.7006655Z -- 2024-11-01T16:19:04.7006927Z -- ONNX version : 1.17.0 2024-11-01T16:19:04.7007400Z -- ONNX NAMESPACE : onnx_torch 2024-11-01T16:19:04.7007956Z CMake Warning at cmake/Dependencies.cmake:1390 (message): 2024-11-01T16:19:04.7008643Z Not compiling with MAGMA. Suppress this warning with -DUSE_MAGMA=OFF. 2024-11-01T16:19:04.7009232Z Call Stack (most recent call first): 2024-11-01T16:19:04.7009613Z CMakeLists.txt:858 (include) 2024-11-01T16:19:04.7009861Z 2024-11-01T16:19:04.7009866Z 2024-11-01T16:19:04.7010010Z -- ONNX_USE_LITE_PROTO : OFF 2024-11-01T16:19:04.7010454Z -- USE_PROTOBUF_SHARED_LIBS : OFF 2024-11-01T16:19:04.7010900Z -- Protobuf_USE_STATIC_LIBS : ON 2024-11-01T16:19:04.7011333Z -- ONNX_DISABLE_EXCEPTIONS : OFF 2024-11-01T16:19:04.7011787Z -- ONNX_DISABLE_STATIC_REGISTRATION : OFF 2024-11-01T16:19:04.7012230Z -- ONNX_WERROR : OFF 2024-11-01T16:19:04.7012638Z -- ONNX_BUILD_TESTS : OFF 2024-11-01T16:19:04.7013071Z -- ONNX_BUILD_SHARED_LIBS : 2024-11-01T16:19:04.7013493Z -- BUILD_SHARED_LIBS : OFF 2024-11-01T16:19:04.7013853Z -- 2024-11-01T16:19:04.7014112Z -- Protobuf compiler : 2024-11-01T16:19:04.7014529Z -- Protobuf includes : 2024-11-01T16:19:04.7014932Z -- Protobuf libraries : 2024-11-01T16:19:04.7015352Z -- BUILD_ONNX_PYTHON : OFF 2024-11-01T16:19:04.7015934Z -- Found CUDA with FP16 support, compiling with torch.cuda.HalfTensor 2024-11-01T16:19:04.7016504Z -- Adding -DNDEBUG to compile flags 2024-11-01T16:19:04.7017020Z -- Could not find hardware support for NEON on this machine. 2024-11-01T16:19:04.7017544Z -- No OMAP3 processor on this machine. 2024-11-01T16:19:04.7017946Z -- No OMAP4 processor on this machine. 2024-11-01T16:19:04.7023838Z -- Looking for sbgemm_ 2024-11-01T16:19:04.9178064Z -- Looking for sbgemm_ - not found 2024-11-01T16:19:04.9195275Z -- Found a library with LAPACK API (mkl). 2024-11-01T16:19:04.9196537Z disabling CUDA because NOT USE_CUDA is set 2024-11-01T16:19:04.9197037Z disabling ROCM because NOT USE_ROCM is set 2024-11-01T16:19:04.9197549Z -- MIOpen not found. Compiling without MIOpen support 2024-11-01T16:19:04.9205494Z -- Will build oneDNN UKERNEL 2024-11-01T16:19:04.9281076Z -- MKLDNN_CPU_RUNTIME = OMP 2024-11-01T16:19:04.9298505Z -- DNNL_TARGET_ARCH: X64 2024-11-01T16:19:04.9324067Z -- DNNL_LIBRARY_NAME: dnnl 2024-11-01T16:19:04.9407558Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2024-11-01T16:19:04.9409057Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2024-11-01T16:19:04.9409865Z does not match the name of the calling package (OpenMP). This can lead to 2024-11-01T16:19:04.9410644Z problems in calling code that expects `find_package` result variables 2024-11-01T16:19:04.9411248Z (e.g., `_FOUND`) to follow a certain pattern. 2024-11-01T16:19:04.9411708Z Call Stack (most recent call first): 2024-11-01T16:19:04.9412298Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2024-11-01T16:19:04.9413086Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:55 (find_package) 2024-11-01T16:19:04.9413732Z third_party/ideep/mkl-dnn/CMakeLists.txt:119 (include) 2024-11-01T16:19:04.9414431Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-11-01T16:19:04.9414951Z 2024-11-01T16:19:04.9415730Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2024-11-01T16:19:04.9417035Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2024-11-01T16:19:04.9417911Z does not match the name of the calling package (OpenMP). This can lead to 2024-11-01T16:19:04.9418789Z problems in calling code that expects `find_package` result variables 2024-11-01T16:19:04.9419464Z (e.g., `_FOUND`) to follow a certain pattern. 2024-11-01T16:19:04.9419959Z Call Stack (most recent call first): 2024-11-01T16:19:04.9420616Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2024-11-01T16:19:04.9421403Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:55 (find_package) 2024-11-01T16:19:04.9422088Z third_party/ideep/mkl-dnn/CMakeLists.txt:119 (include) 2024-11-01T16:19:04.9422852Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-11-01T16:19:04.9423341Z 2024-11-01T16:19:04.9802780Z -- Enabled testing coverage: CI 2024-11-01T16:19:04.9815944Z -- Enabled workload: TRAINING 2024-11-01T16:19:04.9816345Z -- Enabled primitives: ALL 2024-11-01T16:19:04.9816698Z -- Enabled primitive CPU ISA: ALL 2024-11-01T16:19:04.9817071Z -- Enabled primitive GPU ISA: ALL 2024-11-01T16:19:04.9817453Z -- Enabled GeMM kernels ISA: ALL 2024-11-01T16:19:04.9908682Z -- Primitive cache is enabled 2024-11-01T16:19:04.9909125Z -- Experimental functionality for ukernels is enabled 2024-11-01T16:19:05.0601724Z -- The ASM_MASM compiler identification is MSVC 2024-11-01T16:19:05.1725680Z -- 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:19:05.2303307Z -- Graph component is enabled 2024-11-01T16:19:05.6682876Z -- Graph compiler backend is disabled. 2024-11-01T16:19:05.6848198Z -- Found MKL-DNN: TRUE 2024-11-01T16:19:05.6920953Z -- {fmt} version: 11.0.2 2024-11-01T16:19:05.6921320Z -- Build type: Release 2024-11-01T16:19:05.7006947Z -- Using CPU-only version of Kineto 2024-11-01T16:19:05.7007393Z -- Configuring Kineto dependency: 2024-11-01T16:19:05.7008100Z -- KINETO_SOURCE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto 2024-11-01T16:19:05.7008769Z -- KINETO_BUILD_TESTS = OFF 2024-11-01T16:19:05.7009138Z -- KINETO_LIBRARY_TYPE = static 2024-11-01T16:19:05.7501903Z INFO CUDA_SOURCE_DIR = 2024-11-01T16:19:05.7502282Z INFO ROCM_SOURCE_DIR = 2024-11-01T16:19:05.7893814Z INFO CUPTI unavailable or disabled - not building GPU profilers 2024-11-01T16:19:05.8672739Z -- Kineto: FMT_SOURCE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/fmt 2024-11-01T16:19:05.8673442Z INFO CUPTI_INCLUDE_DIR = /extras/CUPTI/include 2024-11-01T16:19:05.8673943Z INFO ROCTRACER_INCLUDE_DIR = /include/roctracer 2024-11-01T16:19:05.8674821Z INFO DYNOLOG_INCLUDE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/ 2024-11-01T16:19:05.8676203Z INFO IPCFABRIC_INCLUDE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog//dynolog/src/ipcfabric/ 2024-11-01T16:19:05.8677733Z -- Kineto: FMT_INCLUDE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/fmt/include 2024-11-01T16:19:05.8703376Z -- Configured Kineto (CPU) 2024-11-01T16:19:05.8746987Z -- Performing Test HAS/WD4624 2024-11-01T16:19:06.2418904Z -- Performing Test HAS/WD4624 - Success 2024-11-01T16:19:06.2433596Z -- Performing Test HAS/WD4068 2024-11-01T16:19:06.5422331Z -- Performing Test HAS/WD4068 - Success 2024-11-01T16:19:06.5436639Z -- Performing Test HAS/WD4067 2024-11-01T16:19:06.8154259Z -- Performing Test HAS/WD4067 - Success 2024-11-01T16:19:06.8168472Z -- Performing Test HAS/WD4267 2024-11-01T16:19:07.0853310Z -- Performing Test HAS/WD4267 - Success 2024-11-01T16:19:07.0867935Z -- Performing Test HAS/WD4661 2024-11-01T16:19:07.3566024Z -- Performing Test HAS/WD4661 - Success 2024-11-01T16:19:07.3580571Z -- Performing Test HAS/WD4717 2024-11-01T16:19:07.8116823Z -- Performing Test HAS/WD4717 - Success 2024-11-01T16:19:07.8130546Z -- Performing Test HAS/WD4244 2024-11-01T16:19:08.1436816Z -- Performing Test HAS/WD4244 - Success 2024-11-01T16:19:08.1451233Z -- Performing Test HAS/WD4804 2024-11-01T16:19:08.4157814Z -- Performing Test HAS/WD4804 - Success 2024-11-01T16:19:08.4171766Z -- Performing Test HAS/WD4273 2024-11-01T16:19:08.7043980Z -- Performing Test HAS/WD4273 - Success 2024-11-01T16:19:08.7058843Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW 2024-11-01T16:19:08.7658664Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW - Failed 2024-11-01T16:19:08.7727811Z -- 2024-11-01T16:19:08.7728913Z -- Use the C++ compiler to compile (MI_USE_CXX=ON) 2024-11-01T16:19:08.7731227Z -- 2024-11-01T16:19:08.7731496Z -- Library base name: mimalloc 2024-11-01T16:19:08.7731835Z -- Version : 1.8 2024-11-01T16:19:08.7732153Z -- Build type : release 2024-11-01T16:19:08.7732995Z -- 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:19:08.7733886Z -- Compiler flags : /Zc:__cplusplus 2024-11-01T16:19:08.7734273Z -- Compiler defines : 2024-11-01T16:19:08.7734696Z -- Link libraries : psapi;shell32;user32;advapi32;bcrypt 2024-11-01T16:19:08.7735172Z -- Build targets : static 2024-11-01T16:19:08.7735488Z -- 2024-11-01T16:19:08.7836218Z -- Performing Test HAS_WDEPRECATED 2024-11-01T16:19:08.8430299Z -- Performing Test HAS_WDEPRECATED - Failed 2024-11-01T16:19:08.8433513Z -- don't use NUMA 2024-11-01T16:19:08.8506219Z -- Looking for backtrace 2024-11-01T16:19:08.9263237Z -- Looking for backtrace - not found 2024-11-01T16:19:08.9328085Z -- Could NOT find Backtrace (missing: Backtrace_LIBRARY Backtrace_INCLUDE_DIR) 2024-11-01T16:19:12.7484378Z -- headers outputs: 2024-11-01T16:19:22.0813014Z -- sources outputs: 2024-11-01T16:19:23.5494187Z -- declarations_yaml outputs: 2024-11-01T16:19:23.5598838Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT 2024-11-01T16:19:28.8644776Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT - Failed 2024-11-01T16:19:29.1085137Z -- Using ATen parallel backend: OMP 2024-11-01T16:19:29.1099429Z disabling CUDA because USE_CUDA is set false 2024-11-01T16:19:29.4668733Z -- Found OpenSSL: C:/Jenkins/Miniconda3/Library/lib/libcrypto.lib (found version "3.0.14") 2024-11-01T16:19:29.6532910Z -- Check size of long double 2024-11-01T16:19:30.0584118Z -- Check size of long double - done 2024-11-01T16:19:30.0591714Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 2024-11-01T16:19:30.1861661Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 - Failed 2024-11-01T16:19:30.1866569Z -- Performing Test COMPILER_SUPPORTS_SSE2 2024-11-01T16:19:30.5554960Z -- Performing Test COMPILER_SUPPORTS_SSE2 - Success 2024-11-01T16:19:30.5559404Z -- Performing Test COMPILER_SUPPORTS_SSE4 2024-11-01T16:19:30.9362546Z -- Performing Test COMPILER_SUPPORTS_SSE4 - Success 2024-11-01T16:19:30.9367054Z -- Performing Test COMPILER_SUPPORTS_AVX 2024-11-01T16:19:31.2941947Z -- Performing Test COMPILER_SUPPORTS_AVX - Success 2024-11-01T16:19:31.2946575Z -- Performing Test COMPILER_SUPPORTS_FMA4 2024-11-01T16:19:31.6638601Z -- Performing Test COMPILER_SUPPORTS_FMA4 - Success 2024-11-01T16:19:31.6643328Z -- Performing Test COMPILER_SUPPORTS_AVX2 2024-11-01T16:19:32.0538976Z -- Performing Test COMPILER_SUPPORTS_AVX2 - Success 2024-11-01T16:19:32.0543858Z -- Performing Test COMPILER_SUPPORTS_AVX512F 2024-11-01T16:19:32.4443323Z -- Performing Test COMPILER_SUPPORTS_AVX512F - Success 2024-11-01T16:19:32.4512909Z -- Found OpenMP_C: -openmp:experimental (found version "2.0") 2024-11-01T16:19:32.4517050Z -- Found OpenMP_CXX: -openmp:experimental (found version "2.0") 2024-11-01T16:19:32.4520900Z -- Found OpenMP: TRUE (found version "2.0") 2024-11-01T16:19:32.4525156Z -- Performing Test COMPILER_SUPPORTS_OPENMP 2024-11-01T16:19:32.9443615Z -- Performing Test COMPILER_SUPPORTS_OPENMP - Success 2024-11-01T16:19:32.9447508Z -- Performing Test COMPILER_SUPPORTS_OMP_SIMD 2024-11-01T16:19:33.0431384Z -- Performing Test COMPILER_SUPPORTS_OMP_SIMD - Failed 2024-11-01T16:19:33.0435710Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES 2024-11-01T16:19:33.1592133Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES - Failed 2024-11-01T16:19:33.1596891Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH 2024-11-01T16:19:33.3431880Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH - Failed 2024-11-01T16:19:33.3436220Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM 2024-11-01T16:19:33.4196613Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM - Failed 2024-11-01T16:19:33.5805797Z Target system: Windows-10.0.17763 2024-11-01T16:19:33.5806288Z -- Configuring build for SLEEF-v3.6.0 2024-11-01T16:19:33.5806818Z Target processor: AMD64 2024-11-01T16:19:33.5807260Z Host system: Windows-10.0.17763 2024-11-01T16:19:33.5807776Z Host processor: AMD64 2024-11-01T16:19:33.5808865Z 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:19:33.5809929Z CMake: 3.22.1 2024-11-01T16:19:33.5810322Z Make program: C:/Jenkins/Miniconda3/Library/bin/ninja.exe 2024-11-01T16:19:33.5811159Z -- Using option `/D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE ` to compile libsleef 2024-11-01T16:19:33.5811820Z -- Building shared libs : OFF 2024-11-01T16:19:33.5812180Z -- Building static test bins: OFF 2024-11-01T16:19:33.5812562Z -- MPFR : LIB_MPFR-NOTFOUND 2024-11-01T16:19:33.5812892Z -- GMP : LIBGMP-NOTFOUND 2024-11-01T16:19:33.5813194Z -- RT : 2024-11-01T16:19:33.5813450Z -- FFTW3 : LIBFFTW3-NOTFOUND 2024-11-01T16:19:33.5813766Z -- OPENSSL : 3.0.14 2024-11-01T16:19:33.5814062Z -- SDE : SDE_COMMAND-NOTFOUND 2024-11-01T16:19:33.5814424Z -- COMPILER_SUPPORTS_OPENMP : FALSE 2024-11-01T16:19:33.6132415Z AT_INSTALL_INCLUDE_DIR include/ATen/core 2024-11-01T16:19:33.6133173Z core header install: C:/actions-runner/_work/pytorch/pytorch/build/aten/src/ATen/core/TensorBody.h 2024-11-01T16:19:33.6134330Z core header install: C:/actions-runner/_work/pytorch/pytorch/build/aten/src/ATen/core/aten_interned_strings.h 2024-11-01T16:19:33.6135445Z core header install: C:/actions-runner/_work/pytorch/pytorch/build/aten/src/ATen/core/enum_tag.h 2024-11-01T16:19:34.1579491Z -- Performing Test HAS_WNO_UNUSED_PRIVATE_FIELD 2024-11-01T16:19:34.2190511Z -- Performing Test HAS_WNO_UNUSED_PRIVATE_FIELD - Failed 2024-11-01T16:19:34.2197497Z -- 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:19:34.3691426Z CMake Warning at CMakeLists.txt:1272 (message): 2024-11-01T16:19:34.3692154Z Generated cmake files are only fully tested if one builds with system glog, 2024-11-01T16:19:34.3693071Z gflags, and protobuf. Other settings may generate files that are not well 2024-11-01T16:19:34.3693631Z tested. 2024-11-01T16:19:34.3693809Z 2024-11-01T16:19:34.3693815Z 2024-11-01T16:19:34.3713731Z -- 2024-11-01T16:19:34.3713986Z -- ******** Summary ******** 2024-11-01T16:19:34.3714296Z -- General: 2024-11-01T16:19:34.3714572Z -- CMake version : 3.22.1 2024-11-01T16:19:34.3715144Z -- CMake command : C:/Jenkins/Miniconda3/Library/bin/cmake.exe 2024-11-01T16:19:34.3715761Z -- System : Windows 2024-11-01T16:19:34.3716686Z -- 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:19:34.3717581Z -- C++ compiler id : MSVC 2024-11-01T16:19:34.3717979Z -- C++ compiler version : 19.29.30154.0 2024-11-01T16:19:34.3718384Z -- Using ccache if found : OFF 2024-11-01T16:19:34.3720311Z -- 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:19:34.3722380Z -- Shared LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 2024-11-01T16:19:34.3723115Z -- Static LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 2024-11-01T16:19:34.3723825Z -- Module LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 2024-11-01T16:19:34.3724391Z -- Build type : Release 2024-11-01T16:19:34.3725964Z -- 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:19:34.3727766Z -- CMAKE_PREFIX_PATH : C:\Jenkins\Miniconda3\Lib\site-packages 2024-11-01T16:19:34.3728465Z -- CMAKE_INSTALL_PREFIX : C:/actions-runner/_work/pytorch/pytorch/torch 2024-11-01T16:19:34.3729038Z -- USE_GOLD_LINKER : OFF 2024-11-01T16:19:34.3729369Z -- 2024-11-01T16:19:34.3729597Z -- TORCH_VERSION : 2.6.0 2024-11-01T16:19:34.3729991Z -- BUILD_STATIC_RUNTIME_BENCHMARK: OFF 2024-11-01T16:19:34.3730397Z -- BUILD_BINARY : OFF 2024-11-01T16:19:34.3730745Z -- BUILD_CUSTOM_PROTOBUF : ON 2024-11-01T16:19:34.3731109Z -- Link local protobuf : ON 2024-11-01T16:19:34.3731475Z -- BUILD_PYTHON : True 2024-11-01T16:19:34.3731863Z -- Python version : 3.9.19 2024-11-01T16:19:34.3732341Z -- Python executable : C:\Jenkins\Miniconda3\python.exe 2024-11-01T16:19:34.3733061Z -- Python library : C:/Jenkins/Miniconda3/libs/python39.lib 2024-11-01T16:19:34.3733674Z -- Python includes : C:/Jenkins/Miniconda3/include 2024-11-01T16:19:34.3734281Z -- Python site-package : C:\Jenkins\Miniconda3\Lib\site-packages 2024-11-01T16:19:34.3734817Z -- BUILD_SHARED_LIBS : ON 2024-11-01T16:19:34.3735398Z -- CAFFE2_USE_MSVC_STATIC_RUNTIME : OFF 2024-11-01T16:19:34.3735823Z -- BUILD_TEST : True 2024-11-01T16:19:34.3736186Z -- BUILD_JNI : OFF 2024-11-01T16:19:34.3736547Z -- BUILD_MOBILE_AUTOGRAD : OFF 2024-11-01T16:19:34.3736909Z -- BUILD_LITE_INTERPRETER: OFF 2024-11-01T16:19:34.3737278Z -- INTERN_BUILD_MOBILE : 2024-11-01T16:19:34.3737619Z -- TRACING_BASED : OFF 2024-11-01T16:19:34.3737954Z -- USE_BLAS : 1 2024-11-01T16:19:34.3738335Z -- BLAS : mkl 2024-11-01T16:19:34.3738727Z -- BLAS_HAS_SBGEMM : 2024-11-01T16:19:34.3739176Z -- USE_LAPACK : 1 2024-11-01T16:19:34.3739520Z -- LAPACK : mkl 2024-11-01T16:19:34.3739865Z -- USE_ASAN : OFF 2024-11-01T16:19:34.3740192Z -- USE_TSAN : OFF 2024-11-01T16:19:34.3740549Z -- USE_CPP_CODE_COVERAGE : OFF 2024-11-01T16:19:34.3740900Z -- USE_CUDA : 0 2024-11-01T16:19:34.3741225Z -- USE_XPU : 0 2024-11-01T16:19:34.3741562Z -- USE_ROCM : OFF 2024-11-01T16:19:34.3741910Z -- BUILD_NVFUSER : 2024-11-01T16:19:34.3742232Z -- USE_EIGEN_FOR_BLAS : 2024-11-01T16:19:34.3742572Z -- USE_FBGEMM : ON 2024-11-01T16:19:34.3742928Z -- USE_FAKELOWP : OFF 2024-11-01T16:19:34.3743276Z -- USE_KINETO : ON 2024-11-01T16:19:34.3743620Z -- USE_GFLAGS : OFF 2024-11-01T16:19:34.3744013Z -- USE_GLOG : OFF 2024-11-01T16:19:34.3744392Z -- USE_LITE_PROTO : OFF 2024-11-01T16:19:34.3744755Z -- USE_PYTORCH_METAL : OFF 2024-11-01T16:19:34.3745140Z -- USE_PYTORCH_METAL_EXPORT : OFF 2024-11-01T16:19:34.3745526Z -- USE_MPS : OFF 2024-11-01T16:19:34.3745880Z -- USE_MKL : ON 2024-11-01T16:19:34.3746243Z -- USE_STATIC_MKL : OFF 2024-11-01T16:19:34.3746587Z -- USE_MKLDNN : ON 2024-11-01T16:19:34.3746957Z -- USE_MKLDNN_ACL : OFF 2024-11-01T16:19:34.3747329Z -- USE_MKLDNN_CBLAS : OFF 2024-11-01T16:19:34.3747669Z -- USE_UCC : OFF 2024-11-01T16:19:34.3748021Z -- USE_ITT : ON 2024-11-01T16:19:34.3768348Z -- USE_NCCL : OFF 2024-11-01T16:19:34.3768782Z -- USE_NNPACK : OFF 2024-11-01T16:19:34.3769164Z -- USE_NUMPY : ON 2024-11-01T16:19:34.3769536Z -- USE_OBSERVERS : ON 2024-11-01T16:19:34.3769915Z -- USE_OPENCL : OFF 2024-11-01T16:19:34.3770333Z -- USE_OPENMP : ON 2024-11-01T16:19:34.3770720Z -- USE_MIMALLOC : ON 2024-11-01T16:19:34.3771124Z -- USE_MIMALLOC_ON_MKL : OFF 2024-11-01T16:19:34.3771521Z -- USE_VULKAN : OFF 2024-11-01T16:19:34.3771898Z -- USE_PROF : OFF 2024-11-01T16:19:34.3772318Z -- USE_PYTORCH_QNNPACK : OFF 2024-11-01T16:19:34.3772715Z -- USE_XNNPACK : ON 2024-11-01T16:19:34.3773099Z -- USE_DISTRIBUTED : ON 2024-11-01T16:19:34.3773504Z -- USE_MPI : OFF 2024-11-01T16:19:34.3773905Z -- USE_GLOO : ON 2024-11-01T16:19:34.3774301Z -- USE_GLOO_WITH_OPENSSL : OFF 2024-11-01T16:19:34.3774750Z -- USE_TENSORPIPE : OFF 2024-11-01T16:19:34.3786747Z -- Public Dependencies : caffe2::mkl 2024-11-01T16:19:34.3787770Z -- Private Dependencies : Threads::Threads;pthreadpool;cpuinfo;XNNPACK;fbgemm;ittnotify;fp16;caffe2::openmp;gloo;fmt::fmt-header-only;kineto 2024-11-01T16:19:34.3788809Z -- Public CUDA Deps. : 2024-11-01T16:19:34.3789154Z -- Private CUDA Deps. : 2024-11-01T16:19:34.3789509Z -- USE_COREML_DELEGATE : OFF 2024-11-01T16:19:34.3789888Z -- BUILD_LAZY_TS_BACKEND : ON 2024-11-01T16:19:34.3790244Z -- USE_ROCM_KERNEL_ASSERT : OFF 2024-11-01T16:19:34.3790637Z -- Performing Test HAS_WMISSING_PROTOTYPES 2024-11-01T16:19:34.4419187Z -- Performing Test HAS_WMISSING_PROTOTYPES - Failed 2024-11-01T16:19:34.4436894Z -- Performing Test HAS_WERROR_MISSING_PROTOTYPES 2024-11-01T16:19:34.5038889Z -- Performing Test HAS_WERROR_MISSING_PROTOTYPES - Failed 2024-11-01T16:19:34.5093521Z -- Configuring done 2024-11-01T16:19:42.9349426Z -- Generating done 2024-11-01T16:19:43.1667792Z CMake Warning: 2024-11-01T16:19:43.1668336Z Manually-specified variables were not used by the project: 2024-11-01T16:19:43.1668764Z 2024-11-01T16:19:43.1668873Z BUILD_ENVIRONMENT 2024-11-01T16:19:43.1669231Z BUILD_TYPE 2024-11-01T16:19:43.1669480Z BUILD_WHEEL 2024-11-01T16:19:43.1669659Z 2024-11-01T16:19:43.1669664Z 2024-11-01T16:19:43.1693023Z -- Build files have been written to: C:/actions-runner/_work/pytorch/pytorch/build 2024-11-01T16:19:48.8811866Z [1/4] Generating ATen declarations_yaml 2024-11-01T16:19:54.3692381Z [2/4] Generating ATen sources 2024-11-01T16:19:55.3088927Z [3/4] Generating ATen headers 2024-11-01T16:20:01.1138822Z [1/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\coded_stream.cc.obj 2024-11-01T16:20:01.1163755Z [2/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\arena.cc.obj 2024-11-01T16:20:01.1179423Z [3/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\generated_message_util.cc.obj 2024-11-01T16:20:01.1250306Z [4/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\any_lite.cc.obj 2024-11-01T16:20:01.1309180Z [5/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:20:01.1457275Z [6/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\implicit_weak_message.cc.obj 2024-11-01T16:20:01.1527472Z [7/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\extension_set.cc.obj 2024-11-01T16:20:01.1941369Z [8/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\generated_enum_util.cc.obj 2024-11-01T16:20:01.3612470Z [9/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\strtod.cc.obj 2024-11-01T16:20:01.3675850Z [10/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\zero_copy_stream.cc.obj 2024-11-01T16:20:01.3732342Z [11/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:20:01.4039627Z [12/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:20:01.4187628Z [13/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\message_lite.cc.obj 2024-11-01T16:20:01.5157559Z [14/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\repeated_field.cc.obj 2024-11-01T16:20:01.5380026Z [15/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\parse_context.cc.obj 2024-11-01T16:20:01.6003712Z [16/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\status.cc.obj 2024-11-01T16:20:01.6303838Z [17/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\structurally_valid.cc.obj 2024-11-01T16:20:01.6361370Z [18/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\int128.cc.obj 2024-11-01T16:20:01.6450468Z [19/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\io_win32.cc.obj 2024-11-01T16:20:01.6530181Z [20/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\bytestream.cc.obj 2024-11-01T16:20:01.7530941Z [21/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\statusor.cc.obj 2024-11-01T16:20:01.7624905Z [22/7391] Building RC object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\version.rc.res 2024-11-01T16:20:01.7626625Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2024-11-01T16:20:01.7627445Z 2024-11-01T16:20:01.7627871Z Copyright (C) Microsoft Corporation. All rights reserved. 2024-11-01T16:20:01.7629249Z 2024-11-01T16:20:01.7629261Z 2024-11-01T16:20:01.7703265Z [23/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\stringpiece.cc.obj 2024-11-01T16:20:01.7888003Z [24/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\common.cc.obj 2024-11-01T16:20:01.8514624Z [25/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\stringprintf.cc.obj 2024-11-01T16:20:01.8824276Z [26/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:20:01.8839046Z [27/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\time.cc.obj 2024-11-01T16:20:01.8906527Z [28/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\strutil.cc.obj 2024-11-01T16:20:01.8998546Z [29/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:20:01.9146007Z [30/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\any_lite.cc.obj 2024-11-01T16:20:01.9349376Z [31/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\wire_format_lite.cc.obj 2024-11-01T16:20:01.9507173Z [32/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:20:02.0099208Z [33/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\arena.cc.obj 2024-11-01T16:20:02.0181293Z [34/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:20:02.0249529Z [35/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:20:02.0264128Z [36/7391] Linking CXX static library lib\libprotobuf-lite.lib 2024-11-01T16:20:02.0321457Z [37/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-2x4-scalar.c.obj 2024-11-01T16:20:02.0371455Z [38/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:20:02.0568866Z [39/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x4-scalar.c.obj 2024-11-01T16:20:02.0764399Z [40/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:20:02.1340930Z [41/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:20:02.1464871Z [42/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:20:02.1521147Z [43/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:20:02.1532828Z [44/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:20:02.1616383Z [45/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:20:02.1675178Z [46/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x2-scalar.c.obj 2024-11-01T16:20:02.1846420Z [47/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:20:02.1858813Z [48/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x4-scalar.c.obj 2024-11-01T16:20:02.2024420Z [49/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:20:02.2208245Z [50/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-scalar-c4.c.obj 2024-11-01T16:20:02.2334269Z [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:20:02.2382292Z [52/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-scalar-c2.c.obj 2024-11-01T16:20:02.2463563Z [53/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-scalar-c1.c.obj 2024-11-01T16:20:02.2913343Z [54/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:20:02.2977474Z [55/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:20:02.3309024Z [56/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:20:02.3353090Z [57/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:20:02.3396131Z [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:20:02.3543684Z [59/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-2x4-scalar.c.obj 2024-11-01T16:20:02.3565064Z [60/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:20:02.3816746Z [61/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x4-scalar.c.obj 2024-11-01T16:20:02.4066272Z [62/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:20:02.4315408Z [63/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:20:02.4526014Z [64/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x4-scalar.c.obj 2024-11-01T16:20:02.4578246Z [65/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:20:02.4626184Z [66/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:20:02.4637535Z [67/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:20:02.4718991Z [68/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x2-scalar.c.obj 2024-11-01T16:20:02.4912128Z [69/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:20:02.5328036Z [70/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:20:02.5398122Z [71/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:20:02.5474639Z [72/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-scalar-2x1.c.obj 2024-11-01T16:20:02.5751935Z [73/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:20:02.5900969Z [74/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:20:02.6058011Z [75/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:20:02.6139334Z [76/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:20:02.6150420Z [77/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-scalar-2x4.c.obj 2024-11-01T16:20:02.6542119Z [78/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:20:02.6594268Z [79/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:20:02.6607213Z [80/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:20:02.6969275Z [81/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:20:02.7176837Z [82/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:20:02.7287393Z [83/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:20:02.7348398Z [84/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:20:02.7688579Z [85/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:20:02.7741781Z [86/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:20:02.7756480Z [87/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:20:02.7879593Z [88/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:20:02.8067399Z [89/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:20:02.8433488Z [90/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:20:02.8618269Z [91/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:20:02.8699510Z [92/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:20:02.8771558Z [93/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:20:02.8815687Z [94/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:20:02.8867873Z [95/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:20:02.8924308Z [96/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:20:02.9195150Z [97/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:20:02.9406798Z [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:20:02.9690409Z [99/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:20:02.9833422Z [100/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:20:02.9846934Z [101/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:20:02.9956335Z [102/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:20:03.0001630Z [103/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:20:03.0050675Z [104/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:20:03.0094081Z [105/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:20:03.0584907Z [106/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:20:03.0873822Z [107/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:20:03.0916252Z [108/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:20:03.1010711Z [109/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:20:03.1100904Z [110/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:20:03.1175461Z [111/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:20:03.1279096Z [112/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:20:03.1381032Z [113/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:20:03.1592679Z [114/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:20:03.1838152Z [115/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:20:03.1995058Z [116/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:20:03.2041594Z [117/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:20:03.2193182Z [118/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:20:03.2270133Z [119/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:20:03.2407424Z [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:20:03.2459482Z [121/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:20:03.2509042Z [122/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:20:03.2668578Z [123/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:20:03.3053552Z [124/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:20:03.3116485Z [125/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:20:03.3182954Z [126/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:20:03.3236050Z [127/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:20:03.5118158Z [128/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\coded_stream.cc.obj 2024-11-01T16:20:03.5554160Z [129/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_util.cc.obj 2024-11-01T16:20:03.5782281Z [130/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\zero_copy_stream_impl.cc.obj 2024-11-01T16:20:03.6079177Z [131/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\implicit_weak_message.cc.obj 2024-11-01T16:20:03.6361376Z [132/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_table_driven_lite.cc.obj 2024-11-01T16:20:03.6440665Z [133/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\extension_set.cc.obj 2024-11-01T16:20:03.6749922Z [134/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\io_win32.cc.obj 2024-11-01T16:20:03.7202890Z [135/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_enum_util.cc.obj 2024-11-01T16:20:03.7825602Z [136/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\parse_context.cc.obj 2024-11-01T16:20:03.8042139Z [137/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\strtod.cc.obj 2024-11-01T16:20:03.8586111Z [138/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\message_lite.cc.obj 2024-11-01T16:20:03.8906147Z [139/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\zero_copy_stream.cc.obj 2024-11-01T16:20:03.8952647Z [140/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:20:03.9126859Z [141/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\repeated_field.cc.obj 2024-11-01T16:20:03.9577431Z [142/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\strutil.cc.obj 2024-11-01T16:20:03.9594017Z [143/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\any.cc.obj 2024-11-01T16:20:04.0952529Z [144/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\any.pb.cc.obj 2024-11-01T16:20:04.1295647Z [145/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_table_driven.cc.obj 2024-11-01T16:20:04.1356220Z [146/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\time.cc.obj 2024-11-01T16:20:04.1481397Z [147/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\wire_format_lite.cc.obj 2024-11-01T16:20:04.1626610Z [148/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\int128.cc.obj 2024-11-01T16:20:04.1711755Z [149/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\bytestream.cc.obj 2024-11-01T16:20:04.2156217Z [150/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\status.cc.obj 2024-11-01T16:20:04.3646443Z [151/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\statusor.cc.obj 2024-11-01T16:20:04.3720277Z [152/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\stringpiece.cc.obj 2024-11-01T16:20:04.3795032Z [153/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\structurally_valid.cc.obj 2024-11-01T16:20:04.3879753Z [154/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\common.cc.obj 2024-11-01T16:20:04.3945808Z [155/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\stringprintf.cc.obj 2024-11-01T16:20:04.4736919Z [156/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\field_mask.pb.cc.obj 2024-11-01T16:20:04.5176296Z [157/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\extension_set_heavy.cc.obj 2024-11-01T16:20:04.5674295Z [158/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\dynamic_message.cc.obj 2024-11-01T16:20:04.6856012Z [159/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\empty.pb.cc.obj 2024-11-01T16:20:04.8047411Z [160/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_reflection.cc.obj 2024-11-01T16:20:04.8105025Z [161/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\api.pb.cc.obj 2024-11-01T16:20:04.8189522Z [162/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\descriptor.cc.obj 2024-11-01T16:20:04.8244789Z [163/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\compiler\parser.cc.obj 2024-11-01T16:20:04.8414745Z [164/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\compiler\importer.cc.obj 2024-11-01T16:20:04.9150459Z [165/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\descriptor.pb.cc.obj 2024-11-01T16:20:04.9253861Z [166/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\descriptor_database.cc.obj 2024-11-01T16:20:05.0096732Z [167/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\duration.pb.cc.obj 2024-11-01T16:20:05.0846344Z [168/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\substitute.cc.obj 2024-11-01T16:20:05.1523067Z [169/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\gzip_stream.cc.obj 2024-11-01T16:20:05.1582469Z [170/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\timestamp.pb.cc.obj 2024-11-01T16:20:05.1637846Z [171/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\source_context.pb.cc.obj 2024-11-01T16:20:05.1703832Z [172/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\tokenizer.cc.obj 2024-11-01T16:20:05.1721142Z [173/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\struct.pb.cc.obj 2024-11-01T16:20:05.1771953Z [174/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\service.cc.obj 2024-11-01T16:20:05.2318509Z [175/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\text_format.cc.obj 2024-11-01T16:20:05.4087676Z [176/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\error_listener.cc.obj 2024-11-01T16:20:05.4245255Z [177/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\message.cc.obj 2024-11-01T16:20:05.4388116Z [178/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\printer.cc.obj 2024-11-01T16:20:05.5039688Z [179/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\json_stream_parser.cc.obj 2024-11-01T16:20:05.5056933Z [180/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\map_field.cc.obj 2024-11-01T16:20:05.5138981Z [181/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\field_mask_utility.cc.obj 2024-11-01T16:20:05.5244125Z [182/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\reflection_ops.cc.obj 2024-11-01T16:20:05.5559791Z [183/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\default_value_objectwriter.cc.obj 2024-11-01T16:20:05.6502894Z [184/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\json_escaping.cc.obj 2024-11-01T16:20:05.7298573Z [185/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\unknown_field_set.cc.obj 2024-11-01T16:20:05.7551069Z [186/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\json_objectwriter.cc.obj 2024-11-01T16:20:05.7923256Z [187/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\delimited_message_util.cc.obj 2024-11-01T16:20:05.8124181Z [188/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\field_comparator.cc.obj 2024-11-01T16:20:05.8471915Z [189/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\field_mask_util.cc.obj 2024-11-01T16:20:05.8969968Z [190/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\type.pb.cc.obj 2024-11-01T16:20:05.9139907Z [191/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\datapiece.cc.obj 2024-11-01T16:20:06.0324892Z [192/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\protostream_objectsource.cc.obj 2024-11-01T16:20:06.0513457Z [193/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\object_writer.cc.obj 2024-11-01T16:20:06.1115118Z [194/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\protostream_objectwriter.cc.obj 2024-11-01T16:20:06.1665725Z [195/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\type_info.cc.obj 2024-11-01T16:20:06.2257210Z [196/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\proto_writer.cc.obj 2024-11-01T16:20:06.2664724Z [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:20:06.2933697Z [198/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\message_differencer.cc.obj 2024-11-01T16:20:06.3777209Z [199/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\json_util.cc.obj 2024-11-01T16:20:06.4108798Z [200/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u2.c.obj 2024-11-01T16:20:06.4213857Z [201/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\utility.cc.obj 2024-11-01T16:20:06.4344262Z [202/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u1.c.obj 2024-11-01T16:20:06.4686233Z [203/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\wire_format.cc.obj 2024-11-01T16:20:06.4938282Z [204/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u2.c.obj 2024-11-01T16:20:06.5169491Z [205/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\type_resolver_util.cc.obj 2024-11-01T16:20:06.5214671Z [206/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u1.c.obj 2024-11-01T16:20:06.5227401Z [207/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u8.c.obj 2024-11-01T16:20:06.5341578Z [208/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_generator.cc.obj 2024-11-01T16:20:06.5518625Z [209/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u4.c.obj 2024-11-01T16:20:06.5566527Z [210/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:20:06.5879747Z [211/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:20:06.6119465Z [212/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:20:06.6164037Z [213/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:20:06.6262519Z [214/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:20:06.6407369Z [215/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:20:06.6554196Z [216/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:20:06.6608552Z [217/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:20:06.6717663Z [218/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\time_util.cc.obj 2024-11-01T16:20:06.6775959Z [219/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u1.c.obj 2024-11-01T16:20:06.7080626Z [220/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:20:06.7290603Z [221/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:20:06.7409770Z [222/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:20:06.7451167Z [223/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:20:06.7502796Z [224/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u1.c.obj 2024-11-01T16:20:06.7555169Z [225/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:20:06.7611015Z [226/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:20:06.7623209Z [227/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:20:06.8276396Z [228/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u1.c.obj 2024-11-01T16:20:06.8289125Z [229/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:20:06.8330195Z [230/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:20:06.8392392Z [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:20:06.8439613Z [232/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:20:06.8499787Z [233/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:20:06.8554742Z [234/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:20:06.8979488Z [235/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u1.c.obj 2024-11-01T16:20:06.9266445Z [236/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:20:06.9277675Z [237/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:20:06.9439655Z [238/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:20:06.9542620Z [239/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:20:06.9589721Z [240/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:20:06.9672277Z [241/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:20:06.9752958Z [242/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:20:06.9819626Z [243/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:20:07.0264872Z [244/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:20:07.0452424Z [245/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:20:07.0585282Z [246/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:20:07.0632442Z [247/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:20:07.0718857Z [248/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:20:07.0837114Z [249/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:20:07.0969000Z [250/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:20:07.1167743Z [251/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:20:07.1391011Z [252/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:20:07.1510606Z [253/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:20:07.1685520Z [254/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:20:07.1772816Z [255/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:20:07.1783505Z [256/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u1.c.obj 2024-11-01T16:20:07.1833370Z [257/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:20:07.1958966Z [258/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u4.c.obj 2024-11-01T16:20:07.2277097Z [259/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:20:07.2342894Z [260/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u8.c.obj 2024-11-01T16:20:07.2760161Z [261/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u2.c.obj 2024-11-01T16:20:07.2822718Z [262/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:20:07.2834189Z [263/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:20:07.2845777Z [264/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:20:07.2981381Z [265/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:20:07.3027812Z [266/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:20:07.3225654Z [267/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:20:07.3402426Z [268/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:20:07.3728084Z [269/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u8.c.obj 2024-11-01T16:20:07.3838986Z [270/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u2.c.obj 2024-11-01T16:20:07.3913353Z [271/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:20:07.4005373Z [272/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:20:07.4054403Z [273/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u1.c.obj 2024-11-01T16:20:07.4305523Z [274/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u4.c.obj 2024-11-01T16:20:07.4368853Z [275/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:20:07.4702371Z [276/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:20:07.4716679Z [277/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:20:07.4980589Z [278/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u1.c.obj 2024-11-01T16:20:07.5214050Z [279/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:20:07.5228100Z [280/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:20:07.5239841Z [281/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u2.c.obj 2024-11-01T16:20:07.5373645Z [282/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:20:07.5420408Z [283/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u4.c.obj 2024-11-01T16:20:07.5879587Z [284/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:20:07.6041579Z [285/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:20:07.6213642Z [286/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:20:07.6293642Z [287/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u2.c.obj 2024-11-01T16:20:07.6401156Z [288/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:20:07.6588002Z [289/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:20:07.6833923Z [290/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:20:07.6930370Z [291/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:20:07.7251491Z [292/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u8.c.obj 2024-11-01T16:20:07.7262534Z [293/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u4.c.obj 2024-11-01T16:20:07.7340179Z [294/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:20:07.7470403Z [295/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u1.c.obj 2024-11-01T16:20:07.7688561Z [296/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u8.c.obj 2024-11-01T16:20:07.7745421Z [297/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u4.c.obj 2024-11-01T16:20:07.8234165Z [298/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u4.c.obj 2024-11-01T16:20:07.8291561Z [299/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u8.c.obj 2024-11-01T16:20:07.8395476Z [300/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u8.c.obj 2024-11-01T16:20:07.8641158Z [301/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u2.c.obj 2024-11-01T16:20:07.8713230Z [302/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u4.c.obj 2024-11-01T16:20:07.8724165Z [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:20:07.9111037Z [304/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:20:07.9385055Z [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:20:07.9486208Z [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:20:07.9501040Z [307/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:20:07.9614855Z [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:20:07.9627207Z [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:20:08.0189521Z [310/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u2.c.obj 2024-11-01T16:20:08.0200820Z [311/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:20:08.0257083Z [312/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u1.c.obj 2024-11-01T16:20:08.0329843Z [313/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u1.c.obj 2024-11-01T16:20:08.0530919Z [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:20:08.0543235Z [315/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:20:08.0591392Z [316/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:20:08.0972587Z [317/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:20:08.1211174Z [318/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u8.c.obj 2024-11-01T16:20:08.1355128Z [319/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:20:08.1490281Z [320/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:20:08.1501776Z [321/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:20:08.1546720Z [322/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:20:08.1595684Z [323/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:20:08.1981688Z [324/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u4.c.obj 2024-11-01T16:20:08.2037589Z [325/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:20:08.2111938Z [326/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:20:08.2442138Z [327/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u1.c.obj 2024-11-01T16:20:08.2504113Z [328/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:20:08.2552548Z [329/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u2.c.obj 2024-11-01T16:20:08.2950381Z [330/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:20:08.2972875Z [331/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u8.c.obj 2024-11-01T16:20:08.3050460Z [332/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:20:08.3099515Z [333/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:20:08.3282075Z [334/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u4.c.obj 2024-11-01T16:20:08.3444600Z [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:20:08.3526103Z [336/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:20:08.3929888Z [337/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u1.c.obj 2024-11-01T16:20:08.4014289Z [338/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:20:08.4025373Z [339/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u8.c.obj 2024-11-01T16:20:08.4178150Z [340/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:20:08.4423308Z [341/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u4.c.obj 2024-11-01T16:20:08.4438487Z [342/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:20:08.4557908Z [343/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:20:08.4862073Z [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:20:08.4906862Z [345/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u2.c.obj 2024-11-01T16:20:08.4957235Z [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:20:08.5011750Z [347/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:20:08.5428984Z [348/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u2.c.obj 2024-11-01T16:20:08.5577458Z [349/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:20:08.5677629Z [350/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:20:08.5726515Z [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:20:08.5782617Z [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:20:08.5826268Z [353/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u4.c.obj 2024-11-01T16:20:08.5908728Z [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:20:08.6019977Z [355/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u1.c.obj 2024-11-01T16:20:08.6441549Z [356/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u2.c.obj 2024-11-01T16:20:08.6702009Z [357/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u4.c.obj 2024-11-01T16:20:08.6744754Z [358/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u8.c.obj 2024-11-01T16:20:08.6757954Z [359/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u1.c.obj 2024-11-01T16:20:08.6815966Z [360/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u2.c.obj 2024-11-01T16:20:08.7019080Z [361/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u4.c.obj 2024-11-01T16:20:08.7326720Z [362/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:20:08.7444216Z [363/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:20:08.7456042Z [364/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u1.c.obj 2024-11-01T16:20:08.7665406Z [365/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:20:08.7713462Z [366/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:20:08.7797744Z [367/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:20:08.7812196Z [368/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:20:08.7894633Z [369/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u4.c.obj 2024-11-01T16:20:08.8273954Z [370/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:20:08.8470285Z [371/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u2.c.obj 2024-11-01T16:20:08.8539685Z [372/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u1.c.obj 2024-11-01T16:20:08.8755930Z [373/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:20:08.8805340Z [374/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:20:08.8818428Z [375/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:20:08.8866524Z [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:20:08.9187683Z [377/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:20:08.9422880Z [378/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u8.c.obj 2024-11-01T16:20:08.9469557Z [379/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:20:08.9585202Z [380/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:20:08.9781262Z [381/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:20:08.9833602Z [382/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u2.c.obj 2024-11-01T16:20:08.9882860Z [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:20:09.0121342Z [384/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-scalar-u1.c.obj 2024-11-01T16:20:09.0437640Z [385/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u8.c.obj 2024-11-01T16:20:09.0551896Z [386/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:20:09.0627655Z [387/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-scalar-u4.c.obj 2024-11-01T16:20:09.0674755Z [388/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-scalar-u2.c.obj 2024-11-01T16:20:09.0686439Z [389/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u4.c.obj 2024-11-01T16:20:09.0768463Z [390/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u8.c.obj 2024-11-01T16:20:09.0813110Z [391/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcopysign\gen\f32-vcopysign-scalar.c.obj 2024-11-01T16:20:09.0861980Z [392/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u2.c.obj 2024-11-01T16:20:09.0944948Z [393/7391] Building RC object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\version.rc.res 2024-11-01T16:20:09.0948736Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2024-11-01T16:20:09.0949810Z 2024-11-01T16:20:09.0950271Z Copyright (C) Microsoft Corporation. All rights reserved. 2024-11-01T16:20:09.0951086Z 2024-11-01T16:20:09.0951095Z 2024-11-01T16:20:09.1412169Z [394/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcopysign\gen\f32-vcopysignc-scalar.c.obj 2024-11-01T16:20:09.1461337Z [395/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u1.c.obj 2024-11-01T16:20:09.1473566Z [396/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u4.c.obj 2024-11-01T16:20:09.1669391Z [397/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcopysign\gen\f32-vrcopysignc-scalar.c.obj 2024-11-01T16:20:09.4360685Z [398/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\wrappers.pb.cc.obj 2024-11-01T16:20:09.4462321Z [399/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\code_generator.cc.obj 2024-11-01T16:20:09.4621689Z [400/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_field.cc.obj 2024-11-01T16:20:09.4892253Z [401/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_extension.cc.obj 2024-11-01T16:20:09.4961722Z [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:20:09.5389952Z [403/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_file.cc.obj 2024-11-01T16:20:09.5906915Z [404/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_enum.cc.obj 2024-11-01T16:20:09.6769708Z [405/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\command_line_interface.cc.obj 2024-11-01T16:20:09.7163935Z [406/7391] Linking CXX static library lib\libprotobuf.lib 2024-11-01T16:20:09.7834154Z [407/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_map_field.cc.obj 2024-11-01T16:20:09.8281607Z [408/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_generator.cc.obj 2024-11-01T16:20:09.8350901Z [409/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_message_field.cc.obj 2024-11-01T16:20:09.8768758Z [410/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_doc_comment.cc.obj 2024-11-01T16:20:09.8877573Z [411/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_message.cc.obj 2024-11-01T16:20:09.9546549Z [412/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_helpers.cc.obj 2024-11-01T16:20:10.0289292Z [413/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_service.cc.obj 2024-11-01T16:20:10.0673963Z [414/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_enum.cc.obj 2024-11-01T16:20:10.1283224Z [415/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_primitive_field.cc.obj 2024-11-01T16:20:10.1786964Z [416/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_padding_optimizer.cc.obj 2024-11-01T16:20:10.2113326Z [417/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_string_field.cc.obj 2024-11-01T16:20:10.2394407Z [418/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_enum_field.cc.obj 2024-11-01T16:20:10.2609601Z [419/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_field_base.cc.obj 2024-11-01T16:20:10.3093099Z [420/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_map_field.cc.obj 2024-11-01T16:20:10.3979811Z [421/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_helpers.cc.obj 2024-11-01T16:20:10.4234077Z [422/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_message_field.cc.obj 2024-11-01T16:20:10.5035946Z [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:20:10.5318497Z [424/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_message.cc.obj 2024-11-01T16:20:10.5584853Z [425/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:20:10.5967027Z [426/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:20:10.6515282Z [427/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:20:10.7299389Z [428/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:20:10.7366632Z [429/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_doc_comment.cc.obj 2024-11-01T16:20:10.7547924Z [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:20:10.7834032Z [431/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_context.cc.obj 2024-11-01T16:20:10.8843590Z [432/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:20:10.9003579Z [433/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_wrapper_field.cc.obj 2024-11-01T16:20:10.9662955Z [434/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum.cc.obj 2024-11-01T16:20:10.9968327Z [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:20:11.0988187Z [436/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum_lite.cc.obj 2024-11-01T16:20:11.1337362Z [437/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_file.cc.obj 2024-11-01T16:20:11.1413298Z [438/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_extension.cc.obj 2024-11-01T16:20:11.1529700Z [439/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_field.cc.obj 2024-11-01T16:20:11.2338144Z [440/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_extension_lite.cc.obj 2024-11-01T16:20:11.2427099Z [441/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_generator_factory.cc.obj 2024-11-01T16:20:11.3179025Z [442/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_generator.cc.obj 2024-11-01T16:20:11.3645696Z [443/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_helpers.cc.obj 2024-11-01T16:20:11.4505671Z [444/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_extension.cc.obj 2024-11-01T16:20:11.4937987Z [445/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_field.cc.obj 2024-11-01T16:20:11.4955160Z [446/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_generator.cc.obj 2024-11-01T16:20:11.5248911Z [447/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_file.cc.obj 2024-11-01T16:20:11.6058728Z [448/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:20:11.6550173Z [449/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_helpers.cc.obj 2024-11-01T16:20:11.7403005Z [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:20:11.7499195Z [451/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message.cc.obj 2024-11-01T16:20:11.8560410Z [452/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_builder.cc.obj 2024-11-01T16:20:11.8622171Z [453/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:20:11.8732685Z [454/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_lite.cc.obj 2024-11-01T16:20:11.8889322Z [455/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:20:11.9460360Z [456/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_field.cc.obj 2024-11-01T16:20:12.0306806Z [457/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_primitive_field.cc.obj 2024-11-01T16:20:12.0913575Z [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:20:12.1179415Z [459/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:20:12.1866673Z [460/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:20:12.2227586Z [461/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:20:12.2320350Z [462/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_string_field.cc.obj 2024-11-01T16:20:12.2336991Z [463/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:20:12.2358002Z [464/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_service.cc.obj 2024-11-01T16:20:12.3803469Z [465/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\js\js_generator.cc.obj 2024-11-01T16:20:12.4137618Z [466/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_enum_field.cc.obj 2024-11-01T16:20:12.4343987Z [467/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_enum.cc.obj 2024-11-01T16:20:12.5705555Z [468/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_primitive_field.cc.obj 2024-11-01T16:20:12.5804599Z [469/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_message_field.cc.obj 2024-11-01T16:20:12.6037307Z [470/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_map_field.cc.obj 2024-11-01T16:20:12.6114567Z [471/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_oneof.cc.obj 2024-11-01T16:20:12.6197443Z [472/7391] Building RC object third_party\protobuf\cmake\CMakeFiles\protoc.dir\version.rc.res 2024-11-01T16:20:12.6198979Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2024-11-01T16:20:12.6199724Z 2024-11-01T16:20:12.6200117Z Copyright (C) Microsoft Corporation. All rights reserved. 2024-11-01T16:20:12.6200766Z 2024-11-01T16:20:12.6200773Z 2024-11-01T16:20:12.6277968Z [473/7391] Building RC object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\version.rc.res 2024-11-01T16:20:12.6279508Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2024-11-01T16:20:12.6280332Z 2024-11-01T16:20:12.6280745Z Copyright (C) Microsoft Corporation. All rights reserved. 2024-11-01T16:20:12.6281494Z 2024-11-01T16:20:12.6281503Z 2024-11-01T16:20:12.6372131Z [474/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_message.cc.obj 2024-11-01T16:20:12.7683281Z [475/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\plugin.pb.cc.obj 2024-11-01T16:20:12.7870047Z [476/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\ruby\ruby_generator.cc.obj 2024-11-01T16:20:12.8443839Z [477/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\subprocess.cc.obj 2024-11-01T16:20:12.8776033Z [478/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\zip_writer.cc.obj 2024-11-01T16:20:12.9358986Z [479/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\python\python_generator.cc.obj 2024-11-01T16:20:12.9422820Z [480/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\protoc.dir\__\src\google\protobuf\compiler\main.cc.obj 2024-11-01T16:20:12.9481588Z [481/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\plugin.cc.obj 2024-11-01T16:20:12.9706009Z [482/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\php\php_generator.cc.obj 2024-11-01T16:20:12.9785881Z [483/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-bfly4\cs16-bfly4-samples4-scalar.c.obj 2024-11-01T16:20:12.9832590Z [484/7391] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\legacy-api.c.obj 2024-11-01T16:20:13.0275011Z [485/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-bfly4\cs16-bfly4-samples1-scalar.c.obj 2024-11-01T16:20:13.0780128Z [486/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\init.c.obj 2024-11-01T16:20:13.2094166Z [487/7391] Linking CXX static library lib\libprotoc.lib 2024-11-01T16:20:13.2832632Z [488/7391] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\portable-api.c.obj 2024-11-01T16:20:13.2834137Z 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:20:13.3039447Z [489/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\api.c.obj 2024-11-01T16:20:13.3090986Z [490/7391] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\memory.c.obj 2024-11-01T16:20:13.3092779Z 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:20:13.3292449Z [491/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\cache.c.obj 2024-11-01T16:20:13.3694996Z [492/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\vendor.c.obj 2024-11-01T16:20:13.3960687Z [493/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\log.c.obj 2024-11-01T16:20:13.4058971Z [494/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\topology.c.obj 2024-11-01T16:20:13.4069311Z [495/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\info.c.obj 2024-11-01T16:20:13.4282648Z [496/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\uarch.c.obj 2024-11-01T16:20:13.4881770Z [497/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\name.c.obj 2024-11-01T16:20:13.4893414Z [498/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\isa.c.obj 2024-11-01T16:20:13.4986836Z [499/7391] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\fastpath.c.obj 2024-11-01T16:20:13.4989213Z 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:20:13.5070750Z [500/7391] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\windows.c.obj 2024-11-01T16:20:13.5073247Z 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:20:13.5232585Z [501/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\cache\deterministic.c.obj 2024-11-01T16:20:13.5387964Z [502/7391] Linking C static library lib\pthreadpool.lib 2024-11-01T16:20:13.5531713Z [503/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\cache\descriptor.c.obj 2024-11-01T16:20:13.5904934Z [504/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\init.c.obj 2024-11-01T16:20:13.6166378Z [505/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\cache\init.c.obj 2024-11-01T16:20:13.6842076Z [506/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\name.c.obj 2024-11-01T16:20:13.6903410Z [507/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\vendor.c.obj 2024-11-01T16:20:13.6938247Z [508/7391] Linking CXX executable bin\protoc.exe 2024-11-01T16:20:13.7523550Z [509/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\windows\init.c.obj 2024-11-01T16:20:13.8022956Z [510/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\info.c.obj 2024-11-01T16:20:13.8033439Z [511/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\uarch.c.obj 2024-11-01T16:20:13.8042726Z [512/7391] Linking C static library lib\cpuinfo.lib 2024-11-01T16:20:13.8171696Z [513/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\topology.c.obj 2024-11-01T16:20:13.8407272Z [514/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\init.c.obj 2024-11-01T16:20:13.8471599Z [515/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\api.c.obj 2024-11-01T16:20:13.8759471Z [516/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\cache\descriptor.c.obj 2024-11-01T16:20:13.8823328Z [517/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\isa.c.obj 2024-11-01T16:20:13.8839806Z [518/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\log.c.obj 2024-11-01T16:20:13.8857124Z [519/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\cache.c.obj 2024-11-01T16:20:13.8906252Z [520/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\init.c.obj 2024-11-01T16:20:13.8954932Z [521/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\cache\init.c.obj 2024-11-01T16:20:13.9239591Z [522/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\cache\deterministic.c.obj 2024-11-01T16:20:13.9750538Z [523/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-bfly4\gen\cs16-bfly4-scalar-x4.c.obj 2024-11-01T16:20:13.9812833Z [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:20:13.9857171Z [525/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-fftr\gen\cs16-fftr-scalar-x2.c.obj 2024-11-01T16:20:13.9924209Z [526/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-fftr\gen\cs16-fftr-scalar-x1.c.obj 2024-11-01T16:20:13.9939263Z [527/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-bfly4\gen\cs16-bfly4-scalar-x1.c.obj 2024-11-01T16:20:14.0034403Z [528/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-vsquareabs\gen\cs16-vsquareabs-scalar-x3.c.obj 2024-11-01T16:20:14.0142503Z [529/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-vsquareabs\gen\cs16-vsquareabs-scalar-x1.c.obj 2024-11-01T16:20:14.0730121Z [530/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-vsquareabs\gen\cs16-vsquareabs-scalar-x2.c.obj 2024-11-01T16:20:14.0798176Z [531/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-fftr\gen\cs16-fftr-scalar-x4.c.obj 2024-11-01T16:20:14.0856422Z [532/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-vsquareabs\gen\cs16-vsquareabs-scalar-x4.c.obj 2024-11-01T16:20:14.0928627Z [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:20:14.0939841Z [534/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:20:14.0993736Z [535/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:20:14.1014136Z [536/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:20:14.1691312Z [537/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:20:14.1837167Z [538/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\windows\init.c.obj 2024-11-01T16:20:14.1886214Z [539/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:20:14.1978658Z [540/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:20:14.2025940Z [541/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:20:14.2130053Z [542/7391] Linking C static library lib\cpuinfo_internals.lib 2024-11-01T16:20:14.2528234Z [543/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:20:14.2604886Z [544/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:20:14.2689639Z [545/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:20:14.2901420Z [546/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:20:14.2913299Z [547/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:20:14.2978979Z [548/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:20:14.3213611Z [549/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u1.c.obj 2024-11-01T16:20:14.3305949Z [550/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:20:14.3393510Z [551/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:20:14.3476198Z [552/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:20:14.3861198Z [553/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:20:14.3905087Z [554/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:20:14.4124486Z [555/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:20:14.4138705Z [556/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:20:14.4244565Z [557/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:20:14.4373116Z [558/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:20:14.4420266Z [559/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u1.c.obj 2024-11-01T16:20:14.4482389Z [560/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:20:14.4757490Z [561/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u1.c.obj 2024-11-01T16:20:14.4959915Z [562/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-argmaxpool\f32-argmaxpool-9p8x-scalar-c1.c.obj 2024-11-01T16:20:14.5031809Z [563/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:20:14.5140805Z [564/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-argmaxpool\f32-argmaxpool-4x-scalar-c1.c.obj 2024-11-01T16:20:14.5540806Z [565/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:20:14.5706925Z [566/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:20:14.5813021Z [567/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-argmaxpool\f32-argmaxpool-9x-scalar-c1.c.obj 2024-11-01T16:20:14.5857496Z [568/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:20:14.6006431Z [569/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:20:14.6103698Z [570/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:20:14.6117856Z [571/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:20:14.6267920Z [572/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:20:14.6620434Z [573/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:20:14.6824631Z [574/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:20:14.6890583Z [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:20:14.7024733Z [576/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-scalar.c.obj 2024-11-01T16:20:14.7240767Z [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:20:14.7412107Z [578/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-scalar.c.obj 2024-11-01T16:20:14.7456571Z [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:20:14.7517620Z [580/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:20:14.7648159Z [581/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:20:14.7854353Z [582/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:20:14.7931956Z [583/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-scalar.c.obj 2024-11-01T16:20:14.8484768Z [584/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:20:14.8531080Z [585/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:20:14.8542338Z [586/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:20:14.8621342Z [587/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-scalar.c.obj 2024-11-01T16:20:14.8842948Z [588/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3f3m3l1c1s1r-scalar.c.obj 2024-11-01T16:20:14.8978262Z [589/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:20:14.8991688Z [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:20:14.9045694Z [591/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:20:14.9654017Z [592/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:20:14.9749478Z [593/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:20:14.9812820Z [594/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:20:15.0031898Z [595/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:20:15.0076217Z [596/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-scalar.c.obj 2024-11-01T16:20:15.0245519Z [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:20:15.0259521Z [598/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:20:15.0603040Z [599/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:20:15.0808101Z [600/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:20:15.0888171Z [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:20:15.1199818Z [602/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:20:15.1211984Z [603/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:20:15.1263706Z [604/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-scalar.c.obj 2024-11-01T16:20:15.1276423Z [605/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:20:15.1357187Z [606/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-scalar.c.obj 2024-11-01T16:20:15.1799626Z [607/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:20:15.1903824Z [608/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:20:15.2100810Z [609/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:20:15.2420549Z [610/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:20:15.2548857Z [611/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:20:15.2631041Z [612/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-scalar.c.obj 2024-11-01T16:20:15.2748489Z [613/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:20:15.2850699Z [614/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:20:15.2931379Z [615/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:20:15.3044901Z [616/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:20:15.3269364Z [617/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:20:15.3610189Z [618/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:20:15.3796635Z [619/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:20:15.3861731Z [620/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-scalar.c.obj 2024-11-01T16:20:15.4001299Z [621/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:20:15.4053108Z [622/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:20:15.4101505Z [623/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-scalar.c.obj 2024-11-01T16:20:15.4297690Z [624/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:20:15.4475634Z [625/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:20:15.4729843Z [626/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:20:15.4876889Z [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:20:15.5124735Z [628/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:20:15.5319582Z [629/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:20:15.5476426Z [630/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:20:15.5572010Z [631/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:20:15.5751821Z [632/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:20:15.5796829Z [633/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:20:15.6096815Z [634/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:20:15.6352800Z [635/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:20:15.6476357Z [636/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:20:15.6704645Z [637/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:20:15.6832953Z [638/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:20:15.6882826Z [639/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:20:15.7371531Z [640/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:20:15.9180067Z [641/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:20:20.2797532Z [642/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:20:20.3037628Z [643/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:20:20.3081189Z [644/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:20:20.3295186Z [645/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:20:20.3472813Z [646/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:20:20.3484338Z [647/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:20:20.3701780Z [648/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:20:20.3772783Z [649/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:20:20.4313773Z [650/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:20:20.4545684Z [651/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:20:20.4610807Z [652/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:20:20.4747744Z [653/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:20:20.4797755Z [654/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:20:20.4856382Z [655/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:20:20.4907033Z [656/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:20:20.5115192Z [657/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:20:20.5718153Z [658/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:20:20.5908536Z [659/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:20:20.5999182Z [660/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:20:20.6082494Z [661/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:20:20.6175643Z [662/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:20:20.6256632Z [663/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:20:20.6669730Z [664/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:20:20.6807535Z [665/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:20:20.6862482Z [666/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:20:20.6906827Z [667/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:20:20.7018208Z [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:20:20.7077232Z [669/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:20:20.7374133Z [670/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:20:20.7637256Z [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:20:20.7812650Z [672/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:20:20.7885207Z [673/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:20:20.7938387Z [674/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:20:20.7992548Z [675/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:20:20.8052033Z [676/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:20:20.8325884Z [677/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:20:20.8338047Z [678/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:20:20.8677894Z [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:20:20.8815369Z [680/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:20:20.8952595Z [681/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vgelu\gen\f32-vgelu-scalar.c.obj 2024-11-01T16:20:20.9154117Z [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:20:20.9215852Z [683/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-scalar-u2.c.obj 2024-11-01T16:20:20.9260269Z [684/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:20:20.9303768Z [685/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-scalar-u1.c.obj 2024-11-01T16:20:20.9315449Z [686/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:20:20.9611439Z [687/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlog\gen\f32-vlog-scalar-log.c.obj 2024-11-01T16:20:20.9880723Z [688/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-scalar-u4.c.obj 2024-11-01T16:20:20.9957562Z [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:20:21.0056661Z [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:20:21.0163463Z [691/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:20:21.0280369Z [692/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:20:21.0481535Z [693/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-scalar-u2.c.obj 2024-11-01T16:20:21.0528269Z [694/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-scalar-u4.c.obj 2024-11-01T16:20:21.0541669Z [695/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:20:21.0847168Z [696/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u4.c.obj 2024-11-01T16:20:21.1164846Z [697/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u2.c.obj 2024-11-01T16:20:21.1216104Z [698/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:20:21.1264946Z [699/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u8.c.obj 2024-11-01T16:20:21.1285348Z [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:20:21.1470955Z [701/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:20:21.1543076Z [702/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:20:21.1778144Z [703/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:20:21.1826038Z [704/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:20:21.2113378Z [705/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:20:21.2327590Z [706/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:20:21.2339211Z [707/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:20:21.2443650Z [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:20:21.2487838Z [709/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:20:21.2572898Z [710/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:20:21.2971908Z [711/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:20:21.3115139Z [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:20:21.3229547Z [713/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:20:21.3267979Z [714/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:20:21.3338842Z [715/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:20:21.3427531Z [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:20:21.3478820Z [717/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:20:21.3934284Z [718/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:20:21.4222919Z [719/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:20:21.4237691Z [720/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:20:21.4282864Z [721/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:20:21.4453897Z [722/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:20:21.4499791Z [723/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:20:21.4632164Z [724/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:20:21.4717316Z [725/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:20:21.4835882Z [726/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:20:21.5121228Z [727/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:20:21.5201888Z [728/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:20:21.5287669Z [729/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:20:21.5499595Z [730/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:20:21.5544332Z [731/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:20:21.5642954Z [732/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:20:21.5724606Z [733/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:20:21.5750120Z [734/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vsqr-scalar.c.obj 2024-11-01T16:20:21.6146464Z [735/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vneg-scalar.c.obj 2024-11-01T16:20:21.6387666Z [736/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\i16-vlshift\gen\i16-vlshift-scalar-u4.c.obj 2024-11-01T16:20:21.6447251Z [737/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\i16-vlshift\gen\i16-vlshift-scalar-u1.c.obj 2024-11-01T16:20:21.6505865Z [738/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vabs-scalar.c.obj 2024-11-01T16:20:21.6553805Z [739/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\i16-vlshift\gen\i16-vlshift-scalar-u3.c.obj 2024-11-01T16:20:21.6685249Z [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:20:21.6825945Z [741/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:20:21.6978363Z [742/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\i16-vlshift\gen\i16-vlshift-scalar-u2.c.obj 2024-11-01T16:20:21.7535624Z [743/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:20:21.7711589Z [744/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:20:21.7733896Z [745/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:20:21.7825261Z [746/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:20:21.7836901Z [747/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:20:21.8059708Z [748/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:20:21.8072134Z [749/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:20:21.8130431Z [750/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:20:21.8754853Z [751/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:20:21.8947518Z [752/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:20:21.9066584Z [753/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:20:21.9139666Z [754/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:20:21.9224101Z [755/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:20:21.9284862Z [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:20:21.9332315Z [757/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:20:21.9387843Z [758/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:20:22.0030406Z [759/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:20:22.0374264Z [760/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:20:22.0417819Z [761/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:20:22.0490164Z [762/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:20:22.0556553Z [763/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:20:22.0652305Z [764/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:20:22.0674494Z [765/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:20:22.0690970Z [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:20:22.1127039Z [767/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:20:22.1602303Z [768/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:20:22.1719042Z [769/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:20:22.1876791Z [770/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:20:22.1922508Z [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:20:22.2039592Z [772/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:20:22.2053079Z [773/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:20:22.2529471Z [774/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:20:22.2644991Z [775/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:20:22.2945593Z [776/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:20:22.2996009Z [777/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:20:22.3133108Z [778/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:20:22.3144853Z [779/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:20:22.3376854Z [780/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:20:22.3586118Z [781/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:20:22.3601647Z [782/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:20:22.3659575Z [783/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:20:22.4088903Z [784/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:20:22.4149556Z [785/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:20:22.4252273Z [786/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:20:22.4416712Z [787/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:20:22.4667522Z [788/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:20:22.4783116Z [789/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:20:22.4831504Z [790/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:20:22.4972390Z [791/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:20:22.5173992Z [792/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:20:22.5329697Z [793/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:20:22.5413825Z [794/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:20:22.5674513Z [795/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:20:22.5760684Z [796/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:20:22.5848387Z [797/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:20:22.6094972Z [798/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:20:22.6270448Z [799/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:20:22.6499731Z [800/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:20:22.6547470Z [801/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:20:22.6597649Z [802/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:20:22.6896857Z [803/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:20:22.6964576Z [804/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:20:22.7103105Z [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:20:22.7164240Z [806/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:20:22.7432445Z [807/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:20:22.7700679Z [808/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:20:22.7889256Z [809/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:20:22.7978520Z [810/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:20:22.8090646Z [811/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:20:22.8210419Z [812/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:20:22.8225120Z [813/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:20:22.8273225Z [814/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:20:22.8737689Z [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:20:22.8827762Z [816/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:20:22.9064387Z [817/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:20:22.9268020Z [818/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:20:22.9279936Z [819/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:20:22.9532224Z [820/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:20:22.9681257Z [821/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:20:22.9985999Z [822/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:20:23.0089282Z [823/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:20:23.0183159Z [824/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:20:23.0242348Z [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:20:23.0378217Z [826/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:20:23.0508837Z [827/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:20:23.0653125Z [828/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:20:23.0705090Z [829/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:20:23.0858441Z [830/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:20:23.0907253Z [831/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:20:23.1067562Z [832/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:20:23.1187588Z [833/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:20:23.1357680Z [834/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:20:23.1563025Z [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:20:23.1717217Z [836/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:20:23.1827212Z [837/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:20:23.1878300Z [838/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:20:23.1986179Z [839/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:20:23.2038958Z [840/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:20:23.2054446Z [841/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:20:23.2185162Z [842/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:20:23.2614035Z [843/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:20:23.2667870Z [844/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:20:23.2851326Z [845/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:20:23.2898358Z [846/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:20:23.3154344Z [847/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:20:23.3241549Z [848/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:20:23.3527636Z [849/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:20:23.3687809Z [850/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:20:23.3762738Z [851/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:20:23.3773414Z [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:20:23.4005089Z [853/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:20:23.4466075Z [854/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:20:23.4521060Z [855/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:20:23.4533236Z [856/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:20:23.4900692Z [857/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:20:23.4950499Z [858/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:20:23.5004997Z [859/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:20:23.5115989Z [860/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:20:23.5602623Z [861/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:20:23.5676006Z [862/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:20:23.5726538Z [863/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:20:23.6087766Z [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:20:23.6132923Z [865/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:20:23.6222627Z [866/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-scalar-u4.c.obj 2024-11-01T16:20:23.6273369Z [867/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-scalar-u2.c.obj 2024-11-01T16:20:23.6446458Z [868/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-scalar-u2.c.obj 2024-11-01T16:20:23.6542504Z [869/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-scalar-u4.c.obj 2024-11-01T16:20:23.6753096Z [870/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-scalar-u1.c.obj 2024-11-01T16:20:23.6773021Z [871/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:20:23.7357591Z [872/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:20:23.7471696Z [873/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:20:23.7554287Z [874/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:20:23.7599859Z [875/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:20:23.7792340Z [876/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:20:23.7887271Z [877/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:20:23.7954843Z [878/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:20:23.8166263Z [879/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:20:23.8536963Z [880/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:20:23.8684126Z [881/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:20:23.8992195Z [882/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:20:23.9004990Z [883/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:20:23.9124398Z [884/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:20:23.9138114Z [885/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:20:23.9185093Z [886/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:20:23.9555831Z [887/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:20:23.9648622Z [888/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:20:23.9719538Z [889/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:20:24.0102057Z [890/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:20:24.0176753Z [891/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:20:24.0287818Z [892/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:20:24.0526031Z [893/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:20:24.0542005Z [894/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:20:24.0686020Z [895/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:20:24.1020852Z [896/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:20:24.1122720Z [897/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:20:24.1335557Z [898/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:20:24.1348084Z [899/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:20:24.1404497Z [900/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:20:24.1767128Z [901/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:20:24.1780357Z [902/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:20:24.1995421Z [903/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:20:24.2163655Z [904/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:20:24.2326673Z [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:20:24.2687436Z [906/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:20:24.2890884Z [907/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:20:24.2903207Z [908/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:20:24.3102569Z [909/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:20:24.3168647Z [910/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:20:24.3575643Z [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:20:24.3623019Z [912/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:20:24.3758955Z [913/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:20:24.3866775Z [914/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:20:24.3972557Z [915/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:20:24.4050671Z [916/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:20:24.4551733Z [917/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:20:24.4773012Z [918/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:20:24.4831827Z [919/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:20:24.4939656Z [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:20:24.4952412Z [921/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:20:24.5109978Z [922/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:20:24.5323545Z [923/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:20:24.5878842Z [924/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:20:24.6046570Z [925/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:20:24.6091687Z [926/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:20:24.6156663Z [927/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:20:24.6209804Z [928/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:20:24.6222038Z [929/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:20:24.6342783Z [930/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:20:24.6357036Z [931/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:20:24.7233973Z [932/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:20:24.7321141Z [933/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:20:24.7385902Z [934/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:20:24.7441615Z [935/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:20:24.7487473Z [936/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:20:24.7566862Z [937/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:20:24.7675962Z [938/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:20:24.8157399Z [939/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:20:24.8515768Z [940/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:20:24.8715255Z [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:20:24.8835488Z [942/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:20:24.8849691Z [943/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:20:24.9028301Z [944/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:20:24.9217012Z [945/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:20:24.9269219Z [946/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:20:24.9498330Z [947/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-fp32-scalar-lrintf.c.obj 2024-11-01T16:20:24.9543783Z [948/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:20:24.9709762Z [949/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-fp32-scalar-fmagic.c.obj 2024-11-01T16:20:25.0077945Z [950/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:20:25.0090014Z [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:20:25.0102938Z [952/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:20:25.0272880Z [953/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndna-scalar-signed64.c.obj 2024-11-01T16:20:25.0534196Z [954/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-gemmlowp-scalar.c.obj 2024-11-01T16:20:25.0690599Z [955/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-scalar-u2.c.obj 2024-11-01T16:20:25.0740356Z [956/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndna-scalar-unsigned64.c.obj 2024-11-01T16:20:25.0841117Z [957/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndnu-scalar.c.obj 2024-11-01T16:20:25.0915268Z [958/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-scalar-u4.c.obj 2024-11-01T16:20:25.1053624Z [959/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:20:25.1154989Z [960/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:20:25.1420950Z [961/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-scalar-u1.c.obj 2024-11-01T16:20:25.1517816Z [962/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:20:25.1617042Z [963/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:20:25.1691769Z [964/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-scalar-u1.c.obj 2024-11-01T16:20:25.1757904Z [965/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:20:25.1815801Z [966/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:20:25.2139573Z [967/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:20:25.2151308Z [968/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:20:25.2306452Z [969/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:20:25.2476029Z [970/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:20:25.2704310Z [971/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:20:25.2895678Z [972/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:20:25.2941666Z [973/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:20:25.2987258Z [974/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:20:25.3072183Z [975/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:20:25.3083653Z [976/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:20:25.3258379Z [977/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:20:25.3561008Z [978/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:20:25.3914291Z [979/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:20:25.3926392Z [980/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:20:25.4078424Z [981/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:20:25.4484427Z [982/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:20:25.4495753Z [983/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:20:25.4545997Z [984/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:20:25.4666229Z [985/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:20:25.4843087Z [986/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:20:25.4937670Z [987/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:20:25.5003668Z [988/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:20:25.5165571Z [989/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:20:25.5616214Z [990/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:20:25.5711593Z [991/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:20:25.5762886Z [992/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:20:25.6028270Z [993/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:20:25.6094453Z [994/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:20:25.6190234Z [995/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:20:25.6342701Z [996/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:20:25.6441373Z [997/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:20:25.6658694Z [998/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:20:25.6862493Z [999/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:20:25.7023561Z [1000/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:20:25.7226136Z [1001/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:20:25.7275115Z [1002/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:20:25.7418683Z [1003/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:20:25.7505316Z [1004/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:20:25.7559248Z [1005/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:20:25.7775007Z [1006/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:20:25.7907941Z [1007/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:20:25.8122097Z [1008/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:20:25.8306965Z [1009/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:20:25.8682127Z [1010/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:20:25.8694063Z [1011/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:20:25.8944507Z [1012/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:20:25.9036048Z [1013/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:20:25.9101777Z [1014/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:20:25.9528831Z [1015/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:20:25.9648071Z [1016/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:20:25.9855794Z [1017/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:20:25.9928325Z [1018/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:20:25.9977654Z [1019/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:20:25.9992205Z [1020/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:20:26.0042945Z [1021/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:20:26.0253221Z [1022/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:20:26.0629486Z [1023/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:20:26.0771477Z [1024/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:20:26.0995579Z [1025/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:20:26.1117137Z [1026/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:20:26.1164325Z [1027/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:20:26.1276118Z [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:20:26.1295385Z [1029/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:20:26.1589552Z [1030/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:20:26.1712961Z [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:20:26.2005256Z [1032/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:20:26.2019177Z [1033/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:20:26.2155677Z [1034/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:20:26.2169828Z [1035/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:20:26.2227593Z [1036/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:20:26.2292240Z [1037/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:20:26.2462729Z [1038/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:20:26.2601108Z [1039/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:20:26.3068855Z [1040/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:20:26.3080871Z [1041/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:20:26.3124472Z [1042/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:20:26.3196943Z [1043/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:20:26.3321355Z [1044/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:20:26.3427720Z [1045/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:20:26.3529177Z [1046/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:20:26.3680898Z [1047/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:20:26.3978176Z [1048/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:20:26.4057195Z [1049/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:20:26.4072560Z [1050/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:20:26.4188049Z [1051/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:20:26.4621387Z [1052/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:20:26.4726788Z [1053/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:20:26.4806546Z [1054/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:20:26.4871171Z [1055/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:20:26.4927785Z [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:20:26.5209366Z [1057/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:20:26.5319128Z [1058/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:20:26.5372969Z [1059/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:20:26.5937377Z [1060/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:20:26.5949617Z [1061/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:20:26.6142554Z [1062/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:20:26.6252313Z [1063/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:20:26.6330054Z [1064/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:20:26.6490825Z [1065/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:20:26.6539611Z [1066/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:20:26.7056278Z [1067/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:20:26.7253338Z [1068/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:20:26.7391828Z [1069/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:20:26.7438571Z [1070/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:20:26.7621333Z [1071/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:20:26.7673156Z [1072/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:20:26.7992817Z [1073/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:20:26.8006358Z [1074/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:20:26.8174409Z [1075/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:20:26.8408101Z [1076/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:20:26.8695739Z [1077/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:20:26.8707935Z [1078/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:20:26.8926509Z [1079/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:20:26.9110975Z [1080/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:20:26.9162198Z [1081/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:20:26.9336059Z [1082/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:20:26.9390680Z [1083/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:20:26.9604444Z [1084/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:20:27.0072706Z [1085/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:20:27.0154292Z [1086/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:20:27.0174508Z [1087/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:20:27.0379089Z [1088/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:20:27.0431008Z [1089/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:20:27.0568395Z [1090/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:20:27.0621453Z [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:20:27.1253851Z [1092/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:20:27.1367484Z [1093/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:20:27.1489237Z [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:20:27.1554570Z [1095/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:20:27.1721387Z [1096/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:20:27.1770341Z [1097/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:20:27.1783603Z [1098/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:20:27.1860342Z [1099/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:20:27.2540727Z [1100/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:20:27.2769715Z [1101/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:20:27.2888520Z [1102/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:20:27.2935053Z [1103/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:20:27.2980330Z [1104/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:20:27.3040558Z [1105/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:20:27.3094218Z [1106/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:20:27.3105728Z [1107/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:20:27.3690373Z [1108/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:20:27.4141634Z [1109/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:20:27.4152514Z [1110/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:20:27.4317533Z [1111/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:20:27.4369384Z [1112/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:20:27.4558076Z [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:20:27.4642012Z [1114/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-fp32-scalar-fmagic.c.obj 2024-11-01T16:20:27.4792602Z [1115/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:20:27.4954232Z [1116/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-fp32-scalar-lrintf.c.obj 2024-11-01T16:20:27.5184315Z [1117/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-rndna-scalar-unsigned64.c.obj 2024-11-01T16:20:27.5235862Z [1118/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:20:27.5251541Z [1119/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:20:27.5493879Z [1120/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:20:27.5611362Z [1121/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-rndna-scalar-unsigned32.c.obj 2024-11-01T16:20:27.5687281Z [1122/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-rndna-scalar-signed64.c.obj 2024-11-01T16:20:27.5776332Z [1123/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:20:27.5932389Z [1124/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-gemmlowp-scalar.c.obj 2024-11-01T16:20:27.6078863Z [1125/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:20:27.6175584Z [1126/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-scalar-u1.c.obj 2024-11-01T16:20:27.6392540Z [1127/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:20:27.6492928Z [1128/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:20:27.6560992Z [1129/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:20:27.6654106Z [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:20:27.6798925Z [1131/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-scalar-u1.c.obj 2024-11-01T16:20:27.6866418Z [1132/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-scalar-u4.c.obj 2024-11-01T16:20:27.6959043Z [1133/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-scalar-u2.c.obj 2024-11-01T16:20:27.7050180Z [1134/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-scalar-u4.c.obj 2024-11-01T16:20:27.7475766Z [1135/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:20:27.7487954Z [1136/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-scalar-u2.c.obj 2024-11-01T16:20:27.7537950Z [1137/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:20:27.7745096Z [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:20:27.7790050Z [1139/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:20:27.7880847Z [1140/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:20:27.7935417Z [1141/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:20:27.8072408Z [1142/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:20:27.8402721Z [1143/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:20:27.8453778Z [1144/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:20:27.8547102Z [1145/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:20:27.8656262Z [1146/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-scalar-c2.c.obj 2024-11-01T16:20:27.8704140Z [1147/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:20:27.8905893Z [1148/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:20:27.9106867Z [1149/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-scalar-c4.c.obj 2024-11-01T16:20:27.9200926Z [1150/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-scalar-c1.c.obj 2024-11-01T16:20:27.9374314Z [1151/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-rmaxabs\gen\s16-rmaxabs-scalar-x3.c.obj 2024-11-01T16:20:27.9418713Z [1152/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-rmaxabs\gen\s16-rmaxabs-scalar-x2.c.obj 2024-11-01T16:20:27.9506574Z [1153/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:20:27.9912536Z [1154/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s32-vmul\gen\s32-vmul-scalar.c.obj 2024-11-01T16:20:27.9969742Z [1155/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-window\gen\s16-window-scalar-u3.c.obj 2024-11-01T16:20:27.9983391Z [1156/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-rmaxabs\gen\s16-rmaxabs-scalar-x1.c.obj 2024-11-01T16:20:27.9996200Z [1157/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-rmaxabs\gen\s16-rmaxabs-scalar-x4.c.obj 2024-11-01T16:20:28.0043735Z [1158/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-vclamp\s8-vclamp-scalar-u4.c.obj 2024-11-01T16:20:28.0266122Z [1159/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-window\gen\s16-window-scalar-u2.c.obj 2024-11-01T16:20:28.0498729Z [1160/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-window\gen\s16-window-scalar-u4.c.obj 2024-11-01T16:20:28.0518319Z [1161/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-window\gen\s16-window-scalar-u1.c.obj 2024-11-01T16:20:28.0696006Z [1162/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s32-vmul\gen\s32-vmulc-scalar.c.obj 2024-11-01T16:20:28.0868271Z [1163/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-lut32norm\u8-lut32norm-scalar.c.obj 2024-11-01T16:20:28.0931972Z [1164/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-scalar-c2.c.obj 2024-11-01T16:20:28.1143107Z [1165/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-scalar-c1.c.obj 2024-11-01T16:20:28.1251734Z [1166/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-scalar-c4.c.obj 2024-11-01T16:20:28.1300071Z [1167/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-rmax\u8-rmax-scalar-u2.c.obj 2024-11-01T16:20:28.1311717Z [1168/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-vclamp\u8-vclamp-scalar-u4.c.obj 2024-11-01T16:20:28.1358634Z [1169/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:20:28.1464452Z [1170/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:20:28.1834248Z [1171/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:20:28.1950484Z [1172/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u2.c.obj 2024-11-01T16:20:28.1961424Z [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:20:28.2000984Z [1174/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u1.c.obj 2024-11-01T16:20:28.2134941Z [1175/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u32-vlog\gen\u32-vlog-scalar-x4.c.obj 2024-11-01T16:20:28.2410471Z [1176/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u32-vlog\gen\u32-vlog-scalar-x3.c.obj 2024-11-01T16:20:28.2559359Z [1177/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u16.c.obj 2024-11-01T16:20:28.2669573Z [1178/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u4.c.obj 2024-11-01T16:20:28.2681055Z [1179/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u8.c.obj 2024-11-01T16:20:28.2743373Z [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:20:28.2983312Z [1181/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u32-vlog\gen\u32-vlog-scalar-x2.c.obj 2024-11-01T16:20:28.2998004Z [1182/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:20:28.3587245Z [1183/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:20:28.3598249Z [1184/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packq\x8-packq-scalar-f32qp8-u1.c.obj 2024-11-01T16:20:28.3644248Z [1185/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:20:28.3655253Z [1186/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:20:28.3805160Z [1187/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:20:28.3853360Z [1188/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:20:28.3865951Z [1189/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:20:28.3914185Z [1190/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:20:28.4604382Z [1191/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:20:28.4616355Z [1192/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:20:28.4660975Z [1193/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:20:28.4732132Z [1194/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:20:28.4816595Z [1195/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:20:28.4831181Z [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:20:28.4844873Z [1197/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:20:28.4911432Z [1198/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:20:28.5507743Z [1199/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-x4-scalar.c.obj 2024-11-01T16:20:28.5550185Z [1200/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-xm-scalar.c.obj 2024-11-01T16:20:28.5561093Z [1201/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-x2-scalar.c.obj 2024-11-01T16:20:28.5656425Z [1202/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:20:28.5707372Z [1203/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:20:28.5797958Z [1204/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-x3-scalar.c.obj 2024-11-01T16:20:28.5883379Z [1205/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:20:28.5945083Z [1206/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:20:28.6474139Z [1207/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:20:28.6552126Z [1208/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:20:28.6564792Z [1209/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:20:28.6612828Z [1210/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:20:28.6626048Z [1211/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:20:28.6828868Z [1212/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:20:28.7013489Z [1213/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:20:28.7426636Z [1214/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-2x2-scalar.c.obj 2024-11-01T16:20:28.7476651Z [1215/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:20:28.7488583Z [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:20:28.7499275Z [1217/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-2x1-scalar.c.obj 2024-11-01T16:20:28.7692821Z [1218/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-1x4-scalar.c.obj 2024-11-01T16:20:28.7800937Z [1219/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-1x2-scalar.c.obj 2024-11-01T16:20:28.7898480Z [1220/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-2x4-scalar.c.obj 2024-11-01T16:20:28.8314163Z [1221/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-4x4-scalar.c.obj 2024-11-01T16:20:28.8359828Z [1222/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:20:28.8450308Z [1223/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:20:28.8523519Z [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:20:28.8591242Z [1225/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-4x2-scalar.c.obj 2024-11-01T16:20:28.8699785Z [1226/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:20:28.8754063Z [1227/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:20:28.8771980Z [1228/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:20:28.9170374Z [1229/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:20:28.9224245Z [1230/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:20:28.9402798Z [1231/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:20:28.9414862Z [1232/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:20:28.9520156Z [1233/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:20:28.9720239Z [1234/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:20:28.9772592Z [1235/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:20:28.9961041Z [1236/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:20:29.0016544Z [1237/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:20:29.0079192Z [1238/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:20:29.0275485Z [1239/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:20:29.0395843Z [1240/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:20:29.0473069Z [1241/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:20:29.0631820Z [1242/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:20:29.0645561Z [1243/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:20:29.0689321Z [1244/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-2x-scalar.c.obj 2024-11-01T16:20:29.0907587Z [1245/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-4x-scalar.c.obj 2024-11-01T16:20:29.0956548Z [1246/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:20:29.1252594Z [1247/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:20:29.1315429Z [1248/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:20:29.1326763Z [1249/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-3x-scalar.c.obj 2024-11-01T16:20:29.1566267Z [1250/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:20:29.1628846Z [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:20:29.1680298Z [1252/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:20:29.1803821Z [1253/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:20:29.2255987Z [1254/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:20:29.2304314Z [1255/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-unpool\x32-unpool-scalar.c.obj 2024-11-01T16:20:29.2316201Z [1256/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:20:29.2363015Z [1257/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:20:29.2510439Z [1258/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:20:29.2601658Z [1259/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:20:29.2707962Z [1260/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:20:29.2884000Z [1261/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:20:29.3093604Z [1262/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:20:29.3604033Z [1263/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:20:29.3616402Z [1264/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:20:29.3670331Z [1265/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:20:29.3753380Z [1266/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:20:29.3815205Z [1267/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:20:29.3865553Z [1268/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:20:29.3996485Z [1269/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:20:29.4387117Z [1270/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-x2-scalar.c.obj 2024-11-01T16:20:29.4448164Z [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:20:29.4470003Z [1272/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-x3-scalar.c.obj 2024-11-01T16:20:29.4616583Z [1273/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:20:29.4687922Z [1274/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:20:29.4827468Z [1275/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:20:29.4838424Z [1276/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:20:29.4919636Z [1277/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:20:29.5394606Z [1278/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-x4-scalar.c.obj 2024-11-01T16:20:29.5454578Z [1279/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-xm-scalar.c.obj 2024-11-01T16:20:29.5504428Z [1280/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:20:29.5593410Z [1281/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:20:29.5605625Z [1282/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:20:29.5659072Z [1283/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:20:29.5966662Z [1284/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:20:29.6066647Z [1285/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:20:29.6286306Z [1286/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\xx-pad\xx-pad-p4-scalar-u16.c.obj 2024-11-01T16:20:29.6298533Z [1287/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:20:29.6341520Z [1288/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\xx-copy\xx-copy-scalar-memcpy.c.obj 2024-11-01T16:20:29.6409177Z [1289/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:20:29.6420579Z [1290/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:20:29.6474083Z [1291/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:20:29.7004580Z [1292/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\xx-fill\xx-fill-scalar-u16.c.obj 2024-11-01T16:20:29.7121389Z [1293/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:20:29.7174052Z [1294/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:20:29.7252145Z [1295/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\xx-transposev\xx-transposev-1x1-scalar-memcpy.c.obj 2024-11-01T16:20:29.7300193Z [1296/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:20:29.7345074Z [1297/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:20:29.7359545Z [1298/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:20:29.7414683Z [1299/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:20:29.7877537Z [1300/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:20:29.8004449Z [1301/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:20:29.8177499Z [1302/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:20:29.8224218Z [1303/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:20:29.8246307Z [1304/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:20:29.8507546Z [1305/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:20:29.8579612Z [1306/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:20:29.8689187Z [1307/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:20:29.8908831Z [1308/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:20:29.9234838Z [1309/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:20:29.9300016Z [1310/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:20:29.9467575Z [1311/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:20:29.9514882Z [1312/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:20:29.9736787Z [1313/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:20:29.9848470Z [1314/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:20:29.9861614Z [1315/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:20:30.0335181Z [1316/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:20:30.0418556Z [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:20:30.0483932Z [1318/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:20:30.0537964Z [1319/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:20:30.0591266Z [1320/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:20:30.0674078Z [1321/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:20:30.0849807Z [1322/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:20:30.0963472Z [1323/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:20:30.1423777Z [1324/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:20:30.1537766Z [1325/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:20:30.1620684Z [1326/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:20:30.1817272Z [1327/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:20:30.2065473Z [1328/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:20:30.2190710Z [1329/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:20:30.2318114Z [1330/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:20:30.2374909Z [1331/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:20:30.2387050Z [1332/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:20:30.2398683Z [1333/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:20:30.2610891Z [1334/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:20:30.2845887Z [1335/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:20:30.3165371Z [1336/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:20:30.3342118Z [1337/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:20:30.3605614Z [1338/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:20:30.3653124Z [1339/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:20:30.3770680Z [1340/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:20:30.3831926Z [1341/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:20:30.4023392Z [1342/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:20:30.4167462Z [1343/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:20:30.4257245Z [1344/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:20:30.4366688Z [1345/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:20:30.4760100Z [1346/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:20:30.4882719Z [1347/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:20:30.4895901Z [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:20:30.4967079Z [1349/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:20:30.5340242Z [1350/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:20:30.5384999Z [1351/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:20:30.5496196Z [1352/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:20:30.5809622Z [1353/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:20:30.5868742Z [1354/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:20:30.6075169Z [1355/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:20:30.6127786Z [1356/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:20:30.6436799Z [1357/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:20:30.6488574Z [1358/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:20:30.6537010Z [1359/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:20:30.6632646Z [1360/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:20:30.7046905Z [1361/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:20:30.7165428Z [1362/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:20:30.7220137Z [1363/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:20:30.7370165Z [1364/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:20:30.7530206Z [1365/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:20:30.7816470Z [1366/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:20:30.7860871Z [1367/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:20:30.7955363Z [1368/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:20:30.8027053Z [1369/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:20:30.8101699Z [1370/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:20:30.8156214Z [1371/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:20:30.8379791Z [1372/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:20:30.8424683Z [1373/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:20:30.8739377Z [1374/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:20:30.8918798Z [1375/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:20:30.9054226Z [1376/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:20:30.9106553Z [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:20:30.9117569Z [1378/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:20:30.9288828Z [1379/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:20:30.9421277Z [1380/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:20:30.9612260Z [1381/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:20:30.9768534Z [1382/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:20:31.0008864Z [1383/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:20:31.0093925Z [1384/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:20:31.0226878Z [1385/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:20:31.0451178Z [1386/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:20:31.0516391Z [1387/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:20:31.0661942Z [1388/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:20:31.0816536Z [1389/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:20:31.1046472Z [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:20:31.1108975Z [1391/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:20:31.1124556Z [1392/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:20:31.1174133Z [1393/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:20:31.1456300Z [1394/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:20:31.1539270Z [1395/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:20:31.1663051Z [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:20:31.1949333Z [1397/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:20:31.2167986Z [1398/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:20:31.2309311Z [1399/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:20:31.2320630Z [1400/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:20:31.2368725Z [1401/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:20:31.2425564Z [1402/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:20:31.2504888Z [1403/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:20:31.2656286Z [1404/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:20:31.2708332Z [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:20:31.3039043Z [1406/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-sse-c8.c.obj 2024-11-01T16:20:31.3160884Z [1407/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-sse-c4.c.obj 2024-11-01T16:20:31.3191821Z [1408/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:20:31.3271475Z [1409/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:20:31.3351008Z [1410/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:20:31.3438906Z [1411/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:20:31.3450590Z [1412/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:20:31.3816136Z [1413/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:20:31.3908811Z [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:20:31.4015541Z [1415/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:20:31.4133967Z [1416/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:20:31.4179187Z [1417/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:20:31.4191560Z [1418/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:20:31.4243360Z [1419/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:20:31.4390810Z [1420/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:20:31.4655912Z [1421/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:20:31.4708556Z [1422/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:20:31.4918452Z [1423/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:20:31.4962753Z [1424/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:20:31.5047674Z [1425/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:20:31.5093115Z [1426/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:20:31.5256769Z [1427/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:20:31.5488436Z [1428/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-sse-2x4.c.obj 2024-11-01T16:20:31.5554588Z [1429/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:20:31.5607365Z [1430/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-sse-2x8.c.obj 2024-11-01T16:20:31.5751353Z [1431/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:20:31.5762121Z [1432/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u4.c.obj 2024-11-01T16:20:31.6005150Z [1433/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:20:31.6052632Z [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:20:31.6112708Z [1435/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:20:31.6258892Z [1436/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:20:31.6415368Z [1437/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:20:31.6466841Z [1438/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:20:31.6477744Z [1439/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:20:31.6551528Z [1440/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u4.c.obj 2024-11-01T16:20:31.6799666Z [1441/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u4.c.obj 2024-11-01T16:20:31.6844984Z [1442/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:20:31.6857994Z [1443/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:20:31.7053788Z [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:20:31.7115084Z [1445/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:20:31.7237367Z [1446/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:20:31.7472192Z [1447/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:20:31.7483672Z [1448/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u4.c.obj 2024-11-01T16:20:31.7494389Z [1449/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:20:31.7539636Z [1450/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:20:31.7895166Z [1451/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:20:31.7937466Z [1452/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:20:31.8104785Z [1453/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:20:31.8144090Z [1454/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:20:31.8224197Z [1455/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:20:31.8235496Z [1456/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:20:31.8360271Z [1457/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:20:31.8573123Z [1458/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:20:31.8618982Z [1459/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:20:31.8631254Z [1460/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:20:31.8935547Z [1461/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcopysign\gen\f32-vcopysign-sse2.c.obj 2024-11-01T16:20:31.9017779Z [1462/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcopysign\gen\f32-vrcopysignc-sse2.c.obj 2024-11-01T16:20:31.9065655Z [1463/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:20:31.9116969Z [1464/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:20:31.9156945Z [1465/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcopysign\gen\f32-vcopysignc-sse2.c.obj 2024-11-01T16:20:31.9320306Z [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:20:31.9492385Z [1467/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:20:31.9606069Z [1468/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:20:31.9934483Z [1469/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-sse-u8.c.obj 2024-11-01T16:20:31.9951641Z [1470/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:20:31.9994296Z [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:20:32.0075289Z [1472/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-sse-u8.c.obj 2024-11-01T16:20:32.0199813Z [1473/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-sse-u4.c.obj 2024-11-01T16:20:32.0244154Z [1474/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-sse-u8.c.obj 2024-11-01T16:20:32.0439172Z [1475/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-sse-u4.c.obj 2024-11-01T16:20:32.0545780Z [1476/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:20:32.0783130Z [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:20:32.0792236Z [1478/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:20:32.0875037Z [1479/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-sse-u4.c.obj 2024-11-01T16:20:32.0930523Z [1480/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-sse-u8.c.obj 2024-11-01T16:20:32.1134137Z [1481/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:20:32.1184644Z [1482/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:20:32.1233066Z [1483/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:20:32.1245081Z [1484/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-sse-u4.c.obj 2024-11-01T16:20:32.1572796Z [1485/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:20:32.1619594Z [1486/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-sse-u8.c.obj 2024-11-01T16:20:32.1682250Z [1487/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-sse-u4.c.obj 2024-11-01T16:20:32.1827505Z [1488/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:20:32.1871305Z [1489/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-sse-u8.c.obj 2024-11-01T16:20:32.1997170Z [1490/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:20:32.2009186Z [1491/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:20:32.2056139Z [1492/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-sse-u4.c.obj 2024-11-01T16:20:32.2309614Z [1493/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-sse-u8.c.obj 2024-11-01T16:20:32.2482240Z [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:20:32.2493668Z [1495/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u4.c.obj 2024-11-01T16:20:32.2672493Z [1496/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u12.c.obj 2024-11-01T16:20:32.2723380Z [1497/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:20:32.2784031Z [1498/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u16.c.obj 2024-11-01T16:20:32.2890282Z [1499/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-sse-u4.c.obj 2024-11-01T16:20:32.2989391Z [1500/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-sse-u8.c.obj 2024-11-01T16:20:32.3260539Z [1501/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u8.c.obj 2024-11-01T16:20:32.3305902Z [1502/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-sse-u4.c.obj 2024-11-01T16:20:32.3319036Z [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:20:32.3406840Z [1504/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse-u8.c.obj 2024-11-01T16:20:32.3574792Z [1505/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:20:32.3622482Z [1506/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:20:32.3720783Z [1507/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:20:32.4009254Z [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:20:32.4090218Z [1509/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-sse-u8.c.obj 2024-11-01T16:20:32.4104490Z [1510/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:20:32.4245954Z [1511/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:20:32.4330552Z [1512/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:20:32.4390486Z [1513/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:20:32.4447258Z [1514/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-4x-sse.c.obj 2024-11-01T16:20:32.4601906Z [1515/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:20:32.4888856Z [1516/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:20:32.4955768Z [1517/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\x32-transposec-4x4-sse.c.obj 2024-11-01T16:20:32.5011572Z [1518/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:20:32.5082023Z [1519/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:20:32.5159894Z [1520/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:20:32.5171682Z [1521/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:20:32.5249449Z [1522/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:20:32.5555179Z [1523/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:20:32.5601620Z [1524/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:20:32.5659310Z [1525/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:20:32.5844840Z [1526/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-argmaxpool\f32-argmaxpool-9p8x-sse2-c4.c.obj 2024-11-01T16:20:32.5911705Z [1527/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:20:32.5928507Z [1528/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vabs-sse2-u8.c.obj 2024-11-01T16:20:32.6293439Z [1529/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:20:32.6442360Z [1530/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-argmaxpool\f32-argmaxpool-4x-sse2-c4.c.obj 2024-11-01T16:20:32.6482134Z [1531/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:20:32.6541128Z [1532/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vneg-sse2-u16.c.obj 2024-11-01T16:20:32.6652724Z [1533/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vneg-sse2-u8.c.obj 2024-11-01T16:20:32.6665138Z [1534/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vabs-sse2-u16.c.obj 2024-11-01T16:20:32.6779197Z [1535/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:20:32.6924483Z [1536/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-argmaxpool\f32-argmaxpool-9x-sse2-c4.c.obj 2024-11-01T16:20:32.7142861Z [1537/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:20:32.7217704Z [1538/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:20:32.7328194Z [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:20:32.7392543Z [1540/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:20:32.7407257Z [1541/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-sse2-2x8.c.obj 2024-11-01T16:20:32.7466364Z [1542/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-sse2-2x4.c.obj 2024-11-01T16:20:32.7486522Z [1543/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:20:32.7550044Z [1544/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:20:32.7891298Z [1545/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:20:32.7978176Z [1546/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:20:32.8078464Z [1547/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:20:32.8164594Z [1548/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:20:32.8175878Z [1549/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:20:32.8220723Z [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:20:32.8266250Z [1551/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:20:32.8583737Z [1552/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:20:32.8723863Z [1553/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:20:32.8767661Z [1554/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:20:32.8811656Z [1555/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:20:32.8822934Z [1556/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:20:32.8880879Z [1557/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:20:32.9027176Z [1558/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:20:32.9070456Z [1559/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:20:32.9350025Z [1560/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:20:32.9490153Z [1561/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:20:32.9502048Z [1562/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:20:32.9721602Z [1563/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:20:32.9762756Z [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:20:32.9813108Z [1565/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:20:33.0020967Z [1566/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:20:33.0031829Z [1567/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:20:33.0191200Z [1568/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:20:33.0202753Z [1569/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:20:33.0301404Z [1570/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:20:33.0389666Z [1571/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:20:33.0476845Z [1572/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:20:33.0703586Z [1573/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:20:33.0754955Z [1574/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:20:33.1133653Z [1575/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:20:33.1150221Z [1576/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:20:33.1289845Z [1577/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-sse2-u8.c.obj 2024-11-01T16:20:33.1402296Z [1578/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-sse2-u4.c.obj 2024-11-01T16:20:33.1532638Z [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:20:33.1663376Z [1580/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-sse2-u4.c.obj 2024-11-01T16:20:33.2040904Z [1581/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:20:33.2130868Z [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:20:33.2273668Z [1583/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-sse2-u4.c.obj 2024-11-01T16:20:33.2315837Z [1584/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse2-u8.c.obj 2024-11-01T16:20:33.2388741Z [1585/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:20:33.2471468Z [1586/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-sse2-u8.c.obj 2024-11-01T16:20:33.2556318Z [1587/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-sse2-u8.c.obj 2024-11-01T16:20:33.2788507Z [1588/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:20:33.2893295Z [1589/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:20:33.2961338Z [1590/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:20:33.3057985Z [1591/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:20:33.3142598Z [1592/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:20:33.3153595Z [1593/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:20:33.3382248Z [1594/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:20:33.3604306Z [1595/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:20:33.3646799Z [1596/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:20:33.3740262Z [1597/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:20:33.3894570Z [1598/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:20:33.4206473Z [1599/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:20:33.4259260Z [1600/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:20:33.4320873Z [1601/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vabs-sse2.c.obj 2024-11-01T16:20:33.4497013Z [1602/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vneg-sse2.c.obj 2024-11-01T16:20:33.4644228Z [1603/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vsqr-sse2.c.obj 2024-11-01T16:20:33.4657513Z [1604/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse2-u4.c.obj 2024-11-01T16:20:33.5036260Z [1605/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:20:33.5088040Z [1606/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:20:33.5477743Z [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:20:33.5560299Z [1608/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:20:33.5818824Z [1609/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:20:33.5887147Z [1610/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:20:33.5951335Z [1611/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:20:33.6158917Z [1612/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:20:33.6172850Z [1613/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:20:33.6229717Z [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:20:33.6595588Z [1615/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:20:33.6858387Z [1616/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:20:33.7051673Z [1617/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:20:33.7120342Z [1618/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:20:33.7415558Z [1619/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:20:33.7459491Z [1620/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:20:33.7590800Z [1621/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:20:33.7655668Z [1622/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:20:33.7949474Z [1623/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:20:33.8083383Z [1624/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:20:33.8130554Z [1625/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:20:33.8326958Z [1626/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:20:33.8563875Z [1627/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:20:33.8777200Z [1628/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:20:33.8861183Z [1629/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:20:33.9055027Z [1630/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:20:33.9206903Z [1631/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:20:33.9266076Z [1632/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:20:33.9282834Z [1633/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:20:33.9331876Z [1634/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:20:33.9611970Z [1635/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:20:33.9947411Z [1636/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:20:34.0102757Z [1637/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:20:34.0323974Z [1638/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:20:34.0336450Z [1639/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:20:34.0382678Z [1640/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:20:34.0514931Z [1641/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:20:34.0589595Z [1642/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:20:34.0664433Z [1643/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:20:34.1116457Z [1644/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:20:34.1245596Z [1645/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:20:34.1291654Z [1646/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:20:34.1303128Z [1647/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:20:34.1494359Z [1648/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:20:34.1577931Z [1649/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:20:34.1678388Z [1650/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:20:34.1798743Z [1651/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:20:34.2048561Z [1652/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:20:34.2237040Z [1653/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:20:34.2247318Z [1654/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:20:34.2258161Z [1655/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:20:34.2507908Z [1656/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:20:34.2607415Z [1657/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:20:34.2618946Z [1658/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:20:34.2665708Z [1659/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:20:34.3039998Z [1660/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:20:34.3222509Z [1661/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:20:34.3322944Z [1662/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:20:34.3410290Z [1663/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:20:34.3526598Z [1664/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:20:34.3621212Z [1665/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:20:34.3717425Z [1666/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:20:34.4026265Z [1667/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:20:34.4267515Z [1668/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:20:34.4357692Z [1669/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:20:34.4565375Z [1670/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:20:34.4639998Z [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-add16.c.obj 2024-11-01T16:20:34.4715506Z [1672/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:20:34.4768544Z [1673/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:20:34.4844200Z [1674/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:20:34.4857353Z [1675/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:20:34.5084497Z [1676/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:20:34.5401076Z [1677/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:20:34.5510397Z [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.c.obj 2024-11-01T16:20:34.5582760Z [1679/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:20:34.5677010Z [1680/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:20:34.5724688Z [1681/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:20:34.6114399Z [1682/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:20:34.6260907Z [1683/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:20:34.6472072Z [1684/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:20:34.6521216Z [1685/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:20:34.6729861Z [1686/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:20:34.6777090Z [1687/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:20:34.7011748Z [1688/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:20:34.7264099Z [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:20:34.7466357Z [1690/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:20:34.7546025Z [1691/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:20:34.7821938Z [1692/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:20:34.7963120Z [1693/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:20:34.8151178Z [1694/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:20:34.8497343Z [1695/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:20:34.8556059Z [1696/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:20:34.8642496Z [1697/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:20:34.8824285Z [1698/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:20:34.8878448Z [1699/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:20:34.9072593Z [1700/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:20:34.9091875Z [1701/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:20:34.9402887Z [1702/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:20:34.9711255Z [1703/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:20:34.9759927Z [1704/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:20:34.9811116Z [1705/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:20:34.9972419Z [1706/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:20:34.9985812Z [1707/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:20:35.0172288Z [1708/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:20:35.0423871Z [1709/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:20:35.0476263Z [1710/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:20:35.0865878Z [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:20:35.0877684Z [1712/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:20:35.1028538Z [1713/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:20:35.1100092Z [1714/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:20:35.1116781Z [1715/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:20:35.1280282Z [1716/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:20:35.1521892Z [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:20:35.1637542Z [1718/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:20:35.2064778Z [1719/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:20:35.2117685Z [1720/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:20:35.2161270Z [1721/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:20:35.2213570Z [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:20:35.2224416Z [1723/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-fp32-sse2.c.obj 2024-11-01T16:20:35.2269587Z [1724/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:20:35.2359656Z [1725/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:20:35.2926883Z [1726/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndna-sse2.c.obj 2024-11-01T16:20:35.2938318Z [1727/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:20:35.2991881Z [1728/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:20:35.3003126Z [1729/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:20:35.3092741Z [1730/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-gemmlowp-sse2.c.obj 2024-11-01T16:20:35.3106770Z [1731/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:20:35.3153327Z [1732/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:20:35.3329448Z [1733/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:20:35.3672064Z [1734/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:20:35.3683647Z [1735/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse2-u16.c.obj 2024-11-01T16:20:35.3731209Z [1736/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse2-u32.c.obj 2024-11-01T16:20:35.3742590Z [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:20:35.3785185Z [1738/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-sse2-u16.c.obj 2024-11-01T16:20:35.3869609Z [1739/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-sse2-u32.c.obj 2024-11-01T16:20:35.4045091Z [1740/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:20:35.4220084Z [1741/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:20:35.4298240Z [1742/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse2-u16.c.obj 2024-11-01T16:20:35.4402357Z [1743/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse2-u32.c.obj 2024-11-01T16:20:35.4517208Z [1744/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:20:35.4619051Z [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:20:35.4893004Z [1746/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:20:35.4957913Z [1747/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:20:35.4969529Z [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:20:35.5164863Z [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:20:35.5265898Z [1750/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:20:35.5473830Z [1751/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:20:35.5532434Z [1752/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:20:35.5810586Z [1753/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:20:35.5956882Z [1754/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:20:35.5969149Z [1755/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:20:35.6015661Z [1756/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:20:35.6110709Z [1757/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:20:35.6388128Z [1758/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:20:35.6574017Z [1759/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:20:35.6618317Z [1760/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:20:35.6753776Z [1761/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\x16-transposec-4x8-sse2.c.obj 2024-11-01T16:20:35.6801287Z [1762/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:20:35.6962740Z [1763/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:20:35.7059635Z [1764/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:20:35.7106432Z [1765/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:20:35.7179234Z [1766/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:20:35.7319901Z [1767/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:20:35.7392533Z [1768/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:20:35.7463374Z [1769/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:20:35.7589167Z [1770/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:20:35.7827646Z [1771/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:20:35.7934270Z [1772/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:20:35.7950679Z [1773/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:20:35.8097722Z [1774/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:20:35.8279565Z [1775/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:20:35.8352934Z [1776/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:20:35.8542844Z [1777/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:20:35.8664223Z [1778/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:20:35.8736264Z [1779/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:20:35.9071122Z [1780/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:20:35.9230399Z [1781/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:20:35.9296942Z [1782/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:20:35.9752790Z [1783/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:20:35.9843247Z [1784/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:20:36.0111872Z [1785/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:20:36.0168761Z [1786/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:20:36.0286178Z [1787/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:20:36.0589699Z [1788/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:20:36.0649603Z [1789/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:20:36.0719692Z [1790/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:20:36.0909215Z [1791/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:20:36.1018435Z [1792/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:20:36.1273943Z [1793/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:20:36.1518323Z [1794/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:20:36.1531995Z [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:20:36.1780949Z [1796/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:20:36.1981039Z [1797/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:20:36.2037924Z [1798/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:20:36.2132915Z [1799/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:20:36.2184436Z [1800/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:20:36.2284571Z [1801/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:20:36.2709694Z [1802/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:20:36.2758447Z [1803/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:20:36.2877027Z [1804/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:20:36.3077790Z [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:20:36.3151260Z [1806/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:20:36.3266156Z [1807/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:20:36.3374712Z [1808/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:20:36.3464962Z [1809/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:20:36.3823621Z [1810/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:20:36.3965884Z [1811/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:20:36.4138691Z [1812/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:20:36.4219561Z [1813/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:20:36.4272516Z [1814/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:20:36.4564206Z [1815/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:20:36.4610667Z [1816/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:20:36.4622600Z [1817/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:20:36.4878724Z [1818/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:20:36.4929435Z [1819/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:20:36.5000167Z [1820/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-fp32-sse2.c.obj 2024-11-01T16:20:36.5081421Z [1821/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-gemmlowp-sse2.c.obj 2024-11-01T16:20:36.5261264Z [1822/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:20:36.5342609Z [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:20:36.5551121Z [1824/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:20:36.5607833Z [1825/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-rndna-sse2.c.obj 2024-11-01T16:20:36.5662742Z [1826/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:20:36.5848644Z [1827/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:20:36.5947688Z [1828/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-sse2-u16.c.obj 2024-11-01T16:20:36.6124477Z [1829/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse2-u16.c.obj 2024-11-01T16:20:36.6208036Z [1830/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse2-u32.c.obj 2024-11-01T16:20:36.6301477Z [1831/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-sse2-u32.c.obj 2024-11-01T16:20:36.6348788Z [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:20:36.6422536Z [1833/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-sse2-c16.c.obj 2024-11-01T16:20:36.6645827Z [1834/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:20:36.6693804Z [1835/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse2-u16.c.obj 2024-11-01T16:20:36.6866996Z [1836/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:20:36.6877437Z [1837/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:20:36.6889071Z [1838/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:20:36.6903531Z [1839/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-sse2-c8.c.obj 2024-11-01T16:20:36.7035522Z [1840/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-sse2-c16.c.obj 2024-11-01T16:20:36.7347621Z [1841/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:20:36.7442126Z [1842/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-vclamp\s8-vclamp-sse2-u64.c.obj 2024-11-01T16:20:36.7481824Z [1843/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-x2-sse2.c.obj 2024-11-01T16:20:36.7535879Z [1844/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:20:36.7588502Z [1845/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-sse2-c8.c.obj 2024-11-01T16:20:36.7667230Z [1846/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-vclamp\u8-vclamp-sse2-u64.c.obj 2024-11-01T16:20:36.7804269Z [1847/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:20:36.7882556Z [1848/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:20:36.8115585Z [1849/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-xm-sse2.c.obj 2024-11-01T16:20:36.8130248Z [1850/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-rmax\u8-rmax-sse2-u16.c.obj 2024-11-01T16:20:36.8172015Z [1851/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-x4-sse2.c.obj 2024-11-01T16:20:36.8222587Z [1852/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-x3-sse2.c.obj 2024-11-01T16:20:36.8368918Z [1853/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:20:36.8496592Z [1854/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:20:36.8540366Z [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:20:36.8792153Z [1856/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:20:36.8858547Z [1857/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:20:36.8976989Z [1858/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:20:36.9107415Z [1859/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:20:36.9159634Z [1860/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:20:36.9210555Z [1861/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:20:36.9346950Z [1862/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:20:36.9406155Z [1863/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:20:36.9602163Z [1864/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:20:36.9801341Z [1865/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:20:36.9876266Z [1866/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:20:36.9888894Z [1867/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:20:36.9949621Z [1868/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:20:36.9964183Z [1869/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:20:37.0191863Z [1870/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:20:37.0428259Z [1871/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:20:37.0757793Z [1872/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:20:37.0774762Z [1873/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:20:37.0818217Z [1874/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:20:37.0829541Z [1875/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:20:37.0924768Z [1876/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:20:37.0973422Z [1877/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-unpool\x32-unpool-sse2.c.obj 2024-11-01T16:20:37.1135028Z [1878/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:20:37.1193382Z [1879/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-x2-sse2.c.obj 2024-11-01T16:20:37.1614981Z [1880/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-xm-sse2.c.obj 2024-11-01T16:20:37.1633161Z [1881/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-x3-sse2.c.obj 2024-11-01T16:20:37.1742496Z [1882/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:20:37.1787278Z [1883/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:20:37.1884698Z [1884/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:20:37.1895220Z [1885/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-x4-sse2.c.obj 2024-11-01T16:20:37.2244543Z [1886/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\xx-fill\xx-fill-sse2-u64.c.obj 2024-11-01T16:20:37.2262649Z [1887/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:20:37.2355662Z [1888/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:20:37.2487361Z [1889/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\xx-pad\xx-pad-p16-sse2-u16.c.obj 2024-11-01T16:20:37.2540622Z [1890/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:20:37.2953005Z [1891/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:20:37.3042857Z [1892/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:20:37.3205192Z [1893/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:20:37.3385875Z [1894/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:20:37.3399714Z [1895/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:20:37.3449719Z [1896/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:20:37.3545300Z [1897/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:20:37.3616148Z [1898/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:20:37.4045483Z [1899/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndna-ssse3.c.obj 2024-11-01T16:20:37.4158509Z [1900/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:20:37.4265294Z [1901/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-ssse3-u16.c.obj 2024-11-01T16:20:37.4312484Z [1902/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-gemmlowp-ssse3.c.obj 2024-11-01T16:20:37.4357190Z [1903/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:20:37.4368124Z [1904/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u32.c.obj 2024-11-01T16:20:37.4500464Z [1905/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u16.c.obj 2024-11-01T16:20:37.4686403Z [1906/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:20:37.4871577Z [1907/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u64.c.obj 2024-11-01T16:20:37.4920774Z [1908/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-ssse3-u32.c.obj 2024-11-01T16:20:37.4967050Z [1909/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:20:37.5009080Z [1910/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-ssse3-u32.c.obj 2024-11-01T16:20:37.5073533Z [1911/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-ssse3-u16.c.obj 2024-11-01T16:20:37.5285511Z [1912/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:20:37.5384837Z [1913/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:20:37.5450713Z [1914/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-ssse3-u16.c.obj 2024-11-01T16:20:37.5819344Z [1915/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:20:37.5891663Z [1916/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-rndna-ssse3.c.obj 2024-11-01T16:20:37.5935153Z [1917/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:20:37.5946063Z [1918/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-ssse3-u16.c.obj 2024-11-01T16:20:37.6009620Z [1919/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-ssse3-u32.c.obj 2024-11-01T16:20:37.6021190Z [1920/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-gemmlowp-ssse3.c.obj 2024-11-01T16:20:37.6281382Z [1921/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-ssse3-u16.c.obj 2024-11-01T16:20:37.6460981Z [1922/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-ssse3-u16.c.obj 2024-11-01T16:20:37.6534278Z [1923/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-ssse3-u32.c.obj 2024-11-01T16:20:37.6665663Z [1924/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:20:37.6677162Z [1925/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-ssse3-u32.c.obj 2024-11-01T16:20:37.6687702Z [1926/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:20:37.6732634Z [1927/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-ssse3-u16.c.obj 2024-11-01T16:20:37.6893830Z [1928/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-ssse3-u32.c.obj 2024-11-01T16:20:37.7089968Z [1929/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-ssse3-u32.c.obj 2024-11-01T16:20:37.7181051Z [1930/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:20:37.7442264Z [1931/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:20:37.7487665Z [1932/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:20:37.7500704Z [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:20:37.7549955Z [1934/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\x24-transposec-4x4-ssse3.c.obj 2024-11-01T16:20:37.7593671Z [1935/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:20:37.7731178Z [1936/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:20:37.7892224Z [1937/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:20:37.8175529Z [1938/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:20:37.8317744Z [1939/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:20:37.8371957Z [1940/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:20:37.8677889Z [1941/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:20:37.8751364Z [1942/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-sse41-2x4.c.obj 2024-11-01T16:20:37.8762925Z [1943/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:20:37.8838342Z [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:20:37.8991609Z [1945/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-sse41-2x8.c.obj 2024-11-01T16:20:37.9157885Z [1946/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:20:37.9222721Z [1947/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:20:37.9271247Z [1948/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:20:37.9661907Z [1949/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:20:37.9827611Z [1950/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:20:37.9929553Z [1951/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:20:38.0075393Z [1952/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:20:38.0211755Z [1953/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:20:38.0462040Z [1954/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:20:38.0565054Z [1955/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:20:38.0634234Z [1956/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:20:38.0645419Z [1957/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:20:38.0690299Z [1958/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:20:38.0757869Z [1959/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:20:38.0846277Z [1960/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:20:38.1102331Z [1961/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:20:38.1374394Z [1962/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:20:38.1386291Z [1963/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:20:38.1452371Z [1964/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:20:38.1580965Z [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:20:38.1681177Z [1966/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:20:38.1773768Z [1967/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:20:38.1824716Z [1968/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:20:38.1836666Z [1969/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:20:38.2118525Z [1970/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:20:38.2200299Z [1971/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:20:38.2391161Z [1972/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:20:38.2569601Z [1973/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:20:38.2643239Z [1974/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:20:38.2720510Z [1975/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:20:38.2802173Z [1976/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:20:38.2908960Z [1977/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:20:38.3048774Z [1978/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:20:38.3124376Z [1979/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:20:38.3252068Z [1980/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:20:38.3299531Z [1981/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse41-u4.c.obj 2024-11-01T16:20:38.3503830Z [1982/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse41-u8.c.obj 2024-11-01T16:20:38.3571690Z [1983/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-sse41-u8.c.obj 2024-11-01T16:20:38.3721244Z [1984/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-sse41-u4.c.obj 2024-11-01T16:20:38.3850030Z [1985/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-sse41-u8.c.obj 2024-11-01T16:20:38.4032796Z [1986/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-sse41-u4.c.obj 2024-11-01T16:20:38.4159741Z [1987/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-sse41-u4.c.obj 2024-11-01T16:20:38.4221904Z [1988/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-sse41-u8.c.obj 2024-11-01T16:20:38.4278003Z [1989/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:20:38.4385041Z [1990/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:20:38.4462363Z [1991/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-sse41-u4.c.obj 2024-11-01T16:20:38.4521827Z [1992/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-sse41-u8.c.obj 2024-11-01T16:20:38.4724799Z [1993/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:20:38.4736392Z [1994/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:20:38.4827909Z [1995/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:20:38.5010097Z [1996/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:20:38.5119322Z [1997/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:20:38.5395303Z [1998/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:20:38.5449301Z [1999/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:20:38.5466022Z [2000/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:20:38.5677252Z [2001/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:20:38.5722361Z [2002/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:20:38.5816405Z [2003/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:20:38.6185257Z [2004/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:20:38.6413530Z [2005/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:20:38.6583764Z [2006/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:20:38.6632859Z [2007/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:20:38.6885383Z [2008/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:20:38.6939728Z [2009/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:20:38.7093835Z [2010/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:20:38.7199045Z [2011/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:20:38.7334399Z [2012/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:20:38.7608053Z [2013/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:20:38.7806148Z [2014/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:20:38.8003840Z [2015/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:20:38.8059906Z [2016/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:20:38.8355586Z [2017/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:20:38.8468334Z [2018/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:20:38.8566156Z [2019/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:20:38.8614808Z [2020/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:20:38.8963563Z [2021/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:20:38.9034489Z [2022/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:20:38.9268960Z [2023/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:20:38.9424329Z [2024/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:20:38.9640453Z [2025/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:20:38.9785795Z [2026/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:20:38.9832967Z [2027/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:20:38.9922093Z [2028/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:20:39.0007106Z [2029/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:20:39.0121229Z [2030/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:20:39.0520482Z [2031/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:20:39.0615014Z [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:20:39.0680125Z [2033/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:20:39.1013365Z [2034/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:20:39.1059030Z [2035/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:20:39.1112432Z [2036/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:20:39.1337030Z [2037/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:20:39.1393298Z [2038/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:20:39.1578185Z [2039/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:20:39.1876810Z [2040/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:20:39.2130523Z [2041/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:20:39.2148659Z [2042/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:20:39.2202376Z [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:20:39.2217448Z [2044/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:20:39.2466529Z [2045/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:20:39.2479050Z [2046/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:20:39.2622705Z [2047/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:20:39.2989246Z [2048/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:20:39.3040560Z [2049/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:20:39.3306606Z [2050/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:20:39.3367298Z [2051/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:20:39.3494583Z [2052/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:20:39.3506374Z [2053/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:20:39.3591455Z [2054/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:20:39.3745226Z [2055/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:20:39.3896057Z [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:20:39.3931061Z [2057/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:20:39.4199911Z [2058/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:20:39.4357915Z [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:20:39.4408664Z [2060/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:20:39.4552112Z [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:20:39.4604265Z [2062/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:20:39.4826823Z [2063/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:20:39.5018187Z [2064/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:20:39.5154867Z [2065/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:20:39.5230607Z [2066/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:20:39.5279208Z [2067/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:20:39.5370743Z [2068/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:20:39.5419143Z [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:20:39.5811585Z [2070/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:20:39.6021429Z [2071/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:20:39.6034520Z [2072/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:20:39.6103583Z [2073/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:20:39.6198187Z [2074/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:20:39.6313809Z [2075/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:20:39.6492214Z [2076/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:20:39.6545724Z [2077/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:20:39.7097439Z [2078/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:20:39.7152114Z [2079/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:20:39.7349078Z [2080/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:20:39.7465412Z [2081/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:20:39.7728008Z [2082/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:20:39.7872734Z [2083/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:20:39.8171338Z [2084/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:20:39.8225111Z [2085/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:20:39.8338959Z [2086/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:20:39.8463079Z [2087/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:20:39.8535740Z [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.c.obj 2024-11-01T16:20:39.8550839Z [2089/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:20:39.9025749Z [2090/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:20:39.9076072Z [2091/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:20:39.9126401Z [2092/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:20:39.9244362Z [2093/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:20:39.9730726Z [2094/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:20:39.9842825Z [2095/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:20:40.0061756Z [2096/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:20:40.0110069Z [2097/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:20:40.0278769Z [2098/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:20:40.0336618Z [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.c.obj 2024-11-01T16:20:40.0498188Z [2100/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:20:40.0590659Z [2101/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:20:40.0663224Z [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:20:40.0825890Z [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:20:40.1179674Z [2104/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:20:40.1227707Z [2105/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:20:40.1239118Z [2106/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:20:40.1709292Z [2107/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:20:40.1723049Z [2108/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:20:40.1775681Z [2109/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:20:40.1941234Z [2110/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:20:40.2075314Z [2111/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:20:40.2414383Z [2112/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:20:40.2430021Z [2113/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:20:40.2683189Z [2114/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:20:40.2949265Z [2115/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:20:40.2966877Z [2116/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:20:40.3021945Z [2117/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:20:40.3233801Z [2118/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:20:40.3360731Z [2119/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:20:40.3611643Z [2120/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:20:40.4324134Z [2121/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:20:40.4473314Z [2122/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:20:40.4612682Z [2123/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:20:40.4656726Z [2124/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:20:40.5061595Z [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:20:40.5160675Z [2126/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:20:40.5250726Z [2127/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:20:40.5531887Z [2128/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:20:40.5745812Z [2129/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:20:40.5757733Z [2130/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:20:40.6246818Z [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:20:40.6259789Z [2132/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:20:40.6445422Z [2133/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:20:40.6491607Z [2134/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:20:40.6731209Z [2135/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:20:40.6790197Z [2136/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:20:40.7269173Z [2137/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:20:40.7316573Z [2138/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:20:40.7541497Z [2139/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:20:40.7586471Z [2140/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:20:40.7737087Z [2141/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:20:40.7857728Z [2142/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:20:40.7927858Z [2143/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:20:40.8052878Z [2144/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:20:40.8255503Z [2145/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:20:40.8304136Z [2146/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:20:40.8838425Z [2147/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:20:40.9041737Z [2148/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:20:40.9245241Z [2149/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:20:40.9446146Z [2150/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:20:40.9645579Z [2151/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:20:40.9697170Z [2152/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:20:40.9889477Z [2153/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:20:41.0048952Z [2154/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:20:41.0299877Z [2155/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:20:41.0626132Z [2156/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:20:41.0801643Z [2157/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:20:41.0956872Z [2158/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:20:41.1139700Z [2159/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-fp32-sse41.c.obj 2024-11-01T16:20:41.1613274Z [2160/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-gemmlowp-sse41.c.obj 2024-11-01T16:20:41.1825722Z [2161/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndnu-sse41-sra.c.obj 2024-11-01T16:20:41.2899149Z [2162/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndnu-sse41-srl.c.obj 2024-11-01T16:20:41.3193042Z [2163/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:20:41.3388590Z [2164/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:20:41.3569335Z [2165/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndna-sse41.c.obj 2024-11-01T16:20:41.3743112Z [2166/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:20:41.3920513Z [2167/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:20:41.4092543Z [2168/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:20:41.4285201Z [2169/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:20:42.4747626Z [2170/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:20:42.5158991Z [2171/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:20:42.5523622Z [2172/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:20:42.5707059Z [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:20:42.5875192Z [2174/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:20:42.5886582Z [2175/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:20:42.6081990Z [2176/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:20:42.6369497Z [2177/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:20:42.6385929Z [2178/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:20:42.6433401Z [2179/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse41-u8.c.obj 2024-11-01T16:20:42.6577653Z [2180/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:20:42.6642638Z [2181/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse41-u16.c.obj 2024-11-01T16:20:42.6822927Z [2182/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse41-u32.c.obj 2024-11-01T16:20:42.6882690Z [2183/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-sse41-u16.c.obj 2024-11-01T16:20:42.7106874Z [2184/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:20:42.7150403Z [2185/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-sse41-u8.c.obj 2024-11-01T16:20:42.7298100Z [2186/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:20:42.7367003Z [2187/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-sse41-u32.c.obj 2024-11-01T16:20:42.7378868Z [2188/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:20:42.7427658Z [2189/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse41-u8.c.obj 2024-11-01T16:20:42.7564163Z [2190/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse41-u32.c.obj 2024-11-01T16:20:42.7660150Z [2191/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse41-u16.c.obj 2024-11-01T16:20:42.8132445Z [2192/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:20:42.8184290Z [2193/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:20:42.8237772Z [2194/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:20:42.8523589Z [2195/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:20:42.8637819Z [2196/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:20:42.8691396Z [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:20:42.8826283Z [2198/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:20:42.9024540Z [2199/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:20:42.9434324Z [2200/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:20:42.9551910Z [2201/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:20:42.9730823Z [2202/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:20:42.9802730Z [2203/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:20:42.9816872Z [2204/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:20:42.9897679Z [2205/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:20:42.9951148Z [2206/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:20:43.0534772Z [2207/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:20:43.0638599Z [2208/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:20:43.0701168Z [2209/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:20:43.0987661Z [2210/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:20:43.0999341Z [2211/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:20:43.1010873Z [2212/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:20:43.1024921Z [2213/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:20:43.1131895Z [2214/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:20:43.1285617Z [2215/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:20:43.1410798Z [2216/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:20:43.1832175Z [2217/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:20:43.1921416Z [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:20:43.1996934Z [2219/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:20:43.2007682Z [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:20:43.2166881Z [2221/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:20:43.2222655Z [2222/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:20:43.2309269Z [2223/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:20:43.2384552Z [2224/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:20:43.2797716Z [2225/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:20:43.3253257Z [2226/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:20:43.3325995Z [2227/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:20:43.3565111Z [2228/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:20:43.3609269Z [2229/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:20:43.3658521Z [2230/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:20:43.3709039Z [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:20:43.3758156Z [2232/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:20:43.3848225Z [2233/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:20:43.4517617Z [2234/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:20:43.4618898Z [2235/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:20:43.4826870Z [2236/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:20:43.5009908Z [2237/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:20:43.5190701Z [2238/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:20:43.5238878Z [2239/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:20:43.5252124Z [2240/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:20:43.5333412Z [2241/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:20:43.5647042Z [2242/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:20:43.5709972Z [2243/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:20:43.6058417Z [2244/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:20:43.6306547Z [2245/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:20:43.6318901Z [2246/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:20:43.6448311Z [2247/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:20:43.6640242Z [2248/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:20:43.6659451Z [2249/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:20:43.6883737Z [2250/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:20:43.7005667Z [2251/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:20:43.7160671Z [2252/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:20:43.7310210Z [2253/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:20:43.7405673Z [2254/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:20:43.7663584Z [2255/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:20:43.7822987Z [2256/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:20:43.8003347Z [2257/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:20:43.8020681Z [2258/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:20:43.8217900Z [2259/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:20:43.8312874Z [2260/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:20:43.8442409Z [2261/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:20:43.8790300Z [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:20:43.9065055Z [2263/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:20:43.9076440Z [2264/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-gemmlowp-sse41.c.obj 2024-11-01T16:20:43.9118801Z [2265/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-rndna-sse41.c.obj 2024-11-01T16:20:43.9161973Z [2266/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:20:43.9463691Z [2267/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:20:43.9475347Z [2268/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:20:43.9526252Z [2269/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:20:43.9805439Z [2270/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:20:43.9969078Z [2271/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:20:43.9985851Z [2272/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse41-u16.c.obj 2024-11-01T16:20:44.0030719Z [2273/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:20:44.0198448Z [2274/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse41-u8.c.obj 2024-11-01T16:20:44.0284218Z [2275/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse41-u8.c.obj 2024-11-01T16:20:44.0297511Z [2276/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse41-u32.c.obj 2024-11-01T16:20:44.0309293Z [2277/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:20:44.0613524Z [2278/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-sse41-u16.c.obj 2024-11-01T16:20:44.0771952Z [2279/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-sse41-u8.c.obj 2024-11-01T16:20:44.0889456Z [2280/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-sse41-u32.c.obj 2024-11-01T16:20:44.1013269Z [2281/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:20:44.1092956Z [2282/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:20:44.1104762Z [2283/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:20:44.1163988Z [2284/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:20:44.1294936Z [2285/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse41-u16.c.obj 2024-11-01T16:20:44.1430156Z [2286/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse41-u32.c.obj 2024-11-01T16:20:44.1566928Z [2287/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-vclamp\s8-vclamp-sse41-u64.c.obj 2024-11-01T16:20:44.1839659Z [2288/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s32-vmul\gen\s32-vmul-sse41.c.obj 2024-11-01T16:20:44.1943630Z [2289/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:20:44.1956810Z [2290/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-sse41-c16.c.obj 2024-11-01T16:20:44.1997239Z [2291/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-sse41-c16.c.obj 2024-11-01T16:20:44.2257508Z [2292/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:20:44.2319406Z [2293/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-sse41-c8.c.obj 2024-11-01T16:20:44.2430460Z [2294/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s32-vmul\gen\s32-vmulc-sse41.c.obj 2024-11-01T16:20:44.2475741Z [2295/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:20:44.2575502Z [2296/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:20:44.2620682Z [2297/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:20:44.2812163Z [2298/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:20:44.3023955Z [2299/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:20:44.3124487Z [2300/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:20:44.3171143Z [2301/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-sse41-c8.c.obj 2024-11-01T16:20:44.3273517Z [2302/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:20:44.3717716Z [2303/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:20:44.3854536Z [2304/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:20:44.3865520Z [2305/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:20:44.3877014Z [2306/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:20:44.3942619Z [2307/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:20:44.4090494Z [2308/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:20:44.4104803Z [2309/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:20:44.4698460Z [2310/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:20:44.4712078Z [2311/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:20:44.4855514Z [2312/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:20:44.5029917Z [2313/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:20:44.5073814Z [2314/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:20:44.5088159Z [2315/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:20:44.5165015Z [2316/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:20:44.5371442Z [2317/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:20:44.5905992Z [2318/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:20:44.5997730Z [2319/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:20:44.6147797Z [2320/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:20:44.6210298Z [2321/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:20:44.6221879Z [2322/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:20:44.6292448Z [2323/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:20:44.6308776Z [2324/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:20:44.6443658Z [2325/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:20:44.6957603Z [2326/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:20:44.7016115Z [2327/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:20:44.7032074Z [2328/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:20:44.7046715Z [2329/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:20:44.7204315Z [2330/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:20:44.7283189Z [2331/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:20:44.7707033Z [2332/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:20:44.8021411Z [2333/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:20:44.8036793Z [2334/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:20:44.8089775Z [2335/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:20:44.8367178Z [2336/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:20:44.8609256Z [2337/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:20:44.8658113Z [2338/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:20:44.8675413Z [2339/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:20:44.8825059Z [2340/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:20:44.9195423Z [2341/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:20:44.9208550Z [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:20:44.9746163Z [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:20:44.9902944Z [2344/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:20:44.9949380Z [2345/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:20:44.9960417Z [2346/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:20:45.0127631Z [2347/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:20:45.0225267Z [2348/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:20:45.0274948Z [2349/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:20:45.0698103Z [2350/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:20:45.0957980Z [2351/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:20:45.1008836Z [2352/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:20:45.1021674Z [2353/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:20:45.1387284Z [2354/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:20:45.1463977Z [2355/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:20:45.1517297Z [2356/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:20:45.1566397Z [2357/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:20:45.1746825Z [2358/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:20:45.1946092Z [2359/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:20:45.2192688Z [2360/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:20:45.2244613Z [2361/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:20:45.2374833Z [2362/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:20:45.2503492Z [2363/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:20:45.2677147Z [2364/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:20:45.2723008Z [2365/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:20:45.2777087Z [2366/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:20:45.2991746Z [2367/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-avx-2x8.c.obj 2024-11-01T16:20:45.3116762Z [2368/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:20:45.3379223Z [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:20:45.3727426Z [2370/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:20:45.3772960Z [2371/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:20:45.3823525Z [2372/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-avx-2x16.c.obj 2024-11-01T16:20:45.4097741Z [2373/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:20:45.4114712Z [2374/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:20:45.4164489Z [2375/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:20:45.4359406Z [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:20:45.4488858Z [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:20:45.4914303Z [2378/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:20:45.4957854Z [2379/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:20:45.5037282Z [2380/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:20:45.5201941Z [2381/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:20:45.5268573Z [2382/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:20:45.5371223Z [2383/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:20:45.5454403Z [2384/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:20:45.5805730Z [2385/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:20:45.6004981Z [2386/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:20:45.6208705Z [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:20:45.6292293Z [2388/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:20:45.6410941Z [2389/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:20:45.6452694Z [2390/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:20:45.6575901Z [2391/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:20:45.6625582Z [2392/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:20:45.6736163Z [2393/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:20:45.7075043Z [2394/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:20:45.7088327Z [2395/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:20:45.7243880Z [2396/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:20:45.7290133Z [2397/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:20:45.7363428Z [2398/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:20:45.7576917Z [2399/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:20:45.7763392Z [2400/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:20:45.7952836Z [2401/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u8.c.obj 2024-11-01T16:20:45.8015340Z [2402/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:20:45.8164696Z [2403/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:20:45.8323836Z [2404/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:20:45.8446004Z [2405/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:20:45.8498661Z [2406/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:20:45.8585958Z [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:20:45.8597793Z [2408/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:20:45.8728589Z [2409/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:20:45.8907051Z [2410/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u8.c.obj 2024-11-01T16:20:45.8972569Z [2411/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:20:45.9226023Z [2412/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:20:45.9357652Z [2413/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:20:45.9657687Z [2414/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u8.c.obj 2024-11-01T16:20:45.9700063Z [2415/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:20:45.9757240Z [2416/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:20:45.9799537Z [2417/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:20:46.0006661Z [2418/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:20:46.0396455Z [2419/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:20:46.0586483Z [2420/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:20:46.0689433Z [2421/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:20:46.0733412Z [2422/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:20:46.0744416Z [2423/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:20:46.0792975Z [2424/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:20:46.1190557Z [2425/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:20:46.1448417Z [2426/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:20:46.1599946Z [2427/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-avx-u8.c.obj 2024-11-01T16:20:46.1653054Z [2428/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-avx-u8.c.obj 2024-11-01T16:20:46.1891463Z [2429/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-avx-u16.c.obj 2024-11-01T16:20:46.1941374Z [2430/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:20:46.1952540Z [2431/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-avx-u16.c.obj 2024-11-01T16:20:46.2200032Z [2432/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-avx-u16.c.obj 2024-11-01T16:20:46.2214785Z [2433/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-avx-u8.c.obj 2024-11-01T16:20:46.2228435Z [2434/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:20:46.2745881Z [2435/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-avx-u16.c.obj 2024-11-01T16:20:46.2875891Z [2436/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:20:46.2947410Z [2437/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:20:46.2990591Z [2438/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:20:46.3051175Z [2439/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:20:46.3104910Z [2440/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:20:46.3260804Z [2441/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-avx-u8.c.obj 2024-11-01T16:20:46.3273688Z [2442/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx-u16.c.obj 2024-11-01T16:20:46.3612667Z [2443/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:20:46.3954744Z [2444/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:20:46.4033861Z [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:20:46.4046647Z [2446/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx-u8.c.obj 2024-11-01T16:20:46.4142936Z [2447/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:20:46.4195120Z [2448/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:20:46.4246261Z [2449/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:20:46.4479611Z [2450/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcopysign\gen\f32-vcopysign-avx.c.obj 2024-11-01T16:20:46.4820805Z [2451/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx-u16.c.obj 2024-11-01T16:20:46.4942888Z [2452/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcopysign\gen\f32-vcopysignc-avx.c.obj 2024-11-01T16:20:46.4985218Z [2453/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:20:46.5100104Z [2454/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcopysign\gen\f32-vrcopysignc-avx.c.obj 2024-11-01T16:20:46.5262718Z [2455/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-avx-u16.c.obj 2024-11-01T16:20:46.5318937Z [2456/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-avx-u8.c.obj 2024-11-01T16:20:46.5330251Z [2457/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:20:46.5475472Z [2458/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:20:46.5678586Z [2459/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:20:46.5802509Z [2460/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:20:46.5855953Z [2461/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:20:46.6172749Z [2462/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:20:46.6423566Z [2463/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:20:46.6542969Z [2464/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-avx-u8.c.obj 2024-11-01T16:20:46.6592129Z [2465/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:20:46.6604097Z [2466/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:20:46.6615034Z [2467/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-avx-u16.c.obj 2024-11-01T16:20:46.6664099Z [2468/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:20:46.6709931Z [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:20:46.7443609Z [2470/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:20:46.7484248Z [2471/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:20:46.7525091Z [2472/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx-u8.c.obj 2024-11-01T16:20:46.7569783Z [2473/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx-u16.c.obj 2024-11-01T16:20:46.7623360Z [2474/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-avx-u16.c.obj 2024-11-01T16:20:46.7671365Z [2475/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-avx-u16.c.obj 2024-11-01T16:20:46.7721112Z [2476/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-avx-u8.c.obj 2024-11-01T16:20:46.7779074Z [2477/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-avx-u8.c.obj 2024-11-01T16:20:46.8428645Z [2478/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-avx-u8.c.obj 2024-11-01T16:20:46.8553671Z [2479/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-avx-u16.c.obj 2024-11-01T16:20:46.8596287Z [2480/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-avx-u8.c.obj 2024-11-01T16:20:46.8747590Z [2481/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:20:46.8919063Z [2482/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-avx-u8.c.obj 2024-11-01T16:20:46.9027266Z [2483/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-avx-u16.c.obj 2024-11-01T16:20:46.9072612Z [2484/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-avx-u16.c.obj 2024-11-01T16:20:46.9230076Z [2485/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:20:46.9335107Z [2486/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:20:46.9346960Z [2487/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:20:46.9427502Z [2488/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:20:46.9644285Z [2489/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:20:46.9779002Z [2490/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:20:46.9953958Z [2491/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:20:47.0077639Z [2492/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:20:47.0188376Z [2493/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:20:47.0354282Z [2494/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:20:47.0403169Z [2495/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:20:47.0453061Z [2496/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:20:47.0891160Z [2497/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:20:47.0976475Z [2498/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:20:47.0989525Z [2499/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:20:47.1002342Z [2500/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:20:47.1333564Z [2501/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:20:47.1382406Z [2502/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:20:47.1398027Z [2503/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:20:47.1449073Z [2504/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:20:47.1831210Z [2505/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:20:47.1909606Z [2506/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:20:47.2156071Z [2507/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:20:47.2205901Z [2508/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:20:47.2298300Z [2509/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:20:47.2504485Z [2510/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:20:47.2643096Z [2511/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:20:47.2686715Z [2512/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:20:47.2873270Z [2513/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vsqr-avx.c.obj 2024-11-01T16:20:47.2918684Z [2514/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:20:47.3137714Z [2515/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:20:47.3185434Z [2516/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vabs-avx.c.obj 2024-11-01T16:20:47.3366391Z [2517/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vneg-avx.c.obj 2024-11-01T16:20:47.3663267Z [2518/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:20:47.3868097Z [2519/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:20:47.3961175Z [2520/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:20:47.4051943Z [2521/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:20:47.4186292Z [2522/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:20:47.4383010Z [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-ld128.c.obj 2024-11-01T16:20:47.4447025Z [2524/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:20:47.5065720Z [2525/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:20:47.5122924Z [2526/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:20:47.5137248Z [2527/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:20:47.5193113Z [2528/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:20:47.5449031Z [2529/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:20:47.5545001Z [2530/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:20:47.5721997Z [2531/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:20:47.5868260Z [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-ld128.c.obj 2024-11-01T16:20:47.6474112Z [2533/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:20:47.6525709Z [2534/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:20:47.6570401Z [2535/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:20:47.6632267Z [2536/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:20:47.6644426Z [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:20:47.6896962Z [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-ld128.c.obj 2024-11-01T16:20:47.6943616Z [2539/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:20:47.7085398Z [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:20:47.7565176Z [2541/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:20:47.7615782Z [2542/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:20:47.7729765Z [2543/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:20:47.7776770Z [2544/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:20:47.8043279Z [2545/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:20:47.8091520Z [2546/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:20:47.8218831Z [2547/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:20:47.8483027Z [2548/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:20:47.8639746Z [2549/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:20:47.8698976Z [2550/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:20:47.8771872Z [2551/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:20:47.8890609Z [2552/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:20:47.8902844Z [2553/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:20:47.9484029Z [2554/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:20:47.9533042Z [2555/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:20:47.9697704Z [2556/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:20:47.9750953Z [2557/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:20:47.9765264Z [2558/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:20:47.9862315Z [2559/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:20:47.9923805Z [2560/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:20:48.0074309Z [2561/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:20:48.0361108Z [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:20:48.0523156Z [2563/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:20:48.0595644Z [2564/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:20:48.0886551Z [2565/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:20:48.0929843Z [2566/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:20:48.1171213Z [2567/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:20:48.1215111Z [2568/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:20:48.1626448Z [2569/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:20:48.1667237Z [2570/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:20:48.1939939Z [2571/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:20:48.1984187Z [2572/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:20:48.2038811Z [2573/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:20:48.2050101Z [2574/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:20:48.2061612Z [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:20:48.2226685Z [2576/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:20:48.2688515Z [2577/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:20:48.2746826Z [2578/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:20:48.2879632Z [2579/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:20:48.3120227Z [2580/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:20:48.3167782Z [2581/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:20:48.3218209Z [2582/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:20:48.3232656Z [2583/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:20:48.3285796Z [2584/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:20:48.3744945Z [2585/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:20:48.3823843Z [2586/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:20:48.4018234Z [2587/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:20:48.4224225Z [2588/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:20:48.4405889Z [2589/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:20:48.4416448Z [2590/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:20:48.4591483Z [2591/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:20:48.4754605Z [2592/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:20:48.4933185Z [2593/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:20:48.5036762Z [2594/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:20:48.5087204Z [2595/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:20:48.5826565Z [2596/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:20:48.5838994Z [2597/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:20:48.5937432Z [2598/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:20:48.6053697Z [2599/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:20:48.6191509Z [2600/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:20:48.6236827Z [2601/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:20:48.6248561Z [2602/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:20:48.6392524Z [2603/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:20:48.7090582Z [2604/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:20:48.7146541Z [2605/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:20:48.7379332Z [2606/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:20:48.7424165Z [2607/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:20:48.7482944Z [2608/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:20:48.7633504Z [2609/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:20:48.7700090Z [2610/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:20:48.8032136Z [2611/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:20:48.8089466Z [2612/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:20:48.8247020Z [2613/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:20:48.8522200Z [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:20:48.8575605Z [2615/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:20:48.8624760Z [2616/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:20:48.8730408Z [2617/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:20:48.9066034Z [2618/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:20:48.9078015Z [2619/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:20:48.9427111Z [2620/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:20:48.9633054Z [2621/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:20:48.9683236Z [2622/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:20:48.9739639Z [2623/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:20:49.0001120Z [2624/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:20:49.0054910Z [2625/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:20:49.0114979Z [2626/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:20:49.0161365Z [2627/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:20:49.0438738Z [2628/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:20:49.0716612Z [2629/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:20:49.0839452Z [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:20:49.0894139Z [2631/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:20:49.0911083Z [2632/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:20:49.1109451Z [2633/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:20:49.1188348Z [2634/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:20:49.1390005Z [2635/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:20:49.1435824Z [2636/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:20:49.1604192Z [2637/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:20:49.1650642Z [2638/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:20:49.1694023Z [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:20:49.1797277Z [2640/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:20:49.1979364Z [2641/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:20:49.2184912Z [2642/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:20:49.2251669Z [2643/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:20:49.2266268Z [2644/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:20:49.2313594Z [2645/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:20:49.2451120Z [2646/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:20:49.2627020Z [2647/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:20:49.2832323Z [2648/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:20:49.3099035Z [2649/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-avx-u16.c.obj 2024-11-01T16:20:49.3240478Z [2650/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:20:49.3251618Z [2651/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx-u32.c.obj 2024-11-01T16:20:49.3295590Z [2652/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-avx-u8.c.obj 2024-11-01T16:20:49.3485964Z [2653/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx-u16.c.obj 2024-11-01T16:20:49.3544363Z [2654/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx-u8.c.obj 2024-11-01T16:20:49.3566311Z [2655/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:20:49.3834016Z [2656/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx-u32.c.obj 2024-11-01T16:20:49.3888281Z [2657/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-avx-u32.c.obj 2024-11-01T16:20:49.3996959Z [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:20:49.4039422Z [2659/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:20:49.4050960Z [2660/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx-u8.c.obj 2024-11-01T16:20:49.4236760Z [2661/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:20:49.4303742Z [2662/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:20:49.4348712Z [2663/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:20:49.4695210Z [2664/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:20:49.4777345Z [2665/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:20:49.4861219Z [2666/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:20:49.5185110Z [2667/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:20:49.5291764Z [2668/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:20:49.5359585Z [2669/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:20:49.5612516Z [2670/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:20:49.5732653Z [2671/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:20:49.5779009Z [2672/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:20:49.5826308Z [2673/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:20:49.5979324Z [2674/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:20:49.6106503Z [2675/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:20:49.6172236Z [2676/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:20:49.6187347Z [2677/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:20:49.6580587Z [2678/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:20:49.6655573Z [2679/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:20:49.6842979Z [2680/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:20:49.6954247Z [2681/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:20:49.7002117Z [2682/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:20:49.7238292Z [2683/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:20:49.7328648Z [2684/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:20:49.7447112Z [2685/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:20:49.7612668Z [2686/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:20:49.7707771Z [2687/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:20:49.7799629Z [2688/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:20:49.8129740Z [2689/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:20:49.8184135Z [2690/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:20:49.8537205Z [2691/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:20:49.8647984Z [2692/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:20:49.8732967Z [2693/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:20:49.9094929Z [2694/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:20:49.9143576Z [2695/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:20:49.9311472Z [2696/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:20:49.9433268Z [2697/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:20:49.9448623Z [2698/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:20:49.9573013Z [2699/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:20:49.9881968Z [2700/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:20:49.9898691Z [2701/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:20:50.0323293Z [2702/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:20:50.0430321Z [2703/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:20:50.0639285Z [2704/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:20:50.0652051Z [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:20:50.0833660Z [2706/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:20:50.0880122Z [2707/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:20:50.0926071Z [2708/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:20:50.1365168Z [2709/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:20:50.1380287Z [2710/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:20:50.1608985Z [2711/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:20:50.1676792Z [2712/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:20:50.1781188Z [2713/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:20:50.1867076Z [2714/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:20:50.2190359Z [2715/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:20:50.2443728Z [2716/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:20:50.2499360Z [2717/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:20:50.2543589Z [2718/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:20:50.2710441Z [2719/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:20:50.2786259Z [2720/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:20:50.2963879Z [2721/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:20:50.3019435Z [2722/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:20:50.3289672Z [2723/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:20:50.3348468Z [2724/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:20:50.3463254Z [2725/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:20:50.3571370Z [2726/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:20:50.3707708Z [2727/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:20:50.3965744Z [2728/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:20:50.4050457Z [2729/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:20:50.4193618Z [2730/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:20:50.4240513Z [2731/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:20:50.4254768Z [2732/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:20:50.4408714Z [2733/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:20:50.4482544Z [2734/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:20:50.4551376Z [2735/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:20:50.4867185Z [2736/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx-u16.c.obj 2024-11-01T16:20:50.5056367Z [2737/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx-u32.c.obj 2024-11-01T16:20:50.5096643Z [2738/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:20:50.5107837Z [2739/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx-u8.c.obj 2024-11-01T16:20:50.5150738Z [2740/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx-u16.c.obj 2024-11-01T16:20:50.5201480Z [2741/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-avx-u8.c.obj 2024-11-01T16:20:50.5341380Z [2742/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-avx-u32.c.obj 2024-11-01T16:20:50.5639511Z [2743/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-avx-u16.c.obj 2024-11-01T16:20:50.5759088Z [2744/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx-u32.c.obj 2024-11-01T16:20:50.5870235Z [2745/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:20:50.5881711Z [2746/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:20:50.5928015Z [2747/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u16.c.obj 2024-11-01T16:20:50.5946793Z [2748/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:20:50.5999554Z [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:20:50.6072998Z [2750/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u32.c.obj 2024-11-01T16:20:50.6369238Z [2751/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:20:50.6639655Z [2752/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u48.c.obj 2024-11-01T16:20:50.6687671Z [2753/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u64.c.obj 2024-11-01T16:20:50.6758436Z [2754/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:20:50.6770447Z [2755/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:20:50.6847547Z [2756/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:20:50.6985352Z [2757/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:20:50.7286203Z [2758/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:20:50.7512147Z [2759/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:20:50.7523190Z [2760/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:20:50.7633959Z [2761/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:20:50.7688833Z [2762/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:20:50.7701953Z [2763/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:20:50.7827741Z [2764/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:20:50.8172760Z [2765/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:20:50.8227226Z [2766/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:20:50.8455674Z [2767/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:20:50.8549758Z [2768/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:20:50.8638442Z [2769/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:20:50.8701108Z [2770/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:20:50.8713032Z [2771/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:20:50.8727860Z [2772/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:20:50.8957023Z [2773/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:20:50.9321509Z [2774/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:20:50.9371092Z [2775/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:20:50.9548993Z [2776/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:20:50.9592529Z [2777/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:20:50.9741898Z [2778/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:20:50.9903899Z [2779/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:20:51.0032511Z [2780/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:20:51.0139391Z [2781/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:20:51.0154634Z [2782/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:20:51.0435806Z [2783/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:20:51.0551502Z [2784/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:20:51.0732864Z [2785/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:20:51.0809322Z [2786/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:20:51.0967590Z [2787/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:20:51.1053409Z [2788/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:20:51.1120448Z [2789/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:20:51.1283005Z [2790/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:20:51.1413731Z [2791/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:20:51.1649828Z [2792/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:20:51.1715219Z [2793/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:20:51.1776475Z [2794/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:20:51.1837225Z [2795/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:20:51.1947205Z [2796/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:20:51.1994488Z [2797/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:20:51.2193069Z [2798/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:20:51.2207061Z [2799/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:20:51.2512394Z [2800/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-prelu\gen\f16-prelu-f16c-2x8.c.obj 2024-11-01T16:20:51.2607383Z [2801/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-prelu\gen\f16-prelu-f16c-2x16.c.obj 2024-11-01T16:20:51.2653916Z [2802/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:20:51.2668392Z [2803/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:20:51.2835137Z [2804/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:20:51.3184684Z [2805/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\f16-rmax-f16c-u32.c.obj 2024-11-01T16:20:51.3501794Z [2806/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmax-f16c-u16.c.obj 2024-11-01T16:20:51.3513998Z [2807/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:20:51.3559959Z [2808/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:20:51.3580879Z [2809/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:20:51.3679186Z [2810/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmax-f16c-u8.c.obj 2024-11-01T16:20:51.3736281Z [2811/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:20:51.3787184Z [2812/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:20:51.4016862Z [2813/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmaxc-f16c-u8.c.obj 2024-11-01T16:20:51.4532642Z [2814/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmin-f16c-u8.c.obj 2024-11-01T16:20:51.4544444Z [2815/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmin-f16c-u16.c.obj 2024-11-01T16:20:51.4587144Z [2816/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:20:51.4659055Z [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:20:51.4734411Z [2818/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmaxc-f16c-u16.c.obj 2024-11-01T16:20:51.4984428Z [2819/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vminc-f16c-u16.c.obj 2024-11-01T16:20:51.4996171Z [2820/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:20:51.5384378Z [2821/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:20:51.5396109Z [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:20:51.5441770Z [2823/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vminc-f16c-u8.c.obj 2024-11-01T16:20:51.5572229Z [2824/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:20:51.5777384Z [2825/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:20:51.5836716Z [2826/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsqrdiff-f16c-u16.c.obj 2024-11-01T16:20:51.5954036Z [2827/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:20:51.6042661Z [2828/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsqrdiff-f16c-u8.c.obj 2024-11-01T16:20:51.6268145Z [2829/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:20:51.6283066Z [2830/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsqrdiffc-f16c-u8.c.obj 2024-11-01T16:20:51.6409616Z [2831/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:20:51.6456276Z [2832/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:20:51.6703106Z [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:20:51.6809288Z [2834/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsqrdiffc-f16c-u16.c.obj 2024-11-01T16:20:51.6821051Z [2835/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:20:51.7120129Z [2836/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vlrelu\gen\f16-vlrelu-f16c-u16.c.obj 2024-11-01T16:20:51.7177433Z [2837/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vclamp\gen\f16-vclamp-f16c-u16.c.obj 2024-11-01T16:20:51.7284984Z [2838/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vhswish\gen\f16-vhswish-f16c-u16.c.obj 2024-11-01T16:20:51.7300020Z [2839/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vhswish\gen\f16-vhswish-f16c-u8.c.obj 2024-11-01T16:20:51.7576321Z [2840/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vlrelu\gen\f16-vlrelu-f16c-u8.c.obj 2024-11-01T16:20:51.7671048Z [2841/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndne-f16c-u8.c.obj 2024-11-01T16:20:51.7842460Z [2842/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndd-f16c-u8.c.obj 2024-11-01T16:20:51.7962473Z [2843/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndne-f16c-u16.c.obj 2024-11-01T16:20:51.8055717Z [2844/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndu-f16c-u8.c.obj 2024-11-01T16:20:51.8336622Z [2845/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:20:51.8547286Z [2846/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndu-f16c-u16.c.obj 2024-11-01T16:20:51.8560389Z [2847/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndd-f16c-u16.c.obj 2024-11-01T16:20:51.8608567Z [2848/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndz-f16c-u16.c.obj 2024-11-01T16:20:51.8785388Z [2849/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndz-f16c-u8.c.obj 2024-11-01T16:20:51.8798071Z [2850/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:20:51.8905268Z [2851/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:20:51.8971473Z [2852/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:20:51.9208863Z [2853/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:20:51.9504955Z [2854/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:20:51.9558631Z [2855/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:20:51.9569831Z [2856/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:20:51.9675726Z [2857/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:20:51.9839168Z [2858/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:20:52.0003415Z [2859/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:20:52.0072887Z [2860/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:20:52.0200711Z [2861/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:20:52.0419118Z [2862/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:20:52.0533370Z [2863/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:20:52.0798557Z [2864/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:20:52.0875396Z [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:20:52.0890322Z [2866/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:20:52.1001097Z [2867/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:20:52.1052134Z [2868/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:20:52.1117170Z [2869/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:20:52.1400337Z [2870/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:20:52.1616610Z [2871/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:20:52.1776274Z [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:20:52.1864313Z [2873/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:20:52.1879306Z [2874/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:20:52.1954083Z [2875/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:20:52.2287334Z [2876/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:20:52.2483598Z [2877/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:20:52.2496950Z [2878/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:20:52.2636324Z [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:20:52.2745296Z [2880/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:20:52.2757187Z [2881/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:20:52.2860148Z [2882/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:20:52.2974928Z [2883/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:20:52.3219557Z [2884/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:20:52.3414784Z [2885/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:20:52.3425880Z [2886/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:20:52.3595996Z [2887/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vsqr-f16c-u16.c.obj 2024-11-01T16:20:52.3723717Z [2888/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:20:52.3771466Z [2889/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vsqr-f16c-u8.c.obj 2024-11-01T16:20:52.3902878Z [2890/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:20:52.3955722Z [2891/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:20:52.4300998Z [2892/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:20:52.4656754Z [2893/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:20:52.4668718Z [2894/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:20:52.4764434Z [2895/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:20:52.4826843Z [2896/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:20:52.5127761Z [2897/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:20:52.5173914Z [2898/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:20:52.5284561Z [2899/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:20:52.5296484Z [2900/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:20:52.5624360Z [2901/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:20:52.5710877Z [2902/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:20:52.5921637Z [2903/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:20:52.6079128Z [2904/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:20:52.6321261Z [2905/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:20:52.6370828Z [2906/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:20:52.6380817Z [2907/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:20:52.6478048Z [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:20:52.6837085Z [2909/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:20:52.6851299Z [2910/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:20:52.7067894Z [2911/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:20:52.7176991Z [2912/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:20:52.7454376Z [2913/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:20:52.7467618Z [2914/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:20:52.7652812Z [2915/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:20:52.7736079Z [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:20:52.7865864Z [2917/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:20:52.7987251Z [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:20:52.8254497Z [2919/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:20:52.8324373Z [2920/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:20:52.8611324Z [2921/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:20:52.8719840Z [2922/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:20:52.8731889Z [2923/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:20:52.8840928Z [2924/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:20:52.8853093Z [2925/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:20:52.9248458Z [2926/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:20:52.9323938Z [2927/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:20:52.9392604Z [2928/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:20:52.9680339Z [2929/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:20:52.9736345Z [2930/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-ibilinear\gen\f16-ibilinear-fma3-c16.c.obj 2024-11-01T16:20:52.9752876Z [2931/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:20:52.9814437Z [2932/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:20:53.0145881Z [2933/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-ibilinear\gen\f16-ibilinear-fma3-c8.c.obj 2024-11-01T16:20:53.0252525Z [2934/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:20:53.0265592Z [2935/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:20:53.0455828Z [2936/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:20:53.0540095Z [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:20:53.0603770Z [2938/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:20:53.0955378Z [2939/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:20:53.1039512Z [2940/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:20:53.1051110Z [2941/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:20:53.1116823Z [2942/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:20:53.1422332Z [2943/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:20:53.1482814Z [2944/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:20:53.1716180Z [2945/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:20:53.1727752Z [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:20:53.1770681Z [2947/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:20:53.1982472Z [2948/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:20:53.2113015Z [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:20:53.2282425Z [2950/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:20:53.2347114Z [2951/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:20:53.2358785Z [2952/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:20:53.2579339Z [2953/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:20:53.2747760Z [2954/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:20:53.2899816Z [2955/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:20:53.3014431Z [2956/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:20:53.3175402Z [2957/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:20:53.3226081Z [2958/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:20:53.3437809Z [2959/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:20:53.3483524Z [2960/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:20:53.3536927Z [2961/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:20:53.3801078Z [2962/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:20:53.4022567Z [2963/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:20:53.4116175Z [2964/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:20:53.4260870Z [2965/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:20:53.4421232Z [2966/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:20:53.4679632Z [2967/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:20:53.4728571Z [2968/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:20:53.4743568Z [2969/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:20:53.5080465Z [2970/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:20:53.5171800Z [2971/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:20:53.5184072Z [2972/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:20:53.5232321Z [2973/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:20:53.5472567Z [2974/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:20:53.5781492Z [2975/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:20:53.5828861Z [2976/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:20:53.6151652Z [2977/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:20:53.6326654Z [2978/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:20:53.6341187Z [2979/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:20:53.6446060Z [2980/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:20:53.6497188Z [2981/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:20:53.6721688Z [2982/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:20:53.6857280Z [2983/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:20:53.6873136Z [2984/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:20:53.7429484Z [2985/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:20:53.7487423Z [2986/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:20:53.7607102Z [2987/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:20:53.7621790Z [2988/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:20:53.7638622Z [2989/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:20:53.7738784Z [2990/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:20:53.7812908Z [2991/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:20:53.7909674Z [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:20:53.8545560Z [2993/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:20:53.8606649Z [2994/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:20:53.8708873Z [2995/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:20:53.8767506Z [2996/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:20:53.8812945Z [2997/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:20:53.9049681Z [2998/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:20:53.9246158Z [2999/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:20:53.9589198Z [3000/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:20:53.9837288Z [3001/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:20:53.9847737Z [3002/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:20:53.9897996Z [3003/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:20:53.9941129Z [3004/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:20:54.0039366Z [3005/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:20:54.0100703Z [3006/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:20:54.0616254Z [3007/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:20:54.0911811Z [3008/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:20:54.0924416Z [3009/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:20:54.1001045Z [3010/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:20:54.1052327Z [3011/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:20:54.1217202Z [3012/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:20:54.1439760Z [3013/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:20:54.1491395Z [3014/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:20:54.1664576Z [3015/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:20:54.2127056Z [3016/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:20:54.2174455Z [3017/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:20:54.2224616Z [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:20:54.2270619Z [3019/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:20:54.2426498Z [3020/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:20:54.2660622Z [3021/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:20:54.2950695Z [3022/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:20:54.3073910Z [3023/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:20:54.3141304Z [3024/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:20:54.3188849Z [3025/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:20:54.3233257Z [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:20:54.3400132Z [3027/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:20:54.3552158Z [3028/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:20:54.3744377Z [3029/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:20:54.3885011Z [3030/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:20:54.3956608Z [3031/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:20:54.4093151Z [3032/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:20:54.4139587Z [3033/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:20:54.4188448Z [3034/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:20:54.4351418Z [3035/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:20:54.4699391Z [3036/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:20:54.4754470Z [3037/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:20:54.4965241Z [3038/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:20:54.5099222Z [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:20:54.5153154Z [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:20:54.5237210Z [3041/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:20:54.5363879Z [3042/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:20:54.5765791Z [3043/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:20:54.6112229Z [3044/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:20:54.6153670Z [3045/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:20:54.6196541Z [3046/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:20:54.6401341Z [3047/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:20:54.6516083Z [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:20:54.6602533Z [3049/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:20:54.6746602Z [3050/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:20:54.6821314Z [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:20:54.7196835Z [3052/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:20:54.7457272Z [3053/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-fma3-u8.c.obj 2024-11-01T16:20:54.7594111Z [3054/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:20:54.7637644Z [3055/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:20:54.7698820Z [3056/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:20:54.7748159Z [3057/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:20:54.7766006Z [3058/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-fma3-u16.c.obj 2024-11-01T16:20:54.8002068Z [3059/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:20:54.8106090Z [3060/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:20:54.8480463Z [3061/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:20:54.8582742Z [3062/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:20:54.8653340Z [3063/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:20:54.8876103Z [3064/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:20:54.8892763Z [3065/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:20:54.8973132Z [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:20:54.9157630Z [3067/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:20:54.9203433Z [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:20:54.9317492Z [3069/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:20:54.9437872Z [3070/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:20:54.9871177Z [3071/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:20:54.9921341Z [3072/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:20:55.0120690Z [3073/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:20:55.0136853Z [3074/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:20:55.0350222Z [3075/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:20:55.0523983Z [3076/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:20:55.0689800Z [3077/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:20:55.0741322Z [3078/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:20:55.0976849Z [3079/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:20:55.1049539Z [3080/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:20:55.1111088Z [3081/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:20:55.1395458Z [3082/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:20:55.1441895Z [3083/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:20:55.1491750Z [3084/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:20:55.1716962Z [3085/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:20:55.1764841Z [3086/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:20:55.2099491Z [3087/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:20:55.2185947Z [3088/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:20:55.2236271Z [3089/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:20:55.2513845Z [3090/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:20:55.2563426Z [3091/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:20:55.2632022Z [3092/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:20:55.2750332Z [3093/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:20:55.3098503Z [3094/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:20:55.3274441Z [3095/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:20:55.3344426Z [3096/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:20:55.3356152Z [3097/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:20:55.3459670Z [3098/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:20:55.3513699Z [3099/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:20:55.3565988Z [3100/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:20:55.3656407Z [3101/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:20:55.4050248Z [3102/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:20:55.4340876Z [3103/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:20:55.4385171Z [3104/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:20:55.4497544Z [3105/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:20:55.4562334Z [3106/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:20:55.4578931Z [3107/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:20:55.4728378Z [3108/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:20:55.4963804Z [3109/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:20:55.5041810Z [3110/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:20:55.5092157Z [3111/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:20:55.5362546Z [3112/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:20:55.5377706Z [3113/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:20:55.5427016Z [3114/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:20:55.5476328Z [3115/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:20:55.5655659Z [3116/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:20:55.5941348Z [3117/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:20:55.6123363Z [3118/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:20:55.6207261Z [3119/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:20:55.6257659Z [3120/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:20:55.6268822Z [3121/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:20:55.6360453Z [3122/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:20:55.6417313Z [3123/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:20:55.6631779Z [3124/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:20:55.6692790Z [3125/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:20:55.6902835Z [3126/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:20:55.7082173Z [3127/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:20:55.7096870Z [3128/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:20:55.7202287Z [3129/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:20:55.7247891Z [3130/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:20:55.7386636Z [3131/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:20:55.7435845Z [3132/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:20:55.7485164Z [3133/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:20:55.7647647Z [3134/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:20:55.7952014Z [3135/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:20:55.7998220Z [3136/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:20:55.8252736Z [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:20:55.8264031Z [3138/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:20:55.8414254Z [3139/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:20:55.8492840Z [3140/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:20:55.8533357Z [3141/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:20:55.8584938Z [3142/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:20:55.8749273Z [3143/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:20:55.8956561Z [3144/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:20:55.9164900Z [3145/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:20:55.9178548Z [3146/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:20:55.9348897Z [3147/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:20:55.9400162Z [3148/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:20:55.9412962Z [3149/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:20:55.9462538Z [3150/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:20:55.9635521Z [3151/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:20:56.0063547Z [3152/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:20:56.0178326Z [3153/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:20:56.0261849Z [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:20:56.0314565Z [3155/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:20:56.0400598Z [3156/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:20:56.0477403Z [3157/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:20:56.0530011Z [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:20:56.0635063Z [3159/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:20:56.0904983Z [3160/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:20:56.1190707Z [3161/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:20:56.1305109Z [3162/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:20:56.1352682Z [3163/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:20:56.1366805Z [3164/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:20:56.1439941Z [3165/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:20:56.1611468Z [3166/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:20:56.1989252Z [3167/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:20:56.2203871Z [3168/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:20:56.2218296Z [3169/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:20:56.2230411Z [3170/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:20:56.2357463Z [3171/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:20:56.2402524Z [3172/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:20:56.2501924Z [3173/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:20:56.2602008Z [3174/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:20:56.2905373Z [3175/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:20:56.3114920Z [3176/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:20:56.3373754Z [3177/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:20:56.3459142Z [3178/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:20:56.3645891Z [3179/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:20:56.3811080Z [3180/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:20:56.3880510Z [3181/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:20:56.3927261Z [3182/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:20:56.4179986Z [3183/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:20:56.4226288Z [3184/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:20:56.4513202Z [3185/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:20:56.4541497Z [3186/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:20:56.4668391Z [3187/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:20:56.4934942Z [3188/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:20:56.4949550Z [3189/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:20:56.5279183Z [3190/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:20:56.5457107Z [3191/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:20:56.5522136Z [3192/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:20:56.5643796Z [3193/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:20:56.5937129Z [3194/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:20:56.6006891Z [3195/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:20:56.6019809Z [3196/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:20:56.6149603Z [3197/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:20:56.6373557Z [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:20:56.6518393Z [3199/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:20:56.6785498Z [3200/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:20:56.6845113Z [3201/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:20:56.6971603Z [3202/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:20:56.7131263Z [3203/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:20:56.7181402Z [3204/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:20:56.7247888Z [3205/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:20:56.7295907Z [3206/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:20:56.7398225Z [3207/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:20:56.7567842Z [3208/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:20:56.7783800Z [3209/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:20:56.7935109Z [3210/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:20:56.8003349Z [3211/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:20:56.8066014Z [3212/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:20:56.8125609Z [3213/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:20:56.8247979Z [3214/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:20:56.8338659Z [3215/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:20:56.8384134Z [3216/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:20:56.8593794Z [3217/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:20:56.8855300Z [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:20:56.9010073Z [3219/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:20:56.9072851Z [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:20:56.9132478Z [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:20:56.9259315Z [3222/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:20:56.9541153Z [3223/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:20:56.9557158Z [3224/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:20:56.9630907Z [3225/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:20:56.9731303Z [3226/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:20:56.9816916Z [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:20:56.9915728Z [3228/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:20:57.0037521Z [3229/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:20:57.0216453Z [3230/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:20:57.0381917Z [3231/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:20:57.0475387Z [3232/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:20:57.0520902Z [3233/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:20:57.0584982Z [3234/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:20:57.0599661Z [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:20:57.0946124Z [3236/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:20:57.1090543Z [3237/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:20:57.1247462Z [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:20:57.1293144Z [3239/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:20:57.1402917Z [3240/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:20:57.1496374Z [3241/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:20:57.1507848Z [3242/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:20:57.1719938Z [3243/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:20:57.1867082Z [3244/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:20:57.2036265Z [3245/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:20:57.2081037Z [3246/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:20:57.2184092Z [3247/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:20:57.2199276Z [3248/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:20:57.2473236Z [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:20:57.2520446Z [3250/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:20:57.2637616Z [3251/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:20:57.2688802Z [3252/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:20:57.2914564Z [3253/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:20:57.2969409Z [3254/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:20:57.3031928Z [3255/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:20:57.3080820Z [3256/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:20:57.3326213Z [3257/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:20:57.3479362Z [3258/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:20:57.3528776Z [3259/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:20:57.3790759Z [3260/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:20:57.3885284Z [3261/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:20:57.3929620Z [3262/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:20:57.4020549Z [3263/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:20:57.4082429Z [3264/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:20:57.4188848Z [3265/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:20:57.4312505Z [3266/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:20:57.4467236Z [3267/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:20:57.4784061Z [3268/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:20:57.4898490Z [3269/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:20:57.4942616Z [3270/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:20:57.5036855Z [3271/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:20:57.5048152Z [3272/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:20:57.5243850Z [3273/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:20:57.5721221Z [3274/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:20:57.5764282Z [3275/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:20:57.5805132Z [3276/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:20:57.6079727Z [3277/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:20:57.6124720Z [3278/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:20:57.6260602Z [3279/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:20:57.6386290Z [3280/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:20:57.6596222Z [3281/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:20:57.6641949Z [3282/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:20:57.6731339Z [3283/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:20:57.6784351Z [3284/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:20:57.6921269Z [3285/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:20:57.7107470Z [3286/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:20:57.7396518Z [3287/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:20:57.7596006Z [3288/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:20:57.7701364Z [3289/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:20:57.7863947Z [3290/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:20:57.7874629Z [3291/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:20:57.7926203Z [3292/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:20:57.7991461Z [3293/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:20:57.8205063Z [3294/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:20:57.8415988Z [3295/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:20:57.8561030Z [3296/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:20:57.8668620Z [3297/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:20:57.8715798Z [3298/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:20:57.8881683Z [3299/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:20:57.8930260Z [3300/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:20:57.8943396Z [3301/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:20:57.9079765Z [3302/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:20:57.9357150Z [3303/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:20:57.9407580Z [3304/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:20:57.9457884Z [3305/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:20:57.9589683Z [3306/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:20:57.9649802Z [3307/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:20:57.9754874Z [3308/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:20:57.9821807Z [3309/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:20:58.0139044Z [3310/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:20:58.0264404Z [3311/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:20:58.0342916Z [3312/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:20:58.0354006Z [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:20:58.0621860Z [3314/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:20:58.0691404Z [3315/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:20:58.0758619Z [3316/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:20:58.0856972Z [3317/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:20:58.1108300Z [3318/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:20:58.1177786Z [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:20:58.1226217Z [3320/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:20:58.1380433Z [3321/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:20:58.1449164Z [3322/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:20:58.1589721Z [3323/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:20:58.1714481Z [3324/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:20:58.1877866Z [3325/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:20:58.2086191Z [3326/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:20:58.2098236Z [3327/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:20:58.2176984Z [3328/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:20:58.2267083Z [3329/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:20:58.2415514Z [3330/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:20:58.2514864Z [3331/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:20:58.2563275Z [3332/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:20:58.2967517Z [3333/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:20:58.3235129Z [3334/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:20:58.3287935Z [3335/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:20:58.3332218Z [3336/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:20:58.3380256Z [3337/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:20:58.3462320Z [3338/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:20:58.3790459Z [3339/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:20:58.4028169Z [3340/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:20:58.4131702Z [3341/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:20:58.4144376Z [3342/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:20:58.4441082Z [3343/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:20:58.4487473Z [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:20:58.4687126Z [3345/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:20:58.4761572Z [3346/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:20:58.4918142Z [3347/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:20:58.5269302Z [3348/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:20:58.5283197Z [3349/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:20:58.5771645Z [3350/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:20:58.5833592Z [3351/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:20:58.5881162Z [3352/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:20:58.6159464Z [3353/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:20:58.6355426Z [3354/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:20:58.6404637Z [3355/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:20:58.6420029Z [3356/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:20:58.6555225Z [3357/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:20:58.7023990Z [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.c.obj 2024-11-01T16:20:58.7193117Z [3359/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:20:58.7210541Z [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.c.obj 2024-11-01T16:20:58.7510966Z [3361/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:20:58.7769875Z [3362/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:20:58.7824197Z [3363/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:20:58.8046730Z [3364/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:20:58.8252032Z [3365/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:20:58.8341941Z [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.c.obj 2024-11-01T16:20:58.8535667Z [3367/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:20:58.8630945Z [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.c.obj 2024-11-01T16:20:58.8684976Z [3369/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:20:58.8944144Z [3370/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:20:58.8956887Z [3371/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:20:58.9384005Z [3372/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:20:58.9636143Z [3373/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:20:58.9792363Z [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.c.obj 2024-11-01T16:20:58.9804157Z [3375/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:20:58.9991746Z [3376/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:20:59.0154357Z [3377/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:20:59.0206631Z [3378/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:20:59.0380926Z [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:20:59.0436133Z [3380/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:20:59.0737801Z [3381/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:20:59.0951709Z [3382/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:20:59.1399154Z [3383/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:20:59.1499535Z [3384/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:20:59.1932679Z [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.c.obj 2024-11-01T16:20:59.1976119Z [3386/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:20:59.2165603Z [3387/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:20:59.2287051Z [3388/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:20:59.2515943Z [3389/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:20:59.2613086Z [3390/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:20:59.2981677Z [3391/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:20:59.3154577Z [3392/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:20:59.3306303Z [3393/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:20:59.3555013Z [3394/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:20:59.3599962Z [3395/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:20:59.3692079Z [3396/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:20:59.3771076Z [3397/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:20:59.4000063Z [3398/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:20:59.4267926Z [3399/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:20:59.4467665Z [3400/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:20:59.4645720Z [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:20:59.4775470Z [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-prfm.c.obj 2024-11-01T16:20:59.4874030Z [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.c.obj 2024-11-01T16:20:59.4941731Z [3404/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:20:59.5212636Z [3405/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:20:59.5425424Z [3406/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:20:59.5772869Z [3407/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:20:59.5844791Z [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:20:59.6010266Z [3409/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:20:59.6076215Z [3410/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:20:59.6267713Z [3411/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:20:59.6349545Z [3412/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:20:59.6416615Z [3413/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:20:59.6905260Z [3414/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:20:59.7113863Z [3415/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:20:59.7203947Z [3416/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:20:59.7216360Z [3417/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:20:59.7554628Z [3418/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:20:59.7664012Z [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:20:59.7720262Z [3420/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:20:59.8187340Z [3421/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:20:59.8300613Z [3422/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:20:59.8486674Z [3423/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:20:59.8603924Z [3424/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:20:59.8710793Z [3425/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:20:59.8862962Z [3426/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:20:59.8916045Z [3427/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:20:59.9331616Z [3428/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:20:59.9446663Z [3429/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:20:59.9642806Z [3430/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:20:59.9869908Z [3431/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:20:59.9990134Z [3432/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:21:00.0057709Z [3433/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:21:00.0379271Z [3434/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:21:00.0449529Z [3435/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:21:00.0673066Z [3436/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:21:00.0774115Z [3437/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:21:00.0890480Z [3438/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:21:00.1377285Z [3439/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:21:00.1506719Z [3440/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:21:00.1551291Z [3441/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:21:00.1599809Z [3442/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:21:00.1657212Z [3443/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:21:00.1870091Z [3444/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:21:00.2175663Z [3445/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:21:00.2382298Z [3446/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:21:00.2565305Z [3447/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:21:00.2661716Z [3448/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:21:00.2852901Z [3449/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:21:00.2949364Z [3450/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:21:00.2994622Z [3451/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:21:00.3222294Z [3452/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:21:00.3234879Z [3453/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:21:00.3582129Z [3454/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:21:00.3706759Z [3455/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:21:00.3940548Z [3456/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:21:00.3981813Z [3457/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:21:00.4153272Z [3458/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:21:00.4316895Z [3459/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:21:00.4516322Z [3460/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:21:00.4704538Z [3461/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:21:00.4716100Z [3462/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:21:00.4825805Z [3463/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:21:00.4868281Z [3464/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:21:00.4913492Z [3465/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:21:00.5324599Z [3466/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:21:00.5442503Z [3467/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:21:00.5691962Z [3468/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:21:00.5731881Z [3469/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:21:00.5821673Z [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:21:00.5840446Z [3471/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:21:00.5971938Z [3472/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:21:00.6065968Z [3473/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:21:00.6452106Z [3474/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:21:00.6555386Z [3475/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:21:00.6860684Z [3476/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:21:00.6935760Z [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-vpmovsx.c.obj 2024-11-01T16:21:00.7005884Z [3478/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:21:00.7050764Z [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:21:00.7323286Z [3480/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:21:00.7677895Z [3481/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:21:00.7955118Z [3482/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:21:00.8014408Z [3483/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:21:00.8117874Z [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-vpunpck.c.obj 2024-11-01T16:21:00.8218575Z [3485/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:21:00.8320019Z [3486/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:21:00.8431154Z [3487/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:21:00.8701620Z [3488/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:21:00.9042755Z [3489/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:21:00.9151605Z [3490/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:21:00.9211959Z [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-vpmovsx.c.obj 2024-11-01T16:21:00.9464200Z [3492/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:21:00.9477371Z [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-vpunpck.c.obj 2024-11-01T16:21:00.9529923Z [3494/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:21:00.9587177Z [3495/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:21:00.9790970Z [3496/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:21:01.0316688Z [3497/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:21:01.0443710Z [3498/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:21:01.0489401Z [3499/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:21:01.0542641Z [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-vpmovsx.c.obj 2024-11-01T16:21:01.0598424Z [3501/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:21:01.0740669Z [3502/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:21:01.1394894Z [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:21:01.1407256Z [3504/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:21:01.1418248Z [3505/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:21:01.1552018Z [3506/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:21:01.1659754Z [3507/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:21:01.1705463Z [3508/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:21:01.1931767Z [3509/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:21:01.2118777Z [3510/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:21:01.2358977Z [3511/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:21:01.2520225Z [3512/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:21:01.2568882Z [3513/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:21:01.2581181Z [3514/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:21:01.2770259Z [3515/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:21:01.3422512Z [3516/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:21:01.3487945Z [3517/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:21:01.3529732Z [3518/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:21:01.3572740Z [3519/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:21:01.3763667Z [3520/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:21:01.3812886Z [3521/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:21:01.3825063Z [3522/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:21:01.3925101Z [3523/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:21:01.4398603Z [3524/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u32.c.obj 2024-11-01T16:21:01.4551407Z [3525/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u128.c.obj 2024-11-01T16:21:01.4605900Z [3526/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:21:01.4652330Z [3527/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:21:01.4697576Z [3528/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:21:01.4744338Z [3529/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:21:01.4812282Z [3530/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:21:01.5006290Z [3531/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:21:01.5363464Z [3532/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:21:01.5572148Z [3533/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:21:01.5635431Z [3534/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u64.c.obj 2024-11-01T16:21:01.5704533Z [3535/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:21:01.5724444Z [3536/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:21:01.5773599Z [3537/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:21:01.6016186Z [3538/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:21:01.6119767Z [3539/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:21:01.6336048Z [3540/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx2-u16.c.obj 2024-11-01T16:21:01.6588493Z [3541/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx2-u16.c.obj 2024-11-01T16:21:01.6633013Z [3542/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx2-u32.c.obj 2024-11-01T16:21:01.6787638Z [3543/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:21:01.6800810Z [3544/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx2-u64.c.obj 2024-11-01T16:21:01.6887483Z [3545/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:21:01.7125341Z [3546/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx2-u32.c.obj 2024-11-01T16:21:01.7175185Z [3547/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:21:01.7189574Z [3548/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:21:01.7390061Z [3549/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx2-u64.c.obj 2024-11-01T16:21:01.7768160Z [3550/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:21:01.7897576Z [3551/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:21:01.7953805Z [3552/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:21:01.7966813Z [3553/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:21:01.8233229Z [3554/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:21:01.8407334Z [3555/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:21:01.8467121Z [3556/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:21:01.8647677Z [3557/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:21:01.8766430Z [3558/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:21:01.8985917Z [3559/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:21:01.9029555Z [3560/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:21:01.9111336Z [3561/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:21:01.9400910Z [3562/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:21:01.9474351Z [3563/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:21:01.9679506Z [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:21:01.9749482Z [3565/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:21:01.9968969Z [3566/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:21:01.9985126Z [3567/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:21:02.0510756Z [3568/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:21:02.0520766Z [3569/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:21:02.0569748Z [3570/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:21:02.0582929Z [3571/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:21:02.0811611Z [3572/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:21:02.0823186Z [3573/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:21:02.0945837Z [3574/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:21:02.1017727Z [3575/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:21:02.1435665Z [3576/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx2-u64.c.obj 2024-11-01T16:21:02.1520077Z [3577/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:21:02.1568458Z [3578/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s32-vmul\gen\s32-vmul-avx2.c.obj 2024-11-01T16:21:02.1611681Z [3579/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx2-u64.c.obj 2024-11-01T16:21:02.1663584Z [3580/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx2-u16.c.obj 2024-11-01T16:21:02.1934798Z [3581/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx2-u32.c.obj 2024-11-01T16:21:02.2012317Z [3582/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx2-u32.c.obj 2024-11-01T16:21:02.2283613Z [3583/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx2-u16.c.obj 2024-11-01T16:21:02.2333430Z [3584/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u64.c.obj 2024-11-01T16:21:02.2345169Z [3585/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u128.c.obj 2024-11-01T16:21:02.2418750Z [3586/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s32-vmul\gen\s32-vmulc-avx2.c.obj 2024-11-01T16:21:02.2468020Z [3587/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u96.c.obj 2024-11-01T16:21:02.2639297Z [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:21:02.2856193Z [3589/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:21:02.3230369Z [3590/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:21:02.3277195Z [3591/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:21:02.3290287Z [3592/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:21:02.3365614Z [3593/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:21:02.3446695Z [3594/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:21:02.3583867Z [3595/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:21:02.3628747Z [3596/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:21:02.3863731Z [3597/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:21:02.4257207Z [3598/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:21:02.4318032Z [3599/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:21:02.4367021Z [3600/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:21:02.4460256Z [3601/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:21:02.4631717Z [3602/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:21:02.4647600Z [3603/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:21:02.4730061Z [3604/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:21:02.5083147Z [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:21:02.5324054Z [3606/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:21:02.5372371Z [3607/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:21:02.5503490Z [3608/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:21:02.5811466Z [3609/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:21:02.5855118Z [3610/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:21:02.5959796Z [3611/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:21:02.6015801Z [3612/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:21:02.6098905Z [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:21:02.6439880Z [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:21:02.6492506Z [3615/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:21:02.6595756Z [3616/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:21:02.6950041Z [3617/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:21:02.6962228Z [3618/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:21:02.7005721Z [3619/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:21:02.7064461Z [3620/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:21:02.7425492Z [3621/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:21:02.7508657Z [3622/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:21:02.7673357Z [3623/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:21:02.7746641Z [3624/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:21:02.8110357Z [3625/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:21:02.8157235Z [3626/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:21:02.8205208Z [3627/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:21:02.8298729Z [3628/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:21:02.8656806Z [3629/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:21:02.8707059Z [3630/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:21:02.8761601Z [3631/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:21:02.9075502Z [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:21:02.9087755Z [3633/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-avx512f-2x16.c.obj 2024-11-01T16:21:02.9135451Z [3634/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:21:02.9194554Z [3635/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:21:02.9305198Z [3636/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:21:02.9510087Z [3637/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:21:02.9695223Z [3638/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:21:02.9749334Z [3639/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-avx512f-2x32.c.obj 2024-11-01T16:21:02.9881104Z [3640/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:21:02.9932588Z [3641/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:21:02.9946713Z [3642/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:21:03.0097276Z [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:21:03.0120031Z [3644/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:21:03.0276274Z [3645/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:21:03.0451358Z [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:21:03.0738673Z [3647/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:21:03.0850482Z [3648/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:21:03.0911509Z [3649/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:21:03.0959933Z [3650/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:21:03.1110521Z [3651/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:21:03.1185682Z [3652/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:21:03.1298941Z [3653/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:21:03.1680693Z [3654/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:21:03.1693317Z [3655/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:21:03.1741701Z [3656/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:21:03.1786616Z [3657/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:21:03.1833239Z [3658/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:21:03.2089282Z [3659/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:21:03.2271087Z [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:21:03.2347522Z [3661/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:21:03.2549204Z [3662/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:21:03.2594198Z [3663/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:21:03.2638858Z [3664/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:21:03.2780415Z [3665/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:21:03.2796888Z [3666/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:21:03.2847308Z [3667/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:21:03.3145416Z [3668/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:21:03.3378750Z [3669/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:21:03.3391745Z [3670/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:21:03.3438957Z [3671/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:21:03.3495605Z [3672/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:21:03.3586427Z [3673/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:21:03.3645777Z [3674/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:21:03.3692233Z [3675/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:21:03.4222463Z [3676/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:21:03.4344707Z [3677/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:21:03.4529315Z [3678/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:21:03.4574873Z [3679/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:21:03.4622742Z [3680/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:21:03.4736751Z [3681/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u16.c.obj 2024-11-01T16:21:03.5082340Z [3682/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:21:03.5156381Z [3683/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:21:03.5308492Z [3684/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:21:03.5367600Z [3685/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:21:03.5427682Z [3686/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:21:03.5442873Z [3687/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:21:03.5554572Z [3688/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u16.c.obj 2024-11-01T16:21:03.5771264Z [3689/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:21:03.5861540Z [3690/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:21:03.6165665Z [3691/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:21:03.6263532Z [3692/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:21:03.6308034Z [3693/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:21:03.6374495Z [3694/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:21:03.6420810Z [3695/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:21:03.6435223Z [3696/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u16.c.obj 2024-11-01T16:21:03.6758131Z [3697/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:21:03.6814499Z [3698/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:21:03.7066606Z [3699/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:21:03.7209629Z [3700/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:21:03.7255158Z [3701/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u16.c.obj 2024-11-01T16:21:03.7334943Z [3702/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:21:03.7351902Z [3703/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:21:03.7560228Z [3704/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:21:03.7606969Z [3705/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:21:03.7751718Z [3706/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:21:03.7864534Z [3707/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:21:03.8090377Z [3708/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:21:03.8189411Z [3709/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:21:03.8274747Z [3710/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:21:03.8443631Z [3711/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-avx512f-u16.c.obj 2024-11-01T16:21:03.8569582Z [3712/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:21:03.8633141Z [3713/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-avx512f-u16.c.obj 2024-11-01T16:21:03.8815097Z [3714/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:21:03.8834097Z [3715/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-avx512f-u32.c.obj 2024-11-01T16:21:03.8992169Z [3716/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-avx512f-u32.c.obj 2024-11-01T16:21:03.9160563Z [3717/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:21:03.9424630Z [3718/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-avx512f-u32.c.obj 2024-11-01T16:21:03.9554425Z [3719/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-avx512f-u32.c.obj 2024-11-01T16:21:03.9604652Z [3720/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-avx512f-u16.c.obj 2024-11-01T16:21:03.9726020Z [3721/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:21:04.0083299Z [3722/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:21:04.0096351Z [3723/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-avx512f-u16.c.obj 2024-11-01T16:21:04.0147322Z [3724/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:21:04.0162277Z [3725/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:21:04.0371380Z [3726/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:21:04.0553719Z [3727/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:21:04.0727343Z [3728/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:21:04.0778407Z [3729/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:21:04.0985643Z [3730/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx512f-u16.c.obj 2024-11-01T16:21:04.1037200Z [3731/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx512f-u16.c.obj 2024-11-01T16:21:04.1108148Z [3732/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx512f-u32.c.obj 2024-11-01T16:21:04.1545858Z [3733/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:21:04.1561766Z [3734/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx512f-u32.c.obj 2024-11-01T16:21:04.1633107Z [3735/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:21:04.1806592Z [3736/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcopysign\gen\f32-vcopysign-avx512f.c.obj 2024-11-01T16:21:04.1819761Z [3737/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-avx512f-u32.c.obj 2024-11-01T16:21:04.2026623Z [3738/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:21:04.2211302Z [3739/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:21:04.2268854Z [3740/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-avx512f-u16.c.obj 2024-11-01T16:21:04.2380370Z [3741/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:21:04.2617104Z [3742/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:21:04.2874391Z [3743/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcopysign\gen\f32-vrcopysignc-avx512f.c.obj 2024-11-01T16:21:04.2885188Z [3744/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcopysign\gen\f32-vcopysignc-avx512f.c.obj 2024-11-01T16:21:04.3054826Z [3745/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:21:04.3130029Z [3746/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:21:04.3249688Z [3747/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:21:04.3382323Z [3748/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:21:04.3428640Z [3749/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:21:04.3526492Z [3750/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:21:04.3710999Z [3751/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:21:04.3895899Z [3752/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:21:04.4056490Z [3753/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:21:04.4269627Z [3754/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:21:04.4281714Z [3755/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:21:04.4331062Z [3756/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:21:04.4342689Z [3757/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s32-vmul\gen\s32-vmul-avx512f.c.obj 2024-11-01T16:21:04.4506979Z [3758/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:21:04.4643778Z [3759/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:21:04.4694043Z [3760/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:21:04.4917053Z [3761/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s32-vmul\gen\s32-vmulc-avx512f.c.obj 2024-11-01T16:21:04.5146187Z [3762/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:21:04.5197830Z [3763/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:21:04.5242713Z [3764/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-avx512f-u32.c.obj 2024-11-01T16:21:04.5358928Z [3765/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:21:04.5640347Z [3766/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:21:04.5686634Z [3767/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:21:04.5736789Z [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:21:04.6039577Z [3769/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx512f-u16.c.obj 2024-11-01T16:21:04.6111265Z [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:21:04.6367941Z [3771/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-avx512f-u16.c.obj 2024-11-01T16:21:04.6468850Z [3772/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-avx512f-u32.c.obj 2024-11-01T16:21:04.6528281Z [3773/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx512f-u32.c.obj 2024-11-01T16:21:04.6543078Z [3774/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-avx512f-u32.c.obj 2024-11-01T16:21:04.6731280Z [3775/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-avx512f-u16.c.obj 2024-11-01T16:21:04.6787053Z [3776/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-avx512f-u32.c.obj 2024-11-01T16:21:04.6964085Z [3777/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-avx512f-u32.c.obj 2024-11-01T16:21:04.7114534Z [3778/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-avx512f-u16.c.obj 2024-11-01T16:21:04.7331678Z [3779/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-avx512f-u16.c.obj 2024-11-01T16:21:04.7466699Z [3780/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-avx512f-u16.c.obj 2024-11-01T16:21:04.7478493Z [3781/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-avx512f-u32.c.obj 2024-11-01T16:21:04.7642992Z [3782/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:21:04.7878973Z [3783/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:21:04.7921803Z [3784/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:21:04.8023124Z [3785/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:21:04.8609166Z [3786/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:21:04.8619621Z [3787/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:21:04.8630962Z [3788/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:21:04.8641419Z [3789/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:21:04.8652928Z [3790/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:21:04.8703673Z [3791/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:21:04.8838119Z [3792/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:21:04.9395942Z [3793/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:21:04.9442558Z [3794/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:21:04.9453623Z [3795/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:21:04.9640595Z [3796/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:21:04.9652976Z [3797/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:21:04.9735544Z [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:21:05.0077292Z [3799/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:21:05.0201359Z [3800/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:21:05.0245136Z [3801/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:21:05.0337657Z [3802/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:21:05.0459720Z [3803/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:21:05.0513959Z [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:21:05.0848063Z [3805/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:21:05.0893667Z [3806/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:21:05.0938100Z [3807/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:21:05.1027477Z [3808/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:21:05.1260938Z [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-u80.c.obj 2024-11-01T16:21:05.1401981Z [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-u64.c.obj 2024-11-01T16:21:05.1450141Z [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-u16.c.obj 2024-11-01T16:21:05.1464174Z [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-u32.c.obj 2024-11-01T16:21:05.1836196Z [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-u96.c.obj 2024-11-01T16:21:05.1976588Z [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-u112.c.obj 2024-11-01T16:21:05.1990623Z [3815/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:21:05.2044519Z [3816/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:21:05.2135642Z [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-u16.c.obj 2024-11-01T16:21:05.2278456Z [3818/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:21:05.2323598Z [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-u64.c.obj 2024-11-01T16:21:05.2519776Z [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-u80.c.obj 2024-11-01T16:21:05.2726040Z [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-u48.c.obj 2024-11-01T16:21:05.2885157Z [3822/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:21:05.3067146Z [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-u128.c.obj 2024-11-01T16:21:05.3162329Z [3824/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:21:05.3212718Z [3825/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:21:05.3288632Z [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:21:05.3355030Z [3827/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:21:05.3410280Z [3828/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:21:05.3571125Z [3829/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:21:05.3922036Z [3830/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:21:05.4197570Z [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:21:05.4266998Z [3832/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:21:05.4364338Z [3833/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:21:05.4377525Z [3834/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:21:05.4424426Z [3835/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:21:05.4493283Z [3836/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:21:05.4654402Z [3837/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:21:05.4714291Z [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:21:05.5184769Z [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:21:05.5365936Z [3840/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:21:05.5408930Z [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:21:05.5421113Z [3842/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:21:05.5620251Z [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-u48.c.obj 2024-11-01T16:21:05.5692291Z [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-u112.c.obj 2024-11-01T16:21:05.5747717Z [3845/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:21:05.6044979Z [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-u64.c.obj 2024-11-01T16:21:05.6170218Z [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-u128.c.obj 2024-11-01T16:21:05.6318504Z [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-u16.c.obj 2024-11-01T16:21:05.6459742Z [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-u32.c.obj 2024-11-01T16:21:05.6528145Z [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-u48.c.obj 2024-11-01T16:21:05.6611106Z [3851/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:21:05.6675060Z [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-u64.c.obj 2024-11-01T16:21:05.6791712Z [3853/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:21:05.6887240Z [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-u112.c.obj 2024-11-01T16:21:05.7045650Z [3855/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:21:05.7311030Z [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-u96.c.obj 2024-11-01T16:21:05.7670834Z [3857/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vsqr-avx512f.c.obj 2024-11-01T16:21:05.7718876Z [3858/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:21:05.7770626Z [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-u128.c.obj 2024-11-01T16:21:05.7780468Z [3860/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vabs-avx512f.c.obj 2024-11-01T16:21:05.8040000Z [3861/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vneg-avx512f.c.obj 2024-11-01T16:21:05.8092488Z [3862/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:21:05.8233312Z [3863/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:21:05.8282568Z [3864/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:21:05.8492402Z [3865/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:21:05.8762878Z [3866/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:21:05.8847098Z [3867/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:21:05.9016649Z [3868/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:21:05.9090104Z [3869/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:21:05.9102127Z [3870/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:21:05.9187039Z [3871/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:21:05.9235839Z [3872/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:21:05.9585317Z [3873/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:21:05.9597253Z [3874/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u16.c.obj 2024-11-01T16:21:05.9649151Z [3875/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:21:05.9831014Z [3876/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:21:06.0025678Z [3877/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:21:06.0310856Z [3878/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u16.c.obj 2024-11-01T16:21:06.0413854Z [3879/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:21:06.0467754Z [3880/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:21:06.0538925Z [3881/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:21:06.0550417Z [3882/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:21:06.0628902Z [3883/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:21:06.0777182Z [3884/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:21:06.0851079Z [3885/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:21:06.1106795Z [3886/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u16.c.obj 2024-11-01T16:21:06.1428177Z [3887/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:21:06.1469828Z [3888/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:21:06.1576297Z [3889/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:21:06.1625024Z [3890/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:21:06.1676315Z [3891/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:21:06.1734493Z [3892/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:21:06.1945835Z [3893/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:21:06.2135562Z [3894/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:21:06.2261431Z [3895/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:21:06.2569636Z [3896/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:21:06.2693223Z [3897/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:21:06.2955359Z [3898/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:21:06.3146494Z [3899/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:21:06.3215051Z [3900/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:21:06.3228384Z [3901/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:21:06.3469527Z [3902/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:21:06.3517846Z [3903/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:21:06.3706703Z [3904/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:21:06.3719187Z [3905/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:21:06.4152371Z [3906/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:21:06.4361816Z [3907/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:21:06.4484716Z [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:21:06.4534643Z [3909/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:21:06.4651021Z [3910/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:21:06.4827058Z [3911/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:21:06.4839380Z [3912/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:21:06.5145006Z [3913/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:21:06.5498499Z [3914/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:21:06.5632107Z [3915/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:21:06.5644246Z [3916/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:21:06.5688860Z [3917/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:21:06.5734513Z [3918/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:21:06.5789972Z [3919/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:21:06.5806883Z [3920/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:21:06.6314803Z [3921/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:21:06.6557610Z [3922/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:21:06.6601013Z [3923/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:21:06.6757746Z [3924/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:21:06.6770040Z [3925/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:21:06.6820525Z [3926/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:21:06.7024686Z [3927/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:21:06.7654595Z [3928/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:21:06.7703156Z [3929/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:21:06.7758118Z [3930/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:21:06.7778461Z [3931/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:21:06.7856028Z [3932/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:21:06.8156613Z [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:21:06.8170197Z [3934/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:21:06.8456038Z [3935/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:21:06.9000384Z [3936/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:21:06.9049251Z [3937/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:21:06.9063860Z [3938/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:21:06.9077965Z [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.c.obj 2024-11-01T16:21:06.9223813Z [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:21:06.9346529Z [3941/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:21:06.9530299Z [3942/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:21:07.0200119Z [3943/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:21:07.0257875Z [3944/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:21:07.0271792Z [3945/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:21:07.0319859Z [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-prfm.c.obj 2024-11-01T16:21:07.0468935Z [3947/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:21:07.0580668Z [3948/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:21:07.0755802Z [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:21:07.0969065Z [3950/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:21:07.1443844Z [3951/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:21:07.1506607Z [3952/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:21:07.1556143Z [3953/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:21:07.1574833Z [3954/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:21:07.1627848Z [3955/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:21:07.2093073Z [3956/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:21:07.2144472Z [3957/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:21:07.2391569Z [3958/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:21:07.2546993Z [3959/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:21:07.2671106Z [3960/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:21:07.2914489Z [3961/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:21:07.3106628Z [3962/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:21:07.3338988Z [3963/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:21:07.3354912Z [3964/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:21:07.3774674Z [3965/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:21:07.3829616Z [3966/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:21:07.3883255Z [3967/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:21:07.4123625Z [3968/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:21:07.4191063Z [3969/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:21:07.4306204Z [3970/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:21:07.4456835Z [3971/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:21:07.4632627Z [3972/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:21:07.4924036Z [3973/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:21:07.5061053Z [3974/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:21:07.5287599Z [3975/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:21:07.5362266Z [3976/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:21:07.5521133Z [3977/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:21:07.5538727Z [3978/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:21:07.5573620Z [3979/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:21:07.5742638Z [3980/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:21:07.6069153Z [3981/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:21:07.6135538Z [3982/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:21:07.6421387Z [3983/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:21:07.6566117Z [3984/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:21:07.6610360Z [3985/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:21:07.6701519Z [3986/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:21:07.6718076Z [3987/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:21:07.7170812Z [3988/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:21:07.7271563Z [3989/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:21:07.7478741Z [3990/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:21:07.7556947Z [3991/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:21:07.7748297Z [3992/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:21:07.7846791Z [3993/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:21:07.7960638Z [3994/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:21:07.8044275Z [3995/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:21:07.8178061Z [3996/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:21:07.8289112Z [3997/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:21:07.8336000Z [3998/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:21:07.8676042Z [3999/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:21:07.8851850Z [4000/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:21:07.8941591Z [4001/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:21:07.9054600Z [4002/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:21:07.9210098Z [4003/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:21:07.9286474Z [4004/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:21:07.9467224Z [4005/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:21:07.9627808Z [4006/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:21:07.9679967Z [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:21:07.9869824Z [4008/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:21:07.9996238Z [4009/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:21:08.0055905Z [4010/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:21:08.0910665Z [4011/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:21:08.0923521Z [4012/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:21:08.0934610Z [4013/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:21:08.1055635Z [4014/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:21:08.1104956Z [4015/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:21:08.1231223Z [4016/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:21:08.1280111Z [4017/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:21:08.1431242Z [4018/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:21:08.2037777Z [4019/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:21:08.2050624Z [4020/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:21:08.2154895Z [4021/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:21:08.2166776Z [4022/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:21:08.2211876Z [4023/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:21:08.2382836Z [4024/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:21:08.2470709Z [4025/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:21:08.2521878Z [4026/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:21:08.2995444Z [4027/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:21:08.3038640Z [4028/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u64.c.obj 2024-11-01T16:21:08.3083838Z [4029/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:21:08.3158063Z [4030/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:21:08.3208086Z [4031/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:21:08.3224581Z [4032/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u128.c.obj 2024-11-01T16:21:08.3280680Z [4033/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u256.c.obj 2024-11-01T16:21:08.3377150Z [4034/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:21:08.3891570Z [4035/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:21:08.3972128Z [4036/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:21:08.4052008Z [4037/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:21:08.4099650Z [4038/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:21:08.4144338Z [4039/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:21:08.4283205Z [4040/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:21:08.4427843Z [4041/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:21:08.4605063Z [4042/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:21:08.4918230Z [4043/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:21:08.4964157Z [4044/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:21:08.5069592Z [4045/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:21:08.5086149Z [4046/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:21:08.5192188Z [4047/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:21:08.5370903Z [4048/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:21:08.5422510Z [4049/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:21:08.5811579Z [4050/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:21:08.5961595Z [4051/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:21:08.6239004Z [4052/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:21:08.6358060Z [4053/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:21:08.6371626Z [4054/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:21:08.6476713Z [4055/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:21:08.6624974Z [4056/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:21:08.6903651Z [4057/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:21:08.6983441Z [4058/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:21:08.7047176Z [4059/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:21:08.7282318Z [4060/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:21:08.7440099Z [4061/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:21:08.7656164Z [4062/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:21:08.7726855Z [4063/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:21:08.7825123Z [4064/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:21:08.7930008Z [4065/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:21:08.8029468Z [4066/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:21:08.8252128Z [4067/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:21:08.8512857Z [4068/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:21:08.8579551Z [4069/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:21:08.8629411Z [4070/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:21:08.8724801Z [4071/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:21:08.8737952Z [4072/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:21:08.8785995Z [4073/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:21:08.9224358Z [4074/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:21:08.9391246Z [4075/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:21:08.9403090Z [4076/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:21:08.9595543Z [4077/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:21:08.9678736Z [4078/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:21:08.9983690Z [4079/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:21:09.0112050Z [4080/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:21:09.0455872Z [4081/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:21:09.0517958Z [4082/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:21:09.0533859Z [4083/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:21:09.0838430Z [4084/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:21:09.0909758Z [4085/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:21:09.1052335Z [4086/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:21:09.1066592Z [4087/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:21:09.1191900Z [4088/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:21:09.1841249Z [4089/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:21:09.2055961Z [4090/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:21:09.2103209Z [4091/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:21:09.2299383Z [4092/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:21:09.2316393Z [4093/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:21:09.2381385Z [4094/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:21:09.2499699Z [4095/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:21:09.2658365Z [4096/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:21:09.3282773Z [4097/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:21:09.3463832Z [4098/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:21:09.3526060Z [4099/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:21:09.3573948Z [4100/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:21:09.3617840Z [4101/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:21:09.3667235Z [4102/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:21:09.3831001Z [4103/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:21:09.3844191Z [4104/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:21:09.4494276Z [4105/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:21:09.4712720Z [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.c.obj 2024-11-01T16:21:09.4762693Z [4107/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:21:09.4919965Z [4108/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:21:09.4966358Z [4109/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:21:09.5145707Z [4110/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:21:09.5298737Z [4111/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:21:09.5423038Z [4112/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:21:09.5741230Z [4113/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:21:09.5833029Z [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-prfm.c.obj 2024-11-01T16:21:09.6051471Z [4115/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:21:09.6236101Z [4116/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:21:09.6336289Z [4117/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:21:09.6509355Z [4118/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:21:09.6570094Z [4119/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:21:09.6671086Z [4120/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:21:09.6970770Z [4121/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:21:09.7023162Z [4122/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:21:09.7222261Z [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:21:09.7431895Z [4124/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:21:09.7727712Z [4125/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:21:09.7847965Z [4126/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:21:09.8060536Z [4127/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:21:09.8205886Z [4128/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:21:09.8223082Z [4129/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:21:09.8319513Z [4130/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:21:09.8559818Z [4131/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:21:09.8871462Z [4132/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:21:09.8888800Z [4133/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:21:09.8984508Z [4134/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:21:09.9192695Z [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:21:09.9383687Z [4136/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:21:09.9470079Z [4137/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:21:09.9766005Z [4138/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:21:09.9872949Z [4139/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:21:10.0154662Z [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:21:10.0200546Z [4141/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:21:10.0409054Z [4142/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:21:10.0542912Z [4143/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:21:10.0594003Z [4144/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:21:10.0891411Z [4145/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:21:10.1111093Z [4146/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:21:10.1371106Z [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:21:10.1439135Z [4148/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:21:10.1494429Z [4149/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:21:10.1564591Z [4150/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:21:10.1855971Z [4151/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:21:10.1970055Z [4152/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:21:10.2069479Z [4153/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:21:10.2218017Z [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:21:10.2692343Z [4155/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:21:10.2743080Z [4156/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:21:10.2855190Z [4157/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:21:10.3014975Z [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-prfm.c.obj 2024-11-01T16:21:10.3190656Z [4159/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:21:10.3202438Z [4160/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:21:10.3256956Z [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:21:10.3405649Z [4162/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:21:10.3978308Z [4163/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:21:10.4126394Z [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:21:10.4249054Z [4165/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:21:10.4661975Z [4166/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:21:10.5040660Z [4167/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:21:10.5084245Z [4168/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:21:10.5306896Z [4169/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:21:10.5484121Z [4170/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:21:10.5586250Z [4171/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:21:10.5787118Z [4172/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:21:10.5845219Z [4173/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:21:10.6086270Z [4174/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:21:10.6173238Z [4175/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:21:10.6250620Z [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-prfm.c.obj 2024-11-01T16:21:10.6462569Z [4177/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:21:10.6855255Z [4178/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:21:10.7019548Z [4179/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:21:10.7383849Z [4180/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:21:10.7797108Z [4181/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:21:10.7844203Z [4182/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:21:10.7856420Z [4183/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:21:10.8040712Z [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.c.obj 2024-11-01T16:21:10.8053723Z [4185/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:21:10.8100429Z [4186/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:21:10.8344183Z [4187/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:21:10.8427750Z [4188/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:21:10.9209434Z [4189/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:21:10.9254125Z [4190/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:21:10.9312546Z [4191/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:21:10.9412951Z [4192/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:21:10.9708628Z [4193/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:21:10.9722709Z [4194/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:21:10.9769012Z [4195/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:21:10.9899175Z [4196/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:21:11.0456846Z [4197/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:21:11.0560327Z [4198/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:21:11.0663523Z [4199/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:21:11.0680561Z [4200/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:21:11.0887791Z [4201/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:21:11.0936606Z [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-prfm.c.obj 2024-11-01T16:21:11.1256390Z [4203/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:21:11.1614034Z [4204/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:21:11.1629619Z [4205/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:21:11.1804052Z [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:21:11.1878526Z [4207/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:21:11.2092740Z [4208/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:21:11.2170467Z [4209/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:21:11.2219907Z [4210/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:21:11.2704602Z [4211/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:21:11.2821784Z [4212/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:21:11.2887169Z [4213/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:21:11.2932976Z [4214/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:21:11.3034943Z [4215/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:21:11.3658473Z [4216/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:21:11.3671959Z [4217/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:21:11.3977834Z [4218/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:21:11.4027918Z [4219/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:21:11.4190873Z [4220/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:21:11.4238542Z [4221/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:21:11.4427377Z [4222/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:21:11.4596373Z [4223/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:21:11.4769454Z [4224/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:21:11.4782523Z [4225/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:21:11.5229735Z [4226/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:21:11.5372225Z [4227/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:21:11.5425115Z [4228/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:21:11.5475023Z [4229/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:21:11.5675837Z [4230/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:21:11.5803723Z [4231/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:21:11.5981676Z [4232/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:21:11.6067403Z [4233/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:21:11.6414333Z [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:21:11.6765158Z [4235/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:21:11.6778936Z [4236/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:21:11.6997060Z [4237/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:21:11.7122692Z [4238/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:21:11.7169523Z [4239/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:21:11.7326805Z [4240/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:21:11.7407429Z [4241/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:21:11.7599449Z [4242/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:21:11.7914015Z [4243/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:21:11.8060640Z [4244/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:21:11.8236107Z [4245/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:21:11.8730277Z [4246/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:21:11.8890638Z [4247/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:21:11.9325560Z [4248/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:21:13.9264140Z [4249/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:21:13.9563222Z [4250/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:21:13.9746230Z [4251/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:21:13.9910600Z [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:21:13.9986637Z [4253/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:21:14.0179401Z [4254/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:21:14.0360393Z [4255/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:21:14.0408432Z [4256/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:21:14.0641007Z [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:21:14.0721774Z [4258/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:21:14.0951130Z [4259/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:21:14.1468062Z [4260/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:21:14.1575768Z [4261/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:21:14.1784904Z [4262/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:21:14.2011277Z [4263/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:21:14.2056954Z [4264/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:21:14.2221188Z [4265/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:21:14.2274840Z [4266/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:21:14.2656226Z [4267/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:21:14.2764554Z [4268/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:21:14.2864691Z [4269/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:21:14.2911085Z [4270/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:21:14.3018291Z [4271/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u128.c.obj 2024-11-01T16:21:14.3063831Z [4272/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:21:14.3129658Z [4273/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:21:14.3242910Z [4274/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:21:14.3521565Z [4275/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:21:14.3707532Z [4276/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:21:14.3753978Z [4277/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u256.c.obj 2024-11-01T16:21:14.3891420Z [4278/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u64.c.obj 2024-11-01T16:21:14.4168459Z [4279/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:21:14.4269289Z [4280/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:21:14.4608660Z [4281/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:21:14.4778710Z [4282/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:21:14.4826495Z [4283/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:21:14.4988339Z [4284/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:21:14.5188939Z [4285/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:21:14.5235140Z [4286/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:21:14.5390136Z [4287/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:21:14.5712008Z [4288/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:21:14.5760922Z [4289/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:21:14.6176494Z [4290/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:21:14.6411664Z [4291/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:21:14.6464235Z [4292/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:21:14.6559936Z [4293/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:21:14.6572762Z [4294/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:21:14.6624320Z [4295/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:21:14.6960895Z [4296/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:21:14.7536389Z [4297/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:21:14.7578743Z [4298/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:21:14.7650062Z [4299/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:21:14.7698881Z [4300/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:21:14.7749528Z [4301/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:21:14.7909916Z [4302/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:21:14.8104122Z [4303/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:21:14.8460825Z [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:21:14.8678860Z [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-prfm.c.obj 2024-11-01T16:21:14.8735244Z [4306/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:21:14.8967811Z [4307/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:21:14.9202509Z [4308/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:21:14.9308834Z [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:21:14.9354961Z [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.c.obj 2024-11-01T16:21:14.9669993Z [4311/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:21:14.9831255Z [4312/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:21:15.0063379Z [4313/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:21:15.0114223Z [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:21:15.0316951Z [4315/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:21:15.0671649Z [4316/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:21:15.0719960Z [4317/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:21:15.0913246Z [4318/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:21:15.1022388Z [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-madd.c.obj 2024-11-01T16:21:15.1120551Z [4320/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:21:15.1338212Z [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-prfm.c.obj 2024-11-01T16:21:15.1654532Z [4322/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:21:15.2101631Z [4323/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:21:15.2198348Z [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:21:15.2210977Z [4325/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:21:15.2264957Z [4326/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:21:15.2497072Z [4327/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:21:15.2509589Z [4328/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:21:15.2677838Z [4329/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:21:15.3465627Z [4330/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:21:15.3551767Z [4331/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:21:15.3669927Z [4332/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:21:15.3845554Z [4333/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:21:15.3858946Z [4334/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:21:15.3907648Z [4335/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:21:15.3954025Z [4336/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:21:15.4106843Z [4337/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:21:15.4734763Z [4338/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:21:15.4821853Z [4339/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:21:15.4998695Z [4340/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:21:15.5010124Z [4341/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u32.c.obj 2024-11-01T16:21:15.5243656Z [4342/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:21:15.5432646Z [4343/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:21:15.5532413Z [4344/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:21:15.5623968Z [4345/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:21:15.5909306Z [4346/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:21:15.5921246Z [4347/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:21:15.6014708Z [4348/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u64.c.obj 2024-11-01T16:21:15.6031057Z [4349/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:21:15.6342647Z [4350/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:21:15.6574964Z [4351/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:21:15.6871684Z [4352/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:21:15.6926308Z [4353/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u128.c.obj 2024-11-01T16:21:15.7126980Z [4354/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:21:15.7177196Z [4355/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:21:15.7340615Z [4356/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:21:15.7402841Z [4357/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:21:15.7716553Z [4358/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:21:15.8003031Z [4359/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:21:15.8101342Z [4360/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:21:15.8247659Z [4361/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:21:15.8453407Z [4362/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:21:15.8522190Z [4363/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:21:15.8530592Z [4364/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:21:15.8582953Z [4365/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:21:15.8870688Z [4366/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:21:15.9301952Z [4367/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:21:15.9855191Z [4368/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:21:15.9948207Z [4369/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:21:15.9962462Z [4370/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:21:15.9977158Z [4371/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:21:16.0038020Z [4372/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:21:16.0055563Z [4373/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:21:16.0217122Z [4374/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:21:16.1012882Z [4375/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:21:16.1256802Z [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:21:16.1396218Z [4377/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:21:16.1409526Z [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.c.obj 2024-11-01T16:21:16.1466033Z [4379/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:21:16.1479214Z [4380/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:21:16.1630066Z [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-prfm.c.obj 2024-11-01T16:21:16.1955118Z [4382/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:21:16.2350350Z [4383/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:21:16.2570230Z [4384/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:21:16.2659336Z [4385/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:21:16.2704362Z [4386/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:21:16.2912739Z [4387/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:21:16.2926298Z [4388/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:21:16.2976630Z [4389/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:21:16.3423309Z [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:21:16.3477602Z [4391/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:21:16.3913742Z [4392/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:21:16.4210453Z [4393/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:21:16.4346644Z [4394/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:21:16.4404274Z [4395/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:21:16.4452551Z [4396/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:21:16.4530271Z [4397/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:21:16.4727780Z [4398/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:21:16.5093959Z [4399/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:21:16.5319414Z [4400/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:21:16.5456461Z [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-prfm.c.obj 2024-11-01T16:21:16.5631380Z [4402/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:21:16.5763689Z [4403/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:21:16.5838163Z [4404/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:21:16.5852214Z [4405/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:21:16.5992348Z [4406/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:21:16.6414002Z [4407/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:21:16.6939866Z [4408/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:21:16.7020121Z [4409/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:21:16.7124338Z [4410/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:21:16.7138127Z [4411/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:21:16.7196976Z [4412/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:21:16.7413116Z [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.c.obj 2024-11-01T16:21:16.7467778Z [4414/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:21:16.7667218Z [4415/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:21:16.8199388Z [4416/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:21:16.8249465Z [4417/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:21:16.8339129Z [4418/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:21:16.8582311Z [4419/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:21:16.8638154Z [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:21:16.8656743Z [4421/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:21:16.8879547Z [4422/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:21:16.9042620Z [4423/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:21:16.9466543Z [4424/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:21:16.9637302Z [4425/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:21:16.9761078Z [4426/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:21:16.9845830Z [4427/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:21:17.0007211Z [4428/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:21:17.0026531Z [4429/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:21:17.0078758Z [4430/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:21:17.0469165Z [4431/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:21:17.0749131Z [4432/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:21:17.1105754Z [4433/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:21:17.1204857Z [4434/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:21:17.1325739Z [4435/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:21:17.1469078Z [4436/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:21:17.1483522Z [4437/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:21:17.1671842Z [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.c.obj 2024-11-01T16:21:17.1989045Z [4439/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:21:17.2419386Z [4440/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:21:17.2435299Z [4441/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:21:17.2620271Z [4442/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:21:17.2666417Z [4443/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:21:17.2826671Z [4444/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:21:17.2920574Z [4445/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:21:17.3036022Z [4446/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:21:17.3261737Z [4447/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:21:17.3788317Z [4448/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:21:17.3844306Z [4449/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:21:17.3917859Z [4450/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:21:17.4011268Z [4451/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:21:17.4086752Z [4452/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:21:17.4256005Z [4453/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:21:17.4353247Z [4454/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:21:17.4475260Z [4455/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:21:17.4968729Z [4456/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:21:17.5111793Z [4457/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:21:17.5166988Z [4458/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:21:17.5304491Z [4459/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:21:17.5437878Z [4460/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:21:17.5501329Z [4461/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:21:17.5586328Z [4462/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:21:17.5674938Z [4463/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:21:17.6113730Z [4464/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:21:17.6384591Z [4465/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:21:17.6402333Z [4466/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:21:17.6752576Z [4467/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:21:17.6943105Z [4468/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:21:17.6990980Z [4469/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:21:17.7095175Z [4470/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:21:17.7286136Z [4471/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:21:17.7681532Z [4472/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:21:17.7738016Z [4473/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:21:17.7994888Z [4474/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:21:17.8010246Z [4475/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:21:17.8170812Z [4476/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:21:17.8184258Z [4477/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:21:17.8435822Z [4478/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:21:17.8507793Z [4479/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:21:17.8620584Z [4480/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:21:17.8926393Z [4481/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u32.c.obj 2024-11-01T16:21:17.8969225Z [4482/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:21:17.9221020Z [4483/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:21:17.9235010Z [4484/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u128.c.obj 2024-11-01T16:21:17.9292669Z [4485/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:21:17.9424959Z [4486/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u64.c.obj 2024-11-01T16:21:17.9711639Z [4487/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:21:18.0172290Z [4488/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:21:18.0304681Z [4489/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:21:18.0458214Z [4490/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:21:18.0515518Z [4491/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:21:18.0648161Z [4492/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:21:18.0698676Z [4493/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:21:18.0776809Z [4494/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:21:18.1147657Z [4495/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:21:18.1519513Z [4496/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:21:18.1571132Z [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-prfm.c.obj 2024-11-01T16:21:18.1816738Z [4498/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:21:18.1894319Z [4499/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:21:18.1945095Z [4500/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:21:18.1958901Z [4501/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:21:18.2075046Z [4502/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:21:18.2666435Z [4503/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:21:18.2719306Z [4504/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:21:18.3090715Z [4505/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:21:18.3103758Z [4506/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:21:18.3191795Z [4507/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:21:18.3248460Z [4508/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:21:18.3297383Z [4509/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:21:18.3438948Z [4510/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:21:18.3786431Z [4511/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:21:18.4193822Z [4512/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:21:18.4415223Z [4513/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:21:18.4460952Z [4514/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:21:18.4474443Z [4515/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:21:18.4525087Z [4516/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:21:18.4628012Z [4517/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:21:18.4722343Z [4518/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:21:18.4966316Z [4519/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:21:18.5412518Z [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:21:18.5687235Z [4521/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:21:18.5731369Z [4522/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:21:18.5881555Z [4523/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:21:18.6070422Z [4524/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:21:18.6085017Z [4525/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:21:18.6273342Z [4526/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:21:18.6504240Z [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:21:18.7003849Z [4528/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:21:18.7108503Z [4529/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:21:18.7157141Z [4530/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:21:18.7333301Z [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-prfm.c.obj 2024-11-01T16:21:18.7345699Z [4532/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:21:18.7393176Z [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:21:18.7516379Z [4534/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:21:18.7732760Z [4535/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:21:18.8387484Z [4536/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:21:18.8442174Z [4537/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:21:18.8505889Z [4538/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:21:18.8799345Z [4539/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:21:18.8893071Z [4540/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:21:18.9044031Z [4541/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:21:18.9255824Z [4542/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:21:18.9465209Z [4543/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:21:18.9515831Z [4544/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:21:18.9720860Z [4545/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:21:18.9818941Z [4546/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:21:19.0004797Z [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:21:19.0131466Z [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-prfm.c.obj 2024-11-01T16:21:19.0453354Z [4549/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:21:19.0968655Z [4550/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:21:19.1126866Z [4551/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:21:19.1173303Z [4552/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:21:19.1219748Z [4553/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:21:19.1233156Z [4554/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:21:19.1474734Z [4555/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:21:19.1662926Z [4556/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:21:19.2368070Z [4557/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:21:19.2381525Z [4558/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:21:19.2394269Z [4559/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:21:19.2517284Z [4560/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:21:19.2629285Z [4561/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:21:19.2842207Z [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:21:19.3091001Z [4563/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2minus-k-over-4.c.obj 2024-11-01T16:21:19.3149741Z [4564/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2-k-over-2048.c.obj 2024-11-01T16:21:19.3319507Z [4565/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:21:19.3542218Z [4566/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:21:19.3654765Z [4567/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2-k-over-64.c.obj 2024-11-01T16:21:19.3700484Z [4568/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:21:19.3710411Z [4569/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2minus-k-over-2048.c.obj 2024-11-01T16:21:19.3799714Z [4570/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:21:19.3886425Z [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:21:19.4058361Z [4572/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2minus-k-over-16.c.obj 2024-11-01T16:21:19.4108424Z [4573/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:21:19.4196282Z [4574/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2minus-k-over-32.c.obj 2024-11-01T16:21:19.4248246Z [4575/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2minus-k-over-8.c.obj 2024-11-01T16:21:19.4294281Z [4576/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\vlog.c.obj 2024-11-01T16:21:19.4413890Z [4577/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2-k-over-64.c.obj 2024-11-01T16:21:19.4712699Z [4578/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2minus-k-over-64.c.obj 2024-11-01T16:21:19.4907949Z [4579/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx512vnnigfni.c.obj 2024-11-01T16:21:19.4975619Z [4580/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2-k-over-2048.c.obj 2024-11-01T16:21:19.5021403Z [4581/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-4.c.obj 2024-11-01T16:21:19.5067578Z [4582/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx256vnnigfni.c.obj 2024-11-01T16:21:19.5309564Z [4583/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-32.c.obj 2024-11-01T16:21:19.5374972Z [4584/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx256skx.c.obj 2024-11-01T16:21:19.5418121Z [4585/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx256vnni.c.obj 2024-11-01T16:21:19.5590228Z [4586/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-8.c.obj 2024-11-01T16:21:19.5653566Z [4587/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-64.c.obj 2024-11-01T16:21:19.5873123Z [4588/7391] Building C object confu-deps\XNNPACK\CMakeFiles\packing.dir\src\packing.c.obj 2024-11-01T16:21:19.5875910Z 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:21:19.5877990Z 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:21:19.5879770Z 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:21:19.6096295Z [4589/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\vlog.c.obj 2024-11-01T16:21:19.6137479Z [4590/7391] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\allocation-type.c.obj 2024-11-01T16:21:19.6243499Z [4591/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-16.c.obj 2024-11-01T16:21:19.6328756Z [4592/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-2048.c.obj 2024-11-01T16:21:19.6375101Z [4593/7391] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\datatype-strings.c.obj 2024-11-01T16:21:19.6892337Z [4594/7391] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\operator-type.c.obj 2024-11-01T16:21:19.6941350Z [4595/7391] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\microkernel-type.c.obj 2024-11-01T16:21:19.7133208Z [4596/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microparams-init.dir\src\microparams-init.c.obj 2024-11-01T16:21:19.7188876Z [4597/7391] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\node-type.c.obj 2024-11-01T16:21:19.7348876Z [4598/7391] Building C object confu-deps\XNNPACK\CMakeFiles\normalization.dir\src\normalization.c.obj 2024-11-01T16:21:19.7349844Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:19.7480223Z [4599/7391] Building C object confu-deps\XNNPACK\CMakeFiles\indirection.dir\src\indirection.c.obj 2024-11-01T16:21:19.8410445Z [4600/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\ssse3.c.obj 2024-11-01T16:21:19.8714264Z [4601/7391] Building C object confu-deps\XNNPACK\CMakeFiles\hardware-config.dir\src\configs\hardware-config.c.obj 2024-11-01T16:21:19.9064035Z [4602/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\sse.c.obj 2024-11-01T16:21:19.9167052Z [4603/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\sse2.c.obj 2024-11-01T16:21:19.9767475Z [4604/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx2.c.obj 2024-11-01T16:21:19.9890572Z [4605/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\scalar.c.obj 2024-11-01T16:21:19.9977989Z [4606/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx512f.c.obj 2024-11-01T16:21:19.9992933Z [4607/7391] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\log.c.obj 2024-11-01T16:21:20.0315192Z [4608/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\f16c.c.obj 2024-11-01T16:21:20.0365061Z [4609/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\sse41.c.obj 2024-11-01T16:21:20.0677271Z [4610/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx512vbmi.c.obj 2024-11-01T16:21:20.1008991Z [4611/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx.c.obj 2024-11-01T16:21:20.1216544Z [4612/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\fma3.c.obj 2024-11-01T16:21:20.1586002Z [4613/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx512vnni.c.obj 2024-11-01T16:21:20.2226282Z [4614/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx512skx.c.obj 2024-11-01T16:21:20.2345496Z [4615/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\subtract.c.obj 2024-11-01T16:21:20.2346464Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:20.2805236Z [4616/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-slice.c.obj 2024-11-01T16:21:20.2806818Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:20.2969014Z [4617/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-resize-bilinear-2d.c.obj 2024-11-01T16:21:20.2970777Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:20.2982389Z [4618/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\tanh.c.obj 2024-11-01T16:21:20.2983259Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:20.3299445Z [4619/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernel-utils.dir\src\microkernel-utils.c.obj 2024-11-01T16:21:20.3344372Z [4620/7391] Building C object confu-deps\XNNPACK\CMakeFiles\allocator.dir\src\allocator.c.obj 2024-11-01T16:21:20.3463399Z [4621/7391] Building C object confu-deps\XNNPACK\CMakeFiles\cache.dir\src\cache.c.obj 2024-11-01T16:21:20.3464861Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:20.3554081Z [4622/7391] Building C object confu-deps\XNNPACK\CMakeFiles\memory.dir\src\memory.c.obj 2024-11-01T16:21:20.4095176Z [4623/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-transpose.c.obj 2024-11-01T16:21:20.4096268Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:20.5031034Z [4624/7391] Building C object confu-deps\XNNPACK\CMakeFiles\mutex.dir\src\mutex.c.obj 2024-11-01T16:21:20.5032383Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:20.5346381Z [4625/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operator-delete.c.obj 2024-11-01T16:21:20.5348076Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operator-delete.c(29): warning C4090: 'function': different 'const' qualifiers 2024-11-01T16:21:20.5349435Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:20.5410782Z [4626/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\argmax-pooling-nhwc.c.obj 2024-11-01T16:21:20.5412447Z 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:21:20.5413665Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:20.5666146Z [4627/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\average-pooling-nhwc.c.obj 2024-11-01T16:21:20.5667901Z 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:21:20.5669271Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:20.5984973Z [4628/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\constant-pad-nd.c.obj 2024-11-01T16:21:20.5986931Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:20.6057062Z [4629/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\batch-matrix-multiply-nc.c.obj 2024-11-01T16:21:20.6058687Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:20.6269626Z [4630/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\binary-elementwise-nd.c.obj 2024-11-01T16:21:20.6270700Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:20.6447180Z [4631/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\channel-shuffle-nc.c.obj 2024-11-01T16:21:20.6449410Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:20.7722204Z [4632/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\convolution-nchw.c.obj 2024-11-01T16:21:20.7723387Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:20.7737199Z [4633/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\dynamic-fully-connected-nc.c.obj 2024-11-01T16:21:20.7738304Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:20.7947580Z [4634/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\convolution-nhwc.c.obj 2024-11-01T16:21:20.7949247Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\convolution-nhwc.c(2178): warning C4090: 'function': different 'const' qualifiers 2024-11-01T16:21:20.7951423Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:20.8083500Z [4635/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\fully-connected-nc.c.obj 2024-11-01T16:21:20.8085318Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:20.8525479Z [4636/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\global-average-pooling-ncw.c.obj 2024-11-01T16:21:20.8526619Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:20.8665609Z [4637/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\deconvolution-nhwc.c.obj 2024-11-01T16:21:20.8668399Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\deconvolution-nhwc.c(1133): warning C4090: 'function': different 'const' qualifiers 2024-11-01T16:21:20.8671705Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\deconvolution-nhwc.c(1421): warning C4090: 'function': different 'const' qualifiers 2024-11-01T16:21:20.8673875Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:20.9096379Z [4638/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\max-pooling-nhwc.c.obj 2024-11-01T16:21:20.9099321Z 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:21:20.9101594Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:20.9223788Z [4639/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\prelu-nc.c.obj 2024-11-01T16:21:20.9224955Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:21.0064882Z [4640/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\lut-elementwise-nc.c.obj 2024-11-01T16:21:21.0065974Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:21.0322524Z [4641/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\resize-bilinear-nhwc.c.obj 2024-11-01T16:21:21.0324185Z 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:21:21.0325477Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:21.0398426Z [4642/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\global-average-pooling-nwc.c.obj 2024-11-01T16:21:21.0400230Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:21.0416247Z [4643/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\rope-nthc.c.obj 2024-11-01T16:21:21.0417243Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:21.1334452Z [4644/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\reduce-nd.c.obj 2024-11-01T16:21:21.1335398Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:21.1392818Z [4645/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\scaled-dot-product-attention-nhtc.c.obj 2024-11-01T16:21:21.1393950Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:21.1577080Z [4646/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\softmax-nc.c.obj 2024-11-01T16:21:21.1578775Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:21.1830098Z [4647/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\resize-bilinear-nchw.c.obj 2024-11-01T16:21:21.1831903Z 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:21:21.1833284Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:21.2545931Z [4648/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\unpooling-nhwc.c.obj 2024-11-01T16:21:21.2547523Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\unpooling-nhwc.c(208): warning C4090: 'function': different 'const' qualifiers 2024-11-01T16:21:21.2548736Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:21.2703771Z [4649/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\transpose-nd.c.obj 2024-11-01T16:21:21.2704866Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:21.2817125Z [4650/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\slice-nd.c.obj 2024-11-01T16:21:21.2818750Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:21.3135967Z [4651/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\unary-elementwise-nc.c.obj 2024-11-01T16:21:21.3137086Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:21.3497107Z [4652/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\memory-planner.c.obj 2024-11-01T16:21:21.3497993Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:21.3691895Z [4653/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operator-utils.dir\src\operator-utils.c.obj 2024-11-01T16:21:21.3906992Z [4654/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\runtime.c.obj 2024-11-01T16:21:21.3908239Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:21.4453681Z [4655/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operator-run.dir\src\operator-run.c.obj 2024-11-01T16:21:21.4456633Z 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:21:21.4459688Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operator-run.c(1545): warning C4090: 'initializing': different 'const' qualifiers 2024-11-01T16:21:21.4767582Z [4656/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\average-pooling-2d.c.obj 2024-11-01T16:21:21.4769371Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:21.5121811Z [4657/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph.c.obj 2024-11-01T16:21:21.5122899Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:21.5313256Z [4658/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\argmax-pooling-2d.c.obj 2024-11-01T16:21:21.5314301Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:21.5478712Z [4659/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\abs.c.obj 2024-11-01T16:21:21.5479578Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:21.5846625Z [4660/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\add2.c.obj 2024-11-01T16:21:21.5847785Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:21.6138278Z [4661/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\bankers-rounding.c.obj 2024-11-01T16:21:21.6139492Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:21.6459913Z [4662/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\ceiling.c.obj 2024-11-01T16:21:21.6460866Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:21.6714383Z [4663/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\clamp.c.obj 2024-11-01T16:21:21.6715819Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:21.7060316Z [4664/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\unpooling-2d.c.obj 2024-11-01T16:21:21.7061268Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:21.7666588Z [4665/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\batch-matrix-multiply.c.obj 2024-11-01T16:21:21.7667737Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:21.7754826Z [4666/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\concatenate.c.obj 2024-11-01T16:21:21.7755986Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:21.7817375Z [4667/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\deconvolution-2d.c.obj 2024-11-01T16:21:21.7818504Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:21.8383940Z [4668/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\copysign.c.obj 2024-11-01T16:21:21.8384868Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:21.8608450Z [4669/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\convolution-2d.c.obj 2024-11-01T16:21:21.8610084Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:21.8839498Z [4670/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\copy.c.obj 2024-11-01T16:21:21.8840956Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:21.9588188Z [4671/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\convert.c.obj 2024-11-01T16:21:21.9589737Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:21.9666779Z [4672/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\depth-to-space-2d.c.obj 2024-11-01T16:21:21.9668592Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:22.0291406Z [4673/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\elu.c.obj 2024-11-01T16:21:22.0292351Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:22.0313232Z [4674/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\divide.c.obj 2024-11-01T16:21:22.0314914Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:22.0646559Z [4675/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\depthwise-convolution-2d.c.obj 2024-11-01T16:21:22.0647926Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:22.0753892Z [4676/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\even-split.c.obj 2024-11-01T16:21:22.0754969Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:22.0838241Z [4677/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\gelu.c.obj 2024-11-01T16:21:22.0839170Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:22.0961335Z [4678/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\floor.c.obj 2024-11-01T16:21:22.0962598Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:22.1721043Z [4679/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\exp.c.obj 2024-11-01T16:21:22.1722616Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:22.2067066Z [4680/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\fully-connected-sparse.c.obj 2024-11-01T16:21:22.2068125Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:22.2660086Z [4681/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\log.c.obj 2024-11-01T16:21:22.2661052Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:22.2870788Z [4682/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\fully-connected.c.obj 2024-11-01T16:21:22.2871854Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:22.3211289Z [4683/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\global-average-pooling.c.obj 2024-11-01T16:21:22.3212352Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:22.3287554Z [4684/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\hardswish.c.obj 2024-11-01T16:21:22.3288598Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:22.3518859Z [4685/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\global-sum-pooling.c.obj 2024-11-01T16:21:22.3519929Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:22.3590038Z [4686/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\leaky-relu.c.obj 2024-11-01T16:21:22.3590996Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:22.4446086Z [4687/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\max-pooling-2d.c.obj 2024-11-01T16:21:22.4447794Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:22.4782060Z [4688/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\multiply2.c.obj 2024-11-01T16:21:22.4783077Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:22.4796721Z [4689/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\minimum2.c.obj 2024-11-01T16:21:22.4798375Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:22.5116722Z [4690/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\negate.c.obj 2024-11-01T16:21:22.5117708Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:22.5638316Z [4691/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\scaled-dot-product-attention.c.obj 2024-11-01T16:21:22.5639449Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:22.5698116Z [4692/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\maximum2.c.obj 2024-11-01T16:21:22.5699017Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:22.5789293Z [4693/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\reshape-helpers.c.obj 2024-11-01T16:21:22.5790252Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:22.5916324Z [4694/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\sigmoid.c.obj 2024-11-01T16:21:22.5917408Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:22.6761532Z [4695/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\prelu.c.obj 2024-11-01T16:21:22.6763304Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:22.7105964Z [4696/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\reciprocal-square-root.c.obj 2024-11-01T16:21:22.7108059Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:22.7292254Z [4697/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\square.c.obj 2024-11-01T16:21:22.7294066Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:22.7506078Z [4698/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\space-to-depth-2d.c.obj 2024-11-01T16:21:22.7507767Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:22.7967730Z [4699/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\square-root.c.obj 2024-11-01T16:21:22.7969481Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:22.8027805Z [4700/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\softmax.c.obj 2024-11-01T16:21:22.8028743Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:22.8155338Z [4701/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-constant-pad.c.obj 2024-11-01T16:21:22.8157091Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:22.8265712Z [4702/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-reshape.c.obj 2024-11-01T16:21:22.8266940Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:22.9287202Z [4703/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-mean.c.obj 2024-11-01T16:21:22.9288153Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:22.9370413Z [4704/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\squared-difference.c.obj 2024-11-01T16:21:22.9371652Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:22.9817976Z [4705/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\tensor.c.obj 2024-11-01T16:21:22.9818895Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:23.0280707Z [4706/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\validation.c.obj 2024-11-01T16:21:23.0282588Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:23.1114349Z [4707/7391] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock_main.dir\src\gmock_main.cc.obj 2024-11-01T16:21:23.1241466Z [4708/7391] Generating build_identifier.c 2024-11-01T16:21:23.1401663Z [4709/7391] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock.dir\src\gmock-all.cc.obj 2024-11-01T16:21:23.1880538Z [4710/7391] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock_main.dir\src\gmock-all.cc.obj 2024-11-01T16:21:23.2498786Z [4711/7391] Building CXX object third_party\googletest\googletest\CMakeFiles\gtest_main.dir\src\gtest_main.cc.obj 2024-11-01T16:21:23.3086959Z [4712/7391] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock.dir\__\googletest\src\gtest-all.cc.obj 2024-11-01T16:21:23.4118981Z [4713/7391] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock_main.dir\__\googletest\src\gtest-all.cc.obj 2024-11-01T16:21:23.4215808Z [4714/7391] Building CXX object third_party\googletest\googletest\CMakeFiles\gtest.dir\src\gtest-all.cc.obj 2024-11-01T16:21:23.4286677Z [4715/7391] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark.cc.obj 2024-11-01T16:21:23.4652524Z [4716/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\avgpool-config.c.obj 2024-11-01T16:21:23.4654230Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:23.4751499Z [4717/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\argmaxpool-config.c.obj 2024-11-01T16:21:23.4752533Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:23.5507676Z [4718/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\dwconv-config.c.obj 2024-11-01T16:21:23.5509697Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:23.6027757Z [4719/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\binary-elementwise-config.c.obj 2024-11-01T16:21:23.6028849Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:23.6072265Z [4720/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\experiments-config.c.obj 2024-11-01T16:21:23.6073947Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:23.6355135Z [4721/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\cmul-config.c.obj 2024-11-01T16:21:23.6356791Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:23.7548155Z [4722/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\conv-hwc2chw-config.c.obj 2024-11-01T16:21:23.7549884Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:23.7846815Z [4723/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\gavgpool-config.c.obj 2024-11-01T16:21:23.7848075Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:23.8130720Z [4724/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\dwconv2d-chw-config.c.obj 2024-11-01T16:21:23.8132581Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:23.8364638Z [4725/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\gavgpool-cw-config.c.obj 2024-11-01T16:21:23.8365725Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:23.8852001Z [4726/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\gemm-config.c.obj 2024-11-01T16:21:23.8853865Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:23.9653341Z [4727/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\ibilinear-chw-config.c.obj 2024-11-01T16:21:23.9654449Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:23.9792731Z [4728/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\maxpool-config.c.obj 2024-11-01T16:21:23.9793743Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:23.9850860Z [4729/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\ibilinear-config.c.obj 2024-11-01T16:21:23.9852521Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:24.0910140Z [4730/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\prelu-config.c.obj 2024-11-01T16:21:24.0911151Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:24.1445406Z [4731/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\lut32norm-config.c.obj 2024-11-01T16:21:24.1446397Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:24.1635695Z [4732/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\pavgpool-config.c.obj 2024-11-01T16:21:24.1637369Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:24.1810061Z [4733/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\rmax-config.c.obj 2024-11-01T16:21:24.1811236Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:24.2513685Z [4734/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\spmm-config.c.obj 2024-11-01T16:21:24.2515423Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:24.3290438Z [4735/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\transpose-config.c.obj 2024-11-01T16:21:24.3291411Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:24.3498772Z [4736/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\reduce-config.c.obj 2024-11-01T16:21:24.3500715Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:24.4127288Z [4737/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\raddstoreexpminusmax-config.c.obj 2024-11-01T16:21:24.4128395Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:24.4399822Z [4738/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\build_identifier.c.obj 2024-11-01T16:21:24.4400708Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:24.4827952Z [4739/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\unpool-config.c.obj 2024-11-01T16:21:24.4828959Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:24.4905250Z [4740/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\xx-fill-config.c.obj 2024-11-01T16:21:24.4906200Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:24.5277672Z [4741/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\unary-elementwise-config.c.obj 2024-11-01T16:21:24.5411610Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:24.5412579Z [4742/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\vmulcaddc-config.c.obj 2024-11-01T16:21:24.5413562Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:24.5479345Z [4743/7391] Linking CXX static library lib\gmock_main.lib 2024-11-01T16:21:24.5668125Z [4744/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\params.c.obj 2024-11-01T16:21:24.5669898Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:24.5995809Z [4745/7391] Linking CXX static library lib\gmock.lib 2024-11-01T16:21:24.6010930Z [4746/7391] Linking CXX static library lib\gtest.lib 2024-11-01T16:21:24.6165748Z [4747/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\xx-pad-config.c.obj 2024-11-01T16:21:24.6167377Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:24.6292647Z [4748/7391] Linking CXX static library lib\gtest_main.lib 2024-11-01T16:21:24.6800518Z [4749/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\init.c.obj 2024-11-01T16:21:24.6801460Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:24.7541643Z [4750/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\x8-lut-config.c.obj 2024-11-01T16:21:24.7542670Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:24.7617310Z [4751/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\zip-config.c.obj 2024-11-01T16:21:24.7618256Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:21:24.8186349Z [4752/7391] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_api_internal.cc.obj 2024-11-01T16:21:24.8300650Z [4753/7391] Linking C static library lib\XNNPACK.lib 2024-11-01T16:21:24.8521431Z [4754/7391] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_name.cc.obj 2024-11-01T16:21:24.9552800Z [4755/7391] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_register.cc.obj 2024-11-01T16:21:24.9678825Z [4756/7391] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_runner.cc.obj 2024-11-01T16:21:24.9788321Z [4757/7391] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\console_reporter.cc.obj 2024-11-01T16:21:24.9987908Z [4758/7391] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\json_reporter.cc.obj 2024-11-01T16:21:25.0642694Z [4759/7391] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\counter.cc.obj 2024-11-01T16:21:25.0779009Z [4760/7391] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\commandlineflags.cc.obj 2024-11-01T16:21:25.0840715Z [4761/7391] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\csv_reporter.cc.obj 2024-11-01T16:21:25.1006443Z [4762/7391] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\colorprint.cc.obj 2024-11-01T16:21:25.2011424Z [4763/7391] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\complexity.cc.obj 2024-11-01T16:21:25.2201852Z [4764/7391] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\reporter.cc.obj 2024-11-01T16:21:25.2386123Z [4765/7391] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\statistics.cc.obj 2024-11-01T16:21:25.3019140Z [4766/7391] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark_main.dir\benchmark_main.cc.obj 2024-11-01T16:21:25.3241885Z [4767/7391] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\perf_counters.cc.obj 2024-11-01T16:21:25.3307781Z [4768/7391] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\string_util.cc.obj 2024-11-01T16:21:25.5634278Z [4769/7391] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\sysinfo.cc.obj 2024-11-01T16:21:25.5987294Z [4770/7391] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\sleep.cc.obj 2024-11-01T16:21:25.6267914Z [4771/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmConv.cc.obj 2024-11-01T16:21:25.6271233Z 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:21:25.6275374Z with 2024-11-01T16:21:25.6275823Z [ 2024-11-01T16:21:25.6276233Z T=uint8_t, 2024-11-01T16:21:25.6276784Z accT=int32_t, 2024-11-01T16:21:25.6277363Z inpType=uint8_t 2024-11-01T16:21:25.6277918Z ] 2024-11-01T16:21:25.6280002Z 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:21:25.6282325Z with 2024-11-01T16:21:25.6282756Z [ 2024-11-01T16:21:25.6283196Z T=uint8_t, 2024-11-01T16:21:25.6283690Z accT=int32_t 2024-11-01T16:21:25.6284202Z ] 2024-11-01T16:21:25.6287586Z 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:21:25.6291180Z with 2024-11-01T16:21:25.6291596Z [ 2024-11-01T16:21:25.6291977Z T=uint8_t, 2024-11-01T16:21:25.6292465Z accT=int32_t 2024-11-01T16:21:25.6292984Z ] 2024-11-01T16:21:25.6295309Z 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:21:25.6297735Z with 2024-11-01T16:21:25.6298172Z [ 2024-11-01T16:21:25.6299585Z T=uint8_t, 2024-11-01T16:21:25.6300109Z accT=int32_t 2024-11-01T16:21:25.6300666Z ] 2024-11-01T16:21:25.6304206Z 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:21:25.6307828Z with 2024-11-01T16:21:25.6308265Z [ 2024-11-01T16:21:25.6308910Z T=int8_t, 2024-11-01T16:21:25.6309429Z accT=int32_t, 2024-11-01T16:21:25.6309992Z inpType=int8_t 2024-11-01T16:21:25.6310534Z ] 2024-11-01T16:21:25.6312647Z 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:21:25.6314976Z with 2024-11-01T16:21:25.6315413Z [ 2024-11-01T16:21:25.6315838Z T=int8_t, 2024-11-01T16:21:25.6316339Z accT=int32_t 2024-11-01T16:21:25.6316857Z ] 2024-11-01T16:21:25.6320205Z 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:21:25.6323651Z with 2024-11-01T16:21:25.6324134Z [ 2024-11-01T16:21:25.6324595Z T=int8_t, 2024-11-01T16:21:25.6325092Z accT=int32_t 2024-11-01T16:21:25.6325611Z ] 2024-11-01T16:21:25.6327746Z 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:21:25.6330083Z with 2024-11-01T16:21:25.6330571Z [ 2024-11-01T16:21:25.6330995Z T=int8_t, 2024-11-01T16:21:25.6331503Z accT=int32_t 2024-11-01T16:21:25.6332005Z ] 2024-11-01T16:21:25.6335543Z 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:21:25.6339258Z with 2024-11-01T16:21:25.6339669Z [ 2024-11-01T16:21:25.6340107Z ACC_T=int32_t, 2024-11-01T16:21:25.6340666Z T=uint8_t, 2024-11-01T16:21:25.6341181Z accT=int32_t, 2024-11-01T16:21:25.6341811Z inpType=uint8_t 2024-11-01T16:21:25.6342368Z ] 2024-11-01T16:21:25.6344568Z 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:21:25.6346965Z with 2024-11-01T16:21:25.6347446Z [ 2024-11-01T16:21:25.6347903Z ACC_T=int32_t, 2024-11-01T16:21:25.6348463Z T=uint8_t, 2024-11-01T16:21:25.6348987Z accT=int32_t 2024-11-01T16:21:25.6349482Z ] 2024-11-01T16:21:25.6352902Z 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:21:25.6356632Z with 2024-11-01T16:21:25.6357067Z [ 2024-11-01T16:21:25.6357511Z ACC_T=int32_t, 2024-11-01T16:21:25.6358072Z T=uint8_t, 2024-11-01T16:21:25.6358577Z accT=int32_t 2024-11-01T16:21:25.6359135Z ] 2024-11-01T16:21:25.6361597Z 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:21:25.6364027Z with 2024-11-01T16:21:25.6364465Z [ 2024-11-01T16:21:25.6364938Z ACC_T=int32_t, 2024-11-01T16:21:25.6365513Z T=uint8_t, 2024-11-01T16:21:25.6366038Z accT=int32_t 2024-11-01T16:21:25.6366561Z ] 2024-11-01T16:21:25.6370040Z 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:21:25.6373900Z with 2024-11-01T16:21:25.6374347Z [ 2024-11-01T16:21:25.6374789Z ACC_T=int32_t, 2024-11-01T16:21:25.6375339Z T=uint8_t, 2024-11-01T16:21:25.6375863Z accT=int32_t, 2024-11-01T16:21:25.6376464Z inpType=uint8_t 2024-11-01T16:21:25.6377030Z ] 2024-11-01T16:21:25.6379157Z 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:21:25.6381521Z with 2024-11-01T16:21:25.6381948Z [ 2024-11-01T16:21:25.6382419Z ACC_T=int32_t, 2024-11-01T16:21:25.6383004Z T=uint8_t, 2024-11-01T16:21:25.6383528Z accT=int32_t 2024-11-01T16:21:25.6384056Z ] 2024-11-01T16:21:25.6387476Z 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:21:25.6391072Z with 2024-11-01T16:21:25.6391515Z [ 2024-11-01T16:21:25.6391957Z ACC_T=int32_t, 2024-11-01T16:21:25.6392496Z T=uint8_t, 2024-11-01T16:21:25.6393026Z accT=int32_t 2024-11-01T16:21:25.6393589Z ] 2024-11-01T16:21:25.6395917Z 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:21:25.6398252Z with 2024-11-01T16:21:25.6398689Z [ 2024-11-01T16:21:25.6399113Z ACC_T=int32_t, 2024-11-01T16:21:25.6399746Z T=uint8_t, 2024-11-01T16:21:25.6400255Z accT=int32_t 2024-11-01T16:21:25.6400740Z ] 2024-11-01T16:21:25.6404110Z 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:21:25.6406207Z with 2024-11-01T16:21:25.6406454Z [ 2024-11-01T16:21:25.6406689Z ACC_T=int32_t, 2024-11-01T16:21:25.6406995Z T=uint8_t, 2024-11-01T16:21:25.6407280Z accT=int32_t, 2024-11-01T16:21:25.6407578Z inpType=uint8_t 2024-11-01T16:21:25.6407877Z ] 2024-11-01T16:21:25.6409069Z 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:21:25.6410445Z with 2024-11-01T16:21:25.6410690Z [ 2024-11-01T16:21:25.6410986Z ACC_T=int32_t, 2024-11-01T16:21:25.6411425Z T=uint8_t, 2024-11-01T16:21:25.6411780Z accT=int32_t 2024-11-01T16:21:25.6412068Z ] 2024-11-01T16:21:25.6414024Z 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:21:25.6415955Z with 2024-11-01T16:21:25.6416197Z [ 2024-11-01T16:21:25.6416431Z ACC_T=int32_t, 2024-11-01T16:21:25.6416791Z T=uint8_t, 2024-11-01T16:21:25.6417082Z accT=int32_t 2024-11-01T16:21:25.6417498Z ] 2024-11-01T16:21:25.6418723Z 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:21:25.6420111Z with 2024-11-01T16:21:25.6420351Z [ 2024-11-01T16:21:25.6420581Z ACC_T=int32_t, 2024-11-01T16:21:25.6420890Z T=uint8_t, 2024-11-01T16:21:25.6421173Z accT=int32_t 2024-11-01T16:21:25.6421465Z ] 2024-11-01T16:21:25.6423296Z 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:21:25.6426460Z 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:21:25.6429690Z 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:21:25.6432952Z 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:21:25.6436243Z 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:21:25.6903143Z [4772/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\ExecuteKernelU8S8.cc.obj 2024-11-01T16:21:25.7054848Z [4773/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\ExecuteKernel.cc.obj 2024-11-01T16:21:25.7198503Z [4774/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\EmbeddingSpMDM.cc.obj 2024-11-01T16:21:25.7323473Z [4775/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmBfloat16Convert.cc.obj 2024-11-01T16:21:25.7428214Z [4776/7391] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\timers.cc.obj 2024-11-01T16:21:25.7541683Z [4777/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\EmbeddingSpMDMNBit.cc.obj 2024-11-01T16:21:25.8012005Z [4778/7391] Linking CXX static library lib\benchmark.lib 2024-11-01T16:21:25.8238491Z [4779/7391] Linking CXX static library lib\benchmark_main.lib 2024-11-01T16:21:25.8473085Z [4780/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmFPCommon.cc.obj 2024-11-01T16:21:25.8754683Z [4781/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmI8Spmdm.cc.obj 2024-11-01T16:21:25.9232953Z [4782/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmFloat16Convert.cc.obj 2024-11-01T16:21:25.9903821Z [4783/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmSparseDense.cc.obj 2024-11-01T16:21:26.0531792Z [4784/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmFP16.cc.obj 2024-11-01T16:21:26.0600876Z [4785/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\Fbgemm.cc.obj 2024-11-01T16:21:26.0604954Z 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:21:26.0608975Z with 2024-11-01T16:21:26.0609342Z [ 2024-11-01T16:21:26.0609736Z inpType=uint8_t 2024-11-01T16:21:26.0610197Z ] 2024-11-01T16:21:26.0612745Z 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:21:26.0618312Z 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:21:26.0622337Z 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:21:26.0627442Z 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:21:26.0631202Z with 2024-11-01T16:21:26.0631631Z [ 2024-11-01T16:21:26.0632067Z inpType=int8_t 2024-11-01T16:21:26.0632598Z ] 2024-11-01T16:21:26.0634689Z 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:21:26.0639952Z 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:21:26.0645398Z 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:21:26.0650955Z 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:21:26.0654709Z with 2024-11-01T16:21:26.0655180Z [ 2024-11-01T16:21:26.0655650Z inpType=uint8_t 2024-11-01T16:21:26.0656113Z ] 2024-11-01T16:21:26.0658309Z 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:21:26.0663922Z 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:21:26.0668813Z 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:21:26.0673464Z 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:21:26.0676551Z with 2024-11-01T16:21:26.0676980Z [ 2024-11-01T16:21:26.0677405Z inpType=int8_t 2024-11-01T16:21:26.0677949Z ] 2024-11-01T16:21:26.0680123Z 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:21:26.0683994Z 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:21:26.0687065Z 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:21:26.0690349Z 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:21:26.0692329Z with 2024-11-01T16:21:26.0692573Z [ 2024-11-01T16:21:26.0692809Z inpType=uint8_t 2024-11-01T16:21:26.0693170Z ] 2024-11-01T16:21:26.0694572Z 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:21:26.0697665Z 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:21:26.0700830Z 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:21:26.0703880Z 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:21:26.0706005Z with 2024-11-01T16:21:26.0706266Z [ 2024-11-01T16:21:26.0706523Z inpType=uint8_t 2024-11-01T16:21:26.0706834Z ] 2024-11-01T16:21:26.0708040Z 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:21:26.0711268Z 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:21:26.0714403Z 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:21:26.0719324Z 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:21:26.0722893Z with 2024-11-01T16:21:26.0738222Z [ 2024-11-01T16:21:26.0738788Z inpType=uint8_t 2024-11-01T16:21:26.0739356Z ] 2024-11-01T16:21:26.0741923Z 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:21:26.0747127Z 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:21:26.0752226Z 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:21:26.0757516Z 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:21:26.0760993Z with 2024-11-01T16:21:26.0761415Z [ 2024-11-01T16:21:26.0761828Z inpType=uint8_t 2024-11-01T16:21:26.0762358Z ] 2024-11-01T16:21:26.0764540Z 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:21:26.0769912Z 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:21:26.0775156Z 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:21:26.0780358Z 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:21:26.0782862Z with 2024-11-01T16:21:26.0783154Z [ 2024-11-01T16:21:26.0783419Z inpType=uint8_t 2024-11-01T16:21:26.0783751Z ] 2024-11-01T16:21:26.0784966Z 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:21:26.0788040Z 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:21:26.0791197Z 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:21:26.0795034Z 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:21:26.0797863Z with 2024-11-01T16:21:26.0798130Z [ 2024-11-01T16:21:26.0798498Z inpType=uint8_t 2024-11-01T16:21:26.0798821Z ] 2024-11-01T16:21:26.0800294Z 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:21:26.0803383Z 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:21:26.0806516Z 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:21:26.0809531Z 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:21:26.0811645Z with 2024-11-01T16:21:26.0811963Z [ 2024-11-01T16:21:26.0812213Z inpType=uint8_t 2024-11-01T16:21:26.0812543Z ] 2024-11-01T16:21:26.0813857Z 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:21:26.0816943Z 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:21:26.0820024Z 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:21:26.0823361Z 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:21:26.0825577Z with 2024-11-01T16:21:26.0825883Z [ 2024-11-01T16:21:26.0826129Z inpType=uint8_t 2024-11-01T16:21:26.0826424Z ] 2024-11-01T16:21:26.0827613Z 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:21:26.0830778Z 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:21:26.0833668Z 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:21:26.0837075Z 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:21:26.0839248Z with 2024-11-01T16:21:26.0839561Z [ 2024-11-01T16:21:26.0839837Z inpType=uint8_t 2024-11-01T16:21:26.0840133Z ] 2024-11-01T16:21:26.0841492Z 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:21:26.0844572Z 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:21:26.0847856Z 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:21:26.0851790Z 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:21:26.0853895Z with 2024-11-01T16:21:26.0854238Z [ 2024-11-01T16:21:26.0854535Z inpType=uint8_t 2024-11-01T16:21:26.0854910Z ] 2024-11-01T16:21:26.0856079Z 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:21:26.0858991Z 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:21:26.0861953Z 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:21:26.0865060Z 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:21:26.0866969Z with 2024-11-01T16:21:26.0867217Z [ 2024-11-01T16:21:26.0867468Z inpType=int8_t 2024-11-01T16:21:26.0867756Z ] 2024-11-01T16:21:26.0869081Z 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:21:26.0872409Z 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:21:26.0875323Z 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:21:26.0878667Z 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:21:26.0880824Z with 2024-11-01T16:21:26.0881077Z [ 2024-11-01T16:21:26.0881331Z inpType=uint8_t 2024-11-01T16:21:26.0881703Z ] 2024-11-01T16:21:26.0883013Z 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:21:26.0885916Z 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:21:26.0889056Z 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:21:26.0892412Z 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:21:26.0895887Z with 2024-11-01T16:21:26.0896329Z [ 2024-11-01T16:21:26.0896750Z inpType=int8_t 2024-11-01T16:21:26.0897263Z ] 2024-11-01T16:21:26.0899449Z 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:21:26.0904410Z 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:21:26.0909732Z 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:21:26.0915089Z 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:21:26.0918769Z with 2024-11-01T16:21:26.0919206Z [ 2024-11-01T16:21:26.0919652Z inpType=uint8_t 2024-11-01T16:21:26.0920216Z ] 2024-11-01T16:21:26.0922473Z 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:21:26.0928152Z 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:21:26.0934663Z 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:21:26.0941463Z 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:21:26.0945255Z with 2024-11-01T16:21:26.0945706Z [ 2024-11-01T16:21:26.0946147Z inpType=uint8_t 2024-11-01T16:21:26.0946676Z ] 2024-11-01T16:21:26.0948855Z 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:21:26.0954220Z 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:21:26.0959978Z 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:21:26.0965202Z 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:21:26.0967468Z with 2024-11-01T16:21:26.0967722Z [ 2024-11-01T16:21:26.0968064Z inpType=uint8_t 2024-11-01T16:21:26.0968447Z ] 2024-11-01T16:21:26.0969953Z 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:21:26.0973425Z 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:21:26.0978919Z 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:21:26.0984415Z 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:21:26.0988236Z with 2024-11-01T16:21:26.0988718Z [ 2024-11-01T16:21:26.0989185Z inpType=uint8_t 2024-11-01T16:21:26.0989736Z ] 2024-11-01T16:21:26.0991924Z 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:21:26.0996890Z 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:21:26.1000034Z 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:21:26.1003416Z 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:21:26.1006994Z with 2024-11-01T16:21:26.1007446Z [ 2024-11-01T16:21:26.1007887Z inpType=uint8_t 2024-11-01T16:21:26.1008583Z ] 2024-11-01T16:21:26.1010918Z 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:21:26.1016561Z 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:21:26.1021870Z 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:21:26.1025935Z 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:21:26.1028459Z with 2024-11-01T16:21:26.1028735Z [ 2024-11-01T16:21:26.1028986Z inpType=uint8_t 2024-11-01T16:21:26.1029305Z ] 2024-11-01T16:21:26.1030524Z 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:21:26.1033641Z 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:21:26.1039608Z 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:21:26.1045201Z 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:21:26.1049004Z with 2024-11-01T16:21:26.1049469Z [ 2024-11-01T16:21:26.1049939Z inpType=uint8_t 2024-11-01T16:21:26.1050537Z ] 2024-11-01T16:21:26.1052976Z 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:21:26.1059002Z 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:21:26.1064662Z 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:21:26.1070845Z 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:21:26.1075120Z with 2024-11-01T16:21:26.1075599Z [ 2024-11-01T16:21:26.1076054Z inpType=uint8_t 2024-11-01T16:21:26.1076629Z ] 2024-11-01T16:21:26.1078965Z 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:21:26.1084740Z 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:21:26.1090156Z 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:21:26.1093828Z 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:21:26.1096601Z with 2024-11-01T16:21:26.1096971Z [ 2024-11-01T16:21:26.1097260Z inpType=uint8_t 2024-11-01T16:21:26.1097623Z ] 2024-11-01T16:21:26.1099924Z 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:21:26.1106165Z 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:21:26.1112255Z 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:21:26.1117864Z 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:21:26.1123072Z 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:21:26.1126777Z 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:21:26.1130417Z 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:21:26.1134649Z 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:21:26.1138151Z 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:21:26.1141779Z 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:21:26.1145099Z 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:21:26.1148454Z 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:21:26.1151635Z 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:21:26.1154750Z 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:21:26.1159173Z 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:21:26.1163645Z 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:21:26.1168254Z [4786/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmI64.cc.obj 2024-11-01T16:21:26.2453097Z [4787/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelDirectConvU8S8S32ACC32.cc.obj 2024-11-01T16:21:26.2536674Z [4788/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC32Avx512VNNI.cc.obj 2024-11-01T16:21:26.2776060Z [4789/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC16Avx512VNNI.cc.obj 2024-11-01T16:21:26.3121900Z [4790/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernel.cc.obj 2024-11-01T16:21:26.3483015Z [4791/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC16.cc.obj 2024-11-01T16:21:26.4310763Z [4792/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC32.cc.obj 2024-11-01T16:21:26.4369896Z [4793/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC16Avx512.cc.obj 2024-11-01T16:21:26.4888078Z [4794/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GroupwiseConvAcc32Avx512.cc.obj 2024-11-01T16:21:26.4892522Z 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:21:26.4897769Z 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:21:26.4902765Z 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:21:26.4907764Z 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:21:26.4912376Z 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:21:26.4917125Z 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:21:26.4921812Z 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:21:26.4926460Z 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:21:26.4931456Z 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:21:26.4936565Z 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:21:26.4941773Z 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:21:26.4946426Z 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:21:26.4951699Z 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:21:26.4957095Z 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:21:26.4962019Z 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:21:26.4966815Z 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:21:26.4970228Z 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:21:26.4973972Z 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:21:26.4977891Z 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:21:26.4982937Z 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:21:26.4988314Z 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:21:26.4993195Z 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:21:26.4998466Z 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:21:26.5003505Z 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:21:26.5007449Z 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:21:26.5011890Z 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:21:26.5016248Z 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:21:26.5021435Z 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:21:26.5026787Z 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:21:26.5031454Z 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:21:26.5036435Z 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:21:26.5042072Z 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:21:26.5047371Z 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:21:26.5056489Z 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:21:26.5061551Z 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:21:26.5067134Z 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:21:26.5072427Z 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:21:26.5077441Z 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:21:26.5083224Z 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:21:26.5088292Z 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:21:26.5092670Z 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:21:26.5095948Z 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:21:26.5101330Z 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:21:26.5107667Z 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:21:26.5112618Z 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:21:26.5117634Z 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:21:26.5122352Z 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:21:26.5127494Z 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:21:26.5131085Z 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:21:26.5136021Z 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:21:26.5139938Z 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:21:26.5143291Z 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:21:26.5147022Z 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:21:26.5159693Z 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:21:26.5163067Z 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:21:26.5165942Z 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:21:26.5168671Z 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:21:26.5171581Z 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:21:26.5174644Z 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:21:26.5177988Z 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:21:26.5181408Z 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:21:26.5184956Z 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:21:26.5187876Z 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:21:26.5190907Z 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:21:26.5194683Z 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:21:26.5198893Z 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:21:26.5203226Z 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:21:26.5207847Z 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:21:26.5211442Z 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:21:26.5216671Z 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:21:26.5221903Z 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:21:26.5226846Z 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:21:26.5231723Z 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:21:26.5237400Z 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:21:26.5241755Z 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:21:26.5246060Z 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:21:26.5249091Z 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:21:26.5251824Z 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:21:26.5254949Z 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:21:26.5258086Z 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:21:26.5260818Z 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:21:26.5264464Z 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:21:26.5267710Z 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:21:26.5270741Z 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:21:26.5275627Z 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:21:26.5280598Z 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:21:26.5285901Z 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:21:26.5290903Z 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:21:26.5296612Z 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:21:26.5301929Z 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:21:26.5307059Z 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:21:26.5312750Z 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:21:26.5317791Z 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:21:26.5320803Z 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:21:26.5325720Z 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:21:26.5330818Z 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:21:26.5335696Z 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:21:26.5338727Z 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:21:26.5341957Z 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:21:26.5344976Z 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:21:26.5347890Z 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:21:26.5350621Z 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:21:26.5353443Z 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:21:26.5356914Z 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:21:26.5359747Z 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:21:26.5363577Z 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:21:26.5367356Z 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:21:26.5370162Z 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:21:26.5375636Z 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:21:26.5380039Z 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:21:26.5383622Z 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:21:26.5386560Z 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:21:26.5389511Z 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:21:26.5392300Z 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:21:26.5396349Z 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:21:26.5399954Z 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:21:26.5402791Z 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:21:26.5406044Z 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:21:26.5409224Z 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:21:26.5412815Z 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:21:26.5414573Z [4795/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAWithIm2Col.cc.obj 2024-11-01T16:21:26.5417825Z 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:21:26.5419981Z with 2024-11-01T16:21:26.5420237Z [ 2024-11-01T16:21:26.5420467Z T=uint8_t, 2024-11-01T16:21:26.5420768Z accT=int32_t, 2024-11-01T16:21:26.5421087Z inpType=uint8_t 2024-11-01T16:21:26.5421424Z ] 2024-11-01T16:21:26.5423089Z 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:21:26.5424536Z with 2024-11-01T16:21:26.5424809Z [ 2024-11-01T16:21:26.5425082Z T=uint8_t, 2024-11-01T16:21:26.5425383Z accT=int32_t 2024-11-01T16:21:26.5425720Z ] 2024-11-01T16:21:26.5427795Z 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:21:26.5430319Z with 2024-11-01T16:21:26.5430556Z [ 2024-11-01T16:21:26.5430803Z T=uint8_t, 2024-11-01T16:21:26.5431103Z accT=int32_t 2024-11-01T16:21:26.5431386Z ] 2024-11-01T16:21:26.5432581Z 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:21:26.5433930Z with 2024-11-01T16:21:26.5434374Z [ 2024-11-01T16:21:26.5434780Z T=uint8_t, 2024-11-01T16:21:26.5435272Z accT=int32_t 2024-11-01T16:21:26.5435550Z ] 2024-11-01T16:21:26.5437500Z 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:21:26.5439571Z with 2024-11-01T16:21:26.5439986Z [ 2024-11-01T16:21:26.5440375Z T=uint8_t, 2024-11-01T16:21:26.5440887Z accT=int16_t, 2024-11-01T16:21:26.5441210Z inpType=uint8_t 2024-11-01T16:21:26.5441589Z ] 2024-11-01T16:21:26.5442795Z 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:21:26.5444144Z with 2024-11-01T16:21:26.5444376Z [ 2024-11-01T16:21:26.5444704Z T=uint8_t, 2024-11-01T16:21:26.5445002Z accT=int16_t 2024-11-01T16:21:26.5445280Z ] 2024-11-01T16:21:26.5447889Z 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:21:26.5450284Z with 2024-11-01T16:21:26.5450530Z [ 2024-11-01T16:21:26.5450760Z T=uint8_t, 2024-11-01T16:21:26.5451059Z accT=int16_t 2024-11-01T16:21:26.5451349Z ] 2024-11-01T16:21:26.5453144Z 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:21:26.5455006Z with 2024-11-01T16:21:26.5455255Z [ 2024-11-01T16:21:26.5455482Z T=uint8_t, 2024-11-01T16:21:26.5455775Z accT=int16_t 2024-11-01T16:21:26.5456111Z ] 2024-11-01T16:21:26.5459249Z 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:21:26.5461268Z with 2024-11-01T16:21:26.5461515Z [ 2024-11-01T16:21:26.5461742Z T=uint8_t, 2024-11-01T16:21:26.5462087Z accT=int32_t, 2024-11-01T16:21:26.5462498Z inpType=uint8_t 2024-11-01T16:21:26.5462836Z ] 2024-11-01T16:21:26.5465627Z 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:21:26.5468138Z with 2024-11-01T16:21:26.5468581Z [ 2024-11-01T16:21:26.5469023Z T=uint8_t, 2024-11-01T16:21:26.5469595Z accT=int32_t 2024-11-01T16:21:26.5470129Z ] 2024-11-01T16:21:26.5473529Z 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:21:26.5477273Z with 2024-11-01T16:21:26.5477718Z [ 2024-11-01T16:21:26.5478125Z T=uint8_t, 2024-11-01T16:21:26.5478653Z accT=int32_t 2024-11-01T16:21:26.5479173Z ] 2024-11-01T16:21:26.5481445Z 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:21:26.5483952Z with 2024-11-01T16:21:26.5484384Z [ 2024-11-01T16:21:26.5484803Z T=uint8_t, 2024-11-01T16:21:26.5485321Z accT=int32_t 2024-11-01T16:21:26.5485845Z ] 2024-11-01T16:21:26.5489386Z 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:21:26.5492988Z with 2024-11-01T16:21:26.5493452Z [ 2024-11-01T16:21:26.5493824Z T=uint8_t, 2024-11-01T16:21:26.5494378Z accT=int16_t, 2024-11-01T16:21:26.5494935Z inpType=uint8_t 2024-11-01T16:21:26.5495473Z ] 2024-11-01T16:21:26.5497682Z 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:21:26.5500091Z with 2024-11-01T16:21:26.5500519Z [ 2024-11-01T16:21:26.5500940Z T=uint8_t, 2024-11-01T16:21:26.5501468Z accT=int16_t 2024-11-01T16:21:26.5501995Z ] 2024-11-01T16:21:26.5505574Z 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:21:26.5508990Z with 2024-11-01T16:21:26.5509403Z [ 2024-11-01T16:21:26.5509778Z T=uint8_t, 2024-11-01T16:21:26.5510248Z accT=int16_t 2024-11-01T16:21:26.5510769Z ] 2024-11-01T16:21:26.5513001Z 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:21:26.5515641Z with 2024-11-01T16:21:26.5516074Z [ 2024-11-01T16:21:26.5516482Z T=uint8_t, 2024-11-01T16:21:26.5517010Z accT=int16_t 2024-11-01T16:21:26.5517564Z ] 2024-11-01T16:21:26.5520764Z 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:21:26.5524405Z with 2024-11-01T16:21:26.5524812Z [ 2024-11-01T16:21:26.5525236Z T=uint8_t, 2024-11-01T16:21:26.5525763Z accT=int32_t, 2024-11-01T16:21:26.5526339Z inpType=uint8_t 2024-11-01T16:21:26.5526907Z ] 2024-11-01T16:21:26.5529117Z 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:21:26.5531550Z with 2024-11-01T16:21:26.5531986Z [ 2024-11-01T16:21:26.5532415Z T=uint8_t, 2024-11-01T16:21:26.5532950Z accT=int32_t 2024-11-01T16:21:26.5533482Z ] 2024-11-01T16:21:26.5536780Z 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:21:26.5540359Z with 2024-11-01T16:21:26.5540840Z [ 2024-11-01T16:21:26.5541282Z T=uint8_t, 2024-11-01T16:21:26.5541789Z accT=int32_t 2024-11-01T16:21:26.5542303Z ] 2024-11-01T16:21:26.5544527Z 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:21:26.5546894Z with 2024-11-01T16:21:26.5547338Z [ 2024-11-01T16:21:26.5547734Z T=uint8_t, 2024-11-01T16:21:26.5548274Z accT=int32_t 2024-11-01T16:21:26.5548840Z ] 2024-11-01T16:21:26.5552483Z 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:21:26.5556433Z with 2024-11-01T16:21:26.5556912Z [ 2024-11-01T16:21:26.5557372Z T=uint8_t, 2024-11-01T16:21:26.5557933Z accT=int16_t, 2024-11-01T16:21:26.5558539Z inpType=uint8_t 2024-11-01T16:21:26.5559118Z ] 2024-11-01T16:21:26.5561335Z 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:21:26.5563755Z with 2024-11-01T16:21:26.5564396Z [ 2024-11-01T16:21:26.5564862Z T=uint8_t, 2024-11-01T16:21:26.5565383Z accT=int16_t 2024-11-01T16:21:26.5565917Z ] 2024-11-01T16:21:26.5569332Z 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:21:26.5573119Z with 2024-11-01T16:21:26.5573722Z [ 2024-11-01T16:21:26.5574165Z T=uint8_t, 2024-11-01T16:21:26.5574755Z accT=int16_t 2024-11-01T16:21:26.5575311Z ] 2024-11-01T16:21:26.5577687Z 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:21:26.5580169Z with 2024-11-01T16:21:26.5580616Z [ 2024-11-01T16:21:26.5581052Z T=uint8_t, 2024-11-01T16:21:26.5581555Z accT=int16_t 2024-11-01T16:21:26.5582082Z ] 2024-11-01T16:21:26.5585805Z 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:21:26.5589460Z with 2024-11-01T16:21:26.5589781Z [ 2024-11-01T16:21:26.5590066Z T=uint8_t, 2024-11-01T16:21:26.5590405Z accT=int32_t, 2024-11-01T16:21:26.5590770Z inpType=uint8_t 2024-11-01T16:21:26.5591125Z ] 2024-11-01T16:21:26.5592419Z 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:21:26.5593710Z with 2024-11-01T16:21:26.5593993Z [ 2024-11-01T16:21:26.5594218Z T=uint8_t, 2024-11-01T16:21:26.5594515Z accT=int32_t 2024-11-01T16:21:26.5594808Z ] 2024-11-01T16:21:26.5596680Z 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:21:26.5598831Z with 2024-11-01T16:21:26.5599078Z [ 2024-11-01T16:21:26.5599321Z T=uint8_t, 2024-11-01T16:21:26.5599600Z accT=int32_t 2024-11-01T16:21:26.5599896Z ] 2024-11-01T16:21:26.5601091Z 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:21:26.5602347Z with 2024-11-01T16:21:26.5602593Z [ 2024-11-01T16:21:26.5602832Z T=uint8_t, 2024-11-01T16:21:26.5603446Z accT=int32_t 2024-11-01T16:21:26.5603990Z ] 2024-11-01T16:21:26.5605950Z 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:21:26.5608015Z with 2024-11-01T16:21:26.5608290Z [ 2024-11-01T16:21:26.5608590Z T=uint8_t, 2024-11-01T16:21:26.5608874Z accT=int16_t, 2024-11-01T16:21:26.5609247Z inpType=uint8_t 2024-11-01T16:21:26.5609654Z ] 2024-11-01T16:21:26.5611066Z 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:21:26.5612369Z with 2024-11-01T16:21:26.5612618Z [ 2024-11-01T16:21:26.5612843Z T=uint8_t, 2024-11-01T16:21:26.5613225Z accT=int16_t 2024-11-01T16:21:26.5613520Z ] 2024-11-01T16:21:26.5615387Z 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:21:26.5617702Z with 2024-11-01T16:21:26.5617953Z [ 2024-11-01T16:21:26.5618194Z T=uint8_t, 2024-11-01T16:21:26.5618476Z accT=int16_t 2024-11-01T16:21:26.5618806Z ] 2024-11-01T16:21:26.5620090Z 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:21:26.5621360Z with 2024-11-01T16:21:26.5621637Z [ 2024-11-01T16:21:26.5621880Z T=uint8_t, 2024-11-01T16:21:26.5622158Z accT=int16_t 2024-11-01T16:21:26.5622450Z ] 2024-11-01T16:21:26.5624264Z 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:21:26.5626462Z with 2024-11-01T16:21:26.5626738Z [ 2024-11-01T16:21:26.5627067Z T=uint8_t, 2024-11-01T16:21:26.5627401Z accT=int32_t, 2024-11-01T16:21:26.5627718Z inpType=uint8_t 2024-11-01T16:21:26.5628126Z ] 2024-11-01T16:21:26.5629321Z 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:21:26.5630570Z with 2024-11-01T16:21:26.5630819Z [ 2024-11-01T16:21:26.5631054Z T=uint8_t, 2024-11-01T16:21:26.5631335Z accT=int32_t 2024-11-01T16:21:26.5631659Z ] 2024-11-01T16:21:26.5633502Z 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:21:26.5635560Z with 2024-11-01T16:21:26.5635811Z [ 2024-11-01T16:21:26.5636057Z T=uint8_t, 2024-11-01T16:21:26.5636338Z accT=int32_t 2024-11-01T16:21:26.5636645Z ] 2024-11-01T16:21:26.5637833Z 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:21:26.5639213Z with 2024-11-01T16:21:26.5639496Z [ 2024-11-01T16:21:26.5639759Z T=uint8_t, 2024-11-01T16:21:26.5640136Z accT=int32_t 2024-11-01T16:21:26.5640428Z ] 2024-11-01T16:21:26.5642239Z 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:21:26.5644351Z with 2024-11-01T16:21:26.5644584Z [ 2024-11-01T16:21:26.5644857Z T=uint8_t, 2024-11-01T16:21:26.5645288Z accT=int16_t, 2024-11-01T16:21:26.5645595Z inpType=uint8_t 2024-11-01T16:21:26.5645911Z ] 2024-11-01T16:21:26.5647218Z 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:21:26.5649030Z with 2024-11-01T16:21:26.5649445Z [ 2024-11-01T16:21:26.5649849Z T=uint8_t, 2024-11-01T16:21:26.5650309Z accT=int16_t 2024-11-01T16:21:26.5650787Z ] 2024-11-01T16:21:26.5653536Z 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:21:26.5655838Z with 2024-11-01T16:21:26.5656083Z [ 2024-11-01T16:21:26.5656328Z T=uint8_t, 2024-11-01T16:21:26.5656613Z accT=int16_t 2024-11-01T16:21:26.5656962Z ] 2024-11-01T16:21:26.5658210Z 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:21:26.5659507Z with 2024-11-01T16:21:26.5659792Z [ 2024-11-01T16:21:26.5660096Z T=uint8_t, 2024-11-01T16:21:26.5660407Z accT=int16_t 2024-11-01T16:21:26.5660765Z ] 2024-11-01T16:21:26.5663728Z 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:21:26.5667191Z with 2024-11-01T16:21:26.5667467Z [ 2024-11-01T16:21:26.5667762Z T=uint8_t, 2024-11-01T16:21:26.5668068Z accT=int32_t, 2024-11-01T16:21:26.5668445Z inpType=uint8_t 2024-11-01T16:21:26.5668758Z ] 2024-11-01T16:21:26.5670072Z 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:21:26.5671518Z with 2024-11-01T16:21:26.5671785Z [ 2024-11-01T16:21:26.5672024Z T=uint8_t, 2024-11-01T16:21:26.5672342Z accT=int32_t 2024-11-01T16:21:26.5672715Z ] 2024-11-01T16:21:26.5675873Z 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:21:26.5677736Z with 2024-11-01T16:21:26.5677987Z [ 2024-11-01T16:21:26.5678270Z T=uint8_t, 2024-11-01T16:21:26.5678579Z accT=int32_t 2024-11-01T16:21:26.5678879Z ] 2024-11-01T16:21:26.5680220Z 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:21:26.5682292Z with 2024-11-01T16:21:26.5683013Z [ 2024-11-01T16:21:26.5683804Z T=uint8_t, 2024-11-01T16:21:26.5685006Z accT=int32_t 2024-11-01T16:21:26.5685718Z ] 2024-11-01T16:21:26.5688994Z 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:21:26.5691296Z with 2024-11-01T16:21:26.5691552Z [ 2024-11-01T16:21:26.5691814Z T=uint8_t, 2024-11-01T16:21:26.5692608Z accT=int16_t, 2024-11-01T16:21:26.5693171Z inpType=uint8_t 2024-11-01T16:21:26.5693741Z ] 2024-11-01T16:21:26.5695957Z 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:21:26.5698317Z with 2024-11-01T16:21:26.5698925Z [ 2024-11-01T16:21:26.5700191Z T=uint8_t, 2024-11-01T16:21:26.5700721Z accT=int16_t 2024-11-01T16:21:26.5701257Z ] 2024-11-01T16:21:26.5704706Z 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:21:26.5708265Z with 2024-11-01T16:21:26.5708698Z [ 2024-11-01T16:21:26.5709133Z T=uint8_t, 2024-11-01T16:21:26.5709666Z accT=int16_t 2024-11-01T16:21:26.5710175Z ] 2024-11-01T16:21:26.5712437Z 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:21:26.5714989Z with 2024-11-01T16:21:26.5715426Z [ 2024-11-01T16:21:26.5715844Z T=uint8_t, 2024-11-01T16:21:26.5716374Z accT=int16_t 2024-11-01T16:21:26.5716888Z ] 2024-11-01T16:21:26.5720045Z 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:21:26.5726502Z 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:21:26.5732500Z 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:21:26.5738380Z 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:21:26.5744044Z 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:21:26.5749687Z 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:21:26.5753526Z [4796/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAMatrix.cc.obj 2024-11-01T16:21:26.5758255Z 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:21:26.5762043Z with 2024-11-01T16:21:26.5762467Z [ 2024-11-01T16:21:26.5762860Z T=uint8_t, 2024-11-01T16:21:26.5763793Z accT=int32_t, 2024-11-01T16:21:26.5764419Z inpType=uint8_t 2024-11-01T16:21:26.5764874Z ] 2024-11-01T16:21:26.5766181Z 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:21:26.5768688Z with 2024-11-01T16:21:26.5769116Z [ 2024-11-01T16:21:26.5769531Z T=uint8_t, 2024-11-01T16:21:26.5770285Z accT=int32_t 2024-11-01T16:21:26.5770743Z ] 2024-11-01T16:21:26.5773432Z 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:21:26.5776803Z with 2024-11-01T16:21:26.5777333Z [ 2024-11-01T16:21:26.5777765Z T=uint8_t, 2024-11-01T16:21:26.5778301Z accT=int32_t 2024-11-01T16:21:26.5778813Z ] 2024-11-01T16:21:26.5780855Z 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:21:26.5783287Z with 2024-11-01T16:21:26.5783709Z [ 2024-11-01T16:21:26.5784089Z T=uint8_t, 2024-11-01T16:21:26.5784587Z accT=int32_t 2024-11-01T16:21:26.5785084Z ] 2024-11-01T16:21:26.5787572Z 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:21:26.5790041Z with 2024-11-01T16:21:26.5790498Z [ 2024-11-01T16:21:26.5791027Z T=uint8_t, 2024-11-01T16:21:26.5791748Z accT=int16_t, 2024-11-01T16:21:26.5792599Z inpType=uint8_t 2024-11-01T16:21:26.5793159Z ] 2024-11-01T16:21:26.5795268Z 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:21:26.5797504Z with 2024-11-01T16:21:26.5797923Z [ 2024-11-01T16:21:26.5798335Z T=uint8_t, 2024-11-01T16:21:26.5798842Z accT=int16_t 2024-11-01T16:21:26.5799330Z ] 2024-11-01T16:21:26.5802447Z 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:21:26.5805737Z with 2024-11-01T16:21:26.5806145Z [ 2024-11-01T16:21:26.5806548Z T=uint8_t, 2024-11-01T16:21:26.5807046Z accT=int16_t 2024-11-01T16:21:26.5807533Z ] 2024-11-01T16:21:26.5809604Z 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:21:26.5811885Z with 2024-11-01T16:21:26.5812312Z [ 2024-11-01T16:21:26.5812710Z T=uint8_t, 2024-11-01T16:21:26.5813221Z accT=int16_t 2024-11-01T16:21:26.5813712Z ] 2024-11-01T16:21:26.5817061Z 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:21:26.5820435Z with 2024-11-01T16:21:26.5820863Z [ 2024-11-01T16:21:26.5821272Z T=uint8_t, 2024-11-01T16:21:26.5821779Z accT=int32_t, 2024-11-01T16:21:26.5822322Z inpType=uint8_t 2024-11-01T16:21:26.5822839Z ] 2024-11-01T16:21:26.5824879Z 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:21:26.5827273Z with 2024-11-01T16:21:26.5827691Z [ 2024-11-01T16:21:26.5828109Z T=uint8_t, 2024-11-01T16:21:26.5828615Z accT=int32_t 2024-11-01T16:21:26.5829109Z ] 2024-11-01T16:21:26.5832231Z 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:21:26.5835614Z with 2024-11-01T16:21:26.5836026Z [ 2024-11-01T16:21:26.5836432Z T=uint8_t, 2024-11-01T16:21:26.5836940Z accT=int32_t 2024-11-01T16:21:26.5837421Z ] 2024-11-01T16:21:26.5839502Z 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:21:26.5841709Z with 2024-11-01T16:21:26.5842042Z [ 2024-11-01T16:21:26.5842408Z T=uint8_t, 2024-11-01T16:21:26.5843059Z accT=int32_t 2024-11-01T16:21:26.5843574Z ] 2024-11-01T16:21:26.5846724Z 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:21:26.5850028Z with 2024-11-01T16:21:26.5850521Z [ 2024-11-01T16:21:26.5850917Z T=uint8_t, 2024-11-01T16:21:26.5851432Z accT=int16_t, 2024-11-01T16:21:26.5851978Z inpType=uint8_t 2024-11-01T16:21:26.5852483Z ] 2024-11-01T16:21:26.5854493Z 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:21:26.5856662Z with 2024-11-01T16:21:26.5857169Z [ 2024-11-01T16:21:26.5857597Z T=uint8_t, 2024-11-01T16:21:26.5858074Z accT=int16_t 2024-11-01T16:21:26.5858562Z ] 2024-11-01T16:21:26.5861664Z 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:21:26.5865253Z with 2024-11-01T16:21:26.5865597Z [ 2024-11-01T16:21:26.5865920Z T=uint8_t, 2024-11-01T16:21:26.5866243Z accT=int16_t 2024-11-01T16:21:26.5866538Z ] 2024-11-01T16:21:26.5868279Z 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:21:26.5870524Z with 2024-11-01T16:21:26.5870784Z [ 2024-11-01T16:21:26.5871016Z T=uint8_t, 2024-11-01T16:21:26.5871312Z accT=int16_t 2024-11-01T16:21:26.5871754Z ] 2024-11-01T16:21:26.5873509Z 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:21:26.5877303Z 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:21:26.6246997Z [4797/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackBMatrix.cc.obj 2024-11-01T16:21:26.6251643Z 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:21:26.6255252Z with 2024-11-01T16:21:26.6255697Z [ 2024-11-01T16:21:26.6256117Z T=int8_t, 2024-11-01T16:21:26.6256640Z accT=int32_t, 2024-11-01T16:21:26.6257175Z inpType=int8_t 2024-11-01T16:21:26.6257726Z ] 2024-11-01T16:21:26.6259841Z 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:21:26.6262169Z with 2024-11-01T16:21:26.6262597Z [ 2024-11-01T16:21:26.6263029Z T=int8_t, 2024-11-01T16:21:26.6263533Z accT=int32_t 2024-11-01T16:21:26.6264053Z ] 2024-11-01T16:21:26.6267419Z 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:21:26.6270903Z with 2024-11-01T16:21:26.6271330Z [ 2024-11-01T16:21:26.6271766Z T=int8_t, 2024-11-01T16:21:26.6272296Z accT=int32_t 2024-11-01T16:21:26.6272825Z ] 2024-11-01T16:21:26.6275118Z 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:21:26.6277508Z with 2024-11-01T16:21:26.6277929Z [ 2024-11-01T16:21:26.6278322Z T=int8_t, 2024-11-01T16:21:26.6278833Z accT=int32_t 2024-11-01T16:21:26.6279353Z ] 2024-11-01T16:21:26.6282769Z 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:21:26.6286335Z with 2024-11-01T16:21:26.6286750Z [ 2024-11-01T16:21:26.6287174Z T=int8_t, 2024-11-01T16:21:26.6287680Z accT=int16_t, 2024-11-01T16:21:26.6288251Z inpType=int8_t 2024-11-01T16:21:26.6288793Z ] 2024-11-01T16:21:26.6290896Z 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:21:26.6292562Z with 2024-11-01T16:21:26.6292826Z [ 2024-11-01T16:21:26.6293085Z T=int8_t, 2024-11-01T16:21:26.6293377Z accT=int16_t 2024-11-01T16:21:26.6293667Z ] 2024-11-01T16:21:26.6295833Z 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:21:26.6298856Z with 2024-11-01T16:21:26.6299325Z [ 2024-11-01T16:21:26.6299739Z T=int8_t, 2024-11-01T16:21:26.6300264Z accT=int16_t 2024-11-01T16:21:26.6300791Z ] 2024-11-01T16:21:26.6303009Z 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:21:26.6306954Z with 2024-11-01T16:21:26.6307402Z [ 2024-11-01T16:21:26.6307816Z T=int8_t, 2024-11-01T16:21:26.6308319Z accT=int16_t 2024-11-01T16:21:26.6308823Z ] 2024-11-01T16:21:26.6312122Z 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:21:26.6315672Z with 2024-11-01T16:21:26.6316110Z [ 2024-11-01T16:21:26.6316532Z T=int8_t, 2024-11-01T16:21:26.6317033Z accT=int32_t, 2024-11-01T16:21:26.6317589Z inpType=int8_t 2024-11-01T16:21:26.6318127Z ] 2024-11-01T16:21:26.6320242Z 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:21:26.6322349Z with 2024-11-01T16:21:26.6322796Z [ 2024-11-01T16:21:26.6323210Z T=int8_t, 2024-11-01T16:21:26.6323714Z accT=int32_t 2024-11-01T16:21:26.6324223Z ] 2024-11-01T16:21:26.6327350Z 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:21:26.6330675Z with 2024-11-01T16:21:26.6331086Z [ 2024-11-01T16:21:26.6331451Z T=int8_t, 2024-11-01T16:21:26.6331936Z accT=int32_t 2024-11-01T16:21:26.6332390Z ] 2024-11-01T16:21:26.6334432Z 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:21:26.6336738Z with 2024-11-01T16:21:26.6337122Z [ 2024-11-01T16:21:26.6337549Z T=int8_t, 2024-11-01T16:21:26.6338050Z accT=int32_t 2024-11-01T16:21:26.6338574Z ] 2024-11-01T16:21:26.6341869Z 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:21:26.6345223Z with 2024-11-01T16:21:26.6345652Z [ 2024-11-01T16:21:26.6346077Z T=int8_t, 2024-11-01T16:21:26.6346583Z accT=int16_t, 2024-11-01T16:21:26.6347140Z inpType=int8_t 2024-11-01T16:21:26.6347687Z ] 2024-11-01T16:21:26.6349827Z 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:21:26.6352385Z with 2024-11-01T16:21:26.6352826Z [ 2024-11-01T16:21:26.6353219Z T=int8_t, 2024-11-01T16:21:26.6353889Z accT=int16_t 2024-11-01T16:21:26.6354336Z ] 2024-11-01T16:21:26.6357319Z 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:21:26.6359263Z with 2024-11-01T16:21:26.6359545Z [ 2024-11-01T16:21:26.6359771Z T=int8_t, 2024-11-01T16:21:26.6360059Z accT=int16_t 2024-11-01T16:21:26.6360350Z ] 2024-11-01T16:21:26.6361715Z 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:21:26.6362987Z with 2024-11-01T16:21:26.6363243Z [ 2024-11-01T16:21:26.6363497Z T=int8_t, 2024-11-01T16:21:26.6363776Z accT=int16_t 2024-11-01T16:21:26.6364074Z ] 2024-11-01T16:21:26.6365801Z 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:21:26.6369183Z 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:21:26.6722889Z [4798/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GroupwiseConv.cc.obj 2024-11-01T16:21:26.6791145Z [4799/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAWithQuantRowOffset.cc.obj 2024-11-01T16:21:26.6793927Z 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:21:26.6796125Z with 2024-11-01T16:21:26.6796375Z [ 2024-11-01T16:21:26.6796636Z T=uint8_t, 2024-11-01T16:21:26.6796933Z accT=int32_t, 2024-11-01T16:21:26.6797297Z inpType=uint8_t 2024-11-01T16:21:26.6797637Z ] 2024-11-01T16:21:26.6798996Z 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:21:26.6800292Z with 2024-11-01T16:21:26.6800525Z [ 2024-11-01T16:21:26.6800764Z T=uint8_t, 2024-11-01T16:21:26.6801050Z accT=int32_t 2024-11-01T16:21:26.6801327Z ] 2024-11-01T16:21:26.6803209Z 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:21:26.6805275Z with 2024-11-01T16:21:26.6805626Z [ 2024-11-01T16:21:26.6805963Z T=uint8_t, 2024-11-01T16:21:26.6806658Z accT=int32_t 2024-11-01T16:21:26.6807215Z ] 2024-11-01T16:21:26.6808848Z 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:21:26.6811132Z with 2024-11-01T16:21:26.6811553Z [ 2024-11-01T16:21:26.6811957Z T=uint8_t, 2024-11-01T16:21:26.6812427Z accT=int32_t 2024-11-01T16:21:26.6812900Z ] 2024-11-01T16:21:26.6815462Z 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:21:26.6817737Z with 2024-11-01T16:21:26.6817983Z [ 2024-11-01T16:21:26.6818284Z T=uint8_t, 2024-11-01T16:21:26.6818666Z accT=int32_t, 2024-11-01T16:21:26.6819183Z inpType=uint8_t 2024-11-01T16:21:26.6819478Z ] 2024-11-01T16:21:26.6820769Z 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:21:26.6822174Z with 2024-11-01T16:21:26.6822416Z [ 2024-11-01T16:21:26.6822648Z T=uint8_t, 2024-11-01T16:21:26.6822939Z accT=int32_t 2024-11-01T16:21:26.6823214Z ] 2024-11-01T16:21:26.6825271Z 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:21:26.6827367Z with 2024-11-01T16:21:26.6827687Z [ 2024-11-01T16:21:26.6827912Z T=uint8_t, 2024-11-01T16:21:26.6828210Z accT=int32_t 2024-11-01T16:21:26.6828490Z ] 2024-11-01T16:21:26.6829794Z 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:21:26.6831279Z with 2024-11-01T16:21:26.6831521Z [ 2024-11-01T16:21:26.6831747Z T=uint8_t, 2024-11-01T16:21:26.6832032Z accT=int32_t 2024-11-01T16:21:26.6832390Z ] 2024-11-01T16:21:26.6834512Z 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:21:26.6837937Z [4800/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GroupwiseConvAcc32Avx2.cc.obj 2024-11-01T16:21:26.6840436Z 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:21:26.6843070Z 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:21:26.6846847Z 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:21:26.6851536Z 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:21:26.6855485Z 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:21:26.6860001Z 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:21:26.6864735Z 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:21:26.6869288Z 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:21:26.6874229Z 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:21:26.6879193Z 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:21:26.6882679Z 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:21:26.6885118Z 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:21:26.6887966Z 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:21:26.6892582Z 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:21:26.6897246Z 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:21:26.6900704Z 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:21:26.6903485Z 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:21:26.6906309Z 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:21:26.6909773Z 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:21:26.6916054Z 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:21:26.6921512Z 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:21:26.6926328Z 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:21:26.6931589Z 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:21:26.6936278Z 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:21:26.6938871Z 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:21:26.6941420Z 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:21:26.6943865Z 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:21:26.6946352Z 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:21:26.6949128Z 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:21:26.6951852Z 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:21:26.6954435Z 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:21:26.6956967Z 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:21:26.6959756Z 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:21:26.6962485Z 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:21:26.6966898Z 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:21:26.6970961Z 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:21:26.6974906Z 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:21:26.6978909Z 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:21:26.6983122Z 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:21:26.6987392Z 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:21:26.6991274Z 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:21:26.6995295Z 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:21:26.6999298Z 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:21:26.7003408Z 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:21:26.7007476Z 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:21:26.7011461Z 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:21:26.7015224Z 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:21:26.7019381Z 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:21:26.7022616Z 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:21:26.7025627Z 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:21:26.7028452Z 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:21:26.7031412Z 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:21:26.7034725Z 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:21:26.7037947Z 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:21:26.7041245Z 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:21:26.7044185Z 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:21:26.7047566Z 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:21:26.7051571Z 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:21:26.7054914Z 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:21:26.7058675Z 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:21:26.7142808Z [4801/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackMatrix.cc.obj 2024-11-01T16:21:26.7145083Z 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:21:26.7148342Z 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:21:26.7151522Z 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:21:26.7154685Z 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:21:26.7157976Z 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:21:26.7161451Z 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:21:26.7164699Z 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:21:26.7168453Z 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:21:26.7173855Z 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:21:26.7177522Z 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:21:26.7180708Z 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:21:26.7185413Z 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:21:26.7191432Z 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:21:26.7287001Z [4802/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAWithRowOffset.cc.obj 2024-11-01T16:21:26.7291627Z 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:21:26.7295324Z with 2024-11-01T16:21:26.7295631Z [ 2024-11-01T16:21:26.7295874Z T=uint8_t, 2024-11-01T16:21:26.7296222Z accT=int32_t, 2024-11-01T16:21:26.7296562Z inpType=uint8_t 2024-11-01T16:21:26.7296855Z ] 2024-11-01T16:21:26.7298214Z 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:21:26.7299528Z with 2024-11-01T16:21:26.7299755Z [ 2024-11-01T16:21:26.7300037Z T=uint8_t, 2024-11-01T16:21:26.7300330Z accT=int32_t 2024-11-01T16:21:26.7300645Z ] 2024-11-01T16:21:26.7302654Z 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:21:26.7305379Z with 2024-11-01T16:21:26.7305723Z [ 2024-11-01T16:21:26.7306071Z T=uint8_t, 2024-11-01T16:21:26.7306499Z accT=int32_t 2024-11-01T16:21:26.7306786Z ] 2024-11-01T16:21:26.7308033Z 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:21:26.7309487Z with 2024-11-01T16:21:26.7309716Z [ 2024-11-01T16:21:26.7309953Z T=uint8_t, 2024-11-01T16:21:26.7310467Z accT=int32_t 2024-11-01T16:21:26.7310834Z ] 2024-11-01T16:21:26.7312858Z 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:21:26.7315623Z with 2024-11-01T16:21:26.7316039Z [ 2024-11-01T16:21:26.7316439Z T=uint8_t, 2024-11-01T16:21:26.7316933Z accT=int16_t, 2024-11-01T16:21:26.7317494Z inpType=uint8_t 2024-11-01T16:21:26.7318019Z ] 2024-11-01T16:21:26.7320191Z 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:21:26.7322718Z with 2024-11-01T16:21:26.7323174Z [ 2024-11-01T16:21:26.7323577Z T=uint8_t, 2024-11-01T16:21:26.7324387Z accT=int16_t 2024-11-01T16:21:26.7324941Z ] 2024-11-01T16:21:26.7327509Z 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:21:26.7330228Z with 2024-11-01T16:21:26.7330946Z [ 2024-11-01T16:21:26.7331438Z T=uint8_t, 2024-11-01T16:21:26.7331809Z accT=int16_t 2024-11-01T16:21:26.7332257Z ] 2024-11-01T16:21:26.7334943Z 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:21:26.7337510Z with 2024-11-01T16:21:26.7337960Z [ 2024-11-01T16:21:26.7338380Z T=uint8_t, 2024-11-01T16:21:26.7338905Z accT=int16_t 2024-11-01T16:21:26.7339432Z ] 2024-11-01T16:21:26.7343202Z 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:21:26.7347017Z with 2024-11-01T16:21:26.7347462Z [ 2024-11-01T16:21:26.7347857Z T=uint8_t, 2024-11-01T16:21:26.7348390Z accT=int32_t, 2024-11-01T16:21:26.7348960Z inpType=uint8_t 2024-11-01T16:21:26.7349504Z ] 2024-11-01T16:21:26.7351719Z 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:21:26.7354144Z with 2024-11-01T16:21:26.7354561Z [ 2024-11-01T16:21:26.7355058Z T=uint8_t, 2024-11-01T16:21:26.7355594Z accT=int32_t 2024-11-01T16:21:26.7356105Z ] 2024-11-01T16:21:26.7359683Z 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:21:26.7363100Z with 2024-11-01T16:21:26.7363519Z [ 2024-11-01T16:21:26.7363917Z T=uint8_t, 2024-11-01T16:21:26.7364434Z accT=int32_t 2024-11-01T16:21:26.7364975Z ] 2024-11-01T16:21:26.7367308Z 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:21:26.7370243Z with 2024-11-01T16:21:26.7370709Z [ 2024-11-01T16:21:26.7371127Z T=uint8_t, 2024-11-01T16:21:26.7371655Z accT=int32_t 2024-11-01T16:21:26.7372175Z ] 2024-11-01T16:21:26.7375788Z 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:21:26.7379528Z with 2024-11-01T16:21:26.7379963Z [ 2024-11-01T16:21:26.7380376Z T=uint8_t, 2024-11-01T16:21:26.7380944Z accT=int16_t, 2024-11-01T16:21:26.7381543Z inpType=uint8_t 2024-11-01T16:21:26.7382074Z ] 2024-11-01T16:21:26.7384295Z 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:21:26.7386730Z with 2024-11-01T16:21:26.7387195Z [ 2024-11-01T16:21:26.7387605Z T=uint8_t, 2024-11-01T16:21:26.7388118Z accT=int16_t 2024-11-01T16:21:26.7388629Z ] 2024-11-01T16:21:26.7392112Z 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:21:26.7395866Z with 2024-11-01T16:21:26.7396302Z [ 2024-11-01T16:21:26.7396710Z T=uint8_t, 2024-11-01T16:21:26.7397231Z accT=int16_t 2024-11-01T16:21:26.7397749Z ] 2024-11-01T16:21:26.7400091Z 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:21:26.7402590Z with 2024-11-01T16:21:26.7403012Z [ 2024-11-01T16:21:26.7403426Z T=uint8_t, 2024-11-01T16:21:26.7403946Z accT=int16_t 2024-11-01T16:21:26.7404497Z ] 2024-11-01T16:21:26.7407696Z 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:21:26.7422986Z 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:21:26.7804486Z [4803/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackWeightsForConv.cc.obj 2024-11-01T16:21:26.7809055Z 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:21:26.7812470Z with 2024-11-01T16:21:26.7812926Z [ 2024-11-01T16:21:26.7813312Z T=int8_t, 2024-11-01T16:21:26.7813809Z accT=int32_t, 2024-11-01T16:21:26.7814358Z inpType=int8_t 2024-11-01T16:21:26.7814891Z ] 2024-11-01T16:21:26.7816942Z 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:21:26.7819296Z with 2024-11-01T16:21:26.7819737Z [ 2024-11-01T16:21:26.7820160Z T=int8_t, 2024-11-01T16:21:26.7820657Z accT=int32_t 2024-11-01T16:21:26.7821168Z ] 2024-11-01T16:21:26.7824458Z 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:21:26.7827920Z with 2024-11-01T16:21:26.7828355Z [ 2024-11-01T16:21:26.7828784Z T=int8_t, 2024-11-01T16:21:26.7829299Z accT=int32_t 2024-11-01T16:21:26.7829820Z ] 2024-11-01T16:21:26.7831944Z 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:21:26.7834265Z with 2024-11-01T16:21:26.7834677Z [ 2024-11-01T16:21:26.7835184Z T=int8_t, 2024-11-01T16:21:26.7835697Z accT=int32_t 2024-11-01T16:21:26.7836208Z ] 2024-11-01T16:21:26.7839235Z 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:21:26.8109690Z [4804/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\TransposeUtils.cc.obj 2024-11-01T16:21:26.8926441Z [4805/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\QuantUtils.cc.obj 2024-11-01T16:21:26.9030822Z [4806/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackWeightMatrixForGConv.cc.obj 2024-11-01T16:21:26.9308262Z [4807/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\spmmUtils.cc.obj 2024-11-01T16:21:27.0014194Z [4808/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmBfloat16ConvertAvx2.cc.obj 2024-11-01T16:21:27.0443583Z [4809/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\Utils.cc.obj 2024-11-01T16:21:27.0765763Z [4810/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\SparseAdagrad.cc.obj 2024-11-01T16:21:27.1195854Z [4811/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackWeightsForDirectConv.cc.obj 2024-11-01T16:21:27.1247174Z [4812/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\RefImplementations.cc.obj 2024-11-01T16:21:27.1299096Z [4813/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\EmbeddingSpMDMAvx2.cc.obj 2024-11-01T16:21:27.1887341Z [4814/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\RowWiseSparseAdagradFused.cc.obj 2024-11-01T16:21:27.2122386Z [4815/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmI8DepthwiseAvx2.cc.obj 2024-11-01T16:21:27.2551935Z [4816/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmSparseDenseAvx2.cc.obj 2024-11-01T16:21:27.2616457Z [4817/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmI8DepthwisePerChannelQuantAvx2.cc.obj 2024-11-01T16:21:27.3081282Z [4818/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateI8Depthwise.cc.obj 2024-11-01T16:21:27.3287820Z [4819/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmFloat16ConvertAvx2.cc.obj 2024-11-01T16:21:27.3289493Z 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:21:27.3292330Z 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:21:27.3410325Z [4820/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmI8Depthwise3DAvx2.cc.obj 2024-11-01T16:21:27.3456610Z [4821/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\UtilsAvx2.cc.obj 2024-11-01T16:21:27.3604821Z [4822/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmSparseDenseInt8Avx2.cc.obj 2024-11-01T16:21:27.3783550Z [4823/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\PackDepthwiseConvMatrixAvx2.cc.obj 2024-11-01T16:21:27.4312130Z [4824/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\OptimizedKernelsAvx2.cc.obj 2024-11-01T16:21:27.5193648Z [4825/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\spmmUtilsAvx2.cc.obj 2024-11-01T16:21:27.5464244Z [4826/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmBfloat16ConvertAvx512.cc.obj 2024-11-01T16:21:27.5548242Z [4827/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmSparseDenseAvx512.cc.obj 2024-11-01T16:21:27.5596878Z [4828/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmFloat16ConvertAvx512.cc.obj 2024-11-01T16:21:27.5692041Z [4829/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\QuantUtilsAvx2.cc.obj 2024-11-01T16:21:27.5693684Z 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:21:27.5695546Z 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:21:27.5698047Z 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:21:27.5700506Z 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:21:27.5702339Z 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:21:27.5704219Z 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:21:27.5706124Z 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:21:27.5707945Z 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:21:27.5709797Z 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:21:27.5711829Z 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:21:27.5713678Z 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:21:27.5716172Z 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:21:27.6050255Z [4830/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmSparseDenseInt8Avx512.cc.obj 2024-11-01T16:21:27.6062867Z [4831/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\UtilsAvx512.cc.obj 2024-11-01T16:21:27.6133451Z [4832/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmFP16UKernelsIntrinsicAvx2.cc.obj 2024-11-01T16:21:27.6322485Z [4833/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\EmbeddingSpMDMAvx512.cc.obj 2024-11-01T16:21:27.8318113Z [4834/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\QuantUtilsAvx512.cc.obj 2024-11-01T16:21:27.8419219Z [4835/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmFP16UKernelsIntrinsicAvx512_256.cc.obj 2024-11-01T16:21:27.8800605Z [4836/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmFP16UKernelsIntrinsicAvx512.cc.obj 2024-11-01T16:21:27.9096340Z [4837/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\assembler.cpp.obj 2024-11-01T16:21:27.9446842Z [4838/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\archtraits.cpp.obj 2024-11-01T16:21:27.9539404Z [4839/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmSparseDenseVectorInt8Avx512.cc.obj 2024-11-01T16:21:27.9608509Z [4840/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\codeholder.cpp.obj 2024-11-01T16:21:27.9711718Z [4841/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\builder.cpp.obj 2024-11-01T16:21:28.1927911Z [4842/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\compiler.cpp.obj 2024-11-01T16:21:28.2031560Z [4843/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\codewriter.cpp.obj 2024-11-01T16:21:28.2133034Z [4844/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\emitterutils.cpp.obj 2024-11-01T16:21:28.2211627Z [4845/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\constpool.cpp.obj 2024-11-01T16:21:28.2809474Z [4846/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\emithelper.cpp.obj 2024-11-01T16:21:28.2863039Z [4847/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\cpuinfo.cpp.obj 2024-11-01T16:21:28.3042829Z [4848/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\emitter.cpp.obj 2024-11-01T16:21:28.3064207Z [4849/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\globals.cpp.obj 2024-11-01T16:21:28.4711974Z [4850/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\errorhandler.cpp.obj 2024-11-01T16:21:28.5453248Z [4851/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\environment.cpp.obj 2024-11-01T16:21:28.5635769Z [4852/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\formatter.cpp.obj 2024-11-01T16:21:28.5726383Z [4853/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\funcargscontext.cpp.obj 2024-11-01T16:21:28.6220865Z [4854/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\func.cpp.obj 2024-11-01T16:21:28.6245941Z [4855/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\jitruntime.cpp.obj 2024-11-01T16:21:28.6259325Z [4856/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\osutils.cpp.obj 2024-11-01T16:21:28.6334395Z [4857/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\logger.cpp.obj 2024-11-01T16:21:28.8298321Z [4858/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\inst.cpp.obj 2024-11-01T16:21:28.8719184Z [4859/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\operand.cpp.obj 2024-11-01T16:21:28.9105902Z [4860/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\jitallocator.cpp.obj 2024-11-01T16:21:28.9369707Z [4861/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\rastack.cpp.obj 2024-11-01T16:21:28.9495612Z [4862/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\type.cpp.obj 2024-11-01T16:21:28.9553133Z [4863/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\support.cpp.obj 2024-11-01T16:21:28.9609797Z [4864/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\rapass.cpp.obj 2024-11-01T16:21:28.9919818Z [4865/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\ralocal.cpp.obj 2024-11-01T16:21:29.1719859Z [4866/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\target.cpp.obj 2024-11-01T16:21:29.2242007Z [4867/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\string.cpp.obj 2024-11-01T16:21:29.2459083Z [4868/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonelist.cpp.obj 2024-11-01T16:21:29.2569992Z [4869/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zone.cpp.obj 2024-11-01T16:21:29.2881749Z [4870/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\virtmem.cpp.obj 2024-11-01T16:21:29.2959381Z [4871/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonehash.cpp.obj 2024-11-01T16:21:29.2973147Z [4872/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonetree.cpp.obj 2024-11-01T16:21:29.3085401Z [4873/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonestack.cpp.obj 2024-11-01T16:21:29.4997485Z [4874/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonevector.cpp.obj 2024-11-01T16:21:29.5684880Z [4875/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64compiler.cpp.obj 2024-11-01T16:21:29.5921188Z [4876/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\armformatter.cpp.obj 2024-11-01T16:21:29.6526814Z [4877/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64builder.cpp.obj 2024-11-01T16:21:29.6541357Z [4878/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64instapi.cpp.obj 2024-11-01T16:21:29.6614276Z [4879/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64assembler.cpp.obj 2024-11-01T16:21:29.6694459Z [4880/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64formatter.cpp.obj 2024-11-01T16:21:29.6859668Z [4881/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64instdb.cpp.obj 2024-11-01T16:21:29.8964663Z [4882/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64operand.cpp.obj 2024-11-01T16:21:29.9254857Z [4883/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64func.cpp.obj 2024-11-01T16:21:29.9514544Z [4884/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64emithelper.cpp.obj 2024-11-01T16:21:30.0215413Z [4885/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86builder.cpp.obj 2024-11-01T16:21:30.0293695Z [4886/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86formatter.cpp.obj 2024-11-01T16:21:30.0464036Z [4887/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64rapass.cpp.obj 2024-11-01T16:21:30.0575440Z [4888/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86emithelper.cpp.obj 2024-11-01T16:21:30.0921297Z [4889/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86compiler.cpp.obj 2024-11-01T16:21:30.3441378Z [4890/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86operand.cpp.obj 2024-11-01T16:21:30.3457163Z [4891/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86assembler.cpp.obj 2024-11-01T16:21:30.3628612Z [4892/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86func.cpp.obj 2024-11-01T16:21:30.3699794Z [4893/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86instdb.cpp.obj 2024-11-01T16:21:30.3753303Z [4894/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86instapi.cpp.obj 2024-11-01T16:21:30.4634623Z [4895/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86rapass.cpp.obj 2024-11-01T16:21:30.5605826Z [4896/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allgather.cc.obj 2024-11-01T16:21:30.5665468Z [4897/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allgatherv.cc.obj 2024-11-01T16:21:30.5892690Z [4898/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allreduce_local.cc.obj 2024-11-01T16:21:30.5957861Z [4899/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\algorithm.cc.obj 2024-11-01T16:21:30.6723726Z [4900/7391] Linking CXX shared library bin\asmjit.dll 2024-11-01T16:21:30.7092218Z [4901/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allreduce.cc.obj 2024-11-01T16:21:30.7704653Z [4902/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\alltoall.cc.obj 2024-11-01T16:21:30.8084219Z [4903/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\gather.cc.obj 2024-11-01T16:21:30.8152691Z [4904/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\context.cc.obj 2024-11-01T16:21:30.8776932Z [4905/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\broadcast.cc.obj 2024-11-01T16:21:30.9773944Z [4906/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\barrier.cc.obj 2024-11-01T16:21:30.9792460Z [4907/7391] Building C object third_party\ittapi\CMakeFiles\ittnotify.dir\src\ittnotify\jitprofiling.c.obj 2024-11-01T16:21:30.9794021Z 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:21:31.0133051Z [4908/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\gatherv.cc.obj 2024-11-01T16:21:31.0198948Z [4909/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\alltoallv.cc.obj 2024-11-01T16:21:31.0268027Z [4910/7391] Building C object third_party\ittapi\CMakeFiles\ittnotify.dir\src\ittnotify\ittnotify_static.c.obj 2024-11-01T16:21:31.0270606Z 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:21:31.0551814Z [4911/7391] Linking C static library lib\libittnotify.lib 2024-11-01T16:21:31.0954729Z [4912/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\types.cc.obj 2024-11-01T16:21:31.1671499Z [4913/7391] Linking CXX shared library bin\fbgemm.dll 2024-11-01T16:21:31.2225353Z [4914/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\scatter.cc.obj 2024-11-01T16:21:31.2287677Z [4915/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\reduce.cc.obj 2024-11-01T16:21:31.2708876Z [4916/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\common\utils.cc.obj 2024-11-01T16:21:31.2722225Z [4917/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\prefix_store.cc.obj 2024-11-01T16:21:31.2799508Z [4918/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\common\logging.cc.obj 2024-11-01T16:21:31.3065712Z [4919/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\context.cc.obj 2024-11-01T16:21:31.3339395Z [4920/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\buffer.cc.obj 2024-11-01T16:21:31.3480912Z [4921/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\file_store.cc.obj 2024-11-01T16:21:31.4429984Z [4922/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\address.cc.obj 2024-11-01T16:21:31.4611489Z [4923/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\hash_store.cc.obj 2024-11-01T16:21:31.4801534Z [4924/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\context.cc.obj 2024-11-01T16:21:31.5045636Z [4925/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\device.cc.obj 2024-11-01T16:21:31.5401548Z [4926/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\unbound_buffer.cc.obj 2024-11-01T16:21:31.5463872Z [4927/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\store.cc.obj 2024-11-01T16:21:31.6809516Z [4928/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\common\win.cc.obj 2024-11-01T16:21:31.7221138Z [4929/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\pair.cc.obj 2024-11-01T16:21:31.7441349Z [4930/7391] Building RC object third_party\ideep\mkl-dnn\src\CMakeFiles\dnnl.dir\version.rc.res 2024-11-01T16:21:31.7442310Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2024-11-01T16:21:31.7442825Z 2024-11-01T16:21:31.7443087Z Copyright (C) Microsoft Corporation. All rights reserved. 2024-11-01T16:21:31.7443531Z 2024-11-01T16:21:31.7443543Z 2024-11-01T16:21:31.7575022Z [4931/7391] Building ASM_MASM object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify\ittptmark64.asm.obj 2024-11-01T16:21:31.7576199Z Microsoft (R) Macro Assembler (x64) Version 14.29.30154.0 2024-11-01T16:21:31.7576817Z Copyright (C) Microsoft Corporation. All rights reserved. 2024-11-01T16:21:31.7577218Z 2024-11-01T16:21:31.7577802Z Assembling: C:\actions-runner\_work\pytorch\pytorch\third_party\ideep\mkl-dnn\src\common\ittnotify\ittptmark64.asm 2024-11-01T16:21:31.7859074Z [4932/7391] Running gen_proto.py on onnx/onnx.in.proto 2024-11-01T16:21:31.7860465Z Processing C:\actions-runner\_work\pytorch\pytorch\third_party\onnx\onnx\onnx.in.proto 2024-11-01T16:21:31.7862503Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_onnx_torch-ml.proto 2024-11-01T16:21:31.7864643Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_onnx_torch-ml.proto3 2024-11-01T16:21:31.7866648Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-ml.pb.h 2024-11-01T16:21:31.7868561Z generating C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_pb.py 2024-11-01T16:21:31.8271745Z [4933/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\unbound_buffer.cc.obj 2024-11-01T16:21:32.0006058Z [4934/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\address.cc.obj 2024-11-01T16:21:32.0104742Z [4935/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\libuv.cc.obj 2024-11-01T16:21:32.0108493Z 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:21:32.0116842Z 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:21:32.0123510Z with 2024-11-01T16:21:32.0123954Z [ 2024-11-01T16:21:32.0124596Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-11-01T16:21:32.0125602Z ] 2024-11-01T16:21:32.0130630Z 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:21:32.0135365Z with 2024-11-01T16:21:32.0135774Z [ 2024-11-01T16:21:32.0136190Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-11-01T16:21:32.0136660Z ] 2024-11-01T16:21:32.0139205Z 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:21:32.0143071Z with 2024-11-01T16:21:32.0143472Z [ 2024-11-01T16:21:32.0144090Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-11-01T16:21:32.0144740Z ] 2024-11-01T16:21:32.0147223Z 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:21:32.0151946Z with 2024-11-01T16:21:32.0152520Z [ 2024-11-01T16:21:32.0153033Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-11-01T16:21:32.0153607Z T=gloo::transport::uv::libuv::detail::WriteRequest 2024-11-01T16:21:32.0154055Z ] 2024-11-01T16:21:32.0157805Z 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:21:32.0168293Z with 2024-11-01T16:21:32.0168595Z [ 2024-11-01T16:21:32.0169066Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-11-01T16:21:32.0169650Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2024-11-01T16:21:32.0170191Z U=uv_write_t 2024-11-01T16:21:32.0170589Z ] 2024-11-01T16:21:32.0173264Z 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:21:32.0176366Z with 2024-11-01T16:21:32.0176695Z [ 2024-11-01T16:21:32.0177164Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-11-01T16:21:32.0177986Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2024-11-01T16:21:32.0178858Z U=uv_write_t 2024-11-01T16:21:32.0179271Z ] 2024-11-01T16:21:32.0181695Z 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:21:32.0184328Z with 2024-11-01T16:21:32.0184564Z [ 2024-11-01T16:21:32.0184916Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-11-01T16:21:32.0185368Z ] 2024-11-01T16:21:32.0256946Z [4936/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\context.cc.obj 2024-11-01T16:21:32.0360440Z [4937/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\device.cc.obj 2024-11-01T16:21:32.0364244Z 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:21:32.0371776Z 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:21:32.0377260Z with 2024-11-01T16:21:32.0377731Z [ 2024-11-01T16:21:32.0378436Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-11-01T16:21:32.0379334Z ] 2024-11-01T16:21:32.0384552Z 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:21:32.0389584Z with 2024-11-01T16:21:32.0390015Z [ 2024-11-01T16:21:32.0390632Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-11-01T16:21:32.0391469Z ] 2024-11-01T16:21:32.0396821Z 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:21:32.0402181Z with 2024-11-01T16:21:32.0402622Z [ 2024-11-01T16:21:32.0403227Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-11-01T16:21:32.0403988Z ] 2024-11-01T16:21:32.0408417Z 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:21:32.0412747Z with 2024-11-01T16:21:32.0413072Z [ 2024-11-01T16:21:32.0413606Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-11-01T16:21:32.0414391Z T=gloo::transport::uv::libuv::detail::WriteRequest 2024-11-01T16:21:32.0414860Z ] 2024-11-01T16:21:32.0418374Z 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:21:32.0421361Z with 2024-11-01T16:21:32.0421653Z [ 2024-11-01T16:21:32.0422046Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-11-01T16:21:32.0422665Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2024-11-01T16:21:32.0423174Z U=uv_write_t 2024-11-01T16:21:32.0423458Z ] 2024-11-01T16:21:32.0428288Z 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:21:32.0433442Z with 2024-11-01T16:21:32.0433973Z [ 2024-11-01T16:21:32.0434627Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-11-01T16:21:32.0435808Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2024-11-01T16:21:32.0436650Z U=uv_write_t 2024-11-01T16:21:32.0437168Z ] 2024-11-01T16:21:32.0441549Z 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:21:32.0446105Z with 2024-11-01T16:21:32.0446530Z [ 2024-11-01T16:21:32.0447136Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-11-01T16:21:32.0447961Z ] 2024-11-01T16:21:32.1450420Z [4938/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:21:32.1926963Z [4939/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\pair.cc.obj 2024-11-01T16:21:32.1929184Z 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:21:32.1933020Z 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:21:32.1936016Z with 2024-11-01T16:21:32.1936373Z [ 2024-11-01T16:21:32.1936952Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-11-01T16:21:32.1937699Z ] 2024-11-01T16:21:32.1942248Z 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:21:32.1947345Z with 2024-11-01T16:21:32.1947786Z [ 2024-11-01T16:21:32.1948406Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-11-01T16:21:32.1949260Z ] 2024-11-01T16:21:32.1953990Z 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:21:32.1958835Z with 2024-11-01T16:21:32.1959259Z [ 2024-11-01T16:21:32.1959864Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-11-01T16:21:32.1960658Z ] 2024-11-01T16:21:32.1965291Z 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:21:32.1970088Z with 2024-11-01T16:21:32.1970513Z [ 2024-11-01T16:21:32.1971121Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-11-01T16:21:32.1972098Z T=gloo::transport::uv::libuv::detail::WriteRequest 2024-11-01T16:21:32.1972881Z ] 2024-11-01T16:21:32.1977572Z 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:21:32.1982355Z with 2024-11-01T16:21:32.1982746Z [ 2024-11-01T16:21:32.1983332Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-11-01T16:21:32.1984516Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2024-11-01T16:21:32.1985308Z U=uv_write_t 2024-11-01T16:21:32.1985795Z ] 2024-11-01T16:21:32.1990488Z 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:21:32.1996287Z with 2024-11-01T16:21:32.1996700Z [ 2024-11-01T16:21:32.1997307Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-11-01T16:21:32.1998318Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2024-11-01T16:21:32.1999118Z U=uv_write_t 2024-11-01T16:21:32.1999616Z ] 2024-11-01T16:21:32.2003740Z 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:21:32.2008081Z with 2024-11-01T16:21:32.2008499Z [ 2024-11-01T16:21:32.2009094Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-11-01T16:21:32.2009884Z ] 2024-11-01T16:21:32.2223204Z [4940/7391] Running gen_proto.py on onnx/onnx-data.in.proto 2024-11-01T16:21:32.2224326Z Processing C:\actions-runner\_work\pytorch\pytorch\third_party\onnx\onnx\onnx-data.in.proto 2024-11-01T16:21:32.2226568Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-data_onnx_torch.proto 2024-11-01T16:21:32.2228606Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-data_onnx_torch.proto3 2024-11-01T16:21:32.2230408Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-data.pb.h 2024-11-01T16:21:32.2232200Z generating C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_data_pb.py 2024-11-01T16:21:32.3373832Z [4941/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:21:32.3648404Z [4942/7391] Linking CXX static library lib\gloo.lib 2024-11-01T16:21:32.4188651Z [4943/7391] Running gen_proto.py on onnx/onnx-operators.in.proto 2024-11-01T16:21:32.4189680Z Processing C:\actions-runner\_work\pytorch\pytorch\third_party\onnx\onnx\onnx-operators.in.proto 2024-11-01T16:21:32.4191042Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-operators_onnx_torch-ml.proto 2024-11-01T16:21:32.4192528Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-operators_onnx_torch-ml.proto3 2024-11-01T16:21:32.4193704Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-operators-ml.pb.h 2024-11-01T16:21:32.4194811Z generating C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_operators_pb.py 2024-11-01T16:21:32.4957001Z [4944/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:21:32.6728434Z [4945/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\bfloat16.cpp.obj 2024-11-01T16:21:32.7044870Z [4946/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\binary_injector_utils.cpp.obj 2024-11-01T16:21:32.8609116Z [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:21:32.8916095Z [4948/7391] Building CXX object third_party\onnx\CMakeFiles\onnx_proto.dir\onnx\onnx_onnx_torch-ml.pb.cc.obj 2024-11-01T16:21:32.9746457Z [4949/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_binary_list.cpp.obj 2024-11-01T16:21:33.0182071Z [4950/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\assertions.cc.obj 2024-11-01T16:21:33.0731189Z [4951/7391] Building CXX object third_party\onnx\CMakeFiles\onnx_proto.dir\onnx\onnx-data_onnx_torch.pb.cc.obj 2024-11-01T16:21:33.0904968Z [4952/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_concat.cpp.obj 2024-11-01T16:21:33.1175783Z [4953/7391] Building CXX object third_party\onnx\CMakeFiles\onnx_proto.dir\onnx\onnx-operators_onnx_torch-ml.pb.cc.obj 2024-11-01T16:21:33.1618359Z [4954/7391] Linking CXX static library lib\onnx_proto.lib 2024-11-01T16:21:33.2155279Z [4955/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_convolution_list.cpp.obj 2024-11-01T16:21:33.2659707Z [4956/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\interned_strings.cc.obj 2024-11-01T16:21:33.3426660Z [4957/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\model_helpers.cc.obj 2024-11-01T16:21:33.3481495Z [4958/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\status.cc.obj 2024-11-01T16:21:33.4697797Z [4959/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_batch_normalization_list.cpp.obj 2024-11-01T16:21:33.4910713Z [4960/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\ir_pb_converter.cc.obj 2024-11-01T16:21:33.6724587Z [4961/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\controlflow\defs.cc.obj 2024-11-01T16:21:33.7000379Z [4962/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\controlflow\old.cc.obj 2024-11-01T16:21:33.7166834Z [4963/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\data_type_utils.cc.obj 2024-11-01T16:21:33.7280333Z [4964/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\controlflow\utils.cc.obj 2024-11-01T16:21:33.7301755Z [4965/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\checker.cc.obj 2024-11-01T16:21:33.8300081Z [4966/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\path.cc.obj 2024-11-01T16:21:33.8652253Z [4967/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\attr_proto_util.cc.obj 2024-11-01T16:21:33.9496657Z [4968/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\generator\old.cc.obj 2024-11-01T16:21:34.0547809Z [4969/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\generator\utils.cc.obj 2024-11-01T16:21:34.1308680Z [4970/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\function.cc.obj 2024-11-01T16:21:34.1623142Z [4971/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\math\old.cc.obj 2024-11-01T16:21:34.1696464Z [4972/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\generator\defs.cc.obj 2024-11-01T16:21:34.2136577Z [4973/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\image\defs.cc.obj 2024-11-01T16:21:34.3005411Z [4974/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\math\defs.cc.obj 2024-11-01T16:21:34.3237575Z [4975/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\logical\old.cc.obj 2024-11-01T16:21:34.4023865Z [4976/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\logical\defs.cc.obj 2024-11-01T16:21:34.4308363Z [4977/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\math\utils.cc.obj 2024-11-01T16:21:34.5772328Z [4978/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\object_detection\old.cc.obj 2024-11-01T16:21:34.5884023Z [4979/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\object_detection\defs.cc.obj 2024-11-01T16:21:34.6241445Z [4980/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\nn\defs.cc.obj 2024-11-01T16:21:34.6432669Z [4981/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\nn\old.cc.obj 2024-11-01T16:21:34.7135070Z [4982/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\optional\defs.cc.obj 2024-11-01T16:21:34.7787497Z [4983/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\quantization\defs.cc.obj 2024-11-01T16:21:34.8117271Z [4984/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\quantization\old.cc.obj 2024-11-01T16:21:34.8223953Z [4985/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\parser.cc.obj 2024-11-01T16:21:34.9510232Z [4986/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\printer.cc.obj 2024-11-01T16:21:35.0190735Z [4987/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\optional\old.cc.obj 2024-11-01T16:21:35.0877474Z [4988/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\rnn\defs.cc.obj 2024-11-01T16:21:35.1174325Z [4989/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\rnn\old.cc.obj 2024-11-01T16:21:35.1692882Z [4990/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\reduction\defs.cc.obj 2024-11-01T16:21:35.1897376Z [4991/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\schema.cc.obj 2024-11-01T16:21:35.2335958Z [4992/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\reduction\utils.cc.obj 2024-11-01T16:21:35.3013912Z [4993/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\reduction\old.cc.obj 2024-11-01T16:21:35.3195957Z [4994/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\sequence\defs.cc.obj 2024-11-01T16:21:35.4271408Z [4995/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor\defs.cc.obj 2024-11-01T16:21:35.5804624Z [4996/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\shape_inference.cc.obj 2024-11-01T16:21:35.6003211Z [4997/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor_util.cc.obj 2024-11-01T16:21:35.6308851Z [4998/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor\old.cc.obj 2024-11-01T16:21:35.6450929Z [4999/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor\utils.cc.obj 2024-11-01T16:21:35.6696374Z [5000/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\traditionalml\defs.cc.obj 2024-11-01T16:21:35.6943033Z [5001/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor_proto_util.cc.obj 2024-11-01T16:21:35.7026197Z [5002/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\traditionalml\old.cc.obj 2024-11-01T16:21:35.8840773Z [5003/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\text\defs.cc.obj 2024-11-01T16:21:36.0529315Z [5004/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\inliner\inliner.cc.obj 2024-11-01T16:21:36.0610015Z [5005/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\training\defs.cc.obj 2024-11-01T16:21:36.0864373Z [5006/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\version_converter\helper.cc.obj 2024-11-01T16:21:36.1565603Z [5007/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\version_converter\convert.cc.obj 2024-11-01T16:21:36.2281333Z [5008/7391] Building C object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify\jitprofiling.c.obj 2024-11-01T16:21:36.2935953Z [5009/7391] Building C object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify\ittnotify_static.c.obj 2024-11-01T16:21:36.4565473Z [5010/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\shape_inference\implementation.cc.obj 2024-11-01T16:21:36.7749802Z [5011/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\softmax.cpp.obj 2024-11-01T16:21:36.8257165Z [5012/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\utils.cpp.obj 2024-11-01T16:21:36.8544545Z [5013/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\stream_profiler.cpp.obj 2024-11-01T16:21:36.8791988Z [5014/7391] Linking CXX static library lib\onnx.lib 2024-11-01T16:21:36.9108978Z [5015/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\verbose.cpp.obj 2024-11-01T16:21:37.0081972Z [5016/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\stream.cpp.obj 2024-11-01T16:21:37.0545601Z [5017/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\sum.cpp.obj 2024-11-01T16:21:37.1286730Z [5018/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\batch_normalization.cpp.obj 2024-11-01T16:21:37.1505197Z [5019/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\bfloat16.cpp.obj 2024-11-01T16:21:37.1911259Z [5020/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\dnnl_threadpool.cpp.obj 2024-11-01T16:21:37.6519363Z [5021/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\broadcast_strategy.cpp.obj 2024-11-01T16:21:37.6602330Z [5022/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\convolution.cpp.obj 2024-11-01T16:21:37.6791080Z [5023/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\binary.cpp.obj 2024-11-01T16:21:37.6902098Z [5024/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\concat.cpp.obj 2024-11-01T16:21:37.7636476Z [5025/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\dnnl_debug_autogenerated.cpp.obj 2024-11-01T16:21:37.8100240Z [5026/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\dnnl_debug.cpp.obj 2024-11-01T16:21:37.8489269Z [5027/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\cache_blob_id.cpp.obj 2024-11-01T16:21:37.9832964Z [5028/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\fpmath_mode.cpp.obj 2024-11-01T16:21:37.9914986Z [5029/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\deconvolution.cpp.obj 2024-11-01T16:21:37.9933071Z [5030/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\eltwise.cpp.obj 2024-11-01T16:21:38.1445058Z [5031/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\experimental.cpp.obj 2024-11-01T16:21:38.2293082Z [5032/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\float8.cpp.obj 2024-11-01T16:21:38.5003757Z [5033/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\convolution_pd.cpp.obj 2024-11-01T16:21:38.5727885Z [5034/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\engine.cpp.obj 2024-11-01T16:21:38.6247167Z [5035/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\group_normalization.cpp.obj 2024-11-01T16:21:38.8781315Z [5036/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\inner_product.cpp.obj 2024-11-01T16:21:38.9051342Z [5037/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify.cpp.obj 2024-11-01T16:21:38.9128370Z [5038/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\lrn.cpp.obj 2024-11-01T16:21:38.9148442Z [5039/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\gemm.cpp.obj 2024-11-01T16:21:38.9650441Z [5040/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\layer_normalization.cpp.obj 2024-11-01T16:21:39.0834309Z [5041/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\kernel_cache.cpp.obj 2024-11-01T16:21:39.3832529Z [5042/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\matmul.cpp.obj 2024-11-01T16:21:39.4165369Z [5043/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_debug.cpp.obj 2024-11-01T16:21:39.6792865Z [5044/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_storage.cpp.obj 2024-11-01T16:21:39.8080271Z [5045/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_tracking.cpp.obj 2024-11-01T16:21:39.8242502Z [5046/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_desc.cpp.obj 2024-11-01T16:21:39.8609305Z [5047/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory.cpp.obj 2024-11-01T16:21:39.9156279Z [5048/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_desc_wrapper.cpp.obj 2024-11-01T16:21:39.9711269Z [5049/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\prelu.cpp.obj 2024-11-01T16:21:40.2650516Z [5050/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_cache.cpp.obj 2024-11-01T16:21:40.2948752Z [5051/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_attr.cpp.obj 2024-11-01T16:21:40.4687529Z [5052/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\pooling.cpp.obj 2024-11-01T16:21:40.7398656Z [5053/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\query.cpp.obj 2024-11-01T16:21:40.7614543Z [5054/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\reduction.cpp.obj 2024-11-01T16:21:40.7766777Z [5055/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive.cpp.obj 2024-11-01T16:21:40.7985971Z [5056/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_exec_types.cpp.obj 2024-11-01T16:21:40.8084993Z [5057/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_zero_pad.cpp.obj 2024-11-01T16:21:41.1478012Z [5058/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_hashing.cpp.obj 2024-11-01T16:21:41.1703293Z [5059/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_desc_iface.cpp.obj 2024-11-01T16:21:41.4600596Z [5060/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\rw_mutex.cpp.obj 2024-11-01T16:21:41.4672781Z [5061/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_iface.cpp.obj 2024-11-01T16:21:41.5204746Z [5062/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\scratchpad_debug.cpp.obj 2024-11-01T16:21:41.5419478Z [5063/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\scratchpad.cpp.obj 2024-11-01T16:21:41.5862269Z [5064/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\rnn.cpp.obj 2024-11-01T16:21:41.7036629Z [5065/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\reorder.cpp.obj 2024-11-01T16:21:42.0671298Z [5066/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\shuffle.cpp.obj 2024-11-01T16:21:42.0867915Z [5067/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\resampling.cpp.obj 2024-11-01T16:21:42.3185371Z [5068/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\serialization.cpp.obj 2024-11-01T16:21:42.4379162Z [5069/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\brgemm.cpp.obj 2024-11-01T16:21:42.4547102Z [5070/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:21:42.5576677Z [5071/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:21:42.5990580Z [5072/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_deconvolution_list.cpp.obj 2024-11-01T16:21:42.6852054Z [5073/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_group_normalization_list.cpp.obj 2024-11-01T16:21:43.0377976Z [5074/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_inner_product_list.cpp.obj 2024-11-01T16:21:43.1488292Z [5075/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_eltwise_list.cpp.obj 2024-11-01T16:21:43.2777965Z [5076/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_engine.cpp.obj 2024-11-01T16:21:43.3673445Z [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:21:43.5086375Z [5078/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_pooling_list.cpp.obj 2024-11-01T16:21:43.5954386Z [5079/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_resampling_list.cpp.obj 2024-11-01T16:21:43.6358788Z [5080/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_rnn_list.cpp.obj 2024-11-01T16:21:43.6377272Z [5081/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_prelu_list.cpp.obj 2024-11-01T16:21:44.0616394Z [5082/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_reduction_list.cpp.obj 2024-11-01T16:21:44.1430969Z [5083/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_lrn_list.cpp.obj 2024-11-01T16:21:44.1582372Z [5084/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_convolution_utils.cpp.obj 2024-11-01T16:21:44.3670836Z [5085/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_sum.cpp.obj 2024-11-01T16:21:44.3808326Z [5086/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\float16.cpp.obj 2024-11-01T16:21:44.5286388Z [5087/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_convolution.cpp.obj 2024-11-01T16:21:44.6010927Z [5088/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_softmax_list.cpp.obj 2024-11-01T16:21:44.7446908Z [5089/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_shuffle_list.cpp.obj 2024-11-01T16:21:44.9678722Z [5090/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_convolution_utils.cpp.obj 2024-11-01T16:21:45.1276979Z [5091/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_inner_product.cpp.obj 2024-11-01T16:21:45.1903141Z [5092/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_convolution.cpp.obj 2024-11-01T16:21:45.3701687Z [5093/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_inner_product_utils.cpp.obj 2024-11-01T16:21:45.3892891Z [5094/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_inner_product.cpp.obj 2024-11-01T16:21:45.4433366Z [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:21:45.5590587Z [5096/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ncsp_batch_normalization.cpp.obj 2024-11-01T16:21:45.7783166Z [5097/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ncsp_group_normalization.cpp.obj 2024-11-01T16:21:45.9029146Z [5098/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\nhwc_pooling.cpp.obj 2024-11-01T16:21:45.9956354Z [5099/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\nspc_batch_normalization.cpp.obj 2024-11-01T16:21:46.2473886Z [5100/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\nchw_pooling.cpp.obj 2024-11-01T16:21:46.2862219Z [5101/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\platform.cpp.obj 2024-11-01T16:21:46.2960421Z [5102/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\primitive_attr_postops.cpp.obj 2024-11-01T16:21:46.4019715Z [5103/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_convolution.cpp.obj 2024-11-01T16:21:46.5135733Z [5104/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_convolution_int8.cpp.obj 2024-11-01T16:21:46.7621501Z [5105/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_batch_normalization.cpp.obj 2024-11-01T16:21:46.8010477Z [5106/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_deconvolution.cpp.obj 2024-11-01T16:21:46.9679704Z [5107/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_binary.cpp.obj 2024-11-01T16:21:47.2359426Z [5108/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_inner_product_int8.cpp.obj 2024-11-01T16:21:47.2676558Z [5109/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_eltwise.cpp.obj 2024-11-01T16:21:47.2694661Z [5110/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_layer_normalization.cpp.obj 2024-11-01T16:21:47.2789900Z [5111/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_inner_product.cpp.obj 2024-11-01T16:21:47.4723480Z [5112/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_lrn.cpp.obj 2024-11-01T16:21:47.7057782Z [5113/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_group_normalization.cpp.obj 2024-11-01T16:21:47.7576624Z [5114/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_reduction.cpp.obj 2024-11-01T16:21:47.9063295Z [5115/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_prelu.cpp.obj 2024-11-01T16:21:48.0962760Z [5116/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_resampling.cpp.obj 2024-11-01T16:21:48.1372348Z [5117/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_shuffle.cpp.obj 2024-11-01T16:21:48.2596403Z [5118/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_pooling.cpp.obj 2024-11-01T16:21:48.2881510Z [5119/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_softmax.cpp.obj 2024-11-01T16:21:48.4290399Z [5120/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_concat.cpp.obj 2024-11-01T16:21:48.5530186Z [5121/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\zero_point_utils.cpp.obj 2024-11-01T16:21:48.6916349Z [5122/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_sum.cpp.obj 2024-11-01T16:21:48.7573229Z [5123/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:21:48.8273912Z [5124/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\scale_utils.cpp.obj 2024-11-01T16:21:48.9124119Z [5125/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_resampling.cpp.obj 2024-11-01T16:21:48.9209970Z [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:21:49.0859509Z [5127/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:21:49.0883177Z [5128/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_layer_normalization.cpp.obj 2024-11-01T16:21:49.0958315Z [5129/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\gemm.cpp.obj 2024-11-01T16:21:49.1145029Z [5130/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\gemm_pack.cpp.obj 2024-11-01T16:21:49.6089378Z [5131/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:21:49.7624197Z [5132/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\ref_matmul.cpp.obj 2024-11-01T16:21:49.8325464Z [5133/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\cpu_matmul_list.cpp.obj 2024-11-01T16:21:49.9286829Z [5134/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\gemm_f32_matmul.cpp.obj 2024-11-01T16:21:50.0577282Z [5135/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\gemm_bf16_matmul.cpp.obj 2024-11-01T16:21:50.1135372Z [5136/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:21:50.1155322Z [5137/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\gemm_x8s8s32x_matmul.cpp.obj 2024-11-01T16:21:50.1966666Z [5138/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:21:50.6535896Z [5139/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:21:50.7494162Z [5140/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder.cpp.obj 2024-11-01T16:21:50.8945075Z [5141/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:21:50.9577959Z [5142/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\ref_sparse_matmul.cpp.obj 2024-11-01T16:21:51.0498020Z [5143/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:21:51.0600395Z [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:21:51.1124251Z [5145/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\ref_matmul_int8.cpp.obj 2024-11-01T16:21:51.3229196Z [5146/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:21:51.7393334Z [5147/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:21:51.7473843Z [5148/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:21:51.9030940Z [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:21:51.9126807Z [5150/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:21:52.0413177Z [5151/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:21:52.1175306Z [5152/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:21:52.1732571Z [5153/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:21:52.3372120Z [5154/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:21:52.7492429Z [5155/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:21:52.7993543Z [5156/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:21:52.9416195Z [5157/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:21:52.9926697Z [5158/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:21:52.9946794Z [5159/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\cell_common.cpp.obj 2024-11-01T16:21:53.0755778Z [5160/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\cell_gru.cpp.obj 2024-11-01T16:21:53.2504080Z [5161/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_gru.cpp.obj 2024-11-01T16:21:53.4086378Z [5162/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\brgemm_cell_common.cpp.obj 2024-11-01T16:21:53.5436369Z [5163/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:21:53.7823115Z [5164/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:21:53.8930601Z [5165/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\cell_gru_lbr.cpp.obj 2024-11-01T16:21:53.9011232Z [5166/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:21:54.0122048Z [5167/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_lstm.cpp.obj 2024-11-01T16:21:54.0362851Z [5168/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\rnn_utils.cpp.obj 2024-11-01T16:21:54.0750221Z [5169/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_rnn.cpp.obj 2024-11-01T16:21:54.1757216Z [5170/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_rnn.cpp.obj 2024-11-01T16:21:54.4785441Z [5171/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:21:54.5745418Z [5172/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\jit_utils\jit_utils.cpp.obj 2024-11-01T16:21:54.8451135Z [5173/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:21:54.8921887Z [5174/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:21:54.9972708Z [5175/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:21:55.0757497Z [5176/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:21:55.0877222Z [5177/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:21:55.1233401Z [5178/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\cpu_barrier.cpp.obj 2024-11-01T16:21:55.3591223Z [5179/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:21:55.5020054Z [5180/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:21:55.7285142Z [5181/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\cpu_reducer.cpp.obj 2024-11-01T16:21:55.7795400Z [5182/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:21:55.8974614Z [5183/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:21:55.8976104Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:21:56.0354177Z [5184/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:21:56.1495242Z [5185/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:21:56.1497460Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:21:56.2039380Z [5186/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:21:56.2040620Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:21:56.5309119Z [5187/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:21:56.5310353Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:21:56.5616537Z [5188/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:21:56.5618639Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:21:56.5843034Z [5189/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:21:56.5844291Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:21:56.6967213Z [5190/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:21:56.6969258Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:21:56.8353845Z [5191/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:21:56.8355170Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:21:56.9512067Z [5192/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:21:56.9513247Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:21:57.0444810Z [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_bt_kern_autogen.cpp.obj 2024-11-01T16:21:57.0447058Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:21:57.1689312Z [5194/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:21:57.1690494Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:21:57.4340727Z [5195/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:21:57.4342133Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:21:57.4871095Z [5196/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:21:57.5632881Z [5197/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:21:57.5634086Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:21:57.6592892Z [5198/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:21:57.7368555Z [5199/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:21:57.9083705Z [5200/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:21:57.9085061Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:21:57.9839153Z [5201/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:21:58.0837391Z [5202/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:21:58.0838588Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:21:58.3116704Z [5203/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:21:58.3693230Z [5204/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:21:58.3695469Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:21:58.4693077Z [5205/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:21:58.4694917Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:21:58.5564200Z [5206/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:21:58.5565993Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:21:58.6306230Z [5207/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:21:58.6308359Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:21:58.8934823Z [5208/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:21:58.9304824Z [5209/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:21:58.9950145Z [5210/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:22:00.0377111Z [5211/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:22:00.0475711Z [5212/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:22:00.0669847Z [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:22:00.0768580Z [5214/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:22:00.0769963Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:00.1214571Z [5215/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:22:00.1304784Z [5216/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:22:00.1306967Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:00.1383684Z [5217/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:22:00.1519671Z [5218/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:22:00.1521693Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:00.9551092Z [5219/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:22:00.9789927Z [5220/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:22:00.9791143Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:00.9890764Z [5221/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:22:00.9892818Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:01.0603251Z [5222/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:22:01.0604468Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:01.0686801Z [5223/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:22:01.0763926Z [5224/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:22:01.0969567Z [5225/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:22:01.1915450Z [5226/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:22:01.1916794Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:01.9036439Z [5227/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:22:01.9309054Z [5228/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:22:01.9310299Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:01.9675448Z [5229/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:22:01.9676733Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:01.9859891Z [5230/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:22:01.9861306Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:01.9956641Z [5231/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:22:01.9958899Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:02.0031783Z [5232/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:22:02.0034266Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:02.0460247Z [5233/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:22:02.0462336Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:02.0641214Z [5234/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:22:02.0643443Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:02.8825980Z [5235/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:22:02.8827228Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:02.8909205Z [5236/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:22:02.9158793Z [5237/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:22:02.9160024Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:02.9176191Z [5238/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:22:02.9177376Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:02.9326404Z [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_bn_kern_autogen.cpp.obj 2024-11-01T16:22:02.9328540Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:02.9415011Z [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_bt_kern_autogen.cpp.obj 2024-11-01T16:22:02.9416223Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:02.9583780Z [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_sum_bn_kern_autogen.cpp.obj 2024-11-01T16:22:02.9585047Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:02.9643191Z [5242/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:22:02.9645248Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:03.7865881Z [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:22:03.7867225Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:03.8420913Z [5244/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:22:03.8508655Z [5245/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:22:03.8525667Z [5246/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:22:03.8850251Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:03.8851596Z [5247/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:22:03.8852811Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:03.9055264Z [5248/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:22:03.9056504Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:03.9239474Z [5249/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:22:03.9241646Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:03.9591304Z [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_bt_kern_autogen.cpp.obj 2024-11-01T16:22:03.9593578Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:04.7641471Z [5251/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:22:04.7642758Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:04.7740170Z [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_sum_bn_kern_autogen.cpp.obj 2024-11-01T16:22:04.7741421Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:04.7987469Z [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_sum_at_kern_autogen.cpp.obj 2024-11-01T16:22:04.7988728Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:04.8180178Z [5254/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:22:04.8181485Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:04.8232066Z [5255/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:22:04.8233430Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:04.8297910Z [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_at_kern_autogen.cpp.obj 2024-11-01T16:22:04.8299179Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:04.8960126Z [5257/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:22:04.8961363Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:04.9217227Z [5258/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:22:04.9218483Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:05.6445513Z [5259/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:22:05.6446846Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:05.7252307Z [5260/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:22:05.7253498Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:05.7471603Z [5261/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:22:05.7473611Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:05.7656000Z [5262/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:22:05.7657438Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:05.7749190Z [5263/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:22:05.7750574Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:05.7951090Z [5264/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:22:05.7952262Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:05.8929528Z [5265/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:22:05.8930805Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:05.9074667Z [5266/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:22:05.9076926Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:06.5330850Z [5267/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:22:06.5332311Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:06.6467973Z [5268/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:22:06.6469252Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:06.6532557Z [5269/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:22:06.6534662Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:06.6616305Z [5270/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:22:06.6617501Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:06.7093371Z [5271/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:22:06.7094622Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:06.7401048Z [5272/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:22:06.7402721Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:06.8479016Z [5273/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:22:06.8480297Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:06.9027264Z [5274/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:22:06.9029838Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:07.4479859Z [5275/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:22:07.4481139Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:07.5631439Z [5276/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:22:07.5633664Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:07.6351939Z [5277/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:22:07.6354096Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:07.6538146Z [5278/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:22:07.6539449Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:07.6648065Z [5279/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:22:07.6649271Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:07.6819643Z [5280/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:22:07.6820999Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:07.8421043Z [5281/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:22:07.8422248Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:07.8562398Z [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:22:07.8564571Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:08.3729467Z [5283/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:22:08.3731831Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:08.4519501Z [5284/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:22:08.4520842Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:08.6006620Z [5285/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:22:08.6007880Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:22:08.6271242Z [5286/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:22:08.6427487Z [5287/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:22:08.7633113Z [5288/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:22:08.7940443Z [5289/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:22:08.9163301Z [5290/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:22:09.3800516Z [5291/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:22:09.4239209Z [5292/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:22:09.5525692Z [5293/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\ip_convolution.cpp.obj 2024-11-01T16:22:09.5649657Z [5294/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:22:09.5669731Z [5295/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:22:09.7630134Z [5296/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:22:09.7974486Z [5297/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:22:09.9328382Z [5298/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:22:10.3511713Z [5299/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:22:10.4854293Z [5300/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:22:10.5004047Z [5301/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:22:10.5912269Z [5302/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:22:10.6570296Z [5303/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:22:10.7383213Z [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:22:10.8071630Z [5305/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:22:10.9625847Z [5306/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:22:11.3358604Z [5307/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:22:11.4012396Z [5308/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:22:11.5503168Z [5309/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:22:11.6079494Z [5310/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:22:11.6173225Z [5311/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:22:11.6569117Z [5312/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:22:11.7310341Z [5313/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:22:12.0664382Z [5314/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:22:12.2809235Z [5315/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:22:12.4238280Z [5316/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:22:12.6091447Z [5317/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:22:12.6630998Z [5318/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:22:12.6692562Z [5319/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:22:12.6898994Z [5320/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:22:12.6990394Z [5321/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:22:13.0683214Z [5322/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:22:13.2815099Z [5323/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:22:13.4195844Z [5324/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:22:13.6428011Z [5325/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:22:13.6539532Z [5326/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:22:13.6696644Z [5327/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:22:13.7310108Z [5328/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:22:13.7938487Z [5329/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:22:14.0532340Z [5330/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:22:14.2135437Z [5331/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:22:14.4063036Z [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:22:14.5882051Z [5333/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:22:14.6292841Z [5334/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:22:14.6390408Z [5335/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:22:14.6997470Z [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:22:14.8094051Z [5337/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:22:15.0911715Z [5338/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:22:15.1275522Z [5339/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_generator.cpp.obj 2024-11-01T16:22:15.3606170Z [5340/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:22:15.5835252Z [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:22:15.5932679Z [5342/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:22:15.6587929Z [5343/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:22:15.7842007Z [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:22:15.8432835Z [5345/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:22:16.0444377Z [5346/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:22:16.0682661Z [5347/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:22:16.3254574Z [5348/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:22:16.5885948Z [5349/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:22:16.6136147Z [5350/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:22:16.6232464Z [5351/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:22:16.7796513Z [5352/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:22:16.7991939Z [5353/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:22:17.0668725Z [5354/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:22:17.0764279Z [5355/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:22:17.3322826Z [5356/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:22:17.5350526Z [5357/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:22:17.5671266Z [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:22:17.7021119Z [5359/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:22:17.7792208Z [5360/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:22:17.8291817Z [5361/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:22:17.9191952Z [5362/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:22:18.0488151Z [5363/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:22:18.3340420Z [5364/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:22:18.4653215Z [5365/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:22:18.5816765Z [5366/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:22:18.7263421Z [5367/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:22:18.7352352Z [5368/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:22:18.8220358Z [5369/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:22:18.9197266Z [5370/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:22:19.0650857Z [5371/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:22:19.2479393Z [5372/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:22:19.4297763Z [5373/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:22:19.6211411Z [5374/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:22:19.7616693Z [5375/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:22:19.7705510Z [5376/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:22:19.8563244Z [5377/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:22:19.8908357Z [5378/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:22:19.9312235Z [5379/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:22:20.1789219Z [5380/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:22:20.4702792Z [5381/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:22:20.4777176Z [5382/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:22:20.6035654Z [5383/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:22:20.8038574Z [5384/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:22:20.8127619Z [5385/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:22:20.8592515Z [5386/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:22:20.8680944Z [5387/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:22:21.1402071Z [5388/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:22:21.4558434Z [5389/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:22:21.4817365Z [5390/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:22:21.5135898Z [5391/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:22:21.7238861Z [5392/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:22:21.7319167Z [5393/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:22:21.7676585Z [5394/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:22:21.8236620Z [5395/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:22:22.1479398Z [5396/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:22:22.4475838Z [5397/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:22:22.4875066Z [5398/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:22:22.5084443Z [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:22:22.6758514Z [5400/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:22:22.6941405Z [5401/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:22:22.7251224Z [5402/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:22:22.7775524Z [5403/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:22:23.1141891Z [5404/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:22:23.4327775Z [5405/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:22:23.4749838Z [5406/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:22:23.5940204Z [5407/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:22:23.6164421Z [5408/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\backend.cpp.obj 2024-11-01T16:22:23.6397319Z [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:22:23.7403536Z [5410/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:22:23.7792717Z [5411/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\graph.cpp.obj 2024-11-01T16:22:23.9674598Z [5412/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\allocator.cpp.obj 2024-11-01T16:22:24.2569531Z [5413/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:22:24.4460495Z [5414/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition.cpp.obj 2024-11-01T16:22:24.4680764Z [5415/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\op.cpp.obj 2024-11-01T16:22:24.4822464Z [5416/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\op_schema.cpp.obj 2024-11-01T16:22:24.5556001Z [5417/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\logical_tensor.cpp.obj 2024-11-01T16:22:24.6152832Z [5418/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\tensor.cpp.obj 2024-11-01T16:22:24.7188573Z [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:22:24.8637741Z [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:22:25.2010065Z [5421/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition_hashing.cpp.obj 2024-11-01T16:22:25.3338896Z [5422/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\value.cpp.obj 2024-11-01T16:22:25.4173487Z [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:22:25.4616052Z [5424/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:22:25.5228777Z [5425/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:22:25.6280768Z [5426/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:22:25.8301207Z [5427/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:22:25.8642819Z [5428/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:22:26.0754671Z [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:22:26.2035488Z [5430/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:22:26.3767751Z [5431/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:22:26.4747525Z [5432/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:22:26.5699959Z [5433/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:22:26.6867613Z [5434/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:22:26.8440030Z [5435/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:22:26.8714548Z [5436/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:22:27.1014080Z [5437/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:22:27.2079708Z [5438/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:22:27.3704200Z [5439/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:22:27.4518862Z [5440/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:22:27.5354688Z [5441/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:22:27.6971692Z [5442/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:22:27.8728488Z [5443/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:22:27.9132823Z [5444/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:22:28.1226165Z [5445/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:22:28.2268023Z [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:22:28.3212581Z [5447/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:22:28.4478008Z [5448/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:22:28.5119770Z [5449/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:22:28.8123653Z [5450/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:22:28.9001858Z [5451/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:22:28.9096198Z [5452/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:22:29.1744526Z [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:22:29.2384722Z [5454/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:22:29.3814211Z [5455/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:22:29.4595378Z [5456/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:22:29.5455239Z [5457/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:22:29.6071822Z [5458/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\debug.cpp.obj 2024-11-01T16:22:29.6521308Z [5459/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\alloc.cpp.obj 2024-11-01T16:22:29.7235502Z [5460/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:22:29.7877865Z [5461/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:22:29.8556800Z [5462/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:22:29.9041779Z [5463/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\id.cpp.obj 2024-11-01T16:22:29.9736891Z [5464/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:22:30.1695545Z [5465/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:22:30.3477560Z [5466/7391] Building CXX object third_party\fmt\CMakeFiles\fmt.dir\src\os.cc.obj 2024-11-01T16:22:30.3828977Z [5467/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:22:30.4677196Z [5468/7391] Building CXX object third_party\fmt\CMakeFiles\fmt.dir\src\format.cc.obj 2024-11-01T16:22:30.5034377Z [5469/7391] Linking CXX static library lib\fmt.lib 2024-11-01T16:22:30.5159815Z [5470/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:22:30.6073175Z [5471/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:22:30.6551565Z [5472/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\utils.cpp.obj 2024-11-01T16:22:30.6785795Z [5473/7391] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_api.dir\src\libkineto_api.cpp.obj 2024-11-01T16:22:30.7123610Z [5474/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\verbose.cpp.obj 2024-11-01T16:22:30.7226944Z [5475/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\pbuilder.cpp.obj 2024-11-01T16:22:30.7961786Z [5476/7391] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\CuptiActivityProfiler.cpp.obj 2024-11-01T16:22:30.8595579Z [5477/7391] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ActivityType.cpp.obj 2024-11-01T16:22:30.8740028Z [5478/7391] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\AbstractConfig.cpp.obj 2024-11-01T16:22:30.9534705Z [5479/7391] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ConfigLoader.cpp.obj 2024-11-01T16:22:30.9691892Z [5480/7391] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\DaemonConfigLoader.cpp.obj 2024-11-01T16:22:30.9991997Z [5481/7391] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\Config.cpp.obj 2024-11-01T16:22:31.0170370Z [5482/7391] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\Demangle.cpp.obj 2024-11-01T16:22:31.0493486Z [5483/7391] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ActivityProfilerProxy.cpp.obj 2024-11-01T16:22:31.1404320Z [5484/7391] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ActivityProfilerController.cpp.obj 2024-11-01T16:22:31.1609494Z [5485/7391] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\CuptiActivityApi.cpp.obj 2024-11-01T16:22:31.2187906Z [5486/7391] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\IpcFabricConfigClient.cpp.obj 2024-11-01T16:22:31.2392462Z [5487/7391] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\DeviceUtil.cpp.obj 2024-11-01T16:22:31.2612283Z [5488/7391] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\LoggingAPI.cpp.obj 2024-11-01T16:22:31.2818959Z [5489/7391] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\DeviceProperties.cpp.obj 2024-11-01T16:22:31.4048346Z [5490/7391] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\Logger.cpp.obj 2024-11-01T16:22:31.5205617Z [5491/7391] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ILoggerObserver.cpp.obj 2024-11-01T16:22:31.5368736Z [5492/7391] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\GenericTraceActivity.cpp.obj 2024-11-01T16:22:31.5685409Z [5493/7391] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\output_csv.cpp.obj 2024-11-01T16:22:31.5826702Z [5494/7391] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\init.cpp.obj 2024-11-01T16:22:31.6947041Z [5495/7391] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\output_json.cpp.obj 2024-11-01T16:22:31.7275967Z [5496/7391] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_api.dir\src\ThreadUtil.cpp.obj 2024-11-01T16:22:31.7278922Z 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:22:31.7281941Z 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:22:31.7284747Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp(20): warning C4005: 'NOGDI': macro redefinition 2024-11-01T16:22:31.7287434Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp: note: see previous definition of 'NOGDI' 2024-11-01T16:22:31.7517581Z [5497/7391] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\arena.c.obj 2024-11-01T16:22:31.8054123Z [5498/7391] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\alloc.c.obj 2024-11-01T16:22:31.8055558Z 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:22:31.8065482Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\alloc.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-11-01T16:22:31.8339265Z [5499/7391] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\alloc-posix.c.obj 2024-11-01T16:22:31.8484765Z [5500/7391] Linking CXX static library lib\kineto.lib 2024-11-01T16:22:31.8885801Z [5501/7391] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\bitmap.c.obj 2024-11-01T16:22:31.9131482Z [5502/7391] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\heap.c.obj 2024-11-01T16:22:31.9134117Z 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:22:31.9137001Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\heap.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-11-01T16:22:31.9330294Z [5503/7391] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\alloc-aligned.c.obj 2024-11-01T16:22:31.9331958Z 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:22:31.9333570Z 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:22:32.0621387Z [5504/7391] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\page.c.obj 2024-11-01T16:22:32.1012633Z [5505/7391] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\init.c.obj 2024-11-01T16:22:32.1014268Z 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:22:32.1016600Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\init.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-11-01T16:22:32.1206552Z [5506/7391] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\segment.c.obj 2024-11-01T16:22:32.1624180Z [5507/7391] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\segment-map.c.obj 2024-11-01T16:22:32.1835950Z [5508/7391] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\options.c.obj 2024-11-01T16:22:32.1838761Z 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:22:32.1841760Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\options.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-11-01T16:22:32.2233301Z [5509/7391] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\random.c.obj 2024-11-01T16:22:32.2236176Z 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:22:32.2239327Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\random.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-11-01T16:22:32.2597863Z [5510/7391] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\os.c.obj 2024-11-01T16:22:32.2600407Z 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:22:32.2603326Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\os.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-11-01T16:22:32.2807272Z [5511/7391] Building CXX object c10\CMakeFiles\c10.dir\core\AutogradState.cpp.obj 2024-11-01T16:22:35.8547608Z [5512/7391] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\stats.c.obj 2024-11-01T16:22:35.8549066Z 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:22:35.8550590Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\stats.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-11-01T16:22:36.4322825Z [5513/7391] Building CXX object c10\CMakeFiles\c10.dir\core\CPUAllocator.cpp.obj 2024-11-01T16:22:36.4755979Z [5514/7391] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\prim\prim.c.obj 2024-11-01T16:22:36.4757519Z 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:22:36.4759071Z 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:22:36.4769795Z [5515/7391] Building CXX object c10\CMakeFiles\c10.dir\core\Allocator.cpp.obj 2024-11-01T16:22:36.4831242Z [5516/7391] Building CXX object c10\CMakeFiles\c10.dir\core\CopyBytes.cpp.obj 2024-11-01T16:22:36.4844656Z [5517/7391] Building CXX object c10\CMakeFiles\c10.dir\core\DeviceType.cpp.obj 2024-11-01T16:22:36.4857601Z [5518/7391] Building CXX object c10\CMakeFiles\c10.dir\core\ConstantSymNodeImpl.cpp.obj 2024-11-01T16:22:36.5076590Z [5519/7391] Linking CXX static library lib\dnnl.lib 2024-11-01T16:22:36.5109883Z [5520/7391] Linking CXX static library lib\mimalloc-static.lib 2024-11-01T16:22:36.6038428Z [5521/7391] Building CXX object c10\CMakeFiles\c10.dir\core\GradMode.cpp.obj 2024-11-01T16:22:36.7789776Z [5522/7391] Building CXX object c10\CMakeFiles\c10.dir\core\Device.cpp.obj 2024-11-01T16:22:36.8306903Z [5523/7391] Building CXX object c10\CMakeFiles\c10.dir\core\InferenceMode.cpp.obj 2024-11-01T16:22:36.8540646Z [5524/7391] Building CXX object c10\CMakeFiles\c10.dir\core\DefaultDtype.cpp.obj 2024-11-01T16:22:36.8610010Z [5525/7391] Building CXX object c10\CMakeFiles\c10.dir\core\RefcountedDeleter.cpp.obj 2024-11-01T16:22:36.8853977Z [5526/7391] Building CXX object c10\CMakeFiles\c10.dir\core\SafePyObject.cpp.obj 2024-11-01T16:22:36.9087188Z [5527/7391] Building CXX object c10\CMakeFiles\c10.dir\core\GeneratorImpl.cpp.obj 2024-11-01T16:22:36.9219860Z [5528/7391] Building CXX object c10\CMakeFiles\c10.dir\core\DispatchKey.cpp.obj 2024-11-01T16:22:36.9288734Z [5529/7391] Building CXX object c10\CMakeFiles\c10.dir\core\DispatchKeySet.cpp.obj 2024-11-01T16:22:37.0940023Z [5530/7391] Building CXX object c10\CMakeFiles\c10.dir\core\Stream.cpp.obj 2024-11-01T16:22:37.1574796Z [5531/7391] Building CXX object c10\CMakeFiles\c10.dir\core\Scalar.cpp.obj 2024-11-01T16:22:37.2516898Z [5532/7391] Building CXX object c10\CMakeFiles\c10.dir\core\ScalarType.cpp.obj 2024-11-01T16:22:37.2617908Z [5533/7391] Building CXX object c10\CMakeFiles\c10.dir\core\StorageImpl.cpp.obj 2024-11-01T16:22:37.2680758Z [5534/7391] Building CXX object c10\CMakeFiles\c10.dir\core\SymBool.cpp.obj 2024-11-01T16:22:37.2694118Z [5535/7391] Building CXX object c10\CMakeFiles\c10.dir\core\SymIntArrayRef.cpp.obj 2024-11-01T16:22:37.3260097Z [5536/7391] Building CXX object c10\CMakeFiles\c10.dir\core\SymNodeImpl.cpp.obj 2024-11-01T16:22:37.3319880Z [5537/7391] Building CXX object c10\CMakeFiles\c10.dir\core\Storage.cpp.obj 2024-11-01T16:22:37.5392299Z [5538/7391] Building CXX object c10\CMakeFiles\c10.dir\core\TensorImpl.cpp.obj 2024-11-01T16:22:37.5526819Z [5539/7391] Building CXX object c10\CMakeFiles\c10.dir\core\SymInt.cpp.obj 2024-11-01T16:22:37.5823972Z [5540/7391] Building CXX object c10\CMakeFiles\c10.dir\core\SymFloat.cpp.obj 2024-11-01T16:22:37.6003181Z [5541/7391] Building CXX object c10\CMakeFiles\c10.dir\core\impl\DeviceGuardImplInterface.cpp.obj 2024-11-01T16:22:37.6341004Z [5542/7391] Building CXX object c10\CMakeFiles\c10.dir\core\impl\COWDeleter.cpp.obj 2024-11-01T16:22:37.6567886Z [5543/7391] Building CXX object c10\CMakeFiles\c10.dir\core\WrapDimMinimal.cpp.obj 2024-11-01T16:22:37.6995446Z [5544/7391] Building CXX object c10\CMakeFiles\c10.dir\core\TensorOptions.cpp.obj 2024-11-01T16:22:37.7158964Z [5545/7391] Building CXX object c10\CMakeFiles\c10.dir\core\SymbolicShapeMeta.cpp.obj 2024-11-01T16:22:37.7732472Z [5546/7391] Building CXX object c10\CMakeFiles\c10.dir\core\impl\HermeticPyObjectTLS.cpp.obj 2024-11-01T16:22:37.8677014Z [5547/7391] Building CXX object c10\CMakeFiles\c10.dir\core\impl\LocalDispatchKeySet.cpp.obj 2024-11-01T16:22:37.8968586Z [5548/7391] Building CXX object c10\CMakeFiles\c10.dir\core\impl\COW.cpp.obj 2024-11-01T16:22:37.9880834Z [5549/7391] Building CXX object c10\CMakeFiles\c10.dir\core\impl\PyObjectSlot.cpp.obj 2024-11-01T16:22:37.9883288Z 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:22:37.9961825Z [5550/7391] Building CXX object c10\CMakeFiles\c10.dir\core\UndefinedTensorImpl.cpp.obj 2024-11-01T16:22:37.9977243Z [5551/7391] Building CXX object c10\CMakeFiles\c10.dir\core\impl\PyInterpreter.cpp.obj 2024-11-01T16:22:38.0164241Z [5552/7391] Building CXX object c10\CMakeFiles\c10.dir\core\impl\SizesAndStrides.cpp.obj 2024-11-01T16:22:38.0314527Z [5553/7391] Building CXX object c10\CMakeFiles\c10.dir\core\impl\GPUTrace.cpp.obj 2024-11-01T16:22:38.1194998Z [5554/7391] Building CXX object c10\CMakeFiles\c10.dir\core\impl\PythonDispatcherTLS.cpp.obj 2024-11-01T16:22:38.1470277Z [5555/7391] Building CXX object c10\test\CMakeFiles\c10_TypeList_test.dir\util\TypeList_test.cpp.obj 2024-11-01T16:22:38.3214237Z [5556/7391] Building CXX object c10\CMakeFiles\c10.dir\core\thread_pool.cpp.obj 2024-11-01T16:22:38.3389866Z [5557/7391] Building CXX object c10\CMakeFiles\c10.dir\util\ApproximateClock.cpp.obj 2024-11-01T16:22:38.3446456Z [5558/7391] Building CXX object c10\CMakeFiles\c10.dir\mobile\CPUCachingAllocator.cpp.obj 2024-11-01T16:22:38.3460217Z [5559/7391] Building CXX object c10\CMakeFiles\c10.dir\core\impl\TorchDispatchModeTLS.cpp.obj 2024-11-01T16:22:38.3738614Z [5560/7391] Building CXX object c10\test\CMakeFiles\c10_TypeIndex_test.dir\util\TypeIndex_test.cpp.obj 2024-11-01T16:22:38.4118100Z [5561/7391] Building CXX object c10\CMakeFiles\c10.dir\util\C++17.cpp.obj 2024-11-01T16:22:38.4328164Z [5562/7391] Building CXX object c10\CMakeFiles\c10.dir\mobile\CPUProfilingAllocator.cpp.obj 2024-11-01T16:22:38.4662202Z [5563/7391] Building CXX object c10\CMakeFiles\c10.dir\core\impl\alloc_cpu.cpp.obj 2024-11-01T16:22:38.5508847Z [5564/7391] Building CXX object c10\CMakeFiles\c10.dir\util\DynamicCounter.cpp.obj 2024-11-01T16:22:38.5523283Z [5565/7391] Building CXX object c10\CMakeFiles\c10.dir\util\Bfloat16.cpp.obj 2024-11-01T16:22:38.5716115Z [5566/7391] Building CXX object c10\CMakeFiles\c10.dir\util\DeadlockDetection.cpp.obj 2024-11-01T16:22:38.6635521Z [5567/7391] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e5m2.cpp.obj 2024-11-01T16:22:38.6740136Z [5568/7391] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e4m3fn.cpp.obj 2024-11-01T16:22:38.6868698Z [5569/7391] Building CXX object c10\CMakeFiles\c10.dir\util\Exception.cpp.obj 2024-11-01T16:22:38.7448076Z [5570/7391] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e5m2fnuz.cpp.obj 2024-11-01T16:22:38.7887916Z [5571/7391] Building CXX object c10\CMakeFiles\c10.dir\util\Gauge.cpp.obj 2024-11-01T16:22:38.7901081Z [5572/7391] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e4m3fnuz.cpp.obj 2024-11-01T16:22:38.8011256Z [5573/7391] Building CXX object c10\CMakeFiles\c10.dir\util\Half.cpp.obj 2024-11-01T16:22:38.8102657Z [5574/7391] Building CXX object c10\CMakeFiles\c10.dir\util\Backtrace.cpp.obj 2024-11-01T16:22:38.8586819Z [5575/7391] Building CXX object c10\CMakeFiles\c10.dir\util\ParallelGuard.cpp.obj 2024-11-01T16:22:38.9004802Z [5576/7391] Building CXX object c10\CMakeFiles\c10.dir\util\Metaprogramming.cpp.obj 2024-11-01T16:22:38.9172111Z [5577/7391] Building CXX object c10\CMakeFiles\c10.dir\util\MathConstants.cpp.obj 2024-11-01T16:22:38.9743678Z [5578/7391] Building CXX object c10\CMakeFiles\c10.dir\util\Optional.cpp.obj 2024-11-01T16:22:38.9817074Z [5579/7391] Building CXX object c10\CMakeFiles\c10.dir\util\LeftRight.cpp.obj 2024-11-01T16:22:39.0095060Z [5580/7391] Building CXX object c10\CMakeFiles\c10.dir\util\Logging.cpp.obj 2024-11-01T16:22:39.0617314Z [5581/7391] Building CXX object c10\CMakeFiles\c10.dir\util\TypeCast.cpp.obj 2024-11-01T16:22:39.0634430Z [5582/7391] Building CXX object c10\CMakeFiles\c10.dir\util\NetworkFlow.cpp.obj 2024-11-01T16:22:39.1574962Z [5583/7391] Building CXX object c10\CMakeFiles\c10.dir\util\Type_demangle.cpp.obj 2024-11-01T16:22:39.1866421Z [5584/7391] Building CXX object c10\CMakeFiles\c10.dir\util\TypeTraits.cpp.obj 2024-11-01T16:22:39.1881298Z [5585/7391] Building CXX object c10\CMakeFiles\c10.dir\util\SmallVector.cpp.obj 2024-11-01T16:22:39.1950458Z [5586/7391] Building CXX object c10\CMakeFiles\c10.dir\util\ThreadLocalDebugInfo.cpp.obj 2024-11-01T16:22:39.2332442Z [5587/7391] Building CXX object c10\CMakeFiles\c10.dir\util\Type_no_demangle.cpp.obj 2024-11-01T16:22:39.2400156Z [5588/7391] Building CXX object c10\CMakeFiles\c10.dir\util\TypeList.cpp.obj 2024-11-01T16:22:39.2920462Z [5589/7391] Building CXX object c10\CMakeFiles\c10.dir\util\UniqueVoidPtr.cpp.obj 2024-11-01T16:22:39.3198450Z [5590/7391] Building CXX object c10\CMakeFiles\c10.dir\util\flags_use_gflags.cpp.obj 2024-11-01T16:22:39.3272271Z [5591/7391] Building CXX object c10\CMakeFiles\c10.dir\util\StringUtil.cpp.obj 2024-11-01T16:22:39.4430470Z [5592/7391] Building CXX object c10\CMakeFiles\c10.dir\util\flags_use_no_gflags.cpp.obj 2024-11-01T16:22:39.4486951Z [5593/7391] Building CXX object c10\CMakeFiles\c10.dir\util\complex_math.cpp.obj 2024-11-01T16:22:39.4717868Z [5594/7391] Building CXX object c10\CMakeFiles\c10.dir\util\Unicode.cpp.obj 2024-11-01T16:22:39.5120281Z [5595/7391] Building CXX object c10\CMakeFiles\c10.dir\util\thread_name.cpp.obj 2024-11-01T16:22:39.5284337Z [5596/7391] Building CXX object c10\CMakeFiles\c10.dir\util\int128.cpp.obj 2024-11-01T16:22:39.5827316Z [5597/7391] Building CXX object c10\CMakeFiles\c10.dir\util\env.cpp.obj 2024-11-01T16:22:39.7188656Z [5598/7391] Building CXX object c10\CMakeFiles\c10.dir\util\WaitCounter.cpp.obj 2024-11-01T16:22:39.7448619Z [5599/7391] Building CXX object c10\CMakeFiles\c10.dir\util\signal_handler.cpp.obj 2024-11-01T16:22:39.7461652Z [5600/7391] Building CXX object c10\CMakeFiles\c10.dir\util\numa.cpp.obj 2024-11-01T16:22:39.7995341Z [5601/7391] Building CXX object c10\CMakeFiles\c10.dir\util\tempfile.cpp.obj 2024-11-01T16:22:39.8087199Z [5602/7391] Building CXX object c10\test\CMakeFiles\c10_CompileTimeFunctionPointer_test.dir\core\CompileTimeFunctionPointer_test.cpp.obj 2024-11-01T16:22:39.8332789Z [5603/7391] Building CXX object c10\CMakeFiles\c10.dir\util\intrusive_ptr.cpp.obj 2024-11-01T16:22:39.8602221Z [5604/7391] Building CXX object c10\CMakeFiles\c10.dir\util\typeid.cpp.obj 2024-11-01T16:22:39.8715904Z [5605/7391] Building CXX object c10\test\CMakeFiles\c10_DeviceGuard_test.dir\core\DeviceGuard_test.cpp.obj 2024-11-01T16:22:40.0583436Z [5606/7391] Building CXX object c10\test\CMakeFiles\c10_Device_test.dir\core\Device_test.cpp.obj 2024-11-01T16:22:40.0932583Z [5607/7391] Building CXX object c10\test\CMakeFiles\c10_StreamGuard_test.dir\core\StreamGuard_test.cpp.obj 2024-11-01T16:22:40.1121514Z [5608/7391] Building CXX object c10\test\CMakeFiles\c10_Scalar_test.dir\core\Scalar_test.cpp.obj 2024-11-01T16:22:40.1189853Z [5609/7391] Building CXX object c10\test\CMakeFiles\c10_DispatchKeySet_test.dir\core\DispatchKeySet_test.cpp.obj 2024-11-01T16:22:40.1630776Z [5610/7391] Building CXX object c10\test\CMakeFiles\c10_SymInt_test.dir\core\SymInt_test.cpp.obj 2024-11-01T16:22:40.2458128Z [5611/7391] Building CXX object c10\test\CMakeFiles\c10_InlineStreamGuard_test.dir\core\impl\InlineStreamGuard_test.cpp.obj 2024-11-01T16:22:40.2760697Z [5612/7391] Building CXX object c10\test\CMakeFiles\c10_InlineDeviceGuard_test.dir\core\impl\InlineDeviceGuard_test.cpp.obj 2024-11-01T16:22:40.4202768Z [5613/7391] Building CXX object c10\test\CMakeFiles\c10_DeadlockDetection_test.dir\util\DeadlockDetection_test.cpp.obj 2024-11-01T16:22:40.4230660Z [5614/7391] Linking CXX shared library bin\c10.dll 2024-11-01T16:22:40.4413020Z [5615/7391] Building CXX object c10\test\CMakeFiles\c10_ConstexprCrc_test.dir\util\ConstexprCrc_test.cpp.obj 2024-11-01T16:22:40.4428332Z [5616/7391] Building CXX object c10\test\CMakeFiles\c10_SizesAndStrides_test.dir\core\impl\SizesAndStrides_test.cpp.obj 2024-11-01T16:22:40.4649237Z [5617/7391] Building CXX object c10\test\CMakeFiles\c10_Bitset_test.dir\util\Bitset_test.cpp.obj 2024-11-01T16:22:40.5191512Z [5618/7391] Building CXX object c10\test\CMakeFiles\c10_cow_test.dir\core\impl\cow_test.cpp.obj 2024-11-01T16:22:40.5316930Z [5619/7391] Linking CXX executable bin\c10_TypeIndex_test.exe 2024-11-01T16:22:40.5639383Z [5620/7391] Linking CXX executable bin\c10_TypeList_test.exe 2024-11-01T16:22:40.5654519Z [5621/7391] Linking CXX executable bin\c10_DeviceGuard_test.exe 2024-11-01T16:22:40.5731657Z [5622/7391] Linking CXX executable bin\c10_CompileTimeFunctionPointer_test.exe 2024-11-01T16:22:40.6208935Z [5623/7391] Building CXX object c10\test\CMakeFiles\c10_LeftRight_test.dir\util\LeftRight_test.cpp.obj 2024-11-01T16:22:40.6514578Z [5624/7391] Linking CXX executable bin\c10_Device_test.exe 2024-11-01T16:22:40.6651295Z [5625/7391] Linking CXX executable bin\c10_DispatchKeySet_test.exe 2024-11-01T16:22:40.6876196Z [5626/7391] Linking CXX executable bin\c10_Scalar_test.exe 2024-11-01T16:22:40.6899959Z [5627/7391] Linking CXX executable bin\c10_SymInt_test.exe 2024-11-01T16:22:40.6910064Z [5628/7391] Linking CXX executable bin\c10_StreamGuard_test.exe 2024-11-01T16:22:40.7049888Z [5629/7391] Building CXX object c10\test\CMakeFiles\c10_Half_test.dir\util\Half_test.cpp.obj 2024-11-01T16:22:40.7403670Z [5630/7391] Linking CXX executable bin\c10_InlineDeviceGuard_test.exe 2024-11-01T16:22:40.7610295Z [5631/7391] Linking CXX executable bin\c10_InlineStreamGuard_test.exe 2024-11-01T16:22:40.8003676Z [5632/7391] Building CXX object c10\test\CMakeFiles\c10_Metaprogramming_test.dir\util\Metaprogramming_test.cpp.obj 2024-11-01T16:22:40.8149705Z [5633/7391] Linking CXX executable bin\c10_SizesAndStrides_test.exe 2024-11-01T16:22:40.8195823Z [5634/7391] Linking CXX executable bin\c10_ConstexprCrc_test.exe 2024-11-01T16:22:40.8206962Z [5635/7391] Linking CXX executable bin\c10_Bitset_test.exe 2024-11-01T16:22:40.8214843Z [5636/7391] Linking CXX executable bin\c10_Half_test.exe 2024-11-01T16:22:40.8838538Z [5637/7391] Linking CXX executable bin\c10_cow_test.exe 2024-11-01T16:22:40.9204635Z [5638/7391] Linking CXX executable bin\c10_Metaprogramming_test.exe 2024-11-01T16:22:40.9662291Z [5639/7391] Linking CXX executable bin\c10_DeadlockDetection_test.exe 2024-11-01T16:22:40.9953298Z [5640/7391] Linking CXX executable bin\c10_LeftRight_test.exe 2024-11-01T16:22:41.1186179Z [5641/7391] Building CXX object c10\test\CMakeFiles\c10_NetworkFlow_test.dir\util\NetworkFlow_test.cpp.obj 2024-11-01T16:22:41.1318345Z [5642/7391] Building CXX object c10\test\CMakeFiles\c10_accumulate_test.dir\util\accumulate_test.cpp.obj 2024-11-01T16:22:41.1378175Z [5643/7391] Building CXX object c10\test\CMakeFiles\c10_Synchronized_test.dir\util\Synchronized_test.cpp.obj 2024-11-01T16:22:41.2105214Z [5644/7391] Building CXX object c10\test\CMakeFiles\c10_ThreadLocal_test.dir\util\ThreadLocal_test.cpp.obj 2024-11-01T16:22:41.2304438Z [5645/7391] Linking CXX executable bin\c10_NetworkFlow_test.exe 2024-11-01T16:22:41.2353709Z [5646/7391] Building CXX object c10\test\CMakeFiles\c10_TypeTraits_test.dir\util\TypeTraits_test.cpp.obj 2024-11-01T16:22:41.2472598Z [5647/7391] Linking CXX executable bin\c10_Synchronized_test.exe 2024-11-01T16:22:41.2482894Z [5648/7391] Linking CXX executable bin\c10_accumulate_test.exe 2024-11-01T16:22:41.2867500Z [5649/7391] Building CXX object c10\test\CMakeFiles\c10_bfloat16_test.dir\util\bfloat16_test.cpp.obj 2024-11-01T16:22:41.2957342Z [5650/7391] Building CXX object c10\test\CMakeFiles\c10_complex_math_test.dir\util\complex_math_test.cpp.obj 2024-11-01T16:22:41.3093641Z [5651/7391] Building CXX object c10\test\CMakeFiles\c10_bit_cast_test.dir\util\bit_cast_test.cpp.obj 2024-11-01T16:22:41.3298263Z [5652/7391] Linking CXX executable bin\c10_ThreadLocal_test.exe 2024-11-01T16:22:41.3466272Z [5653/7391] Linking CXX executable bin\c10_TypeTraits_test.exe 2024-11-01T16:22:41.4318539Z [5654/7391] Linking CXX executable bin\c10_bfloat16_test.exe 2024-11-01T16:22:41.4374579Z [5655/7391] Linking CXX executable bin\c10_bit_cast_test.exe 2024-11-01T16:22:41.4384779Z [5656/7391] Linking CXX executable bin\c10_complex_math_test.exe 2024-11-01T16:22:41.5723510Z [5657/7391] Building CXX object c10\test\CMakeFiles\c10_flags_test.dir\util\flags_test.cpp.obj 2024-11-01T16:22:41.6093673Z [5658/7391] Building CXX object c10\test\CMakeFiles\c10_complex_test.dir\util\complex_test.cpp.obj 2024-11-01T16:22:41.6746949Z [5659/7391] Building CXX object c10\test\CMakeFiles\c10_generic_math_test.dir\util\generic_math_test.cpp.obj 2024-11-01T16:22:41.6854195Z [5660/7391] Building CXX object c10\test\CMakeFiles\c10_exception_test.dir\util\exception_test.cpp.obj 2024-11-01T16:22:41.6892784Z [5661/7391] Linking CXX executable bin\c10_flags_test.exe 2024-11-01T16:22:41.7381449Z [5662/7391] Building CXX object c10\test\CMakeFiles\c10_irange_test.dir\util\irange_test.cpp.obj 2024-11-01T16:22:41.7395138Z [5663/7391] Linking CXX executable bin\c10_complex_test.exe 2024-11-01T16:22:41.7510769Z [5664/7391] Building CXX object c10\test\CMakeFiles\c10_intrusive_ptr_test.dir\util\intrusive_ptr_test.cpp.obj 2024-11-01T16:22:41.7838162Z [5665/7391] Linking CXX executable bin\c10_generic_math_test.exe 2024-11-01T16:22:41.8016995Z [5666/7391] Building CXX object c10\test\CMakeFiles\c10_lazy_test.dir\util\lazy_test.cpp.obj 2024-11-01T16:22:41.8470897Z [5667/7391] Building CXX object c10\test\CMakeFiles\c10_logging_test.dir\util\logging_test.cpp.obj 2024-11-01T16:22:41.8509420Z [5668/7391] Linking CXX executable bin\c10_irange_test.exe 2024-11-01T16:22:41.9011307Z [5669/7391] Linking CXX executable bin\c10_exception_test.exe 2024-11-01T16:22:41.9264144Z [5670/7391] Linking CXX executable bin\c10_lazy_test.exe 2024-11-01T16:22:41.9439400Z [5671/7391] Linking CXX executable bin\c10_intrusive_ptr_test.exe 2024-11-01T16:22:41.9654353Z [5672/7391] Linking CXX executable bin\c10_logging_test.exe 2024-11-01T16:22:42.0686877Z [5673/7391] Building CXX object c10\test\CMakeFiles\c10_optional_test.dir\util\optional_test.cpp.obj 2024-11-01T16:22:42.0689244Z 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:22:42.0692973Z 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:22:42.0695602Z with 2024-11-01T16:22:42.0696007Z [ 2024-11-01T16:22:42.0696397Z T=Type 2024-11-01T16:22:42.0696805Z ] 2024-11-01T16:22:42.0699020Z 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:22:42.0701466Z with 2024-11-01T16:22:42.0701874Z [ 2024-11-01T16:22:42.0702250Z T=Type 2024-11-01T16:22:42.0702685Z ] 2024-11-01T16:22:42.0704861Z 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:22:42.0711474Z 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:22:42.0720089Z 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:22:42.0726198Z 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:22:42.1547107Z [5674/7391] Building CXX object c10\test\CMakeFiles\c10_ordered_preserving_dict_test.dir\util\ordered_preserving_dict_test.cpp.obj 2024-11-01T16:22:42.1921697Z [5675/7391] Building CXX object c10\test\CMakeFiles\c10_registry_test.dir\util\registry_test.cpp.obj 2024-11-01T16:22:42.2178777Z [5676/7391] Building CXX object c10\test\CMakeFiles\c10_ssize_test.dir\util\ssize_test.cpp.obj 2024-11-01T16:22:42.2243111Z [5677/7391] Linking CXX executable bin\c10_optional_test.exe 2024-11-01T16:22:42.2512428Z [5678/7391] Building CXX object c10\test\CMakeFiles\c10_string_util_test.dir\util\string_util_test.cpp.obj 2024-11-01T16:22:42.2761223Z [5679/7391] Linking CXX executable bin\c10_ordered_preserving_dict_test.exe 2024-11-01T16:22:42.2846167Z [5680/7391] Building CXX object c10\test\CMakeFiles\c10_small_vector_test.dir\util\small_vector_test.cpp.obj 2024-11-01T16:22:42.3198480Z [5681/7391] Linking CXX executable bin\c10_registry_test.exe 2024-11-01T16:22:42.3318231Z [5682/7391] Building CXX object c10\test\CMakeFiles\c10_string_view_test.dir\util\string_view_test.cpp.obj 2024-11-01T16:22:42.3387185Z [5683/7391] Linking CXX executable bin\c10_ssize_test.exe 2024-11-01T16:22:42.3575179Z [5684/7391] Linking CXX executable bin\c10_string_util_test.exe 2024-11-01T16:22:42.3653048Z [5685/7391] Building CXX object c10\test\CMakeFiles\c10_typeid_test.dir\util\typeid_test.cpp.obj 2024-11-01T16:22:42.3775403Z [5686/7391] Building C object caffe2\CMakeFiles\torch_global_deps.dir\__\torch\csrc\empty.c.obj 2024-11-01T16:22:42.4470081Z [5687/7391] Building C object sleef\src\common\CMakeFiles\common.dir\common.c.obj 2024-11-01T16:22:42.4533318Z [5688/7391] Linking CXX executable bin\c10_string_view_test.exe 2024-11-01T16:22:42.4727011Z [5689/7391] Linking C shared library bin\torch_global_deps.dll 2024-11-01T16:22:42.4765526Z [5690/7391] Linking CXX executable bin\c10_small_vector_test.exe 2024-11-01T16:22:42.5024046Z [5691/7391] Linking CXX executable bin\c10_typeid_test.exe 2024-11-01T16:22:42.5103716Z [5692/7391] Building CXX object c10\test\CMakeFiles\c10_tempfile_test.dir\util\tempfile_test.cpp.obj 2024-11-01T16:22:42.5427065Z [5693/7391] Building C object sleef\src\common\CMakeFiles\addSuffix.dir\addSuffix.c.obj 2024-11-01T16:22:42.5471930Z [5694/7391] Generating ../../../torch/utils/data/datapipes/datapipe.pyi 2024-11-01T16:22:42.5733714Z [5695/7391] Building CXX object c10\benchmark\CMakeFiles\c10_intrusive_ptr_benchmark.dir\intrusive_ptr_benchmark.cpp.obj 2024-11-01T16:22:42.5792311Z [5696/7391] Building C object sleef\src\common\CMakeFiles\arraymap.dir\arraymap.c.obj 2024-11-01T16:22:42.6165584Z [5697/7391] Linking C executable sleef\bin\addSuffix.exe 2024-11-01T16:22:42.6642951Z [5698/7391] Building C object sleef\src\libm\CMakeFiles\mkrename.dir\mkrename.c.obj 2024-11-01T16:22:42.7009324Z [5699/7391] Linking CXX executable bin\c10_intrusive_ptr_benchmark.exe 2024-11-01T16:22:42.7521713Z [5700/7391] Linking CXX executable bin\c10_tempfile_test.exe 2024-11-01T16:22:42.7648088Z [5701/7391] Building C object sleef\src\libm\CMakeFiles\mkmasked_gnuabi.dir\mkmasked_gnuabi.c.obj 2024-11-01T16:22:42.7700418Z [5702/7391] Linking C executable sleef\bin\mkrename.exe 2024-11-01T16:22:42.7786305Z [5703/7391] Building C object sleef\src\libm\CMakeFiles\mkrename_gnuabi.dir\mkrename_gnuabi.c.obj 2024-11-01T16:22:42.7874144Z [5704/7391] Generating include/renameavx512fnofma.h 2024-11-01T16:22:42.7874842Z Generating renameavx512fnofma.h: mkrename "cinz_" "8" "16" "avx512fnofma" 2024-11-01T16:22:42.7906548Z [5705/7391] Generating include/renameavx.h 2024-11-01T16:22:42.7907235Z Generating renameavx.h: mkrename "cinz_" "4" "8" "avx" 2024-11-01T16:22:42.8012563Z [5706/7391] Generating include/renameavx512f.h 2024-11-01T16:22:42.8013600Z Generating renameavx512f.h: mkrename "finz_" "8" "16" "avx512f" 2024-11-01T16:22:42.8042957Z [5707/7391] Generating include/renamefma4.h 2024-11-01T16:22:42.8043907Z Generating renamefma4.h: mkrename "finz_" "4" "8" "fma4" 2024-11-01T16:22:42.8143147Z [5708/7391] Generating include/renameavx2128.h 2024-11-01T16:22:42.8144296Z Generating renameavx2128.h: mkrename "finz_" "2" "4" "avx2128" 2024-11-01T16:22:42.8173517Z [5709/7391] Generating include/renamesse2.h 2024-11-01T16:22:42.8174118Z Generating renamesse2.h: mkrename "cinz_" "2" "4" "sse2" 2024-11-01T16:22:42.8272980Z [5710/7391] Generating include/renamesse4.h 2024-11-01T16:22:42.8273890Z Generating renamesse4.h: mkrename "cinz_" "2" "4" "sse4" 2024-11-01T16:22:42.8290545Z [5711/7391] Generating include/renameavx2.h 2024-11-01T16:22:42.8291507Z Generating renameavx2.h: mkrename "finz_" "4" "8" "avx2" 2024-11-01T16:22:42.8344586Z [5712/7391] Building C object sleef\src\libm\CMakeFiles\mkalias.dir\mkalias.c.obj 2024-11-01T16:22:42.8400176Z [5713/7391] Generating sleeflibm_AVX2.h.tmp 2024-11-01T16:22:42.8426234Z [5714/7391] Linking C executable sleef\bin\mkmasked_gnuabi.exe 2024-11-01T16:22:42.8435945Z [5715/7391] Generating include/renamepurecfma_scalar.h 2024-11-01T16:22:42.8437234Z Generating renamepurecfma_scalar.h: mkrename "finz_" "1" "1" "purecfma" 2024-11-01T16:22:42.8478930Z [5716/7391] Generating sleeflibm_AVX.h.tmp 2024-11-01T16:22:42.8521280Z [5717/7391] Generating include/renamepurec_scalar.h 2024-11-01T16:22:42.8521949Z Generating renamepurec_scalar.h: mkrename "cinz_" "1" "1" "purec" 2024-11-01T16:22:42.8550766Z [5718/7391] Generating include/renamecuda.h 2024-11-01T16:22:42.8551334Z Generating renamecuda.h: mkrename "finz_" "1" "1" "cuda" 2024-11-01T16:22:42.8566523Z [5719/7391] Generating sleeflibm_AVX2128.h.tmp 2024-11-01T16:22:42.8603188Z [5720/7391] Generating sleeflibm_PURECFMA_SCALAR.h.tmp 2024-11-01T16:22:42.8646097Z [5721/7391] Generating sleeflibm_PUREC_SCALAR.h.tmp 2024-11-01T16:22:42.8672807Z [5722/7391] Generating sleeflibm_AVX512FNOFMA.h.tmp 2024-11-01T16:22:42.8687765Z [5723/7391] Generating sleeflibm_SSE2.h.tmp 2024-11-01T16:22:42.8722297Z [5724/7391] Generating sleeflibm_AVX512F_.h.tmp 2024-11-01T16:22:42.8760951Z [5725/7391] Generating sleeflibm_FMA4.h.tmp 2024-11-01T16:22:42.8792602Z [5726/7391] Generating sleeflibm_AVX_.h.tmp 2024-11-01T16:22:42.8808989Z [5727/7391] Generating sleeflibm_AVX512F.h.tmp 2024-11-01T16:22:42.8850436Z [5728/7391] Generating sleeflibm_DSP_SCALAR.h.tmp 2024-11-01T16:22:42.8872632Z [5729/7391] Generating sleeflibm_SSE4.h.tmp 2024-11-01T16:22:42.8908306Z [5730/7391] Generating sleeflibm_SSE_.h.tmp 2024-11-01T16:22:42.8923546Z [5731/7391] Generating include/renamedspscalar.h 2024-11-01T16:22:42.8975151Z [5732/7391] Generating include/renamedsp256.h 2024-11-01T16:22:42.9006130Z [5733/7391] Generating include/renamedsp128.h 2024-11-01T16:22:42.9170824Z [5734/7391] Generating ../../../include/sleef.h 2024-11-01T16:22:42.9755679Z [5735/7391] Building C object sleef\src\libm\CMakeFiles\sleefdetpurecfma_scalar.dir\sleefsimddp.c.obj 2024-11-01T16:22:42.9800392Z [5736/7391] Building C object sleef\src\libm\CMakeFiles\sleefdetpurecfma_scalar.dir\sleefsimdsp.c.obj 2024-11-01T16:22:42.9898428Z [5737/7391] Building C object sleef\src\libm\CMakeFiles\sleefpurecfma_scalar.dir\sleefsimdsp.c.obj 2024-11-01T16:22:43.0331610Z [5738/7391] Building C object sleef\src\libm\CMakeFiles\sleefpurecfma_scalar.dir\sleefsimddp.c.obj 2024-11-01T16:22:43.0539591Z [5739/7391] Linking C executable sleef\bin\mkrename_gnuabi.exe 2024-11-01T16:22:43.0550305Z [5740/7391] Linking C executable sleef\bin\mkalias.exe 2024-11-01T16:22:43.0701026Z [5741/7391] Generating alias_AVX512F_dp.h.tmp 2024-11-01T16:22:43.0792634Z [5742/7391] Building C object sleef\src\libm\CMakeFiles\mkdisp.dir\mkdisp.c.obj 2024-11-01T16:22:43.0839499Z [5743/7391] Generating alias_AVX512F_sp.h.tmp 2024-11-01T16:22:43.1089176Z [5744/7391] Generating include/alias_avx512f.h 2024-11-01T16:22:43.1504099Z [5745/7391] Linking C executable sleef\bin\mkdisp.exe 2024-11-01T16:22:43.1640560Z [5746/7391] Generating dispsse.c.tmp 2024-11-01T16:22:43.1715321Z [5747/7391] Building C object sleef\src\libm\CMakeFiles\sleefavx512fnofma.dir\sleefsimdsp.c.obj 2024-11-01T16:22:43.1810974Z [5748/7391] Building C object sleef\src\libm\CMakeFiles\sleefavx512fnofma.dir\sleefsimddp.c.obj 2024-11-01T16:22:43.1841785Z [5749/7391] Generating dispscalar.c.body 2024-11-01T16:22:43.1873889Z [5750/7391] Generating dispsse.c 2024-11-01T16:22:43.1938248Z [5751/7391] Generating dispavx.c.tmp 2024-11-01T16:22:43.2070664Z [5752/7391] Generating dispscalar.c 2024-11-01T16:22:43.2182220Z [5753/7391] Generating dispavx.c 2024-11-01T16:22:43.2220147Z [5754/7391] Regenerating version file... 2024-11-01T16:22:43.2393104Z [5755/7391] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512fnofma.dir\sleefsimddp.c.obj 2024-11-01T16:22:43.3143450Z [5756/7391] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512fnofma.dir\sleefsimdsp.c.obj 2024-11-01T16:22:43.3186147Z [5757/7391] Building C object sleef\src\libm\CMakeFiles\dispsse_obj.dir\dispsse.c.obj 2024-11-01T16:22:43.3255045Z [5758/7391] Building C object sleef\src\libm\CMakeFiles\dispscalar_obj.dir\dispscalar.c.obj 2024-11-01T16:22:43.3303529Z [5759/7391] Building C object sleef\src\libm\CMakeFiles\sleefavx2.dir\sleefsimdsp.c.obj 2024-11-01T16:22:43.3352244Z [5760/7391] Building C object sleef\src\libm\CMakeFiles\dispavx_obj.dir\dispavx.c.obj 2024-11-01T16:22:43.4157753Z [5761/7391] Building C object sleef\src\libm\CMakeFiles\sleef.dir\rempitab.c.obj 2024-11-01T16:22:43.4252902Z [5762/7391] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2.dir\sleefsimddp.c.obj 2024-11-01T16:22:43.4298147Z [5763/7391] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2.dir\sleefsimdsp.c.obj 2024-11-01T16:22:43.4739867Z [5764/7391] Building C object sleef\src\libm\CMakeFiles\sleefavx512f.dir\sleefsimddp.c.obj 2024-11-01T16:22:43.4841927Z [5765/7391] Building C object sleef\src\libm\CMakeFiles\sleefavx2.dir\sleefsimddp.c.obj 2024-11-01T16:22:43.5140085Z [5766/7391] Building C object sleef\src\libm\CMakeFiles\sleefavx512f.dir\sleefsimdsp.c.obj 2024-11-01T16:22:43.5187577Z [5767/7391] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512f.dir\sleefsimdsp.c.obj 2024-11-01T16:22:43.5492536Z [5768/7391] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512f.dir\sleefsimddp.c.obj 2024-11-01T16:22:43.5694532Z [5769/7391] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2128.dir\sleefsimdsp.c.obj 2024-11-01T16:22:43.6103810Z [5770/7391] Building C object sleef\src\libm\CMakeFiles\sleefavx2128.dir\sleefsimdsp.c.obj 2024-11-01T16:22:43.6231248Z [5771/7391] Building C object sleef\src\libm\CMakeFiles\sleefavx2128.dir\sleefsimddp.c.obj 2024-11-01T16:22:43.6536873Z [5772/7391] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2128.dir\sleefsimddp.c.obj 2024-11-01T16:22:43.6588782Z [5773/7391] Building C object sleef\src\libm\CMakeFiles\sleeffma4.dir\sleefsimddp.c.obj 2024-11-01T16:22:43.6972548Z [5774/7391] Building C object sleef\src\libm\CMakeFiles\sleeffma4.dir\sleefsimdsp.c.obj 2024-11-01T16:22:43.7210987Z [5775/7391] Building C object sleef\src\libm\CMakeFiles\sleefavx.dir\sleefsimddp.c.obj 2024-11-01T16:22:43.7407323Z [5776/7391] Building C object sleef\src\libm\CMakeFiles\sleefdetfma4.dir\sleefsimdsp.c.obj 2024-11-01T16:22:43.7563490Z [5777/7391] Building C object sleef\src\libm\CMakeFiles\sleefdetavx.dir\sleefsimddp.c.obj 2024-11-01T16:22:43.7865254Z [5778/7391] Building C object sleef\src\libm\CMakeFiles\sleefdetavx.dir\sleefsimdsp.c.obj 2024-11-01T16:22:43.7914861Z [5779/7391] Building C object sleef\src\libm\CMakeFiles\sleefavx.dir\sleefsimdsp.c.obj 2024-11-01T16:22:43.8791555Z [5780/7391] Building C object sleef\src\libm\CMakeFiles\sleefsse4.dir\sleefsimdsp.c.obj 2024-11-01T16:22:43.8806396Z [5781/7391] Building C object sleef\src\libm\CMakeFiles\sleefdetsse4.dir\sleefsimddp.c.obj 2024-11-01T16:22:43.9119562Z [5782/7391] Building C object sleef\src\libm\CMakeFiles\sleefdetsse4.dir\sleefsimdsp.c.obj 2024-11-01T16:22:43.9193546Z [5783/7391] Building C object sleef\src\libm\CMakeFiles\sleefdetfma4.dir\sleefsimddp.c.obj 2024-11-01T16:22:43.9301001Z [5784/7391] Building C object sleef\src\libm\CMakeFiles\sleefsse2.dir\sleefsimddp.c.obj 2024-11-01T16:22:43.9807962Z [5785/7391] Building C object sleef\src\libm\CMakeFiles\sleefdetsse2.dir\sleefsimdsp.c.obj 2024-11-01T16:22:44.0115740Z [5786/7391] Building C object sleef\src\libm\CMakeFiles\sleefdetsse2.dir\sleefsimddp.c.obj 2024-11-01T16:22:44.0304148Z [5787/7391] Building C object sleef\src\libm\CMakeFiles\sleefdetpurec_scalar.dir\sleefsimddp.c.obj 2024-11-01T16:22:44.0590769Z [5788/7391] Building C object sleef\src\libm\CMakeFiles\sleefsse4.dir\sleefsimddp.c.obj 2024-11-01T16:22:44.1080737Z [5789/7391] Building C object sleef\src\libm\CMakeFiles\sleefpurec_scalar.dir\sleefsimdsp.c.obj 2024-11-01T16:22:44.1169964Z [5790/7391] Building C object sleef\src\libm\CMakeFiles\sleefpurec_scalar.dir\sleefsimddp.c.obj 2024-11-01T16:22:44.1228630Z [5791/7391] Building C object sleef\src\libm\CMakeFiles\sleefdetpurec_scalar.dir\sleefsimdsp.c.obj 2024-11-01T16:22:44.1304940Z [5792/7391] Building C object sleef\src\libm\CMakeFiles\sleefsse2.dir\sleefsimdsp.c.obj 2024-11-01T16:22:44.2107802Z [5793/7391] Linking C static library sleef\lib\sleef.lib 2024-11-01T16:22:44.3032372Z [5794/7391] Generating sources 2024-11-01T16:22:50.8195565Z [5795/7391] Generating ../../../torch/_C/__init__.pyi, ../../../torch/_C/_VariableFunctions.pyi, ../../../torch/nn/functional.pyi 2024-11-01T16:22:54.2836722Z [5796/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:22:54.6795204Z [5797/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\AccumulateType.cpp.obj 2024-11-01T16:22:55.1604265Z [5798/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyBatchedTensorImpl.cpp.obj 2024-11-01T16:22:55.1879710Z [5799/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalStorageImpl.cpp.obj 2024-11-01T16:22:55.2241499Z [5800/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalizeFallbackKernel.cpp.obj 2024-11-01T16:22:55.2645294Z [5801/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ConjugateFallback.cpp.obj 2024-11-01T16:22:55.2890345Z [5802/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Context.cpp.obj 2024-11-01T16:22:55.3056506Z [5803/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalTensorWrapper.cpp.obj 2024-11-01T16:22:55.7672275Z [5804/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Dispatch.cpp.obj 2024-11-01T16:22:55.7691442Z [5805/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\DeviceAccelerator.cpp.obj 2024-11-01T16:22:55.8924522Z [5806/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\CPUGeneratorImpl.cpp.obj 2024-11-01T16:22:55.9172297Z [5807/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FuncTorchTLS.cpp.obj 2024-11-01T16:22:55.9878011Z [5808/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SequenceNumber.cpp.obj 2024-11-01T16:22:56.1006909Z [5809/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ExpandUtils.cpp.obj 2024-11-01T16:22:56.1078095Z [5810/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\DynamicLibrary.cpp.obj 2024-11-01T16:22:56.2704721Z [5811/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\EmptyTensor.cpp.obj 2024-11-01T16:22:57.0311805Z [5812/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ScalarOps.cpp.obj 2024-11-01T16:22:57.1450314Z [5813/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\CachedTensorUtils.cpp.obj 2024-11-01T16:22:57.3293711Z [5814/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyBatchedFallback.cpp.obj 2024-11-01T16:22:57.3897121Z [5815/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SavedTensorHooks.cpp.obj 2024-11-01T16:22:57.9142820Z [5816/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorGeometry.cpp.obj 2024-11-01T16:22:58.0342326Z [5817/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorNames.cpp.obj 2024-11-01T16:22:58.1451450Z [5818/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\DLConvertor.cpp.obj 2024-11-01T16:22:58.1604200Z [5819/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\StorageUtils.cpp.obj 2024-11-01T16:22:58.1717850Z [5820/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorIterator.cpp.obj 2024-11-01T16:22:58.3917159Z [5821/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorMeta.cpp.obj 2024-11-01T16:22:58.7687785Z [5822/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorIndexing.cpp.obj 2024-11-01T16:22:58.7786292Z [5823/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ThreadLocalPythonObjects.cpp.obj 2024-11-01T16:22:58.8072556Z [5824/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalInverses.cpp.obj 2024-11-01T16:22:58.8844620Z [5825/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SparseTensorImpl.cpp.obj 2024-11-01T16:22:59.0002216Z [5826/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\cpu\FlushDenormal.cpp.obj 2024-11-01T16:22:59.0389528Z [5827/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SparseCsrTensorImpl.cpp.obj 2024-11-01T16:22:59.0642871Z [5828/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\VmapModeRegistrations.cpp.obj 2024-11-01T16:22:59.0884749Z [5829/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\cpu\Utils.cpp.obj 2024-11-01T16:22:59.1872190Z [5830/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\CPUGuardImpl.cpp.obj 2024-11-01T16:22:59.3421681Z [5831/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\CUDAHooksInterface.cpp.obj 2024-11-01T16:22:59.5147126Z [5832/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MAIAHooksInterface.cpp.obj 2024-11-01T16:22:59.8377675Z [5833/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MPSHooksInterface.cpp.obj 2024-11-01T16:22:59.9300368Z [5834/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\HPUHooksInterface.cpp.obj 2024-11-01T16:23:00.0066436Z [5835/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Utils.cpp.obj 2024-11-01T16:23:00.1598382Z [5836/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Version.cpp.obj 2024-11-01T16:23:00.2483736Z [5837/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\HIPHooksInterface.cpp.obj 2024-11-01T16:23:00.3580259Z [5838/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MTIAHooksInterface.cpp.obj 2024-11-01T16:23:00.4226343Z [5839/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\IPUHooksInterface.cpp.obj 2024-11-01T16:23:00.4394281Z [5840/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MetaGuardImpl.cpp.obj 2024-11-01T16:23:00.6712054Z [5841/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\XPUHooksInterface.cpp.obj 2024-11-01T16:23:00.8700084Z [5842/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\PrivateUse1HooksInterface.cpp.obj 2024-11-01T16:23:00.9901963Z [5843/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorUtils.cpp.obj 2024-11-01T16:23:01.2129832Z [5844/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\ADInterpreters.cpp.obj 2024-11-01T16:23:01.6138460Z [5845/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ThreadLocalState.cpp.obj 2024-11-01T16:23:02.0275401Z [5846/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ZeroTensorFallback.cpp.obj 2024-11-01T16:23:02.1495089Z [5847/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\autocast_mode.cpp.obj 2024-11-01T16:23:03.6610721Z [5848/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesDynamic.cpp.obj 2024-11-01T16:23:03.7213047Z [5849/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesConvolution.cpp.obj 2024-11-01T16:23:03.8954388Z [5850/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesActivation.cpp.obj 2024-11-01T16:23:04.4059889Z [5851/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesDecompositions.cpp.obj 2024-11-01T16:23:04.4626851Z [5852/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesBinaryOps.cpp.obj 2024-11-01T16:23:04.5509278Z [5853/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesHelper.cpp.obj 2024-11-01T16:23:05.1589903Z [5854/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesFactory.cpp.obj 2024-11-01T16:23:05.1808271Z [5855/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesLinearAlgebra.cpp.obj 2024-11-01T16:23:06.7446077Z [5856/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesLoss.cpp.obj 2024-11-01T16:23:06.7643962Z [5857/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesIndexing.cpp.obj 2024-11-01T16:23:07.0464072Z [5858/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesModules.cpp.obj 2024-11-01T16:23:07.0592018Z [5859/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyVmapMode.cpp.obj 2024-11-01T16:23:07.3654656Z [5860/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesPooling.cpp.obj 2024-11-01T16:23:07.5818039Z [5861/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\MemoryOverlap.cpp.obj 2024-11-01T16:23:07.6172402Z [5862/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesNorm.cpp.obj 2024-11-01T16:23:07.6930115Z [5863/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\NamedTensorUtils.cpp.obj 2024-11-01T16:23:07.8663063Z [5864/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesRandomness.cpp.obj 2024-11-01T16:23:07.9381621Z [5865/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelNative.cpp.obj 2024-11-01T16:23:08.0824714Z [5866/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesReduceOps.cpp.obj 2024-11-01T16:23:08.3185089Z [5867/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\MapAllocator.cpp.obj 2024-11-01T16:23:08.3253901Z [5868/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\PythonTorchFunctionTLS.cpp.obj 2024-11-01T16:23:08.3527018Z [5869/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesScatterOps.cpp.obj 2024-11-01T16:23:08.4721834Z [5870/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelCommon.cpp.obj 2024-11-01T16:23:08.6326122Z [5871/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\DispatchStub.cpp.obj 2024-11-01T16:23:09.2235019Z [5872/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelOpenMP.cpp.obj 2024-11-01T16:23:09.2881494Z [5873/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Distributions.cpp.obj 2024-11-01T16:23:09.3036733Z [5874/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelThreadPoolNative.cpp.obj 2024-11-01T16:23:09.3537077Z [5875/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\DilatedMaxPool3d.cpp.obj 2024-11-01T16:23:09.5540309Z [5876/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Cross.cpp.obj 2024-11-01T16:23:09.8491815Z [5877/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyVmapTransforms.cpp.obj 2024-11-01T16:23:10.0449685Z [5878/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Distance.cpp.obj 2024-11-01T16:23:10.1359010Z [5879/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\DilatedMaxPool2d.cpp.obj 2024-11-01T16:23:10.3455231Z [5880/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchedTensorImpl.cpp.obj 2024-11-01T16:23:10.5465499Z [5881/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\NestedTensorImpl.cpp.obj 2024-11-01T16:23:10.6154255Z [5882/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyBatchingRegistrations.cpp.obj 2024-11-01T16:23:11.0789657Z [5883/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\FunctionalizeInterpreter.cpp.obj 2024-11-01T16:23:11.4727688Z [5884/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\PlumbingHelper.cpp.obj 2024-11-01T16:23:11.9620311Z [5885/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\Interpreter.cpp.obj 2024-11-01T16:23:12.3130566Z [5886/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesViews.cpp.obj 2024-11-01T16:23:12.3282441Z [5887/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\VmapInterpreter.cpp.obj 2024-11-01T16:23:12.4445478Z [5888/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesUnaryOps.cpp.obj 2024-11-01T16:23:12.5313107Z [5889/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\ATenGeneral.cpp.obj 2024-11-01T16:23:12.6758665Z [5890/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchedFallback.cpp.obj 2024-11-01T16:23:12.8252362Z [5891/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\record_function.cpp.obj 2024-11-01T16:23:13.0817419Z [5892/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\DynamicLayer.cpp.obj 2024-11-01T16:23:13.1480433Z [5893/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Dimname.cpp.obj 2024-11-01T16:23:13.2603841Z [5894/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\LegacyVmapTransforms.cpp.obj 2024-11-01T16:23:13.2774513Z [5895/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\TensorWrapper.cpp.obj 2024-11-01T16:23:13.5185450Z [5896/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Dict.cpp.obj 2024-11-01T16:23:13.5728068Z [5897/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\DeprecatedTypePropertiesRegistry.cpp.obj 2024-11-01T16:23:13.6460548Z [5898/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\LegacyBatchingRegistrations.cpp.obj 2024-11-01T16:23:13.9335793Z [5899/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\BackendSelectFallbackKernel.cpp.obj 2024-11-01T16:23:14.0157139Z [5900/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\DeprecatedTypeProperties.cpp.obj 2024-11-01T16:23:14.0189167Z [5901/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Generator.cpp.obj 2024-11-01T16:23:14.0984521Z [5902/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\GeneratorForPrivateuseone.cpp.obj 2024-11-01T16:23:14.3807736Z [5903/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Formatting.cpp.obj 2024-11-01T16:23:14.3978181Z [5904/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\NestedIntSymNodeImpl.cpp.obj 2024-11-01T16:23:14.4530043Z [5905/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\MetaFallbackKernel.cpp.obj 2024-11-01T16:23:14.5392910Z [5906/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\NamedTensor.cpp.obj 2024-11-01T16:23:14.9659045Z [5907/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\PythonFallbackKernel.cpp.obj 2024-11-01T16:23:14.9807939Z [5908/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\List.cpp.obj 2024-11-01T16:23:15.2293616Z [5909/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Tensor.cpp.obj 2024-11-01T16:23:15.2461575Z [5910/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\PyTorchOperatorHacks.cpp.obj 2024-11-01T16:23:15.2578457Z [5911/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\NamedRegistrations.cpp.obj 2024-11-01T16:23:15.2660711Z [5912/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\PythonOpRegistrationTrampoline.cpp.obj 2024-11-01T16:23:15.2721569Z [5913/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Vitals.cpp.obj 2024-11-01T16:23:15.4020271Z [5914/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\VmapModeRegistrations.cpp.obj 2024-11-01T16:23:15.4462542Z [5915/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Range.cpp.obj 2024-11-01T16:23:15.4529936Z [5916/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\VariableFallbackKernel.cpp.obj 2024-11-01T16:23:15.6707465Z [5917/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\VariableHooksInterface.cpp.obj 2024-11-01T16:23:15.7941542Z [5918/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\blob.cpp.obj 2024-11-01T16:23:16.0658083Z [5919/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\class_type.cpp.obj 2024-11-01T16:23:16.0821936Z [5920/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\TorchDispatchUtils.cpp.obj 2024-11-01T16:23:16.1037038Z [5921/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\boxing\KernelFunction.cpp.obj 2024-11-01T16:23:16.1882734Z [5922/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\custom_class.cpp.obj 2024-11-01T16:23:16.3004079Z [5923/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\Dispatcher.cpp.obj 2024-11-01T16:23:16.3255190Z [5924/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\ObservedOperators.cpp.obj 2024-11-01T16:23:16.3343698Z [5925/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\adaption.cpp.obj 2024-11-01T16:23:16.5604508Z [5926/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\OperatorEntry.cpp.obj 2024-11-01T16:23:16.6184043Z [5927/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\DispatchKeyExtractor.cpp.obj 2024-11-01T16:23:16.8635473Z [5928/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dynamic_type.cpp.obj 2024-11-01T16:23:16.8885540Z [5929/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\operator_name.cpp.obj 2024-11-01T16:23:16.9644835Z [5930/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\op_registration\op_registration.cpp.obj 2024-11-01T16:23:16.9842455Z [5931/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\library.cpp.obj 2024-11-01T16:23:17.0481091Z [5932/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\interned_strings.cpp.obj 2024-11-01T16:23:17.0559502Z [5933/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\function_schema.cpp.obj 2024-11-01T16:23:17.1425622Z [5934/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\ivalue.cpp.obj 2024-11-01T16:23:17.1785582Z [5935/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\op_registration\infer_schema.cpp.obj 2024-11-01T16:23:17.4108630Z [5936/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\error_report.cpp.obj 2024-11-01T16:23:17.5216846Z [5937/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\register_symbols.cpp.obj 2024-11-01T16:23:17.5420363Z [5938/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\lexer.cpp.obj 2024-11-01T16:23:17.6467085Z [5939/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\type_factory.cpp.obj 2024-11-01T16:23:17.6775432Z [5940/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\tensor_type.cpp.obj 2024-11-01T16:23:17.7066581Z [5941/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\strtod.cpp.obj 2024-11-01T16:23:17.7255978Z [5942/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\type.cpp.obj 2024-11-01T16:23:17.8005450Z [5943/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\union_type.cpp.obj 2024-11-01T16:23:18.0204948Z [5944/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\function_schema_parser.cpp.obj 2024-11-01T16:23:18.3345001Z [5945/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\source_range.cpp.obj 2024-11-01T16:23:18.3777634Z [5946/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\schema_type_parser.cpp.obj 2024-11-01T16:23:18.4918895Z [5947/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveMaxPooling2d.cpp.obj 2024-11-01T16:23:18.5491999Z [5948/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveAveragePooling.cpp.obj 2024-11-01T16:23:18.5615961Z [5949/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveAveragePooling3d.cpp.obj 2024-11-01T16:23:18.5861059Z [5950/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AveragePool2d.cpp.obj 2024-11-01T16:23:18.7277562Z [5951/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Activation.cpp.obj 2024-11-01T16:23:18.7891273Z [5952/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AmpKernels.cpp.obj 2024-11-01T16:23:19.0827853Z [5953/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveMaxPooling3d.cpp.obj 2024-11-01T16:23:19.1169077Z [5954/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BlasKernel.cpp.obj 2024-11-01T16:23:19.1266692Z [5955/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AffineGridGenerator.cpp.obj 2024-11-01T16:23:19.2735492Z [5956/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AutogradComposite.cpp.obj 2024-11-01T16:23:19.4708358Z [5957/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BatchLinearAlgebraKernel.cpp.obj 2024-11-01T16:23:19.4879097Z [5958/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Blas.cpp.obj 2024-11-01T16:23:19.7451541Z [5959/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BatchLinearAlgebra.cpp.obj 2024-11-01T16:23:19.7815448Z [5960/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BinaryOps.cpp.obj 2024-11-01T16:23:19.9256914Z [5961/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AveragePool3d.cpp.obj 2024-11-01T16:23:19.9658033Z [5962/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Bucketization.cpp.obj 2024-11-01T16:23:20.1275879Z [5963/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ChanelShuffle.cpp.obj 2024-11-01T16:23:20.2755463Z [5964/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\CPUBlas.cpp.obj 2024-11-01T16:23:20.3360011Z [5965/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\CPUFallback.cpp.obj 2024-11-01T16:23:20.3927745Z [5966/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Col2Im.cpp.obj 2024-11-01T16:23:20.5772379Z [5967/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ConvolutionTBC.cpp.obj 2024-11-01T16:23:20.5953022Z [5968/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ConvolutionMM2d.cpp.obj 2024-11-01T16:23:20.6808986Z [5969/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ComparisonUtils.cpp.obj 2024-11-01T16:23:20.9385633Z [5970/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ConvolutionMM3d.cpp.obj 2024-11-01T16:23:21.0182204Z [5971/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Convolution.cpp.obj 2024-11-01T16:23:21.1245099Z [5972/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Constraints.cpp.obj 2024-11-01T16:23:21.1854308Z [5973/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Correlation.cpp.obj 2024-11-01T16:23:21.2792024Z [5974/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Copy.cpp.obj 2024-11-01T16:23:21.4475126Z [5975/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_dynamic.cpp.obj 2024-11-01T16:23:21.5476820Z [5976/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_prepack.cpp.obj 2024-11-01T16:23:21.8266834Z [5977/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_unpack.cpp.obj 2024-11-01T16:23:22.0361815Z [5978/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\EmbeddingBag.cpp.obj 2024-11-01T16:23:22.0653003Z [5979/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Dropout.cpp.obj 2024-11-01T16:23:22.1494787Z [5980/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ForeachOpsKernels.cpp.obj 2024-11-01T16:23:22.3696592Z [5981/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Embedding.cpp.obj 2024-11-01T16:23:22.4137664Z [5982/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\FlattenIndicesKernel.cpp.obj 2024-11-01T16:23:22.7018718Z [5983/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Fill.cpp.obj 2024-11-01T16:23:22.8853489Z [5984/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FusedAdagrad.cpp.obj 2024-11-01T16:23:22.8895536Z [5985/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FractionalMaxPool3d.cpp.obj 2024-11-01T16:23:22.9437595Z [5986/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FusedAdam.cpp.obj 2024-11-01T16:23:23.2286168Z [5987/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FusedSGD.cpp.obj 2024-11-01T16:23:23.2440765Z [5988/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FunctionOfAMatrixUtils.cpp.obj 2024-11-01T16:23:23.4276416Z [5989/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FractionalMaxPool2d.cpp.obj 2024-11-01T16:23:23.5215629Z [5990/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_deserialize.cpp.obj 2024-11-01T16:23:23.6900213Z [5991/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\GatedLinearUnit.cpp.obj 2024-11-01T16:23:23.7028013Z [5992/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\IndexingUtils.cpp.obj 2024-11-01T16:23:23.8017957Z [5993/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_serialize.cpp.obj 2024-11-01T16:23:23.8205588Z [5994/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Histogram.cpp.obj 2024-11-01T16:23:24.0977883Z [5995/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Im2Col.cpp.obj 2024-11-01T16:23:24.1270837Z [5996/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\GridSampler.cpp.obj 2024-11-01T16:23:24.2669694Z [5997/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Integration.cpp.obj 2024-11-01T16:23:24.3487724Z [5998/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Lerp.cpp.obj 2024-11-01T16:23:24.5547006Z [5999/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Linear.cpp.obj 2024-11-01T16:23:24.5641405Z [6000/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LegacyBatching.cpp.obj 2024-11-01T16:23:24.6729727Z [6001/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Itertools.cpp.obj 2024-11-01T16:23:24.8556890Z [6002/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LinearAlgebra.cpp.obj 2024-11-01T16:23:24.9272941Z [6003/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossCTC.cpp.obj 2024-11-01T16:23:24.9840540Z [6004/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossNLL.cpp.obj 2024-11-01T16:23:25.1812199Z [6005/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossNLL2d.cpp.obj 2024-11-01T16:23:25.2753498Z [6006/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Loss.cpp.obj 2024-11-01T16:23:25.3959278Z [6007/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossMultiLabelMargin.cpp.obj 2024-11-01T16:23:25.4682845Z [6008/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossMultiMargin.cpp.obj 2024-11-01T16:23:25.5489736Z [6009/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NNPACK.cpp.obj 2024-11-01T16:23:25.7531809Z [6010/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NaiveConvolutionTranspose2d.cpp.obj 2024-11-01T16:23:25.7892548Z [6011/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Memory.cpp.obj 2024-11-01T16:23:25.8122889Z [6012/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\MaxPooling.cpp.obj 2024-11-01T16:23:26.0153444Z [6013/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\MetaTensor.cpp.obj 2024-11-01T16:23:26.0915123Z [6014/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\MaxUnpooling.cpp.obj 2024-11-01T16:23:26.3166862Z [6015/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NaiveConvolutionTranspose3d.cpp.obj 2024-11-01T16:23:26.3533471Z [6016/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Normalization.cpp.obj 2024-11-01T16:23:26.4891237Z [6017/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NaiveDilatedConvolution.cpp.obj 2024-11-01T16:23:26.6154969Z [6018/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NamedTensor.cpp.obj 2024-11-01T16:23:26.6493241Z [6019/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NegateFallback.cpp.obj 2024-11-01T16:23:26.6883952Z [6020/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PackedSequence.cpp.obj 2024-11-01T16:23:26.8130056Z [6021/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Pooling.cpp.obj 2024-11-01T16:23:26.9980013Z [6022/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PadNd.cpp.obj 2024-11-01T16:23:27.1124260Z [6023/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PixelShuffle.cpp.obj 2024-11-01T16:23:27.1618394Z [6024/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Onehot.cpp.obj 2024-11-01T16:23:27.2104050Z [6025/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PointwiseOps.cpp.obj 2024-11-01T16:23:27.4881275Z [6026/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReduceAllOps.cpp.obj 2024-11-01T16:23:27.5215192Z [6027/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Pow.cpp.obj 2024-11-01T16:23:27.7349129Z [6028/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\RNN.cpp.obj 2024-11-01T16:23:27.7970420Z [6029/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\QuantizedLinear.cpp.obj 2024-11-01T16:23:27.8791843Z [6030/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\RangeFactories.cpp.obj 2024-11-01T16:23:27.9423881Z [6031/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Resize.cpp.obj 2024-11-01T16:23:28.0184611Z [6032/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReplicationPadding.cpp.obj 2024-11-01T16:23:28.0735266Z [6033/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReflectionPad.cpp.obj 2024-11-01T16:23:28.3198054Z [6034/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\RowwisePrune.cpp.obj 2024-11-01T16:23:28.4268274Z [6035/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReduceOps.cpp.obj 2024-11-01T16:23:28.6338414Z [6036/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Repeat.cpp.obj 2024-11-01T16:23:28.7309231Z [6037/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SoftMax.cpp.obj 2024-11-01T16:23:28.7472290Z [6038/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SegmentReduce.cpp.obj 2024-11-01T16:23:28.9269565Z [6039/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SobolEngineOpsUtils.cpp.obj 2024-11-01T16:23:28.9436402Z [6040/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Sorting.cpp.obj 2024-11-01T16:23:28.9598728Z [6041/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Scalar.cpp.obj 2024-11-01T16:23:29.1610984Z [6042/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SobolEngineOps.cpp.obj 2024-11-01T16:23:29.5540066Z [6043/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorCompare.cpp.obj 2024-11-01T16:23:29.5978935Z [6044/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SummaryOps.cpp.obj 2024-11-01T16:23:29.7850380Z [6045/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SpectralOps.cpp.obj 2024-11-01T16:23:29.8850521Z [6046/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorProperties.cpp.obj 2024-11-01T16:23:29.9464723Z [6047/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorShape.cpp.obj 2024-11-01T16:23:29.9679371Z [6048/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorIteratorReduce.cpp.obj 2024-11-01T16:23:30.4639959Z [6049/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorFactories.cpp.obj 2024-11-01T16:23:30.6779349Z [6050/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TestOps.cpp.obj 2024-11-01T16:23:30.7780425Z [6051/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorTransformations.cpp.obj 2024-11-01T16:23:30.8187818Z [6052/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TypeProperties.cpp.obj 2024-11-01T16:23:30.8324200Z [6053/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TriangularOps.cpp.obj 2024-11-01T16:23:31.0511659Z [6054/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Unfold2d.cpp.obj 2024-11-01T16:23:31.3254205Z [6055/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorAdvancedIndexing.cpp.obj 2024-11-01T16:23:31.3953887Z [6056/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UnaryOps.cpp.obj 2024-11-01T16:23:31.5977116Z [6057/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SparseTensorUtils.cpp.obj 2024-11-01T16:23:31.6448084Z [6058/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSample.cpp.obj 2024-11-01T16:23:31.6668103Z [6059/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UnfoldBackward.cpp.obj 2024-11-01T16:23:31.6963271Z [6060/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Unique.cpp.obj 2024-11-01T16:23:32.0452502Z [6061/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Unfold3d.cpp.obj 2024-11-01T16:23:32.2266671Z [6062/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleBicubic2d.cpp.obj 2024-11-01T16:23:32.2940489Z [6063/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleNearest3d.cpp.obj 2024-11-01T16:23:32.4594854Z [6064/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorConversions.cpp.obj 2024-11-01T16:23:32.4679893Z [6065/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\MkldnnTensorMath.cpp.obj 2024-11-01T16:23:32.5775061Z [6066/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleBilinear2d.cpp.obj 2024-11-01T16:23:32.5874546Z [6067/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleNearest1d.cpp.obj 2024-11-01T16:23:32.5915006Z [6068/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleNearest2d.cpp.obj 2024-11-01T16:23:32.9263490Z [6069/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleLinear1d.cpp.obj 2024-11-01T16:23:33.0054724Z [6070/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\prim_native_functions.cpp.obj 2024-11-01T16:23:33.2178366Z [6071/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleTrilinear3d.cpp.obj 2024-11-01T16:23:33.3625535Z [6072/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\group_norm.cpp.obj 2024-11-01T16:23:33.3891297Z [6073/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\layer_norm.cpp.obj 2024-11-01T16:23:33.4874156Z [6074/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\VariableMethodStubs.cpp.obj 2024-11-01T16:23:33.5185155Z [6075/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\WeightNorm.cpp.obj 2024-11-01T16:23:33.6192618Z [6076/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear.cpp.obj 2024-11-01T16:23:33.9277531Z [6077/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\library.cpp.obj 2024-11-01T16:23:34.1052615Z [6078/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\fbgemm_utils.cpp.obj 2024-11-01T16:23:34.1299294Z [6079/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\verbose_wrapper.cpp.obj 2024-11-01T16:23:34.2508855Z [6080/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\IDeepRegistration.cpp.obj 2024-11-01T16:23:34.3588274Z [6081/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Gelu.cpp.obj 2024-11-01T16:23:34.4797169Z [6082/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\MKLDNNCommon.cpp.obj 2024-11-01T16:23:34.7521010Z [6083/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\MKLDNNConversions.cpp.obj 2024-11-01T16:23:34.8204427Z [6084/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Linear.cpp.obj 2024-11-01T16:23:34.8336342Z [6085/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseBlas.cpp.obj 2024-11-01T16:23:35.0299796Z [6086/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SoftMax.cpp.obj 2024-11-01T16:23:35.0584181Z [6087/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseBlasImpl.cpp.obj 2024-11-01T16:23:35.1020627Z [6088/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Matmul.cpp.obj 2024-11-01T16:23:35.1832981Z [6089/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\ParamUtils.cpp.obj 2024-11-01T16:23:35.4305384Z [6090/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseBinaryOpIntersectionKernel.cpp.obj 2024-11-01T16:23:35.5900579Z [6091/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseMatMul.cpp.obj 2024-11-01T16:23:35.7937433Z [6092/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseCsrTensorMath.cpp.obj 2024-11-01T16:23:35.8129451Z [6093/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseTensor.cpp.obj 2024-11-01T16:23:35.8912307Z [6094/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseFactories.cpp.obj 2024-11-01T16:23:35.9317653Z [6095/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseCsrTensor.cpp.obj 2024-11-01T16:23:35.9701014Z [6096/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseUnaryOps.cpp.obj 2024-11-01T16:23:36.1640227Z [6097/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\ValidateCompressedIndicesKernel.cpp.obj 2024-11-01T16:23:36.3612488Z [6098/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseTensorMath.cpp.obj 2024-11-01T16:23:37.1322843Z [6099/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\AffineQuantizer.cpp.obj 2024-11-01T16:23:38.5295073Z [6100/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorAliases.cpp.obj 2024-11-01T16:23:38.6611105Z [6101/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorTransformerFunctions.cpp.obj 2024-11-01T16:23:38.7010032Z [6102/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorBackward.cpp.obj 2024-11-01T16:23:38.7525929Z [6103/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorMath.cpp.obj 2024-11-01T16:23:38.8200884Z [6104/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorFactories.cpp.obj 2024-11-01T16:23:38.8524166Z [6105/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorBinaryOps.cpp.obj 2024-11-01T16:23:39.1171845Z [6106/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\AffineQuantizerBase.cpp.obj 2024-11-01T16:23:39.1404712Z [6107/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorMatmul.cpp.obj 2024-11-01T16:23:39.5076904Z [6108/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorUtils.cpp.obj 2024-11-01T16:23:40.0265725Z [6109/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorUnaryOps.cpp.obj 2024-11-01T16:23:40.5595807Z [6110/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\BinaryOps.cpp.obj 2024-11-01T16:23:41.3585909Z [6111/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\AveragePool3d.cpp.obj 2024-11-01T16:23:41.4673751Z [6112/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\Copy.cpp.obj 2024-11-01T16:23:41.6817866Z [6113/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\QTensor.cpp.obj 2024-11-01T16:23:41.7510972Z [6114/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\TensorAdvancedIndexing.cpp.obj 2024-11-01T16:23:41.7646144Z [6115/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\TensorCompare.cpp.obj 2024-11-01T16:23:41.9310210Z [6116/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\FakeQuantPerTensorAffine.cpp.obj 2024-11-01T16:23:42.0542047Z [6117/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\FakeQuantPerChannelAffine.cpp.obj 2024-11-01T16:23:42.3008964Z [6118/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\AveragePool2d.cpp.obj 2024-11-01T16:23:42.3584915Z [6119/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\AdaptiveAveragePooling.cpp.obj 2024-11-01T16:23:42.5676031Z [6120/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\IntReprQuant.cpp.obj 2024-11-01T16:23:42.7235012Z [6121/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\MakePerTensorQuantizedTensor.cpp.obj 2024-11-01T16:23:42.7264532Z [6122/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\ChannelShuffle.cpp.obj 2024-11-01T16:23:42.7805463Z [6123/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\RuyUtils.cpp.obj 2024-11-01T16:23:42.8012534Z [6124/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\LinearUnpackImpl.cpp.obj 2024-11-01T16:23:42.9283002Z [6125/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\Normalization.cpp.obj 2024-11-01T16:23:42.9991276Z [6126/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\TensorFactories.cpp.obj 2024-11-01T16:23:43.1711460Z [6127/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\TensorOperators.cpp.obj 2024-11-01T16:23:43.2389229Z [6128/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\ReduceOps.cpp.obj 2024-11-01T16:23:43.3518520Z [6129/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\init_qnnpack.cpp.obj 2024-11-01T16:23:43.3776300Z [6130/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\Pooling.cpp.obj 2024-11-01T16:23:43.5961501Z [6131/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\Sorting.cpp.obj 2024-11-01T16:23:43.7430108Z [6132/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\UpSampleNearest3d.cpp.obj 2024-11-01T16:23:43.7628223Z [6133/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\UpSampleBilinear2d.cpp.obj 2024-11-01T16:23:43.8937338Z [6134/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\UpSampleNearest2d.cpp.obj 2024-11-01T16:23:44.0644261Z [6135/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\TensorShape.cpp.obj 2024-11-01T16:23:44.2551863Z [6136/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qclamp.cpp.obj 2024-11-01T16:23:44.5463142Z [6137/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\fused_obs_fake_quant.cpp.obj 2024-11-01T16:23:44.5643662Z [6138/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv.cpp.obj 2024-11-01T16:23:44.7399948Z [6139/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\fbgemm_utils.cpp.obj 2024-11-01T16:23:44.9713370Z [6140/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv_dynamic.cpp.obj 2024-11-01T16:23:45.1606964Z [6141/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qelu.cpp.obj 2024-11-01T16:23:45.5549087Z [6142/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qembeddingbag_prepack.cpp.obj 2024-11-01T16:23:45.6497705Z [6143/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv_prepack.cpp.obj 2024-11-01T16:23:45.7063005Z [6144/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qembeddingbag_unpack.cpp.obj 2024-11-01T16:23:45.7922792Z [6145/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\XnnpackUtils.cpp.obj 2024-11-01T16:23:46.0458518Z [6146/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qgelu.cpp.obj 2024-11-01T16:23:46.1191082Z [6147/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qembeddingbag.cpp.obj 2024-11-01T16:23:46.4380771Z [6148/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qhardsigmoid.cpp.obj 2024-11-01T16:23:46.7188542Z [6149/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qlinear_prepack.cpp.obj 2024-11-01T16:23:46.8852146Z [6150/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qlinear.cpp.obj 2024-11-01T16:23:46.9814062Z [6151/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qdropout.cpp.obj 2024-11-01T16:23:47.0190524Z [6152/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qhardswish.cpp.obj 2024-11-01T16:23:47.0724421Z [6153/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv_unpack_impl.cpp.obj 2024-11-01T16:23:47.1781813Z [6154/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qlinear_dynamic.cpp.obj 2024-11-01T16:23:47.2948023Z [6155/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qsigmoid.cpp.obj 2024-11-01T16:23:47.7577767Z [6156/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qnormalization.cpp.obj 2024-11-01T16:23:47.9388392Z [6157/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qrelu.cpp.obj 2024-11-01T16:23:47.9813166Z [6158/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\library.cpp.obj 2024-11-01T16:23:48.0715929Z [6159/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qmul.cpp.obj 2024-11-01T16:23:48.1911797Z [6160/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qthreshold.cpp.obj 2024-11-01T16:23:48.2692786Z [6161/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\qconv_unpack.cpp.obj 2024-11-01T16:23:48.3446062Z [6162/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\MklAllocationHelper.cpp.obj 2024-11-01T16:23:48.6209326Z [6163/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qtanh.cpp.obj 2024-11-01T16:23:48.6268311Z [6164/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\LinearAlgebra.cpp.obj 2024-11-01T16:23:48.7477596Z [6165/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qmatmul.cpp.obj 2024-11-01T16:23:49.0075747Z [6166/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\SpectralOps.cpp.obj 2024-11-01T16:23:49.2315120Z [6167/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\SparseBlasImpl.cpp.obj 2024-11-01T16:23:49.2891412Z [6168/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\SparseCsrLinearAlgebra.cpp.obj 2024-11-01T16:23:49.4827610Z [6169/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Copy.cpp.obj 2024-11-01T16:23:49.6709636Z [6170/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qsoftmax.cpp.obj 2024-11-01T16:23:49.6916714Z [6171/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\BinaryOps.cpp.obj 2024-11-01T16:23:50.0080533Z [6172/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Conv.cpp.obj 2024-11-01T16:23:50.2272357Z [6173/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Normalization.cpp.obj 2024-11-01T16:23:50.6454038Z [6174/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Pooling.cpp.obj 2024-11-01T16:23:50.9565350Z [6175/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Relu.cpp.obj 2024-11-01T16:23:51.0558623Z [6176/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\qlinear_unpack.cpp.obj 2024-11-01T16:23:51.1244028Z [6177/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\TensorShape.cpp.obj 2024-11-01T16:23:51.4785039Z [6178/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\SoftMax.cpp.obj 2024-11-01T16:23:51.7046580Z [6179/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\ConvPrepack.cpp.obj 2024-11-01T16:23:51.8352565Z [6180/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\TensorFactories.cpp.obj 2024-11-01T16:23:52.0585685Z [6181/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Utils.cpp.obj 2024-11-01T16:23:52.3300472Z [6182/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\UnaryOps.cpp.obj 2024-11-01T16:23:52.3601423Z [6183/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Prelu.cpp.obj 2024-11-01T16:23:52.4459180Z [6184/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\OpContext.cpp.obj 2024-11-01T16:23:52.5701864Z [6185/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\transformers\sdp_utils_cpp.cpp.obj 2024-11-01T16:23:52.7726308Z [6186/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\transformers\transformer.cpp.obj 2024-11-01T16:23:52.9007321Z [6187/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Init.cpp.obj 2024-11-01T16:23:52.9284041Z [6188/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\RNN.cpp.obj 2024-11-01T16:23:52.9444696Z [6189/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\transformers\attention.cpp.obj 2024-11-01T16:23:53.0348927Z [6190/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Shim.cpp.obj 2024-11-01T16:23:53.1066800Z [6191/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Activation.cpp.obj 2024-11-01T16:23:53.1293501Z [6192/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Convolution.cpp.obj 2024-11-01T16:23:53.1928377Z [6193/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\AveragePooling.cpp.obj 2024-11-01T16:23:53.5014407Z [6194/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\ChannelShuffle.cpp.obj 2024-11-01T16:23:53.6968379Z [6195/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\utils\Factory.cpp.obj 2024-11-01T16:23:53.7805773Z [6196/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\MaxPooling.cpp.obj 2024-11-01T16:23:53.8737060Z [6197/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Linear.cpp.obj 2024-11-01T16:23:53.9609614Z [6198/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\OpContext.cpp.obj 2024-11-01T16:23:53.9817063Z [6199/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\RegisterOpContextClass.cpp.obj 2024-11-01T16:23:54.0085975Z [6200/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\RegisterMkldnnOpContextClass.cpp.obj 2024-11-01T16:23:54.8329917Z [6201/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_2.cpp.obj 2024-11-01T16:23:54.9267873Z [6202/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterBackendSelect.cpp.obj 2024-11-01T16:23:55.1152161Z [6203/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\CompositeViewCopyKernels.cpp.obj 2024-11-01T16:23:55.2264474Z [6204/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_0.cpp.obj 2024-11-01T16:23:55.2553994Z [6205/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_1.cpp.obj 2024-11-01T16:23:55.6152593Z [6206/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Functions.cpp.obj 2024-11-01T16:23:55.7321671Z [6207/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeExplicitAutogradNonFunctional.cpp.obj 2024-11-01T16:23:55.7635825Z [6208/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCPU.cpp.obj 2024-11-01T16:23:56.0721041Z [6209/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_3.cpp.obj 2024-11-01T16:23:56.3632366Z [6210/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeExplicitAutograd.cpp.obj 2024-11-01T16:23:56.4126339Z [6211/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_4.cpp.obj 2024-11-01T16:23:56.5257164Z [6212/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_0.cpp.obj 2024-11-01T16:23:56.5514593Z [6213/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_2.cpp.obj 2024-11-01T16:23:56.5823798Z [6214/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeImplicitAutogradNestedTensor.cpp.obj 2024-11-01T16:23:56.8897586Z [6215/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterNestedTensorMeta.cpp.obj 2024-11-01T16:23:57.0777389Z [6216/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_1.cpp.obj 2024-11-01T16:23:57.1524899Z [6217/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeImplicitAutograd.cpp.obj 2024-11-01T16:23:57.3633035Z [6218/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterMkldnnCPU.cpp.obj 2024-11-01T16:23:57.4250532Z [6219/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterNestedTensorCPU.cpp.obj 2024-11-01T16:23:57.4991296Z [6220/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCsrMeta.cpp.obj 2024-11-01T16:23:57.8390438Z [6221/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\ATenOpList.cpp.obj 2024-11-01T16:23:57.8497616Z [6222/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_3.cpp.obj 2024-11-01T16:23:57.8673176Z [6223/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCPU.cpp.obj 2024-11-01T16:23:57.9022533Z [6224/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterMeta.cpp.obj 2024-11-01T16:23:58.0061102Z [6225/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSchema.cpp.obj 2024-11-01T16:23:58.0518183Z [6226/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterQuantizedCPU.cpp.obj 2024-11-01T16:23:58.2761690Z [6227/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCsrCPU.cpp.obj 2024-11-01T16:23:58.2926861Z [6228/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterQuantizedMeta.cpp.obj 2024-11-01T16:23:58.3237422Z [6229/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPU_add.cpp.obj 2024-11-01T16:23:58.3456094Z [6230/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_model_loader.cpp.obj 2024-11-01T16:23:58.6927859Z [6231/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterZeroTensor.cpp.obj 2024-11-01T16:23:58.8061441Z [6232/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterXPU.cpp.obj 2024-11-01T16:23:58.8218093Z [6233/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseMeta.cpp.obj 2024-11-01T16:23:59.0458670Z [6234/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\quantized\QTensorImpl.cpp.obj 2024-11-01T16:23:59.0899408Z [6235/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\TensorMethods.cpp.obj 2024-11-01T16:23:59.2553259Z [6236/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPUKernel_add.cpp.DEFAULT.cpp.obj 2024-11-01T16:23:59.3477615Z [6237/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:23:59.3997925Z [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:23:59.4374753Z [6239/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_wrapper.cpp.obj 2024-11-01T16:23:59.8029380Z [6240/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\spherical_bessel_j0.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:00.0286024Z [6241/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\kernels\QuantizedOpKernels.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:00.2355879Z [6242/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\layer_norm_kernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:00.2515605Z [6243/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int8mm_kernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:00.2544661Z [6244/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int4mm_kernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:00.7196926Z [6245/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\group_norm_kernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:00.7647794Z [6246/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\airy_ai.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:00.8494938Z [6247/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\WeightNormKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:00.8579494Z [6248/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Unfold2d.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:00.8888720Z [6249/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\quantized\Quantizer.cpp.obj 2024-11-01T16:24:00.9424082Z [6250/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\batch_norm_kernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:01.1245796Z [6251/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_register.cpp.obj 2024-11-01T16:24:01.1758913Z [6252/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_bind.cpp.obj 2024-11-01T16:24:01.4885524Z [6253/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleMoreKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:01.6503835Z [6254/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\StackKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:01.6842146Z [6255/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SumKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:01.7348401Z [6256/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnfoldBackwardKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:01.7583152Z [6257/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:01.7857620Z [6258/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SpmmReduceKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:01.8656343Z [6259/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnaryOpsKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:02.0989998Z [6260/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\TensorCompareKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:02.1789002Z [6261/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RenormKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:02.3271300Z [6262/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SampledAddmmKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:02.3356079Z [6263/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SortingKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:02.3519983Z [6264/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SparseFactories.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:02.4905072Z [6265/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SoftMaxKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:02.6138709Z [6266/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:02.6668327Z [6267/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ScatterGatherKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:02.7019435Z [6268/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceOpsKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:02.8431067Z [6269/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RangeFactoriesKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:02.8786368Z [6270/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PixelShuffleKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:02.8886187Z [6271/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PowKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:03.0888746Z [6272/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceAllOpsKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:03.2459220Z [6273/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\NativeMultiheadAttnKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:03.2805408Z [6274/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PointwiseOpsKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:03.4324554Z [6275/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PaddingKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:03.4907851Z [6276/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MultinomialKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:03.7322350Z [6277/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_debug_handler.cpp.obj 2024-11-01T16:24:03.8228273Z [6278/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inline_forked_closures.cpp.obj 2024-11-01T16:24:03.9701174Z [6279/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\module.cpp.obj 2024-11-01T16:24:03.9870245Z [6280/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\object.cpp.obj 2024-11-01T16:24:04.1464457Z [6281/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_detail.cpp.obj 2024-11-01T16:24:04.1642858Z [6282/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_debug_info.cpp.obj 2024-11-01T16:24:04.2397624Z [6283/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPooling.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:04.3959800Z [6284/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPoolKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:04.4828018Z [6285/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LinearAlgebraKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:04.6389043Z [6286/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LerpKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:04.6510168Z [6287/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\IndexKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:04.6591689Z [6288/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxUnpoolKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:04.7486280Z [6289/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\GridSamplerKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:04.9049071Z [6290/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdagradKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:05.0629531Z [6291/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\HistogramKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:05.1182765Z [6292/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedSGDKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:05.1452302Z [6293/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FunctionOfAMatrixUtilsKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:05.1897749Z [6294/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdamKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:05.5078639Z [6295/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistanceOpsKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:05.5080576Z 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:24:05.5084292Z 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:24:05.5086763Z with 2024-11-01T16:24:05.5087213Z [ 2024-11-01T16:24:05.5087680Z scalar_t=float, 2024-11-01T16:24:05.5089217Z Op=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &) 2024-11-01T16:24:05.5090768Z ] 2024-11-01T16:24:05.5093654Z 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:24:05.5096715Z with 2024-11-01T16:24:05.5097171Z [ 2024-11-01T16:24:05.5097631Z scalar_t=float, 2024-11-01T16:24:05.5099228Z ReduceOp=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &), 2024-11-01T16:24:05.5101691Z Op=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &) 2024-11-01T16:24:05.5103301Z ] 2024-11-01T16:24:05.5108807Z 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:24:05.5114118Z with 2024-11-01T16:24:05.5114559Z [ 2024-11-01T16:24:05.5114991Z scalar_t=scalar_t, 2024-11-01T16:24:05.5116065Z data_t=at::vec::DEFAULT::Vectorized, 2024-11-01T16:24:05.5117518Z MapOp=at::native::`anonymous-namespace'::Dist::run_parallel_pdist::::()::, 2024-11-01T16:24:05.5119328Z ReduceOp=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &) 2024-11-01T16:24:05.5120251Z ] 2024-11-01T16:24:05.5122708Z 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:24:05.5125288Z with 2024-11-01T16:24:05.5125873Z [ 2024-11-01T16:24:05.5126222Z scalar_t=scalar_t 2024-11-01T16:24:05.5126726Z ] 2024-11-01T16:24:05.5129483Z 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:24:05.5132191Z with 2024-11-01T16:24:05.5132437Z [ 2024-11-01T16:24:05.5132744Z scalar_t=scalar_t 2024-11-01T16:24:05.5133073Z ] 2024-11-01T16:24:05.5134663Z 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:24:05.5136429Z with 2024-11-01T16:24:05.5136753Z [ 2024-11-01T16:24:05.5137001Z scalar_t=scalar_t 2024-11-01T16:24:05.5137333Z ] 2024-11-01T16:24:05.5139070Z 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:24:05.5140877Z with 2024-11-01T16:24:05.5141111Z [ 2024-11-01T16:24:05.5141373Z scalar_t=scalar_t 2024-11-01T16:24:05.5141699Z ] 2024-11-01T16:24:05.5143106Z 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:24:05.5306149Z [6296/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FillKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:05.7457391Z [6297/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ChannelShuffleKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:05.7606447Z [6298/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FlashAttentionKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:05.7845028Z [6299/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistributionKernels.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:05.8955868Z [6300/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CrossKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:05.9273780Z [6301/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DepthwiseConvKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:06.0132801Z [6302/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ComplexKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:06.1801239Z [6303/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CopyKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:06.2279421Z [6304/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BlasKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:06.3224961Z [6305/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CatKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:06.3542078Z [6306/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BinaryOpsKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:06.3544600Z 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:24:06.3546622Z 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:24:06.6515322Z 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:24:06.6518440Z [6307/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AmpGradScalerKernels.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:06.6668315Z [6308/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\mkl\SparseBlas.cpp.obj 2024-11-01T16:24:06.7060910Z [6309/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveMaxPoolKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:06.7364623Z [6310/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\read_adapter_interface.cc.obj 2024-11-01T16:24:06.7881864Z [6311/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Activation.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:06.7949803Z [6312/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AvgPoolKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:06.8290913Z [6313/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveAvgPoolKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:24:06.8844449Z [6314/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\core\common.cc.obj 2024-11-01T16:24:06.9082758Z [6315/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\crc.cc.obj 2024-11-01T16:24:06.9571176Z [6316/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\vulkan\Context.cpp.obj 2024-11-01T16:24:06.9935583Z [6317/7391] Building C object caffe2\CMakeFiles\torch_cpu.dir\__\third_party\miniz-2.1.0\miniz.c.obj 2024-11-01T16:24:07.0062114Z [6318/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\file_adapter.cc.obj 2024-11-01T16:24:07.0362840Z [6319/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\threadpool\thread_pool_guard.cpp.obj 2024-11-01T16:24:07.0853135Z [6320/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\metal\Context.cpp.obj 2024-11-01T16:24:07.1218311Z [6321/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\istream_adapter.cc.obj 2024-11-01T16:24:07.1458905Z [6322/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\inline_container.cc.obj 2024-11-01T16:24:07.1913705Z [6323/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\threadpool\pthreadpool-cpp.cc.obj 2024-11-01T16:24:07.3088564Z [6324/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\threadpool\ThreadPool.cc.obj 2024-11-01T16:24:07.3333219Z [6325/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\string_utils.cc.obj 2024-11-01T16:24:07.3501152Z [6326/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\proto_wrap.cc.obj 2024-11-01T16:24:08.1719859Z [6327/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\ViewFuncs.cpp.obj 2024-11-01T16:24:08.6415802Z [6328/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_0.cpp.obj 2024-11-01T16:24:08.7125211Z [6329/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_1.cpp.obj 2024-11-01T16:24:09.5857153Z [6330/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\generated\c_shim_cpu.cpp.obj 2024-11-01T16:24:09.8813841Z [6331/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_2.cpp.obj 2024-11-01T16:24:10.2008683Z [6332/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\Functions.cpp.obj 2024-11-01T16:24:10.4664218Z [6333/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_1.cpp.obj 2024-11-01T16:24:10.4772640Z [6334/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_interface.cpp.obj 2024-11-01T16:24:10.5854615Z [6335/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_3.cpp.obj 2024-11-01T16:24:10.5997150Z [6336/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_0.cpp.obj 2024-11-01T16:24:10.6707671Z [6337/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_2.cpp.obj 2024-11-01T16:24:11.0631006Z [6338/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\ADInplaceOrViewType_1.cpp.obj 2024-11-01T16:24:11.4499869Z [6339/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_4.cpp.obj 2024-11-01T16:24:11.5320541Z [6340/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_4.cpp.obj 2024-11-01T16:24:11.6338653Z [6341/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\anomaly_mode.cpp.obj 2024-11-01T16:24:11.6367812Z [6342/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\autograd.cpp.obj 2024-11-01T16:24:11.6745839Z [6343/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\generated\RegisterLazy.cpp.obj 2024-11-01T16:24:11.7493400Z [6344/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\ADInplaceOrViewType_0.cpp.obj 2024-11-01T16:24:11.9275949Z [6345/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_3.cpp.obj 2024-11-01T16:24:12.3831146Z [6346/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\generated\RegisterAutogradLazy.cpp.obj 2024-11-01T16:24:12.4271183Z [6347/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\forward_grad.cpp.obj 2024-11-01T16:24:12.4999458Z [6348/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\autograd_not_implemented_fallback.cpp.obj 2024-11-01T16:24:12.5847614Z [6349/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\cpp_hook.cpp.obj 2024-11-01T16:24:12.5881093Z [6350/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\autograd_meta.cpp.obj 2024-11-01T16:24:12.7800407Z [6351/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\engine.cpp.obj 2024-11-01T16:24:13.3225234Z [6352/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\utils.cpp.obj 2024-11-01T16:24:14.3175581Z [6353/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\jit_decomp_interface.cpp.obj 2024-11-01T16:24:14.4200039Z [6354/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\generated\LazyNativeFunctions.cpp.obj 2024-11-01T16:24:14.6738427Z [6355/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\custom_function.cpp.obj 2024-11-01T16:24:15.1246469Z [6356/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\input_metadata.cpp.obj 2024-11-01T16:24:15.3053923Z [6357/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\input_buffer.cpp.obj 2024-11-01T16:24:15.3251724Z [6358/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\tensor.cpp.obj 2024-11-01T16:24:15.5411876Z [6359/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\profiler_kineto.cpp.obj 2024-11-01T16:24:15.5637202Z [6360/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\function.cpp.obj 2024-11-01T16:24:15.5814758Z [6361/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\basic_ops.cpp.obj 2024-11-01T16:24:15.6029107Z [6362/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\utils\warnings.cpp.obj 2024-11-01T16:24:15.6472909Z [6363/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\accumulate_grad.cpp.obj 2024-11-01T16:24:15.6977862Z [6364/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\profiler_legacy.cpp.obj 2024-11-01T16:24:15.9901207Z [6365/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\record_function_ops.cpp.obj 2024-11-01T16:24:16.1377010Z [6366/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\saved_variable.cpp.obj 2024-11-01T16:24:16.5062247Z [6367/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\variable_info.cpp.obj 2024-11-01T16:24:16.5589464Z [6368/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\shim_mkldnn.cpp.obj 2024-11-01T16:24:16.6216444Z [6369/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_runner\model_container_runner.cpp.obj 2024-11-01T16:24:16.6646246Z [6370/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_package\model_package_loader.cpp.obj 2024-11-01T16:24:16.7419871Z [6371/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\shim_common.cpp.obj 2024-11-01T16:24:16.9159139Z [6372/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\mkldnn_tensor.cpp.obj 2024-11-01T16:24:16.9241801Z [6373/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_runner\model_container_runner_cpu.cpp.obj 2024-11-01T16:24:17.4496399Z [6374/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\tensor_converter.cpp.obj 2024-11-01T16:24:17.5408508Z [6375/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\oss_proxy_executor.cpp.obj 2024-11-01T16:24:17.9284309Z [6376/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_resolver.cpp.obj 2024-11-01T16:24:18.8343723Z [6377/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\variable.cpp.obj 2024-11-01T16:24:18.8669718Z [6378/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\builtin_functions.cpp.obj 2024-11-01T16:24:19.7677366Z [6379/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\function_impl.cpp.obj 2024-11-01T16:24:19.7866996Z [6380/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\canonicalize_modified_loop.cpp.obj 2024-11-01T16:24:19.9232738Z [6381/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\compiler.cpp.obj 2024-11-01T16:24:19.9743923Z [6382/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\codegen.cpp.obj 2024-11-01T16:24:19.9820439Z [6383/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\edit_distance.cpp.obj 2024-11-01T16:24:20.0651411Z [6384/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\inductor_ops.cpp.obj 2024-11-01T16:24:20.5291673Z [6385/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\executor.cpp.obj 2024-11-01T16:24:20.6656453Z [6386/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\interface.cpp.obj 2024-11-01T16:24:20.8348426Z [6387/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\inline_loop_condition.cpp.obj 2024-11-01T16:24:20.8707417Z [6388/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\convert_to_ssa.cpp.obj 2024-11-01T16:24:20.9160940Z [6389/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\parser.cpp.obj 2024-11-01T16:24:20.9191567Z [6390/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\exit_transforms.cpp.obj 2024-11-01T16:24:21.2116381Z [6391/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\ir_emitter.cpp.obj 2024-11-01T16:24:21.2185493Z [6392/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\name_mangler.cpp.obj 2024-11-01T16:24:21.7102006Z [6393/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\sugared_value.cpp.obj 2024-11-01T16:24:21.7394531Z [6394/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\tracer.cpp.obj 2024-11-01T16:24:21.7932446Z [6395/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\script_type_parser.cpp.obj 2024-11-01T16:24:21.8326189Z [6396/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\schema_matching.cpp.obj 2024-11-01T16:24:22.0156783Z [6397/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\kernel_cache.cpp.obj 2024-11-01T16:24:22.0935851Z [6398/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\versioned_symbols.cpp.obj 2024-11-01T16:24:22.6292324Z [6399/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\alias_analysis.cpp.obj 2024-11-01T16:24:22.6944560Z [6400/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\attributes.cpp.obj 2024-11-01T16:24:22.7153500Z [6401/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\type_hashing.cpp.obj 2024-11-01T16:24:22.7361523Z [6402/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\graph_utils.cpp.obj 2024-11-01T16:24:22.8982647Z [6403/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\irparser.cpp.obj 2024-11-01T16:24:22.9203192Z [6404/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\fallback.cpp.obj 2024-11-01T16:24:22.9657719Z [6405/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\node_hashing.cpp.obj 2024-11-01T16:24:23.5313163Z [6406/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\scope.cpp.obj 2024-11-01T16:24:23.6067071Z [6407/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\ir.cpp.obj 2024-11-01T16:24:23.6145813Z [6408/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\runtime_compatibility.cpp.obj 2024-11-01T16:24:23.6649748Z [6409/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\subgraph_matcher.cpp.obj 2024-11-01T16:24:23.7905009Z [6410/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\jit_log.cpp.obj 2024-11-01T16:24:23.9114092Z [6411/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\model_compatibility.cpp.obj 2024-11-01T16:24:24.3965650Z [6412/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\jit_opt_limit.cpp.obj 2024-11-01T16:24:24.4589331Z [6413/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\constants.cpp.obj 2024-11-01T16:24:24.4737950Z [6414/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\backend.cpp.obj 2024-11-01T16:24:24.4956901Z [6415/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\function.cpp.obj 2024-11-01T16:24:24.7246099Z [6416/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\module.cpp.obj 2024-11-01T16:24:24.8422852Z [6417/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\registry.cpp.obj 2024-11-01T16:24:24.8877404Z [6418/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\import.cpp.obj 2024-11-01T16:24:25.0935235Z [6419/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\observer.cpp.obj 2024-11-01T16:24:25.3064648Z [6420/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\parse_operators.cpp.obj 2024-11-01T16:24:25.3394119Z [6421/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\parse_bytecode.cpp.obj 2024-11-01T16:24:25.4335491Z [6422/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\interpreter.cpp.obj 2024-11-01T16:24:25.6793817Z [6423/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\prim_ops_registery.cpp.obj 2024-11-01T16:24:25.9172350Z [6424/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\upgrader_mobile.cpp.obj 2024-11-01T16:24:26.1698760Z [6425/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\flatbuffer_loader.cpp.obj 2024-11-01T16:24:26.2941416Z [6426/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\quantization.cpp.obj 2024-11-01T16:24:26.3121771Z [6427/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\type_parser.cpp.obj 2024-11-01T16:24:26.5054804Z [6428/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\version_map.cpp.obj 2024-11-01T16:24:26.5978915Z [6429/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\context.cpp.obj 2024-11-01T16:24:26.8250307Z [6430/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\utils.cpp.obj 2024-11-01T16:24:27.0041863Z [6431/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\upgraders_entry.cpp.obj 2024-11-01T16:24:27.0908020Z [6432/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\upgraders.cpp.obj 2024-11-01T16:24:27.1919825Z [6433/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\promoted_prim_ops.cpp.obj 2024-11-01T16:24:27.2223519Z [6434/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\add_if_then_else.cpp.obj 2024-11-01T16:24:27.3971414Z [6435/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\register_ops_common_utils.cpp.obj 2024-11-01T16:24:27.7602794Z [6436/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\aot_compiler.cpp.obj 2024-11-01T16:24:27.9476889Z [6437/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\canonicalize_graph_fuser_ops.cpp.obj 2024-11-01T16:24:27.9634102Z [6438/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\annotate_warns.cpp.obj 2024-11-01T16:24:28.1024768Z [6439/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\canonicalize.cpp.obj 2024-11-01T16:24:28.2586571Z [6440/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\concat_opt.cpp.obj 2024-11-01T16:24:28.9024418Z [6441/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\common_subexpression_elimination.cpp.obj 2024-11-01T16:24:28.9557653Z [6442/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\check_strict_fusion.cpp.obj 2024-11-01T16:24:28.9884114Z [6443/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\create_functional_graphs.cpp.obj 2024-11-01T16:24:29.2077913Z [6444/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\constant_pooling.cpp.obj 2024-11-01T16:24:29.5847879Z [6445/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\bailout_graph.cpp.obj 2024-11-01T16:24:29.8075714Z [6446/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\constant_propagation.cpp.obj 2024-11-01T16:24:29.9640676Z [6447/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\dbr_quantization\remove_redundant_aliases.cpp.obj 2024-11-01T16:24:29.9792110Z [6448/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\create_autodiff_subgraphs.cpp.obj 2024-11-01T16:24:30.1090558Z [6449/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\eliminate_no_ops.cpp.obj 2024-11-01T16:24:30.2754647Z [6450/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\clear_profiling.cpp.obj 2024-11-01T16:24:30.4457707Z [6451/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\batch_mm.cpp.obj 2024-11-01T16:24:30.4899718Z [6452/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\dead_code_elimination.cpp.obj 2024-11-01T16:24:30.7285015Z [6453/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\device_type_analysis.cpp.obj 2024-11-01T16:24:30.8299420Z [6454/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\clear_undefinedness.cpp.obj 2024-11-01T16:24:30.8828589Z [6455/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\dtype_analysis.cpp.obj 2024-11-01T16:24:30.9018836Z [6456/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\decompose_ops.cpp.obj 2024-11-01T16:24:30.9866980Z [6457/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_concat_linear.cpp.obj 2024-11-01T16:24:31.2226682Z [6458/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fold_linear_bn.cpp.obj 2024-11-01T16:24:31.4099637Z [6459/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fold_conv_bn.cpp.obj 2024-11-01T16:24:31.6867043Z [6460/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fixup_trace_scope_blocks.cpp.obj 2024-11-01T16:24:31.8536226Z [6461/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_linear_transpose.cpp.obj 2024-11-01T16:24:31.8634202Z [6462/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\erase_number_types.cpp.obj 2024-11-01T16:24:31.8866677Z [6463/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_conv_add_relu_fusion.cpp.obj 2024-11-01T16:24:31.9575436Z [6464/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_conv_folding.cpp.obj 2024-11-01T16:24:32.1601464Z [6465/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_linear_folding.cpp.obj 2024-11-01T16:24:32.3715035Z [6466/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_graph_optimizations.cpp.obj 2024-11-01T16:24:32.7672306Z [6467/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fuse_linear.cpp.obj 2024-11-01T16:24:32.8123584Z [6468/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fuse_relu.cpp.obj 2024-11-01T16:24:32.8434344Z [6469/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\graph_rewrite_helper.cpp.obj 2024-11-01T16:24:33.1966941Z [6470/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inline_fork_wait.cpp.obj 2024-11-01T16:24:33.6643392Z [6471/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\freeze_module.cpp.obj 2024-11-01T16:24:33.7206860Z [6472/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inline_autodiff_subgraphs.cpp.obj 2024-11-01T16:24:33.8056549Z [6473/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\python_print.cpp.obj 2024-11-01T16:24:33.8302698Z [6474/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\hoist_conv_packed_params.cpp.obj 2024-11-01T16:24:34.1442480Z [6475/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\source_range_serialization.cpp.obj 2024-11-01T16:24:34.7598544Z [6476/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\integer_value_refinement.cpp.obj 2024-11-01T16:24:34.8413346Z [6477/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\graph_fuser.cpp.obj 2024-11-01T16:24:34.8494859Z [6478/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\type_name_uniquer.cpp.obj 2024-11-01T16:24:34.8632117Z [6479/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\pickle.cpp.obj 2024-11-01T16:24:35.0764615Z [6480/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lift_closures.cpp.obj 2024-11-01T16:24:35.3203293Z [6481/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_ops_to_mkldnn.cpp.obj 2024-11-01T16:24:35.3589661Z [6482/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\guard_elimination.cpp.obj 2024-11-01T16:24:35.5952780Z [6483/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inplace_check.cpp.obj 2024-11-01T16:24:35.7448414Z [6484/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inliner.cpp.obj 2024-11-01T16:24:35.8473824Z [6485/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\loop_unrolling.cpp.obj 2024-11-01T16:24:36.0135483Z [6486/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lower_grad_of.cpp.obj 2024-11-01T16:24:36.3317716Z [6487/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lower_tuples.cpp.obj 2024-11-01T16:24:36.7390656Z [6488/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\pickler.cpp.obj 2024-11-01T16:24:36.7597183Z [6489/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\normalize_ops.cpp.obj 2024-11-01T16:24:36.9274801Z [6490/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_alias_sensitive.cpp.obj 2024-11-01T16:24:37.2723776Z [6491/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole.cpp.obj 2024-11-01T16:24:37.6099269Z [6492/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_dict_idioms.cpp.obj 2024-11-01T16:24:37.7075690Z [6493/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\pass_manager.cpp.obj 2024-11-01T16:24:37.7753264Z [6494/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\insert_guards.cpp.obj 2024-11-01T16:24:37.9040604Z [6495/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\dedup_module_uses.cpp.obj 2024-11-01T16:24:38.1932256Z [6496/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\prepack_folding.cpp.obj 2024-11-01T16:24:38.6280308Z [6497/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_non_tensor.cpp.obj 2024-11-01T16:24:38.7063008Z [6498/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_list_idioms.cpp.obj 2024-11-01T16:24:38.7276441Z [6499/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\mkldnn_rewrite.cpp.obj 2024-11-01T16:24:38.7995395Z [6500/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\fusion_passes.cpp.obj 2024-11-01T16:24:38.9946905Z [6501/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\quantization_type.cpp.obj 2024-11-01T16:24:39.0412785Z [6502/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\liveness.cpp.obj 2024-11-01T16:24:39.0957724Z [6503/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\metal_rewrite.cpp.obj 2024-11-01T16:24:39.1134702Z [6504/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\insert_observers.cpp.obj 2024-11-01T16:24:39.5148132Z [6505/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\insert_quant_dequant.cpp.obj 2024-11-01T16:24:39.6762723Z [6506/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\helper.cpp.obj 2024-11-01T16:24:39.7054387Z [6507/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\refine_tuple_types.cpp.obj 2024-11-01T16:24:39.8790554Z [6508/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_expands.cpp.obj 2024-11-01T16:24:40.0283533Z [6509/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_exceptions.cpp.obj 2024-11-01T16:24:40.1220625Z [6510/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_dropout.cpp.obj 2024-11-01T16:24:40.3583319Z [6511/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_mutation.cpp.obj 2024-11-01T16:24:40.5722398Z [6512/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_redundant_profiles.cpp.obj 2024-11-01T16:24:40.7056909Z [6513/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\requires_grad_analysis.cpp.obj 2024-11-01T16:24:40.7607613Z [6514/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\restore_mutation.cpp.obj 2024-11-01T16:24:40.8767177Z [6515/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\finalize.cpp.obj 2024-11-01T16:24:40.9522656Z [6516/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\replacement_of_old_operators.cpp.obj 2024-11-01T16:24:41.1017183Z [6517/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\shape_analysis.cpp.obj 2024-11-01T16:24:41.2948696Z [6518/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\symbolic_shape_analysis.cpp.obj 2024-11-01T16:24:41.5851901Z [6519/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\symbolic_shape_cache.cpp.obj 2024-11-01T16:24:41.6934134Z [6520/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\subgraph_rewrite.cpp.obj 2024-11-01T16:24:41.8896946Z [6521/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\update_differentiable_graph_requires_grad.cpp.obj 2024-11-01T16:24:42.1709248Z [6522/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\register_packed_params.cpp.obj 2024-11-01T16:24:42.2066568Z [6523/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\memory_dag.cpp.obj 2024-11-01T16:24:42.6270304Z [6524/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\optimization_utils.cpp.obj 2024-11-01T16:24:42.6314566Z [6525/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\op_registry.cpp.obj 2024-11-01T16:24:42.7732295Z [6526/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\variadic_ops.cpp.obj 2024-11-01T16:24:43.2189881Z [6527/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\value_refinement_utils.cpp.obj 2024-11-01T16:24:43.3047646Z [6528/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\python\utf8_decoding_ignore.cpp.obj 2024-11-01T16:24:43.3855379Z [6529/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\python\update_graph_executor_opt.cpp.obj 2024-11-01T16:24:43.4953445Z [6530/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\argument_spec.cpp.obj 2024-11-01T16:24:43.5640319Z [6531/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\subgraph_utils.cpp.obj 2024-11-01T16:24:43.7447756Z [6532/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\instruction.cpp.obj 2024-11-01T16:24:43.7657358Z [6533/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\specialize_autogradzero.cpp.obj 2024-11-01T16:24:44.2846655Z [6534/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\autodiff.cpp.obj 2024-11-01T16:24:44.3895976Z [6535/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\tensorexpr_fuser.cpp.obj 2024-11-01T16:24:44.3897944Z 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:24:44.3899935Z 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:24:44.4405435Z [6536/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\decomposition_registry.cpp.obj 2024-11-01T16:24:44.5289088Z [6537/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\symbolic_shape_runtime_fusion.cpp.obj 2024-11-01T16:24:44.5745155Z [6538/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\decomposition_registry_util.cpp.obj 2024-11-01T16:24:44.6942680Z [6539/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\jit_exception.cpp.obj 2024-11-01T16:24:44.8046418Z [6540/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\logging.cpp.obj 2024-11-01T16:24:45.3177825Z [6541/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\vulkan_rewrite.cpp.obj 2024-11-01T16:24:45.5650799Z [6542/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\interpreter\preprocess_graph.cpp.obj 2024-11-01T16:24:45.9400043Z [6543/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\xnnpack_rewrite.cpp.obj 2024-11-01T16:24:46.1752649Z [6544/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\print_handler.cpp.obj 2024-11-01T16:24:46.2149125Z [6545/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\script_profile.cpp.obj 2024-11-01T16:24:47.0195673Z [6546/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\graph_executor.cpp.obj 2024-11-01T16:24:47.3300767Z [6547/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\slice_indices_adjust.cpp.obj 2024-11-01T16:24:47.3543301Z [6548/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\operator.cpp.obj 2024-11-01T16:24:47.4988050Z [6549/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\jit_trace.cpp.obj 2024-11-01T16:24:47.5767535Z [6550/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\interpreter.cpp.obj 2024-11-01T16:24:47.8977728Z [6551/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\interpreter\frame.cpp.obj 2024-11-01T16:24:48.2939029Z [6552/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\serialized_shape_function_registry.cpp.obj 2024-11-01T16:24:48.4566539Z [6553/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\fusion.cpp.obj 2024-11-01T16:24:48.9000663Z [6554/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\profiling_graph_executor_impl.cpp.obj 2024-11-01T16:24:49.2017860Z [6555/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\impl.cpp.obj 2024-11-01T16:24:49.2382684Z [6556/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\profiling_record.cpp.obj 2024-11-01T16:24:49.3764254Z [6557/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_ops_utils.cpp.obj 2024-11-01T16:24:49.8196209Z [6558/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\memory_planner.cpp.obj 2024-11-01T16:24:50.1942639Z [6559/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\passes.cpp.obj 2024-11-01T16:24:50.6928900Z [6560/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\simple_graph_executor_impl.cpp.obj 2024-11-01T16:24:50.8606284Z [6561/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\generated_ops.cpp.obj 2024-11-01T16:24:51.1092345Z [6562/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\unpickler.cpp.obj 2024-11-01T16:24:51.1553158Z [6563/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\vararg_functions.cpp.obj 2024-11-01T16:24:51.2929598Z [6564/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\symbolic_shape_registry.cpp.obj 2024-11-01T16:24:51.6788956Z [6565/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\symbolic_shape_registry_util.cpp.obj 2024-11-01T16:24:51.8879923Z [6566/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\symbolic_script.cpp.obj 2024-11-01T16:24:51.9428292Z [6567/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\native_ops.cpp.obj 2024-11-01T16:24:51.9589259Z [6568/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import_export_helpers.cpp.obj 2024-11-01T16:24:52.4634908Z [6569/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import_source.cpp.obj 2024-11-01T16:24:52.6201286Z [6570/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\callstack_debug_info_serialization.cpp.obj 2024-11-01T16:24:52.7986320Z [6571/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import_read.cpp.obj 2024-11-01T16:24:52.9075842Z [6572/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\debug_info.cpp.obj 2024-11-01T16:24:53.1019625Z [6573/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\te_wrapper.cpp.obj 2024-11-01T16:24:53.2694378Z [6574/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\ops.cpp.obj 2024-11-01T16:24:53.3015329Z [6575/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_c10_ops.cpp.obj 2024-11-01T16:24:54.3344656Z [6576/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import.cpp.obj 2024-11-01T16:24:55.1361034Z [6577/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_special_ops.cpp.obj 2024-11-01T16:24:55.8159871Z [6578/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_prim_ops_fulljit.cpp.obj 2024-11-01T16:24:55.8832599Z [6579/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\cpp_codegen.cpp.obj 2024-11-01T16:24:56.0037294Z [6580/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_prim_ops.cpp.obj 2024-11-01T16:24:56.2230671Z [6581/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\block_codegen.cpp.obj 2024-11-01T16:24:56.2350690Z [6582/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\bounds_overlap.cpp.obj 2024-11-01T16:24:56.5968849Z [6583/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\codegen.cpp.obj 2024-11-01T16:24:57.4278790Z [6584/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\bounds_inference.cpp.obj 2024-11-01T16:24:57.9066537Z [6585/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions_core.cpp.obj 2024-11-01T16:24:57.9791438Z [6586/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\intrinsic_symbols.cpp.obj 2024-11-01T16:24:58.1743872Z [6587/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions_registry.cpp.obj 2024-11-01T16:24:58.3356938Z [6588/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir.cpp.obj 2024-11-01T16:24:59.0814637Z [6589/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions_codegen.cpp.obj 2024-11-01T16:24:59.1189495Z [6590/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\expr.cpp.obj 2024-11-01T16:24:59.2089946Z [6591/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions.cpp.obj 2024-11-01T16:24:59.2377151Z [6592/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\eval.cpp.obj 2024-11-01T16:24:59.4305735Z [6593/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\graph_opt.cpp.obj 2024-11-01T16:24:59.5024299Z [6594/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\hash_provider.cpp.obj 2024-11-01T16:25:01.2467890Z [6595/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_cloner.cpp.obj 2024-11-01T16:25:01.3560789Z [6596/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_verifier.cpp.obj 2024-11-01T16:25:01.3575800Z [6597/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\llvm_codegen.cpp.obj 2024-11-01T16:25:01.4876653Z [6598/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\llvm_jit.cpp.obj 2024-11-01T16:25:02.1661398Z [6599/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_mutator.cpp.obj 2024-11-01T16:25:02.2237287Z [6600/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_simplifier.cpp.obj 2024-11-01T16:25:02.2240897Z 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:25:02.2242710Z with 2024-11-01T16:25:02.2243006Z [ 2024-11-01T16:25:02.2243306Z T=int 2024-11-01T16:25:02.2243551Z ] 2024-11-01T16:25:02.2245317Z 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:25:02.2246945Z with 2024-11-01T16:25:02.2247275Z [ 2024-11-01T16:25:02.2247499Z T=int 2024-11-01T16:25:02.2247795Z ] 2024-11-01T16:25:02.3040568Z [6601/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_visitor.cpp.obj 2024-11-01T16:25:02.3905537Z [6602/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_printer.cpp.obj 2024-11-01T16:25:02.6522900Z [6603/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\loopnest_randomization.cpp.obj 2024-11-01T16:25:02.7348738Z [6604/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\kernel.cpp.obj 2024-11-01T16:25:04.3096686Z [6605/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\loopnest.cpp.obj 2024-11-01T16:25:04.5921755Z [6606/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\lowerings.cpp.obj 2024-11-01T16:25:05.1983578Z [6607/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\conv2d.cpp.obj 2024-11-01T16:25:05.3183105Z [6608/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\misc.cpp.obj 2024-11-01T16:25:05.3401180Z [6609/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\mem_dependency_checker.cpp.obj 2024-11-01T16:25:05.3403169Z 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:25:05.3404514Z with 2024-11-01T16:25:05.3404762Z [ 2024-11-01T16:25:05.3404988Z T=int 2024-11-01T16:25:05.3405260Z ] 2024-11-01T16:25:05.3406887Z 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:25:05.3408817Z with 2024-11-01T16:25:05.3409050Z [ 2024-11-01T16:25:05.3409280Z T=int 2024-11-01T16:25:05.3409571Z ] 2024-11-01T16:25:05.5968062Z [6610/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\matmul.cpp.obj 2024-11-01T16:25:05.6995843Z [6611/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\types.cpp.obj 2024-11-01T16:25:05.8700440Z [6612/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\pointwise.cpp.obj 2024-11-01T16:25:05.9037378Z [6613/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\softmax.cpp.obj 2024-11-01T16:25:06.1770801Z [6614/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\unique_name_manager.cpp.obj 2024-11-01T16:25:06.4151709Z [6615/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\tensor.cpp.obj 2024-11-01T16:25:06.6862429Z [6616/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\reduction.cpp.obj 2024-11-01T16:25:06.7865200Z [6617/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\testing\file_check.cpp.obj 2024-11-01T16:25:07.1148804Z [6618/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\backend\lowering_context.cpp.obj 2024-11-01T16:25:07.4223868Z [6619/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\testing\hooks_for_testing.cpp.obj 2024-11-01T16:25:07.5349225Z [6620/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\quantization.cpp.obj 2024-11-01T16:25:07.6289551Z [6621/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\backend\backend_device.cpp.obj 2024-11-01T16:25:07.7232872Z [6622/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\config.cpp.obj 2024-11-01T16:25:07.7681036Z [6623/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\backend\backend_interface.cpp.obj 2024-11-01T16:25:07.8719884Z [6624/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\reduction.cpp.obj 2024-11-01T16:25:08.0485321Z [6625/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\debug_util.cpp.obj 2024-11-01T16:25:08.1085917Z [6626/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\multi_wait.cpp.obj 2024-11-01T16:25:08.2504927Z [6627/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\hash.cpp.obj 2024-11-01T16:25:08.5726374Z [6628/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir.cpp.obj 2024-11-01T16:25:08.6329750Z [6629/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir_dump_util.cpp.obj 2024-11-01T16:25:08.6821734Z [6630/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\norm.cpp.obj 2024-11-01T16:25:08.6961682Z [6631/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\helpers.cpp.obj 2024-11-01T16:25:08.9407115Z [6632/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ops\arithmetic_ir_ops.cpp.obj 2024-11-01T16:25:09.0025853Z [6633/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir_metadata.cpp.obj 2024-11-01T16:25:09.0248189Z [6634/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\registerizer.cpp.obj 2024-11-01T16:25:09.0251464Z 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:25:09.0253825Z with 2024-11-01T16:25:09.0254320Z [ 2024-11-01T16:25:09.0254714Z T=int 2024-11-01T16:25:09.0255147Z ] 2024-11-01T16:25:09.0257759Z 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:25:09.0260684Z with 2024-11-01T16:25:09.0261117Z [ 2024-11-01T16:25:09.0261505Z T=int 2024-11-01T16:25:09.0261928Z ] 2024-11-01T16:25:09.1291854Z [6635/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir_util.cpp.obj 2024-11-01T16:25:09.2624948Z [6636/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\permutation_util.cpp.obj 2024-11-01T16:25:09.5559863Z [6637/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\metrics.cpp.obj 2024-11-01T16:25:09.5786780Z [6638/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\shape.cpp.obj 2024-11-01T16:25:09.5847068Z [6639/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\monitor\events.cpp.obj 2024-11-01T16:25:09.5986844Z [6640/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\lazy_graph_executor.cpp.obj 2024-11-01T16:25:09.8888610Z [6641/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\monitor\counters.cpp.obj 2024-11-01T16:25:09.8974542Z [6642/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ops\utils.cpp.obj 2024-11-01T16:25:09.9628831Z [6643/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\thread_pool.cpp.obj 2024-11-01T16:25:09.9770782Z [6644/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\tensor.cpp.obj 2024-11-01T16:25:10.0857041Z [6645/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\trie.cpp.obj 2024-11-01T16:25:10.4850352Z [6646/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\tensor_impl.cpp.obj 2024-11-01T16:25:10.5931641Z [6647/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\tensor_util.cpp.obj 2024-11-01T16:25:10.7732618Z [6648/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\combined_traceback.cpp.obj 2024-11-01T16:25:10.8141609Z [6649/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\collection.cpp.obj 2024-11-01T16:25:10.8758041Z [6650/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\data_flow.cpp.obj 2024-11-01T16:25:10.8889210Z [6651/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\kineto_shim.cpp.obj 2024-11-01T16:25:10.9922279Z [6652/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\kineto_client_interface.cpp.obj 2024-11-01T16:25:11.1641187Z [6653/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\perf.cpp.obj 2024-11-01T16:25:11.3347039Z [6654/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\orchestration\vulkan.cpp.obj 2024-11-01T16:25:11.3878579Z [6655/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\itt_observer.cpp.obj 2024-11-01T16:25:11.4290458Z [6656/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\stubs\base.cpp.obj 2024-11-01T16:25:11.5354303Z [6657/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\unwind\unwind_fb.cpp.obj 2024-11-01T16:25:11.5940862Z [6658/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\orchestration\python_tracer.cpp.obj 2024-11-01T16:25:11.6120642Z [6659/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\unwind\unwind.cpp.obj 2024-11-01T16:25:11.6704324Z [6660/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\orchestration\observer.cpp.obj 2024-11-01T16:25:11.8122308Z [6661/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\privateuse1_observer.cpp.obj 2024-11-01T16:25:11.9068995Z [6662/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\cpp_stacktraces.cpp.obj 2024-11-01T16:25:11.9674335Z [6663/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\execution_trace_observer.cpp.obj 2024-11-01T16:25:12.1593820Z [6664/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\nvtx_observer.cpp.obj 2024-11-01T16:25:12.2903485Z [6665/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\shape_inference.cpp.obj 2024-11-01T16:25:12.3809791Z [6666/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\variadic.cpp.obj 2024-11-01T16:25:12.5030664Z [6667/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\schema_info.cpp.obj 2024-11-01T16:25:12.7175705Z [6668/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\util.cpp.obj 2024-11-01T16:25:12.7382579Z [6669/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\config.cpp.obj 2024-11-01T16:25:12.8244851Z [6670/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\check_alias_annotation.cpp.obj 2024-11-01T16:25:13.0947238Z [6671/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lower_graph.cpp.obj 2024-11-01T16:25:13.2124264Z [6672/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_inplace_ops.cpp.obj 2024-11-01T16:25:13.7482153Z [6673/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\tensor_aten_ops.cpp.obj 2024-11-01T16:25:13.7781997Z [6674/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ops\generic.cpp.obj 2024-11-01T16:25:13.7944545Z [6675/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ops\device_data.cpp.obj 2024-11-01T16:25:14.0037426Z [6676/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\dynamic_ir.cpp.obj 2024-11-01T16:25:14.1089504Z [6677/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_lowering_context.cpp.obj 2024-11-01T16:25:14.4793578Z [6678/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\tensor_flatten.cpp.obj 2024-11-01T16:25:15.2011077Z [6679/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\cuda\interface.cpp.obj 2024-11-01T16:25:15.2080898Z [6680/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_autograd_functions.cpp.obj 2024-11-01T16:25:15.6495860Z [6681/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\autocast.cpp.obj 2024-11-01T16:25:15.9567943Z [6682/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_backend_impl.cpp.obj 2024-11-01T16:25:15.9966061Z [6683/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_eager_fallback.cpp.obj 2024-11-01T16:25:16.1552255Z [6684/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\export_data.cpp.obj 2024-11-01T16:25:16.5858425Z [6685/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_node.cpp.obj 2024-11-01T16:25:17.0453858Z [6686/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\TraceTypeManual.cpp.obj 2024-11-01T16:25:17.0931174Z [6687/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\optim\sgd.cpp.obj 2024-11-01T16:25:17.1590280Z [6688/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_native_functions.cpp.obj 2024-11-01T16:25:17.1965858Z [6689/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\import_data.cpp.obj 2024-11-01T16:25:17.5040758Z [6690/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\random.cpp.obj 2024-11-01T16:25:17.5296253Z [6691/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\itt_wrapper.cpp.obj 2024-11-01T16:25:17.8062394Z [6692/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\out_types.cpp.obj 2024-11-01T16:25:18.1136191Z [6693/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_node_lowering.cpp.obj 2024-11-01T16:25:18.1202237Z [6694/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\stubs\itt.cpp.obj 2024-11-01T16:25:18.2035549Z [6695/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\jit.cpp.obj 2024-11-01T16:25:18.3531620Z [6696/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\backport.cpp.obj 2024-11-01T16:25:19.3910025Z [6697/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\FunctionsManual.cpp.obj 2024-11-01T16:25:19.6217915Z [6698/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\export_bytecode.cpp.obj 2024-11-01T16:25:19.7147384Z [6699/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\flatbuffer_serializer.cpp.obj 2024-11-01T16:25:20.1198101Z [6700/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\sequential.cpp.obj 2024-11-01T16:25:20.3259338Z [6701/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\backport_manager.cpp.obj 2024-11-01T16:25:20.5739977Z [6702/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\byte_order.cpp.obj 2024-11-01T16:25:20.6606539Z [6703/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\VariableTypeManual.cpp.obj 2024-11-01T16:25:20.7166155Z [6704/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\onnx.cpp.obj 2024-11-01T16:25:20.7440921Z [6705/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\module_save.cpp.obj 2024-11-01T16:25:20.9064212Z [6706/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Backoff.cpp.obj 2024-11-01T16:25:21.3085125Z [6707/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\cpu\fused_kernel.cpp.obj 2024-11-01T16:25:21.3160981Z [6708/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\GlooDeviceFactory.cpp.obj 2024-11-01T16:25:21.3826432Z [6709/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\export_module.cpp.obj 2024-11-01T16:25:21.4084773Z [6710/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\export.cpp.obj 2024-11-01T16:25:21.9122287Z [6711/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\control_collectives\StoreCollectives.cpp.obj 2024-11-01T16:25:22.3865770Z [6712/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\FileStore.cpp.obj 2024-11-01T16:25:23.0245165Z [6713/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\DMAConnectivity.cpp.obj 2024-11-01T16:25:23.2022953Z [6714/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\PrefixStore.cpp.obj 2024-11-01T16:25:23.7659438Z [6715/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Backend.cpp.obj 2024-11-01T16:25:23.8253242Z [6716/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroupMPI.cpp.obj 2024-11-01T16:25:23.8362770Z [6717/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ParamCommsUtils.cpp.obj 2024-11-01T16:25:24.0498756Z [6718/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\GroupRegistry.cpp.obj 2024-11-01T16:25:24.6307153Z [6719/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Ops.cpp.obj 2024-11-01T16:25:24.6524525Z [6720/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Store.cpp.obj 2024-11-01T16:25:24.8036822Z [6721/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Functional.cpp.obj 2024-11-01T16:25:24.8896918Z [6722/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroupGloo.cpp.obj 2024-11-01T16:25:25.2169933Z [6723/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroup.cpp.obj 2024-11-01T16:25:25.8672280Z [6724/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\TCPStoreLibUvBackend.cpp.obj 2024-11-01T16:25:26.3006143Z [6725/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\debug.cpp.obj 2024-11-01T16:25:26.4015249Z [6726/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroupWrapper.cpp.obj 2024-11-01T16:25:26.7904157Z [6727/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\SymmetricMemory.cpp.obj 2024-11-01T16:25:27.1897960Z [6728/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\logging.cpp.obj 2024-11-01T16:25:27.2598635Z [6729/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\sequence_num.cpp.obj 2024-11-01T16:25:27.4309983Z [6730/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\TCPStore.cpp.obj 2024-11-01T16:25:28.0358231Z [6731/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Utils.cpp.obj 2024-11-01T16:25:28.1803923Z [6732/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\comm.cpp.obj 2024-11-01T16:25:28.2734464Z [6733/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\control_plane\WorkerServer.cpp.obj 2024-11-01T16:25:28.2975918Z [6734/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\default_comm_hooks.cpp.obj 2024-11-01T16:25:28.3689949Z [6735/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\TCPStoreBackend.cpp.obj 2024-11-01T16:25:28.7261928Z [6736/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\socket.cpp.obj 2024-11-01T16:25:28.7527698Z [6737/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\control_plane\Handlers.cpp.obj 2024-11-01T16:25:28.8446670Z [6738/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\cuda.cpp.obj 2024-11-01T16:25:29.8190947Z [6739/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\logger.cpp.obj 2024-11-01T16:25:29.8192656Z 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:25:30.0810231Z [6740/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\quantization\quantization.cpp.obj 2024-11-01T16:25:30.1188424Z [6741/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\enum.cpp.obj 2024-11-01T16:25:30.5258627Z [6742/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\reducer.cpp.obj 2024-11-01T16:25:31.2580716Z [6743/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\datasets\mnist.cpp.obj 2024-11-01T16:25:31.8267171Z [6744/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Work.cpp.obj 2024-11-01T16:25:31.9600009Z [6745/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\distributed.cpp.obj 2024-11-01T16:25:32.0010668Z [6746/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\stream.cpp.obj 2024-11-01T16:25:32.0935863Z [6747/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\random.cpp.obj 2024-11-01T16:25:32.4809792Z [6748/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\mps.cpp.obj 2024-11-01T16:25:32.7149456Z [6749/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\imethod.cpp.obj 2024-11-01T16:25:33.3342707Z [6750/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\sequential.cpp.obj 2024-11-01T16:25:33.3975158Z [6751/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\module.cpp.obj 2024-11-01T16:25:33.7310292Z [6752/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\serialize.cpp.obj 2024-11-01T16:25:34.1837180Z [6753/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\init.cpp.obj 2024-11-01T16:25:35.2819644Z [6754/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\activation.cpp.obj 2024-11-01T16:25:35.3931744Z [6755/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\adaptive.cpp.obj 2024-11-01T16:25:35.7274479Z [6756/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\batchnorm.cpp.obj 2024-11-01T16:25:35.7883945Z [6757/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\normalization.cpp.obj 2024-11-01T16:25:36.4741915Z [6758/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\_functions.cpp.obj 2024-11-01T16:25:36.6798275Z [6759/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\conv.cpp.obj 2024-11-01T16:25:36.9463902Z [6760/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\dropout.cpp.obj 2024-11-01T16:25:37.4099218Z [6761/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\distance.cpp.obj 2024-11-01T16:25:38.6952320Z [6762/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\embedding.cpp.obj 2024-11-01T16:25:38.7870816Z [6763/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\instancenorm.cpp.obj 2024-11-01T16:25:38.9531616Z [6764/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\loss.cpp.obj 2024-11-01T16:25:39.3025377Z [6765/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\pooling.cpp.obj 2024-11-01T16:25:39.7990155Z [6766/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\padding.cpp.obj 2024-11-01T16:25:39.9537963Z [6767/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\linear.cpp.obj 2024-11-01T16:25:40.1653933Z [6768/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\pixelshuffle.cpp.obj 2024-11-01T16:25:40.5534146Z [6769/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\fold.cpp.obj 2024-11-01T16:25:40.6925437Z [6770/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\layer_norm_kernel.cpp.AVX512.cpp.obj 2024-11-01T16:25:40.7452290Z [6771/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int8mm_kernel.cpp.AVX512.cpp.obj 2024-11-01T16:25:41.1627418Z [6772/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:25:41.1874749Z [6773/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\kernels\QuantizedOpKernels.cpp.AVX512.cpp.obj 2024-11-01T16:25:41.2053635Z [6774/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:25:41.3255949Z [6775/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\spherical_bessel_j0.cpp.AVX512.cpp.obj 2024-11-01T16:25:41.7231027Z [6776/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\container\functional.cpp.obj 2024-11-01T16:25:41.9378393Z [6777/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\transformer.cpp.obj 2024-11-01T16:25:42.2637220Z [6778/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\upsampling.cpp.obj 2024-11-01T16:25:42.3360385Z [6779/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\rnn.cpp.obj 2024-11-01T16:25:44.0591253Z [6780/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\instancenorm.cpp.obj 2024-11-01T16:25:44.0941037Z [6781/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\activation.cpp.obj 2024-11-01T16:25:44.1632713Z [6782/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\batchnorm.cpp.obj 2024-11-01T16:25:44.2342528Z [6783/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\adaptive.cpp.obj 2024-11-01T16:25:44.6730144Z [6784/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\embedding.cpp.obj 2024-11-01T16:25:44.9101398Z [6785/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\dropout.cpp.obj 2024-11-01T16:25:45.2794081Z [6786/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\normalization.cpp.obj 2024-11-01T16:25:45.3430889Z [6787/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\conv.cpp.obj 2024-11-01T16:25:46.9887687Z [6788/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\padding.cpp.obj 2024-11-01T16:25:47.0077467Z [6789/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\linear.cpp.obj 2024-11-01T16:25:47.1699729Z [6790/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\rnn.cpp.obj 2024-11-01T16:25:47.3319672Z [6791/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\adam.cpp.obj 2024-11-01T16:25:47.7834571Z [6792/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\pooling.cpp.obj 2024-11-01T16:25:48.1258189Z [6793/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\transformer.cpp.obj 2024-11-01T16:25:48.3108216Z [6794/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\vision.cpp.obj 2024-11-01T16:25:48.7241550Z [6795/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\adagrad.cpp.obj 2024-11-01T16:25:50.2285333Z [6796/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\adamw.cpp.obj 2024-11-01T16:25:50.3034414Z [6797/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\rmsprop.cpp.obj 2024-11-01T16:25:50.5450288Z [6798/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\sgd.cpp.obj 2024-11-01T16:25:50.5862438Z [6799/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\serialize.cpp.obj 2024-11-01T16:25:50.8028654Z [6800/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\lbfgs.cpp.obj 2024-11-01T16:25:50.9168495Z [6801/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\schedulers\lr_scheduler.cpp.obj 2024-11-01T16:25:50.9831590Z [6802/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\optimizer.cpp.obj 2024-11-01T16:25:51.0057225Z [6803/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\schedulers\step_lr.cpp.obj 2024-11-01T16:25:51.3008838Z [6804/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\schedulers\reduce_on_plateau_scheduler.cpp.obj 2024-11-01T16:25:51.3747282Z [6805/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPUKernel_add.cpp.AVX2.cpp.obj 2024-11-01T16:25:51.3749287Z 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:25:51.3751169Z 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:25:51.3753115Z 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:25:51.3755172Z 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:25:51.4982226Z [6806/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\serialize\input-archive.cpp.obj 2024-11-01T16:25:51.5283399Z [6807/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\kernels\QuantizedOpKernels.cpp.AVX2.cpp.obj 2024-11-01T16:25:51.5285218Z 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:25:51.5287123Z 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:25:51.5289264Z 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:25:51.5291266Z 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:25:51.5445029Z [6808/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:25:51.5446868Z 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:25:51.5448916Z 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:25:51.5450981Z 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:25:51.5452943Z 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:25:51.5869789Z [6809/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\xpu.cpp.obj 2024-11-01T16:25:51.6389227Z [6810/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\spherical_bessel_j0.cpp.AVX2.cpp.obj 2024-11-01T16:25:51.6390919Z 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:25:51.6392905Z 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:25:51.6395051Z 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:25:51.6397033Z 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:25:51.8705565Z [6811/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\serialize\output-archive.cpp.obj 2024-11-01T16:25:52.0690221Z [6812/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int4mm_kernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:52.0692002Z 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:25:52.0693996Z 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:25:52.0696111Z 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:25:52.0698267Z 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:25:52.0882273Z [6813/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:25:52.0884135Z 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:25:52.0886153Z 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:25:52.0888571Z 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:25:52.0890715Z 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:25:52.2252166Z [6814/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\layer_norm_kernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:52.2255023Z 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:25:52.2258699Z 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:25:52.2262431Z 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:25:52.2266134Z 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:25:52.4408938Z [6815/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int8mm_kernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:52.4410665Z 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:25:52.4412517Z 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:25:52.4414468Z 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:25:52.4416396Z 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:25:52.4990087Z [6816/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\group_norm_kernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:52.4991928Z 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:25:52.4994073Z 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:25:52.4996279Z 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:25:52.4998435Z 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:25:52.5307113Z [6817/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleMoreKernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:52.5309988Z 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:25:52.5311861Z 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:25:52.5313902Z 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:25:52.5316032Z 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:25:52.5977158Z [6818/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\airy_ai.cpp.AVX2.cpp.obj 2024-11-01T16:25:52.5978732Z 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:25:52.5980575Z 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:25:52.5982522Z 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:25:52.5984745Z 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:25:52.6928838Z [6819/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\batch_norm_kernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:52.6931416Z 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:25:52.6933856Z 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:25:52.6935864Z 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:25:52.6937989Z 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:25:52.7126724Z [6820/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\WeightNormKernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:52.7128677Z 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:25:52.7131460Z 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:25:52.7134347Z 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:25:52.7137720Z 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:25:53.0081002Z [6821/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleKernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:53.0082699Z 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:25:53.0084630Z 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:25:53.0086572Z 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:25:53.0088592Z 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:25:53.0373693Z [6822/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Unfold2d.cpp.AVX2.cpp.obj 2024-11-01T16:25:53.0376745Z 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:25:53.0380398Z 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:25:53.0384095Z 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:25:53.0398930Z 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:25:53.1039862Z [6823/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnfoldBackwardKernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:53.1041605Z 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:25:53.1043449Z 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:25:53.1045504Z 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:25:53.1047507Z 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:25:53.2023340Z [6824/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SumKernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:53.2026019Z 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:25:53.2029494Z 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:25:53.2033160Z 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:25:53.2037010Z 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:25:53.4249710Z [6825/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnaryOpsKernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:53.4251371Z 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:25:53.4253332Z 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:25:53.4255279Z 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:25:53.4257223Z 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:25:53.4649216Z [6826/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\StackKernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:53.4650988Z 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:25:53.4652967Z 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:25:53.4655789Z 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:25:53.4657853Z 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:25:53.5405739Z [6827/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\TensorCompareKernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:53.5407676Z 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:25:53.5409534Z 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:25:53.5411636Z 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:25:53.5413714Z 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:25:53.6284607Z [6828/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SpmmReduceKernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:53.6286487Z 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:25:53.6289190Z 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:25:53.6291348Z 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:25:53.6293286Z 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:25:53.6366443Z [6829/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SortingKernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:53.6368096Z 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:25:53.6370091Z 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:25:53.6372185Z 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:25:53.6374280Z 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:25:53.7437568Z [6830/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SparseFactories.cpp.AVX2.cpp.obj 2024-11-01T16:25:53.7439687Z 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:25:53.7441716Z 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:25:53.7444026Z 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:25:53.7446383Z 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:25:53.9107218Z [6831/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ScatterGatherKernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:53.9109215Z 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:25:53.9111123Z 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:25:53.9114255Z 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:25:53.9116344Z 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:25:53.9842356Z [6832/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SoftMaxKernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:53.9845391Z 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:25:53.9848886Z 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:25:53.9852554Z 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:25:53.9856081Z 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:25:54.1670774Z [6833/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RenormKernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:54.1672442Z 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:25:54.1674415Z 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:25:54.1676737Z 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:25:54.1678826Z 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:25:54.1839309Z [6834/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:54.1841255Z 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:25:54.1843204Z 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:25:54.1845249Z 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:25:54.1847622Z 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:25:54.2880930Z [6835/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RangeFactoriesKernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:54.2882642Z 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:25:54.2884482Z 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:25:54.2886562Z 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:25:54.2888659Z 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:25:54.3084697Z [6836/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SampledAddmmKernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:54.3087903Z 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:25:54.3091733Z 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:25:54.3095790Z 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:25:54.3099632Z 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:25:54.4075679Z [6837/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceAllOpsKernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:54.4077434Z 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:25:54.4079444Z 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:25:54.4081581Z 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:25:54.4083742Z 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:25:54.4619540Z [6838/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PointwiseOpsKernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:54.4621319Z 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:25:54.4623218Z 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:25:54.4626241Z 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:25:54.4629797Z 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:25:54.4828267Z [6839/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceOpsKernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:54.4830024Z 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:25:54.4833357Z 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:25:54.4836901Z 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:25:54.4840551Z 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:25:54.7148124Z [6840/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PowKernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:54.7151112Z 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:25:54.7154748Z 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:25:54.7158406Z 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:25:54.7162153Z 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:25:54.8016141Z [6841/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PaddingKernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:54.8018012Z 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:25:54.8019949Z 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:25:54.8022109Z 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:25:54.8024386Z 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:25:54.8221039Z [6842/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PixelShuffleKernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:54.8222897Z 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:25:54.8224738Z 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:25:54.8226691Z 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:25:54.8228667Z 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:25:54.9662334Z [6843/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\NativeMultiheadAttnKernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:54.9665386Z 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:25:54.9670240Z 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:25:54.9674560Z 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:25:54.9678477Z 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:25:55.1715346Z [6844/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxUnpoolKernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:55.1717086Z 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:25:55.1719352Z 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:25:55.1721521Z 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:25:55.1723582Z 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:25:55.2301868Z [6845/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPooling.cpp.AVX2.cpp.obj 2024-11-01T16:25:55.2304829Z 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:25:55.2306771Z 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:25:55.2310120Z 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:25:55.2312158Z 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:25:55.2676319Z [6846/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LinearAlgebraKernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:55.2678017Z 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:25:55.2679953Z 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:25:55.2682071Z 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:25:55.2684322Z 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:25:55.3044581Z [6847/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LerpKernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:55.3046734Z 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:25:55.3049813Z 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:25:55.3056367Z 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:25:55.3064225Z 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:25:55.3419454Z [6848/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MultinomialKernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:55.3421308Z 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:25:55.3423375Z 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:25:55.3425847Z 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:25:55.3428019Z 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:25:55.5091814Z [6849/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\GridSamplerKernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:55.5093860Z 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:25:55.5096012Z 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:25:55.5098688Z 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:25:55.5102474Z 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:25:55.7185203Z [6850/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\HistogramKernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:55.7186915Z 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:25:55.7886488Z [6851/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPoolKernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:55.7889521Z 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:25:55.7893053Z 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:25:55.7896759Z 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:25:55.7900384Z 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:25:55.8351741Z [6852/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\IndexKernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:55.8354850Z 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:25:55.8358208Z 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:25:55.8361910Z 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:25:55.8365804Z 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:25:55.9531519Z [6853/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedSGDKernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:55.9533198Z 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:25:55.9535163Z 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:25:55.9537402Z 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:25:55.9539335Z 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:25:56.0220314Z [6854/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdamKernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:56.0222257Z 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:25:56.0224309Z 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:25:56.0226369Z 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:25:56.0228511Z 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:25:56.0305893Z [6855/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FunctionOfAMatrixUtilsKernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:56.0316525Z 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:25:56.1035892Z [6856/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdagradKernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:56.1039023Z 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:25:56.1041952Z 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:25:56.1044082Z 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:25:56.1046174Z 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:25:56.2481615Z [6857/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FlashAttentionKernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:56.2484781Z 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:25:56.2488349Z 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:25:56.2492077Z 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:25:56.2496046Z 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:25:56.3223713Z [6858/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FillKernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:56.3225698Z 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:25:56.3227635Z 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:25:56.3230111Z 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:25:56.3232389Z 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:25:56.5074063Z [6859/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ChannelShuffleKernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:56.5075858Z 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:25:56.5077812Z 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:25:56.5079873Z 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:25:56.5081896Z 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:25:56.7655865Z [6860/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ComplexKernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:56.7657600Z 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:25:56.7659617Z 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:25:56.7661638Z 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:25:56.7663711Z 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:25:56.7871000Z [6861/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BlasKernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:56.7872608Z 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:25:56.8622926Z [6862/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistanceOpsKernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:56.8624808Z 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:25:56.8628067Z 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:25:56.8631820Z 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:25:56.8634667Z 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:25:56.8636540Z 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:25:56.8638523Z 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:25:56.8639951Z with 2024-11-01T16:25:56.8640200Z [ 2024-11-01T16:25:56.8640441Z scalar_t=float, 2024-11-01T16:25:56.8641210Z Op=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &) 2024-11-01T16:25:56.8641992Z ] 2024-11-01T16:25:56.8643497Z 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:25:56.8645140Z with 2024-11-01T16:25:56.8645377Z [ 2024-11-01T16:25:56.8645722Z scalar_t=float, 2024-11-01T16:25:56.8646540Z ReduceOp=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &), 2024-11-01T16:25:56.8647842Z Op=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &) 2024-11-01T16:25:56.8648622Z ] 2024-11-01T16:25:56.8651389Z 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:25:56.8654280Z with 2024-11-01T16:25:56.8654528Z [ 2024-11-01T16:25:56.8654765Z scalar_t=scalar_t, 2024-11-01T16:25:56.8655176Z data_t=at::vec::AVX2::Vectorized, 2024-11-01T16:25:56.8656273Z MapOp=at::native::`anonymous-namespace'::Dist::run_parallel_pdist::::()::, 2024-11-01T16:25:56.8657762Z ReduceOp=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &) 2024-11-01T16:25:56.8658563Z ] 2024-11-01T16:25:56.8660758Z 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:25:56.8663016Z with 2024-11-01T16:25:56.8663253Z [ 2024-11-01T16:25:56.8663506Z scalar_t=scalar_t 2024-11-01T16:25:56.8663824Z ] 2024-11-01T16:25:56.8666091Z 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:25:56.8668346Z with 2024-11-01T16:25:56.8668590Z [ 2024-11-01T16:25:56.8668968Z scalar_t=scalar_t 2024-11-01T16:25:56.8669306Z ] 2024-11-01T16:25:56.8670900Z 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:25:56.8672663Z with 2024-11-01T16:25:56.8672895Z [ 2024-11-01T16:25:56.8673158Z scalar_t=scalar_t 2024-11-01T16:25:56.8673474Z ] 2024-11-01T16:25:56.8675346Z 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:25:56.8677087Z with 2024-11-01T16:25:56.8677332Z [ 2024-11-01T16:25:56.8677583Z scalar_t=scalar_t 2024-11-01T16:25:56.8677892Z ] 2024-11-01T16:25:56.8679221Z 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:25:56.8740694Z [6863/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CrossKernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:56.8742326Z 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:25:56.9289935Z [6864/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CopyKernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:56.9291555Z 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:25:56.9293994Z 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:25:56.9296305Z 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:25:56.9298392Z 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:25:56.9328911Z [6865/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DepthwiseConvKernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:56.9330812Z 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:25:56.9753904Z [6866/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistributionKernels.cpp.AVX2.cpp.obj 2024-11-01T16:25:56.9756594Z 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:25:56.9759458Z 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:25:56.9762521Z 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:25:56.9765975Z 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:25:57.0845162Z [6867/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BinaryOpsKernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:57.0848485Z 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:25:57.0852021Z 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:25:57.0855724Z 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:25:57.0859517Z 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:25:57.0863034Z 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:25:57.4460614Z [6868/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Activation.cpp.AVX2.cpp.obj 2024-11-01T16:25:57.4462309Z 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:25:57.4464147Z 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:25:57.4466150Z 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:25:57.4468210Z 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:25:57.5251347Z [6869/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPUKernel_add.cpp.AVX512.cpp.obj 2024-11-01T16:25:57.6102814Z [6870/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AvgPoolKernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:57.6104484Z 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:25:57.6106378Z 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:25:57.6108335Z 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:25:57.6110397Z 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:25:57.6243755Z [6871/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CatKernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:57.6245482Z 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:25:57.6247512Z 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:25:57.6249466Z 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:25:57.6251755Z 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:25:57.6979079Z [6872/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\airy_ai.cpp.AVX512.cpp.obj 2024-11-01T16:25:57.7121671Z [6873/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveAvgPoolKernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:57.7123688Z 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:25:57.7125546Z 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:25:57.7127738Z 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:25:57.7129783Z 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:25:57.7347688Z [6874/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AmpGradScalerKernels.cpp.AVX2.cpp.obj 2024-11-01T16:25:57.7351000Z 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:25:57.7354489Z 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:25:57.7358012Z 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:25:57.7361600Z 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:25:57.8954094Z [6875/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveMaxPoolKernel.cpp.AVX2.cpp.obj 2024-11-01T16:25:57.8955878Z 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:25:57.8957799Z 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:25:57.8959840Z 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:25:57.8961981Z 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:25:58.0222236Z [6876/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\WeightNormKernel.cpp.AVX512.cpp.obj 2024-11-01T16:25:58.3793727Z [6877/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\group_norm_kernel.cpp.AVX512.cpp.obj 2024-11-01T16:25:58.4657167Z [6878/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleMoreKernel.cpp.AVX512.cpp.obj 2024-11-01T16:25:58.5292583Z [6879/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int4mm_kernel.cpp.AVX512.cpp.obj 2024-11-01T16:25:58.6195331Z [6880/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Unfold2d.cpp.AVX512.cpp.obj 2024-11-01T16:25:58.6407736Z [6881/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\batch_norm_kernel.cpp.AVX512.cpp.obj 2024-11-01T16:25:58.6677434Z [6882/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleKernel.cpp.AVX512.cpp.obj 2024-11-01T16:25:58.7774863Z [6883/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnfoldBackwardKernel.cpp.AVX512.cpp.obj 2024-11-01T16:25:58.8172402Z [6884/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnaryOpsKernel.cpp.AVX512.cpp.obj 2024-11-01T16:25:59.0384558Z [6885/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SortingKernel.cpp.AVX512.cpp.obj 2024-11-01T16:25:59.1697949Z [6886/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SumKernel.cpp.AVX512.cpp.obj 2024-11-01T16:25:59.2189934Z [6887/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SparseFactories.cpp.AVX512.cpp.obj 2024-11-01T16:25:59.2880428Z [6888/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\TensorCompareKernel.cpp.AVX512.cpp.obj 2024-11-01T16:25:59.3512006Z [6889/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.cpp.AVX512.cpp.obj 2024-11-01T16:25:59.4205701Z [6890/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SpmmReduceKernel.cpp.AVX512.cpp.obj 2024-11-01T16:25:59.4696541Z [6891/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\StackKernel.cpp.AVX512.cpp.obj 2024-11-01T16:25:59.5514342Z [6892/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RenormKernel.cpp.AVX512.cpp.obj 2024-11-01T16:25:59.6542138Z [6893/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceOpsKernel.cpp.AVX512.cpp.obj 2024-11-01T16:25:59.9299616Z [6894/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PowKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:00.0404500Z [6895/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RangeFactoriesKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:00.1144480Z [6896/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ScatterGatherKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:00.1313657Z [6897/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SoftMaxKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:00.1979684Z [6898/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PixelShuffleKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:00.2010613Z [6899/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SampledAddmmKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:00.2213939Z [6900/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PointwiseOpsKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:00.2814129Z [6901/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceAllOpsKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:00.7400926Z [6902/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\NativeMultiheadAttnKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:00.8877914Z [6903/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LerpKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:00.9706784Z [6904/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxUnpoolKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:00.9855043Z [6905/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPooling.cpp.AVX512.cpp.obj 2024-11-01T16:26:00.9920354Z [6906/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPoolKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:01.0106415Z [6907/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MultinomialKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:01.0225540Z [6908/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\HistogramKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:01.0549918Z [6909/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PaddingKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:01.4558211Z [6910/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\GridSamplerKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:01.5645595Z [6911/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LinearAlgebraKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:01.5672366Z [6912/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FillKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:01.6034917Z [6913/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\IndexKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:01.8047093Z [6914/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdagradKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:01.8607873Z [6915/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdamKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:01.9624354Z [6916/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedSGDKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:01.9704339Z [6917/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FunctionOfAMatrixUtilsKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:01.9870184Z [6918/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FlashAttentionKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:02.3507390Z [6919/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CrossKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:02.4130892Z [6920/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ComplexKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:02.5141542Z [6921/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CopyKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:02.6111532Z [6922/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BinaryOpsKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:02.6113278Z 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:26:02.6521066Z [6923/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DepthwiseConvKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:02.7114999Z [6924/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistanceOpsKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:02.7117776Z 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:26:02.7120610Z 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:26:02.7123079Z with 2024-11-01T16:26:02.7123560Z [ 2024-11-01T16:26:02.7123947Z scalar_t=float, 2024-11-01T16:26:02.7125297Z Op=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &) 2024-11-01T16:26:02.7126673Z ] 2024-11-01T16:26:02.7129506Z 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:26:02.7132639Z with 2024-11-01T16:26:02.7133083Z [ 2024-11-01T16:26:02.7133524Z scalar_t=float, 2024-11-01T16:26:02.7135087Z ReduceOp=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &), 2024-11-01T16:26:02.7137832Z Op=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &) 2024-11-01T16:26:02.7139302Z ] 2024-11-01T16:26:02.7144437Z 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:26:02.7149729Z with 2024-11-01T16:26:02.7150162Z [ 2024-11-01T16:26:02.7150572Z scalar_t=scalar_t, 2024-11-01T16:26:02.7151303Z data_t=at::vec::AVX512::Vectorized, 2024-11-01T16:26:02.7153523Z MapOp=at::native::`anonymous-namespace'::Dist::run_parallel_pdist::::()::, 2024-11-01T16:26:02.7156329Z ReduceOp=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &) 2024-11-01T16:26:02.7157900Z ] 2024-11-01T16:26:02.7162369Z 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:26:02.7166783Z with 2024-11-01T16:26:02.7167220Z [ 2024-11-01T16:26:02.7167666Z scalar_t=scalar_t 2024-11-01T16:26:02.7168225Z ] 2024-11-01T16:26:02.7172320Z 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:26:02.7176729Z with 2024-11-01T16:26:02.7177201Z [ 2024-11-01T16:26:02.7177669Z scalar_t=scalar_t 2024-11-01T16:26:02.7178222Z ] 2024-11-01T16:26:02.7181260Z 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:26:02.7184516Z with 2024-11-01T16:26:02.7184880Z [ 2024-11-01T16:26:02.7185305Z scalar_t=scalar_t 2024-11-01T16:26:02.7185890Z ] 2024-11-01T16:26:02.7189035Z 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:26:02.7192344Z with 2024-11-01T16:26:02.7192780Z [ 2024-11-01T16:26:02.7193208Z scalar_t=scalar_t 2024-11-01T16:26:02.7193863Z ] 2024-11-01T16:26:02.7196440Z 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:26:02.7475448Z [6925/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistributionKernels.cpp.AVX512.cpp.obj 2024-11-01T16:26:02.8738947Z [6926/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CatKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:02.8918018Z [6927/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BlasKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:03.0764366Z [6928/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ChannelShuffleKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:03.1351762Z [6929/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AvgPoolKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:03.3342840Z [6930/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Activation.cpp.AVX512.cpp.obj 2024-11-01T16:26:03.5022763Z [6931/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveAvgPoolKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:03.5094636Z [6932/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveMaxPoolKernel.cpp.AVX512.cpp.obj 2024-11-01T16:26:03.7728916Z [6933/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AmpGradScalerKernels.cpp.AVX512.cpp.obj 2024-11-01T16:26:03.7922488Z [6934/7391] Building CXX object caffe2\CMakeFiles\type_ptr_test.dir\__\aten\src\ATen\test\type_ptr_test.cpp.obj 2024-11-01T16:26:05.1060981Z [6935/7391] Building CXX object caffe2\CMakeFiles\thread_init_test.dir\__\aten\src\ATen\test\thread_init_test.cpp.obj 2024-11-01T16:26:05.4490072Z [6936/7391] Building CXX object caffe2\CMakeFiles\IListRef_test.dir\__\aten\src\ATen\core\IListRef_test.cpp.obj 2024-11-01T16:26:05.5585466Z [6937/7391] Building CXX object caffe2\CMakeFiles\verify_api_visibility.dir\__\aten\src\ATen\test\verify_api_visibility.cpp.obj 2024-11-01T16:26:05.6753754Z [6938/7391] Building CXX object caffe2\CMakeFiles\type_test.dir\__\aten\src\ATen\test\type_test.cpp.obj 2024-11-01T16:26:05.9037709Z [6939/7391] Building CXX object caffe2\CMakeFiles\undefined_tensor_test.dir\__\aten\src\ATen\test\undefined_tensor_test.cpp.obj 2024-11-01T16:26:05.9708287Z [6940/7391] Building CXX object caffe2\CMakeFiles\legacy_vmap_test.dir\__\aten\src\ATen\test\legacy_vmap_test.cpp.obj 2024-11-01T16:26:06.0328915Z [6941/7391] Building CXX object caffe2\CMakeFiles\weakref_test.dir\__\aten\src\ATen\test\weakref_test.cpp.obj 2024-11-01T16:26:06.3203680Z [6942/7391] Building CXX object caffe2\CMakeFiles\xla_tensor_test.dir\__\aten\src\ATen\test\xla_tensor_test.cpp.obj 2024-11-01T16:26:06.3369899Z [6943/7391] Building CXX object caffe2\CMakeFiles\List_test.dir\__\aten\src\ATen\core\List_test.cpp.obj 2024-11-01T16:26:06.3958906Z [6944/7391] Building CXX object caffe2\CMakeFiles\torch.dir\__\empty.cpp.obj 2024-11-01T16:26:06.4565887Z [6945/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:26:06.8942775Z [6946/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:26:06.9055679Z [6947/7391] Building CXX object caffe2\CMakeFiles\kernel_lambda_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_lambda_test.cpp.obj 2024-11-01T16:26:06.9098820Z [6948/7391] Building CXX object caffe2\CMakeFiles\kernel_function_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_function_test.cpp.obj 2024-11-01T16:26:06.9235638Z [6949/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:26:07.1267943Z [6950/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:26:07.3026299Z [6951/7391] Building CXX object caffe2\CMakeFiles\Dimname_test.dir\__\aten\src\ATen\test\Dimname_test.cpp.obj 2024-11-01T16:26:07.5589225Z [6952/7391] Building CXX object caffe2\CMakeFiles\wrapdim_test.dir\__\aten\src\ATen\test\wrapdim_test.cpp.obj 2024-11-01T16:26:07.6336359Z [6953/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:26:07.6340627Z 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:26:07.6344143Z 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:26:07.6347573Z 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:26:07.6351401Z 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:26:08.0064448Z [6954/7391] Building CXX object caffe2\CMakeFiles\KernelFunction_test.dir\__\aten\src\ATen\core\boxing\KernelFunction_test.cpp.obj 2024-11-01T16:26:09.0422705Z [6955/7391] Building CXX object caffe2\CMakeFiles\test_parallel.dir\__\aten\src\ATen\test\test_parallel.cpp.obj 2024-11-01T16:26:09.3921533Z [6956/7391] Building CXX object caffe2\CMakeFiles\Dict_test.dir\__\aten\src\ATen\test\Dict_test.cpp.obj 2024-11-01T16:26:09.5763528Z [6957/7391] Building CXX object caffe2\CMakeFiles\MaybeOwned_test.dir\__\aten\src\ATen\test\MaybeOwned_test.cpp.obj 2024-11-01T16:26:09.7791323Z [6958/7391] Building CXX object caffe2\CMakeFiles\NamedTensor_test.dir\__\aten\src\ATen\test\NamedTensor_test.cpp.obj 2024-11-01T16:26:10.0599864Z [6959/7391] Building CXX object caffe2\CMakeFiles\apply_utils_test.dir\__\aten\src\ATen\test\apply_utils_test.cpp.obj 2024-11-01T16:26:10.1232445Z [6960/7391] Building CXX object caffe2\CMakeFiles\basic.dir\__\aten\src\ATen\test\basic.cpp.obj 2024-11-01T16:26:10.4886990Z [6961/7391] Building CXX object caffe2\CMakeFiles\atest.dir\__\aten\src\ATen\test\atest.cpp.obj 2024-11-01T16:26:11.5729569Z [6962/7391] Building CXX object caffe2\CMakeFiles\broadcast_test.dir\__\aten\src\ATen\test\broadcast_test.cpp.obj 2024-11-01T16:26:11.9253208Z [6963/7391] Building CXX object caffe2\CMakeFiles\cpu_allocator_test.dir\__\aten\src\ATen\test\cpu_allocator_test.cpp.obj 2024-11-01T16:26:12.0834896Z [6964/7391] Building CXX object caffe2\CMakeFiles\cpu_generator_test.dir\__\aten\src\ATen\test\cpu_generator_test.cpp.obj 2024-11-01T16:26:12.5965528Z [6965/7391] Building CXX object caffe2\CMakeFiles\cpu_profiling_allocator_test.dir\__\aten\src\ATen\test\cpu_profiling_allocator_test.cpp.obj 2024-11-01T16:26:12.6306921Z [6966/7391] Building CXX object caffe2\CMakeFiles\dispatch_key_set_test.dir\__\aten\src\ATen\test\dispatch_key_set_test.cpp.obj 2024-11-01T16:26:12.7070902Z [6967/7391] Building CXX object caffe2\CMakeFiles\cpu_rng_test.dir\__\aten\src\ATen\test\cpu_rng_test.cpp.obj 2024-11-01T16:26:13.0538582Z [6968/7391] Building CXX object caffe2\CMakeFiles\dlconvertor_test.dir\__\aten\src\ATen\test\dlconvertor_test.cpp.obj 2024-11-01T16:26:14.2023910Z [6969/7391] Building CXX object caffe2\CMakeFiles\extension_backend_test.dir\__\aten\src\ATen\test\extension_backend_test.cpp.obj 2024-11-01T16:26:14.4187277Z [6970/7391] Building CXX object caffe2\CMakeFiles\half_test.dir\__\aten\src\ATen\test\half_test.cpp.obj 2024-11-01T16:26:14.9276309Z [6971/7391] Building CXX object caffe2\CMakeFiles\ivalue_test.dir\__\aten\src\ATen\test\ivalue_test.cpp.obj 2024-11-01T16:26:15.0781516Z [6972/7391] Building CXX object caffe2\CMakeFiles\memory_format_test.dir\__\aten\src\ATen\test\memory_format_test.cpp.obj 2024-11-01T16:26:15.1197023Z [6973/7391] Building CXX object caffe2\CMakeFiles\lazy_tensor_test.dir\__\aten\src\ATen\test\lazy_tensor_test.cpp.obj 2024-11-01T16:26:15.2605530Z [6974/7391] Building CXX object caffe2\CMakeFiles\operator_name_test.dir\__\aten\src\ATen\test\operator_name_test.cpp.obj 2024-11-01T16:26:15.2884300Z [6975/7391] Building CXX object caffe2\CMakeFiles\math_kernel_test.dir\__\aten\src\ATen\test\math_kernel_test.cpp.obj 2024-11-01T16:26:15.5655366Z [6976/7391] Building CXX object caffe2\CMakeFiles\memory_overlapping_test.dir\__\aten\src\ATen\test\memory_overlapping_test.cpp.obj 2024-11-01T16:26:17.0092555Z [6977/7391] Building CXX object caffe2\CMakeFiles\mobile_memory_cleanup.dir\__\aten\src\ATen\test\mobile_memory_cleanup.cpp.obj 2024-11-01T16:26:17.0330766Z [6978/7391] Building CXX object caffe2\CMakeFiles\native_test.dir\__\aten\src\ATen\test\native_test.cpp.obj 2024-11-01T16:26:17.5964480Z [6979/7391] Building CXX object caffe2\CMakeFiles\packedtensoraccessor_test.dir\__\aten\src\ATen\test\packedtensoraccessor_test.cpp.obj 2024-11-01T16:26:17.6599256Z [6980/7391] Building CXX object caffe2\CMakeFiles\operators_test.dir\__\aten\src\ATen\test\operators_test.cpp.obj 2024-11-01T16:26:17.7631810Z [6981/7391] Building CXX object caffe2\CMakeFiles\pow_test.dir\__\aten\src\ATen\test\pow_test.cpp.obj 2024-11-01T16:26:17.9091086Z [6982/7391] Building CXX object caffe2\CMakeFiles\reduce_ops_test.dir\__\aten\src\ATen\test\reduce_ops_test.cpp.obj 2024-11-01T16:26:18.1920858Z [6983/7391] Building CXX object caffe2\CMakeFiles\quantized_test.dir\__\aten\src\ATen\test\quantized_test.cpp.obj 2024-11-01T16:26:19.0550719Z [6984/7391] Building CXX object caffe2\CMakeFiles\kernel_stackbased_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_stackbased_test.cpp.obj 2024-11-01T16:26:19.2614399Z [6985/7391] Building CXX object caffe2\CMakeFiles\StorageUtils_test.dir\__\aten\src\ATen\test\StorageUtils_test.cpp.obj 2024-11-01T16:26:19.5221864Z [6986/7391] Building CXX object caffe2\CMakeFiles\reportMemoryUsage_test.dir\__\aten\src\ATen\test\reportMemoryUsage_test.cpp.obj 2024-11-01T16:26:19.5840893Z [6987/7391] Building CXX object caffe2\CMakeFiles\scalar_tensor_test.dir\__\aten\src\ATen\test\scalar_tensor_test.cpp.obj 2024-11-01T16:26:19.5911418Z [6988/7391] Building CXX object caffe2\CMakeFiles\CppSignature_test.dir\__\aten\src\ATen\core\dispatch\CppSignature_test.cpp.obj 2024-11-01T16:26:19.9299147Z [6989/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:26:19.9573248Z [6990/7391] Building CXX object caffe2\CMakeFiles\op_allowlist_test.dir\__\aten\src\ATen\core\op_registration\op_allowlist_test.cpp.obj 2024-11-01T16:26:19.9730983Z [6991/7391] Building CXX object caffe2\CMakeFiles\inline_container_test.dir\serialize\inline_container_test.cc.obj 2024-11-01T16:26:20.1482247Z [6992/7391] Building CXX object caffe2\CMakeFiles\scalar_test.dir\__\aten\src\ATen\test\scalar_test.cpp.obj 2024-11-01T16:26:20.2180118Z [6993/7391] Building CXX object caffe2\CMakeFiles\stride_properties_test.dir\__\aten\src\ATen\test\stride_properties_test.cpp.obj 2024-11-01T16:26:20.2446392Z [6994/7391] Building CXX object caffe2\torch\lib\libshm_windows\CMakeFiles\shm.dir\core.cpp.obj 2024-11-01T16:26:20.3520089Z [6995/7391] Building CXX object caffe2\CMakeFiles\tensor_iterator_test.dir\__\aten\src\ATen\test\tensor_iterator_test.cpp.obj 2024-11-01T16:26:20.3741026Z [6996/7391] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_util.cpp.obj 2024-11-01T16:26:20.5405177Z [6997/7391] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_permutation_util.cpp.obj 2024-11-01T16:26:20.9741837Z [6998/7391] Building CXX object caffe2\CMakeFiles\op_registration_test.dir\__\aten\src\ATen\core\op_registration\op_registration_test.cpp.obj 2024-11-01T16:26:20.9815476Z [6999/7391] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_ir_util.cpp.obj 2024-11-01T16:26:21.0941821Z [7000/7391] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_misc.cpp.obj 2024-11-01T16:26:21.1132960Z [7001/7391] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_shape.cpp.obj 2024-11-01T16:26:21.2132092Z [7002/7391] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_trie_cache.cpp.obj 2024-11-01T16:26:22.1174546Z [7003/7391] Building CXX object caffe2\CMakeFiles\backend_fallback_test.dir\__\aten\src\ATen\core\dispatch\backend_fallback_test.cpp.obj 2024-11-01T16:26:22.9503201Z [7004/7391] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_ir_printer.cpp.obj 2024-11-01T16:26:23.0833516Z [7005/7391] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_cpp_codegen.cpp.obj 2024-11-01T16:26:23.4746714Z [7006/7391] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_expr.cpp.obj 2024-11-01T16:26:23.7900395Z [7007/7391] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_boundsinference.cpp.obj 2024-11-01T16:26:23.8094082Z [7008/7391] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_conv.cpp.obj 2024-11-01T16:26:23.8278594Z [7009/7391] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_dynamic_shapes.cpp.obj 2024-11-01T16:26:23.8308638Z [7010/7391] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_ir_verifier.cpp.obj 2024-11-01T16:26:23.9476711Z [7011/7391] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_kernel.cpp.obj 2024-11-01T16:26:25.7589043Z [7012/7391] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_external_calls.cpp.obj 2024-11-01T16:26:26.3008913Z [7013/7391] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_graph_opt.cpp.obj 2024-11-01T16:26:26.3757531Z [7014/7391] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_memplanning.cpp.obj 2024-11-01T16:26:26.3877650Z [7015/7391] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_loopnest.cpp.obj 2024-11-01T16:26:26.4183738Z [7016/7391] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_registerizer.cpp.obj 2024-11-01T16:26:26.5279171Z [7017/7391] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_memdependency.cpp.obj 2024-11-01T16:26:26.6229426Z [7018/7391] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_quantization.cpp.obj 2024-11-01T16:26:28.3422376Z [7019/7391] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_type_specializations.cpp.obj 2024-11-01T16:26:28.6071309Z [7020/7391] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_ops.cpp.obj 2024-11-01T16:26:28.8740956Z [7021/7391] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_type.cpp.obj 2024-11-01T16:26:28.9408088Z [7022/7391] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_reductions.cpp.obj 2024-11-01T16:26:29.0231236Z [7023/7391] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_te_fuser_pass.cpp.obj 2024-11-01T16:26:29.0417675Z [7024/7391] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_simplify.cpp.obj 2024-11-01T16:26:29.1131977Z [7025/7391] Building CXX object test_cpp_c10d\CMakeFiles\FileStoreTest.dir\FileStoreTest.cpp.obj 2024-11-01T16:26:29.2769729Z [7026/7391] Building CXX object test_tensorexpr\CMakeFiles\tutorial_tensorexpr.dir\tutorial.cpp.obj 2024-11-01T16:26:29.3034696Z [7027/7391] Building CXX object test_api\CMakeFiles\test_api.dir\__\common\main.cpp.obj 2024-11-01T16:26:29.3567336Z [7028/7391] Building CXX object test_cpp_c10d\CMakeFiles\BackoffTest.dir\BackoffTest.cpp.obj 2024-11-01T16:26:29.7490067Z [7029/7391] Building CXX object test_cpp_c10d\CMakeFiles\TCPStoreTest.dir\TCPStoreTest.cpp.obj 2024-11-01T16:26:31.7496411Z [7030/7391] Building CXX object test_cpp_c10d\CMakeFiles\ProcessGroupGlooTest.dir\ProcessGroupGlooTest.cpp.obj 2024-11-01T16:26:31.8085497Z [7031/7391] Building CXX object test_api\CMakeFiles\test_api.dir\enum.cpp.obj 2024-11-01T16:26:31.8843220Z [7032/7391] Building CXX object test_api\CMakeFiles\test_api.dir\autograd.cpp.obj 2024-11-01T16:26:31.9623912Z [7033/7391] Building CXX object test_api\CMakeFiles\test_api.dir\fft.cpp.obj 2024-11-01T16:26:32.0386991Z [7034/7391] Building CXX object test_api\CMakeFiles\test_api.dir\expanding-array.cpp.obj 2024-11-01T16:26:32.0652796Z [7035/7391] Building CXX object test_api\CMakeFiles\test_api.dir\any.cpp.obj 2024-11-01T16:26:32.2614726Z [7036/7391] Building CXX object test_api\CMakeFiles\test_api.dir\memory.cpp.obj 2024-11-01T16:26:32.5409153Z [7037/7391] Building CXX object test_api\CMakeFiles\test_api.dir\dataloader.cpp.obj 2024-11-01T16:26:34.5458646Z [7038/7391] Building CXX object test_api\CMakeFiles\test_api.dir\integration.cpp.obj 2024-11-01T16:26:34.5700007Z [7039/7391] Building CXX object test_api\CMakeFiles\test_api.dir\functional.cpp.obj 2024-11-01T16:26:34.6424719Z [7040/7391] Building CXX object test_api\CMakeFiles\test_api.dir\jit.cpp.obj 2024-11-01T16:26:34.7151471Z [7041/7391] Building CXX object test_api\CMakeFiles\test_api.dir\init.cpp.obj 2024-11-01T16:26:34.8770083Z [7042/7391] Building CXX object test_api\CMakeFiles\test_api.dir\ivalue.cpp.obj 2024-11-01T16:26:34.9503445Z [7043/7391] Building CXX object test_api\CMakeFiles\test_api.dir\misc.cpp.obj 2024-11-01T16:26:35.2791546Z [7044/7391] Building CXX object test_api\CMakeFiles\test_api.dir\moduledict.cpp.obj 2024-11-01T16:26:37.2681476Z [7045/7391] Building CXX object test_api\CMakeFiles\test_api.dir\module.cpp.obj 2024-11-01T16:26:37.2975322Z [7046/7391] Building CXX object test_api\CMakeFiles\test_api.dir\modulelist.cpp.obj 2024-11-01T16:26:37.4164561Z [7047/7391] Building CXX object test_api\CMakeFiles\test_api.dir\meta_tensor.cpp.obj 2024-11-01T16:26:37.5804076Z [7048/7391] Building CXX object test_api\CMakeFiles\test_api.dir\nn_utils.cpp.obj 2024-11-01T16:26:37.6834282Z [7049/7391] Building CXX object test_api\CMakeFiles\test_api.dir\parameterlist.cpp.obj 2024-11-01T16:26:37.6964931Z [7050/7391] Building CXX object test_api\CMakeFiles\test_api.dir\modules.cpp.obj 2024-11-01T16:26:37.8917181Z [7051/7391] Building CXX object test_api\CMakeFiles\test_api.dir\namespace.cpp.obj 2024-11-01T16:26:40.0197007Z [7052/7391] Building CXX object test_api\CMakeFiles\test_api.dir\parameterdict.cpp.obj 2024-11-01T16:26:40.0938192Z [7053/7391] Building CXX object test_api\CMakeFiles\test_api.dir\nested.cpp.obj 2024-11-01T16:26:40.1833795Z [7054/7391] Building CXX object test_api\CMakeFiles\test_api.dir\serialize.cpp.obj 2024-11-01T16:26:40.4269752Z [7055/7391] Building CXX object test_api\CMakeFiles\test_api.dir\rnn.cpp.obj 2024-11-01T16:26:40.4620216Z [7056/7391] Building CXX object test_api\CMakeFiles\test_api.dir\optim.cpp.obj 2024-11-01T16:26:40.5407665Z [7057/7391] Building CXX object test_api\CMakeFiles\test_api.dir\transformer.cpp.obj 2024-11-01T16:26:40.7051255Z [7058/7391] Building CXX object test_api\CMakeFiles\test_api.dir\sequential.cpp.obj 2024-11-01T16:26:42.7164120Z [7059/7391] Building CXX object test_api\CMakeFiles\test_api.dir\static.cpp.obj 2024-11-01T16:26:42.7900611Z [7060/7391] Building CXX object test_api\CMakeFiles\test_api.dir\ordered_dict.cpp.obj 2024-11-01T16:26:42.8921968Z [7061/7391] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_indexing.cpp.obj 2024-11-01T16:26:43.0757605Z [7062/7391] Building CXX object test_api\CMakeFiles\test_api.dir\support.cpp.obj 2024-11-01T16:26:43.1682192Z [7063/7391] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_options_cuda.cpp.obj 2024-11-01T16:26:43.2139442Z [7064/7391] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_cuda.cpp.obj 2024-11-01T16:26:43.2902617Z [7065/7391] Building CXX object test_api\CMakeFiles\test_api.dir\special.cpp.obj 2024-11-01T16:26:45.3598505Z [7066/7391] Building CXX object test_api\CMakeFiles\test_api.dir\grad_mode.cpp.obj 2024-11-01T16:26:45.4751431Z [7067/7391] Building CXX object test_api\CMakeFiles\test_api.dir\inference_mode.cpp.obj 2024-11-01T16:26:45.5575068Z [7068/7391] Building CXX object test_api\CMakeFiles\test_api.dir\operations.cpp.obj 2024-11-01T16:26:45.7551402Z [7069/7391] Building CXX object test_api\CMakeFiles\test_api.dir\torch_include.cpp.obj 2024-11-01T16:26:45.7655227Z [7070/7391] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\__\common\main.cpp.obj 2024-11-01T16:26:45.8453434Z [7071/7391] Building CXX object test_api\CMakeFiles\parallel_benchmark.dir\parallel_benchmark.cpp.obj 2024-11-01T16:26:45.8836507Z [7072/7391] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_options.cpp.obj 2024-11-01T16:26:46.0031936Z [7073/7391] Building CXX object test_api\CMakeFiles\test_api.dir\tensor.cpp.obj 2024-11-01T16:26:46.1112762Z [7074/7391] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_approx.cpp.obj 2024-11-01T16:26:46.1449657Z [7075/7391] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\__\common\main.cpp.obj 2024-11-01T16:26:46.6002996Z [7076/7391] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_cache.cpp.obj 2024-11-01T16:26:46.6592985Z [7077/7391] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_ir.cpp.obj 2024-11-01T16:26:47.3011607Z [7078/7391] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\custom_ops.cpp.obj 2024-11-01T16:26:48.0918595Z [7079/7391] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\__\out\RegisterCPUCustomOps.cpp.obj 2024-11-01T16:26:48.1531387Z [7080/7391] Building CXX object test_api\CMakeFiles\test_api.dir\nested_int.cpp.obj 2024-11-01T16:26:48.2728481Z [7081/7391] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\padded_buffer.cpp.obj 2024-11-01T16:26:48.3179527Z [7082/7391] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_backend_device.cpp.obj 2024-11-01T16:26:48.3880058Z [7083/7391] Building CXX object test_edge_op_registration\CMakeFiles\test_edge_op_registration.dir\test_main.cpp.obj 2024-11-01T16:26:48.4767352Z [7084/7391] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\__\out\RegisterCodegenUnboxedKernelsEverything.cpp.obj 2024-11-01T16:26:48.6577677Z [7085/7391] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_aten.cpp.obj 2024-11-01T16:26:48.9692789Z [7086/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\__\common\main.cpp.obj 2024-11-01T16:26:49.0350891Z [7087/7391] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\operator_registry.cpp.obj 2024-11-01T16:26:49.1752781Z [7088/7391] Building CXX object test_jit\CMakeFiles\backend_with_compiler.dir\test_backend_compiler_lib.cpp.obj 2024-11-01T16:26:49.1848423Z [7089/7391] Building CXX object test_jit\CMakeFiles\jitbackend_test.dir\test_backend_lib.cpp.obj 2024-11-01T16:26:49.2926545Z [7090/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_add_if_then_else.cpp.obj 2024-11-01T16:26:49.8735615Z [7091/7391] Building CXX object test_jit\CMakeFiles\backend_with_compiler.dir\test_backend_compiler_preprocess.cpp.obj 2024-11-01T16:26:49.9444900Z [7092/7391] Building CXX object test_jit\CMakeFiles\backend_with_compiler.dir\__\__\__\torch\csrc\jit\mobile\profiler_edge.cpp.obj 2024-11-01T16:26:49.9823359Z [7093/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_upgrader_utils.cpp.obj 2024-11-01T16:26:50.5219208Z [7094/7391] Building CXX object test_edge_op_registration\CMakeFiles\test_edge_op_registration.dir\test_operator_registration.cpp.obj 2024-11-01T16:26:50.7533873Z [7095/7391] Building CXX object test_jit\CMakeFiles\torchbind_test.dir\test_custom_class_registrations.cpp.obj 2024-11-01T16:26:50.7968364Z [7096/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_load_upgraders.cpp.obj 2024-11-01T16:26:50.8473813Z [7097/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_alias_analysis.cpp.obj 2024-11-01T16:26:50.8633554Z [7098/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_op_replacement.cpp.obj 2024-11-01T16:26:51.3757866Z [7099/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_class_parser.cpp.obj 2024-11-01T16:26:51.7033641Z [7100/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_code_template.cpp.obj 2024-11-01T16:26:52.0301815Z [7101/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_argument_spec.cpp.obj 2024-11-01T16:26:52.6407394Z [7102/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_create_autodiff_subgraphs.cpp.obj 2024-11-01T16:26:52.8307628Z [7103/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_autodiff.cpp.obj 2024-11-01T16:26:53.1318321Z [7104/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_concat_opt.cpp.obj 2024-11-01T16:26:53.5212890Z [7105/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_constant_pooling.cpp.obj 2024-11-01T16:26:53.6020233Z [7106/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_class_type.cpp.obj 2024-11-01T16:26:53.7040340Z [7107/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_class_import.cpp.obj 2024-11-01T16:26:53.7307700Z [7108/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_backend.cpp.obj 2024-11-01T16:26:53.7443602Z [7109/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_cleanup_passes.cpp.obj 2024-11-01T16:26:54.5975436Z [7110/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_custom_class_registrations.cpp.obj 2024-11-01T16:26:54.6972433Z [7111/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_dce.cpp.obj 2024-11-01T16:26:55.6293636Z [7112/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_inliner.cpp.obj 2024-11-01T16:26:55.8663713Z [7113/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_custom_operators.cpp.obj 2024-11-01T16:26:56.1931764Z [7114/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_custom_class.cpp.obj 2024-11-01T16:26:56.3843655Z [7115/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_fuser.cpp.obj 2024-11-01T16:26:56.5749519Z [7116/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_graph_iterator.cpp.obj 2024-11-01T16:26:56.6917471Z [7117/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_graph_executor.cpp.obj 2024-11-01T16:26:56.7426691Z [7118/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_ir.cpp.obj 2024-11-01T16:26:57.0456977Z [7119/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_jit_type.cpp.obj 2024-11-01T16:26:57.4334051Z [7120/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_irparser.cpp.obj 2024-11-01T16:26:57.4936469Z [7121/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_cs_debug_info_serialization.cpp.obj 2024-11-01T16:26:57.9010856Z [7122/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_mobile_type_parser.cpp.obj 2024-11-01T16:26:58.3435456Z [7123/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_memory_dag.cpp.obj 2024-11-01T16:26:58.5648127Z [7124/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_interpreter.cpp.obj 2024-11-01T16:26:58.9873895Z [7125/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_qualified_name.cpp.obj 2024-11-01T16:26:59.2038708Z [7126/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_interface.cpp.obj 2024-11-01T16:26:59.5646818Z [7127/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_lite_interpreter.cpp.obj 2024-11-01T16:26:59.6961790Z [7128/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_misc.cpp.obj 2024-11-01T16:27:00.3858565Z [7129/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_schema_matching.cpp.obj 2024-11-01T16:27:00.4091718Z [7130/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_lite_interpreter_direct.cpp.obj 2024-11-01T16:27:00.5037835Z [7131/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_peephole_optimize.cpp.obj 2024-11-01T16:27:00.6793793Z [7132/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_schema_info.cpp.obj 2024-11-01T16:27:00.8739333Z [7133/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_lite_trainer.cpp.obj 2024-11-01T16:27:01.1682410Z [7134/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_module_api.cpp.obj 2024-11-01T16:27:01.2799193Z [7135/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_subgraph_utils.cpp.obj 2024-11-01T16:27:01.5383073Z [7136/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_union.cpp.obj 2024-11-01T16:27:01.7494048Z [7137/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_subgraph_rewriter.cpp.obj 2024-11-01T16:27:02.0404125Z [7138/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_save_load.cpp.obj 2024-11-01T16:27:02.0582616Z [7139/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_subgraph_matcher.cpp.obj 2024-11-01T16:27:02.2102110Z [7140/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_stack_opt.cpp.obj 2024-11-01T16:27:02.3952922Z [7141/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_file_format.cpp.obj 2024-11-01T16:27:02.5261327Z [7142/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_jit_logging_levels.cpp.obj 2024-11-01T16:27:02.8446417Z [7143/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_script_profile.cpp.obj 2024-11-01T16:27:03.1716603Z [7144/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_utils.cpp.obj 2024-11-01T16:27:03.8857672Z [7145/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\pattern_encapsulation.cpp.obj 2024-11-01T16:27:04.1309090Z [7146/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_shape_analysis.cpp.obj 2024-11-01T16:27:04.2567599Z [7147/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\pattern_conversion.cpp.obj 2024-11-01T16:27:04.6070885Z [7148/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_flatbuffer.cpp.obj 2024-11-01T16:27:04.6512012Z [7149/7391] Building CXX object test_inductor\CMakeFiles\aoti_custom_ops.dir\custom_ops.cpp.obj 2024-11-01T16:27:04.7683386Z [7150/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\common.cpp.obj 2024-11-01T16:27:05.2984612Z [7151/7391] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_lazy_ops_util.cpp.obj 2024-11-01T16:27:05.4055040Z [7152/7391] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_lazy_ops.cpp.obj 2024-11-01T16:27:05.5579078Z [7153/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\autograd_function_process.cpp.obj 2024-11-01T16:27:07.3563703Z [7154/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_arg_flatten.cpp.obj 2024-11-01T16:27:07.4136641Z [7155/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_custom_class.cpp.obj 2024-11-01T16:27:07.6591634Z [7156/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\frontend\tree_views.cpp.obj 2024-11-01T16:27:07.7347698Z [7157/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_dict.cpp.obj 2024-11-01T16:27:08.1036840Z [7158/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_ir.cpp.obj 2024-11-01T16:27:08.2263723Z [7159/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_tree_views.cpp.obj 2024-11-01T16:27:08.5724544Z [7160/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_tracer.cpp.obj 2024-11-01T16:27:08.6589075Z [7161/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_interpreter.cpp.obj 2024-11-01T16:27:08.7511374Z [7162/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_list.cpp.obj 2024-11-01T16:27:09.1606202Z [7163/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\monitor\python_init.cpp.obj 2024-11-01T16:27:10.9448830Z [7164/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_sugared_value.cpp.obj 2024-11-01T16:27:11.4051536Z [7165/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\frontend\concrete_module_type.cpp.obj 2024-11-01T16:27:11.4054999Z 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:27:11.4060631Z 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:27:11.4063621Z with 2024-11-01T16:27:11.4063939Z [ 2024-11-01T16:27:11.4064286Z _Ty1=const pybind11::object &, 2024-11-01T16:27:11.4064749Z _Ty2=const pybind11::object & 2024-11-01T16:27:11.4065125Z ] 2024-11-01T16:27:11.4066846Z 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:27:11.4068470Z with 2024-11-01T16:27:11.4068712Z [ 2024-11-01T16:27:11.4069061Z _InIt1=const pybind11::object *, 2024-11-01T16:27:11.4069493Z _InIt2=const pybind11::object *, 2024-11-01T16:27:11.4069907Z _Pr=std::equal_to 2024-11-01T16:27:11.4070297Z ] 2024-11-01T16:27:11.4073035Z 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:27:11.4076064Z with 2024-11-01T16:27:11.4076506Z [ 2024-11-01T16:27:11.4077036Z _InIt1=const pybind11::object *, 2024-11-01T16:27:11.4077860Z _InIt2=const pybind11::object * 2024-11-01T16:27:11.4078588Z ] 2024-11-01T16:27:11.4082374Z 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:27:11.5271756Z [7166/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\script_init.cpp.obj 2024-11-01T16:27:11.7056821Z [7167/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\multiprocessing\init.cpp.obj 2024-11-01T16:27:11.7763415Z [7168/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\profiler\python\init.cpp.obj 2024-11-01T16:27:11.9029512Z [7169/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\runtime\static\init.cpp.obj 2024-11-01T16:27:11.9661393Z [7170/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\onnx\init.cpp.obj 2024-11-01T16:27:12.4106382Z [7171/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\tensorexpr\tensorexpr_init.cpp.obj 2024-11-01T16:27:12.5791124Z [7172/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\profiler\python\combined_traceback.cpp.obj 2024-11-01T16:27:14.5428552Z [7173/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\tensor\python_tensor.cpp.obj 2024-11-01T16:27:14.7397603Z [7174/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils.cpp.obj 2024-11-01T16:27:14.8209497Z [7175/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\serialization.cpp.obj 2024-11-01T16:27:15.0431705Z [7176/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\throughput_benchmark.cpp.obj 2024-11-01T16:27:15.0957016Z [7177/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\object_ptr.cpp.obj 2024-11-01T16:27:15.1602026Z [7178/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\init.cpp.obj 2024-11-01T16:27:15.4096800Z [7179/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\invalid_arguments.cpp.obj 2024-11-01T16:27:15.5606289Z [7180/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\python_arg_parser.cpp.obj 2024-11-01T16:27:15.5766095Z [7181/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\device_lazy_init.cpp.obj 2024-11-01T16:27:15.8536438Z [7182/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\nested.cpp.obj 2024-11-01T16:27:15.8691390Z [7183/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\pyobject_preservation.cpp.obj 2024-11-01T16:27:15.9749373Z [7184/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\python_symnode.cpp.obj 2024-11-01T16:27:16.0355647Z [7185/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\structseq.cpp.obj 2024-11-01T16:27:16.3525577Z [7186/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\pybind.cpp.obj 2024-11-01T16:27:16.7664691Z [7187/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_qschemes.cpp.obj 2024-11-01T16:27:16.9824978Z [7188/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_dtypes.cpp.obj 2024-11-01T16:27:17.3259331Z [7189/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_layouts.cpp.obj 2024-11-01T16:27:17.6076167Z [7190/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_memoryformats.cpp.obj 2024-11-01T16:27:18.1942432Z [7191/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\verbose.cpp.obj 2024-11-01T16:27:18.2611422Z [7192/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\python_dispatch.cpp.obj 2024-11-01T16:27:18.5288460Z [7193/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_types.cpp.obj 2024-11-01T16:27:18.5640076Z [7194/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_apply.cpp.obj 2024-11-01T16:27:18.8912499Z [7195/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_list.cpp.obj 2024-11-01T16:27:19.0399958Z [7196/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cpu\Module.cpp.obj 2024-11-01T16:27:19.1760801Z [7197/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_new.cpp.obj 2024-11-01T16:27:19.2472281Z [7198/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\disable_torch_function.cpp.obj 2024-11-01T16:27:19.3664552Z [7199/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\itt.cpp.obj 2024-11-01T16:27:19.3795397Z [7200/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\instruction_counter\Module.cpp.obj 2024-11-01T16:27:20.0282535Z [7201/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\lazy\python\python_util.cpp.obj 2024-11-01T16:27:20.1002556Z [7202/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_numpy.cpp.obj 2024-11-01T16:27:22.1660589Z [7203/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\lazy\python\init.cpp.obj 2024-11-01T16:27:22.2034658Z [7204/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\__\test\cpp\jit\torch_python_test.cpp.obj 2024-11-01T16:27:22.3948406Z [7205/7391] Building C object functorch\CMakeFiles\functorch.dir\csrc\dim\dim_opcode.c.obj 2024-11-01T16:27:22.3949747Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/utils/python_compat.h(39): warning C4273: '_PyWeakref_ClearRef': inconsistent dll linkage 2024-11-01T16:27:22.3951256Z C:\Jenkins\Miniconda3\include\weakrefobject.h(67): note: see previous definition of '_PyWeakref_ClearRef' 2024-11-01T16:27:22.5369779Z [7206/7391] Building CXX object caffe2\torch\CMakeFiles\nnapi_backend.dir\csrc\jit\backends\nnapi\nnapi_backend_preprocess.cpp.obj 2024-11-01T16:27:22.7400756Z [7207/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\distributed\c10d\python_comm_hook.cpp.obj 2024-11-01T16:27:22.8597459Z [7208/7391] Building CXX object caffe2\torch\CMakeFiles\nnapi_backend.dir\csrc\jit\backends\nnapi\nnapi_backend_lib.cpp.obj 2024-11-01T16:27:23.0313775Z [7209/7391] Building CXX object functorch\CMakeFiles\functorch.dir\csrc\dim\dim.cpp.obj 2024-11-01T16:27:23.0772589Z [7210/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\distributed\c10d\init.cpp.obj 2024-11-01T16:27:23.0841375Z [7211/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\onnx_log.cpp.obj 2024-11-01T16:27:23.4043069Z [7212/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\function_extraction.cpp.obj 2024-11-01T16:27:23.9189445Z [7213/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\naming.cpp.obj 2024-11-01T16:27:25.1471938Z [7214/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_torch_functions_1.cpp.obj 2024-11-01T16:27:25.3877160Z [7215/7391] Building CXX object functorch\CMakeFiles\functorch.dir\csrc\init_dim_only.cpp.obj 2024-11-01T16:27:25.5105957Z [7216/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\pybind_utils.cpp.obj 2024-11-01T16:27:26.1277443Z [7217/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\shape_type_inference.cpp.obj 2024-11-01T16:27:26.1861307Z [7218/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_1.cpp.obj 2024-11-01T16:27:26.2220682Z [7219/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_2.cpp.obj 2024-11-01T16:27:26.3874389Z [7220/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_0.cpp.obj 2024-11-01T16:27:26.5081753Z [7221/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_torch_functions_2.cpp.obj 2024-11-01T16:27:27.3274262Z [7222/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_variable_methods.cpp.obj 2024-11-01T16:27:27.3477462Z [7223/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_special_functions.cpp.obj 2024-11-01T16:27:27.4178217Z [7224/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_nn_functions.cpp.obj 2024-11-01T16:27:27.5183448Z [7225/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_torch_functions_0.cpp.obj 2024-11-01T16:27:27.5290214Z [7226/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_nested_functions.cpp.obj 2024-11-01T16:27:28.3078081Z [7227/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_sparse_functions.cpp.obj 2024-11-01T16:27:28.3819320Z [7228/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\DeviceAccelerator.cpp.obj 2024-11-01T16:27:28.4174640Z [7229/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_4.cpp.obj 2024-11-01T16:27:28.5184693Z [7230/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_3.cpp.obj 2024-11-01T16:27:28.5405937Z [7231/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_fft_functions.cpp.obj 2024-11-01T16:27:28.6197748Z [7232/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_linalg_functions.cpp.obj 2024-11-01T16:27:28.6780323Z [7233/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\DataLoader.cpp.obj 2024-11-01T16:27:28.7363459Z [7234/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Device.cpp.obj 2024-11-01T16:27:29.1660590Z [7235/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Dtype.cpp.obj 2024-11-01T16:27:29.2130433Z [7236/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_return_types.cpp.obj 2024-11-01T16:27:29.4044718Z [7237/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Layout.cpp.obj 2024-11-01T16:27:29.4155463Z [7238/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_enum_tag.cpp.obj 2024-11-01T16:27:29.5007542Z [7239/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\MemoryFormat.cpp.obj 2024-11-01T16:27:30.0076241Z [7240/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\QScheme.cpp.obj 2024-11-01T16:27:31.7842585Z [7241/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\DynamicTypes.cpp.obj 2024-11-01T16:27:31.8247781Z [7242/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Exceptions.cpp.obj 2024-11-01T16:27:32.2369828Z [7243/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Generator.cpp.obj 2024-11-01T16:27:32.6290858Z [7244/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\python_dimname.cpp.obj 2024-11-01T16:27:32.7513165Z [7245/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\StorageMethods.cpp.obj 2024-11-01T16:27:32.7652117Z [7246/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Size.cpp.obj 2024-11-01T16:27:32.8290785Z [7247/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Storage.cpp.obj 2024-11-01T16:27:33.1609844Z [7248/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\PyInterpreter.cpp.obj 2024-11-01T16:27:33.2542621Z [7249/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Module.cpp.obj 2024-11-01T16:27:33.2544744Z 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:27:33.2546678Z 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:27:33.2548495Z 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:27:34.2747032Z [7250/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_cpp_function.cpp.obj 2024-11-01T16:27:35.3203720Z [7251/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\StorageSharing.cpp.obj 2024-11-01T16:27:35.6850141Z [7252/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Event.cpp.obj 2024-11-01T16:27:35.7282338Z [7253/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Stream.cpp.obj 2024-11-01T16:27:35.7869400Z [7254/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\api\src\python\init.cpp.obj 2024-11-01T16:27:35.8252373Z [7255/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\functions\init.cpp.obj 2024-11-01T16:27:35.9690378Z [7256/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\TypeInfo.cpp.obj 2024-11-01T16:27:36.7300555Z [7257/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\profiler_python.cpp.obj 2024-11-01T16:27:36.8239997Z [7258/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_anomaly_mode.cpp.obj 2024-11-01T16:27:37.1398370Z [7259/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_saved_variable_hooks.cpp.obj 2024-11-01T16:27:38.4041436Z [7260/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\init.cpp.obj 2024-11-01T16:27:38.6754688Z [7261/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_legacy_variable.cpp.obj 2024-11-01T16:27:38.9128448Z [7262/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_function.cpp.obj 2024-11-01T16:27:38.9712400Z [7263/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_hook.cpp.obj 2024-11-01T16:27:39.0870574Z [7264/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_variable_indexing.cpp.obj 2024-11-01T16:27:39.2009034Z [7265/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\cpp_shim.cpp.obj 2024-11-01T16:27:39.3970189Z [7266/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\framelocals_mapping.cpp.obj 2024-11-01T16:27:39.7661942Z [7267/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\cache_entry.cpp.obj 2024-11-01T16:27:39.8367567Z [7268/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_engine.cpp.obj 2024-11-01T16:27:40.0727958Z [7269/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_nested_functions_manual.cpp.obj 2024-11-01T16:27:40.0812241Z [7270/7391] Building C object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\cpython_defs.c.obj 2024-11-01T16:27:40.0814791Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/utils/python_compat.h(39): warning C4273: '_PyWeakref_ClearRef': inconsistent dll linkage 2024-11-01T16:27:40.0817280Z C:\Jenkins\Miniconda3\include\weakrefobject.h(67): note: see previous definition of '_PyWeakref_ClearRef' 2024-11-01T16:27:40.3663514Z [7271/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\fx\node.cpp.obj 2024-11-01T16:27:40.4325210Z [7272/7391] Building C object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\eval_frame.c.obj 2024-11-01T16:27:40.4326696Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/utils/python_compat.h(39): warning C4273: '_PyWeakref_ClearRef': inconsistent dll linkage 2024-11-01T16:27:40.4328093Z C:\Jenkins\Miniconda3\include\weakrefobject.h(67): note: see previous definition of '_PyWeakref_ClearRef' 2024-11-01T16:27:41.0351424Z [7273/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\extra_state.cpp.obj 2024-11-01T16:27:41.2678367Z [7274/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\utils.cpp.obj 2024-11-01T16:27:41.6687946Z [7275/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_torch_functions_manual.cpp.obj 2024-11-01T16:27:41.9512034Z [7276/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\python_compiled_autograd.cpp.obj 2024-11-01T16:27:42.0657399Z [7277/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_variable.cpp.obj 2024-11-01T16:27:42.1622723Z [7278/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\init.cpp.obj 2024-11-01T16:27:42.9100634Z [7279/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_package\pybind.cpp.obj 2024-11-01T16:27:42.9661620Z [7280/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\resize_storage_bytes.cpp.obj 2024-11-01T16:27:43.0034909Z [7281/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_runner\pybind.cpp.obj 2024-11-01T16:27:43.1570665Z [7282/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\guards.cpp.obj 2024-11-01T16:27:43.2078404Z [7283/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\mps\Module.cpp.obj 2024-11-01T16:27:44.1136015Z [7284/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\deduplicate_initializers.cpp.obj 2024-11-01T16:27:44.1528160Z [7285/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\functorch\init.cpp.obj 2024-11-01T16:27:44.6020324Z [7286/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\mtia\Module.cpp.obj 2024-11-01T16:27:45.0251750Z [7287/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\cast_all_constant_to_floating.cpp.obj 2024-11-01T16:27:45.7679372Z [7288/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_eager\kernel_holder.cpp.obj 2024-11-01T16:27:45.8016988Z [7289/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_eager\kernel_meta_info.cpp.obj 2024-11-01T16:27:46.1536236Z [7290/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\constant_map.cpp.obj 2024-11-01T16:27:46.2401732Z [7291/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx.cpp.obj 2024-11-01T16:27:46.4635602Z [7292/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\init.cpp.obj 2024-11-01T16:27:47.0513903Z [7293/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\eliminate_unused_items.cpp.obj 2024-11-01T16:27:47.2884003Z [7294/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\backends\backend_init.cpp.obj 2024-11-01T16:27:47.2921173Z [7295/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\helper.cpp.obj 2024-11-01T16:27:47.3277974Z [7296/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\list_model_parameters.cpp.obj 2024-11-01T16:27:47.6261117Z [7297/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\constant_fold.cpp.obj 2024-11-01T16:27:47.7075042Z [7298/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\fixup_onnx_controlflow.cpp.obj 2024-11-01T16:27:48.0670834Z [7299/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\peephole.cpp.obj 2024-11-01T16:27:48.1623183Z [7300/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\preprocess_for_onnx.cpp.obj 2024-11-01T16:27:48.1787389Z [7301/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\function_substitution.cpp.obj 2024-11-01T16:27:48.5275003Z [7302/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\scalar_type_analysis.cpp.obj 2024-11-01T16:27:48.5426251Z [7303/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\remove_inplace_ops_for_onnx.cpp.obj 2024-11-01T16:27:48.6941535Z [7304/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\eval_peephole.cpp.obj 2024-11-01T16:27:48.8557619Z [7305/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\prepare_division_for_onnx.cpp.obj 2024-11-01T16:27:49.0713726Z [7306/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\unpack_quantized_weights.cpp.obj 2024-11-01T16:33:35.9256641Z [7307/7391] Linking CXX shared library bin\torch_cpu.dll 2024-11-01T16:33:36.1343834Z [7308/7391] Linking CXX shared library bin\torch.dll 2024-11-01T16:33:36.3172545Z [7309/7391] Linking CXX static library lib\unbox_lib.lib 2024-11-01T16:33:36.7976309Z [7310/7391] Linking CXX executable bin\thread_init_test.exe 2024-11-01T16:33:36.9080824Z [7311/7391] Linking CXX executable bin\verify_api_visibility.exe 2024-11-01T16:33:36.9726333Z [7312/7391] Linking CXX executable bin\TCPStoreTest.exe 2024-11-01T16:33:36.9738753Z [7313/7391] Linking CXX executable bin\BackoffTest.exe 2024-11-01T16:33:36.9808294Z [7314/7391] Linking CXX executable bin\type_test.exe 2024-11-01T16:33:36.9942696Z [7315/7391] Linking CXX executable bin\ProcessGroupGlooTest.exe 2024-11-01T16:33:37.0007541Z [7316/7391] Linking CXX executable bin\FileStoreTest.exe 2024-11-01T16:33:37.0069869Z [7317/7391] Linking CXX executable bin\type_ptr_test.exe 2024-11-01T16:33:37.2407609Z [7318/7391] Linking CXX executable bin\undefined_tensor_test.exe 2024-11-01T16:33:37.3825660Z [7319/7391] Linking CXX executable bin\weakref_test.exe 2024-11-01T16:33:37.3895397Z [7320/7391] Linking CXX executable bin\wrapdim_test.exe 2024-11-01T16:33:37.3930530Z [7321/7391] Linking CXX executable bin\legacy_vmap_test.exe 2024-11-01T16:33:37.4064736Z [7322/7391] Linking CXX executable bin\xla_tensor_test.exe 2024-11-01T16:33:37.5029484Z [7323/7391] Linking CXX executable bin\IListRef_test.exe 2024-11-01T16:33:37.7516036Z [7324/7391] Linking CXX executable bin\List_test.exe 2024-11-01T16:33:37.8527884Z [7325/7391] Linking CXX executable bin\KernelFunction_test.exe 2024-11-01T16:33:37.8537346Z [7326/7391] Linking CXX executable bin\test_parallel.exe 2024-11-01T16:33:38.2191100Z [7327/7391] Linking CXX executable bin\tensor_iterator_test.exe 2024-11-01T16:33:38.4207410Z [7328/7391] Linking CXX executable bin\Dict_test.exe 2024-11-01T16:33:38.4704600Z [7329/7391] Linking CXX executable bin\kernel_function_test.exe 2024-11-01T16:33:38.5150647Z [7330/7391] Linking CXX executable bin\Dimname_test.exe 2024-11-01T16:33:38.7116861Z [7331/7391] Linking CXX executable bin\kernel_function_legacy_test.exe 2024-11-01T16:33:38.8157787Z [7332/7391] Linking CXX executable bin\NamedTensor_test.exe 2024-11-01T16:33:38.9289509Z [7333/7391] Linking CXX executable bin\basic.exe 2024-11-01T16:33:39.0566060Z [7334/7391] Linking CXX executable bin\MaybeOwned_test.exe 2024-11-01T16:33:39.1603065Z [7335/7391] Linking CXX executable bin\apply_utils_test.exe 2024-11-01T16:33:39.3385107Z [7336/7391] Linking CXX executable bin\kernel_lambda_legacy_test.exe 2024-11-01T16:33:39.4064678Z [7337/7391] Linking CXX executable bin\cpu_allocator_test.exe 2024-11-01T16:33:39.4217769Z [7338/7391] Linking CXX executable bin\atest.exe 2024-11-01T16:33:39.4382472Z [7339/7391] Linking CXX executable bin\broadcast_test.exe 2024-11-01T16:33:39.5234430Z [7340/7391] Linking CXX executable bin\cpu_profiling_allocator_test.exe 2024-11-01T16:33:39.7420320Z [7341/7391] Linking CXX executable bin\cpu_generator_test.exe 2024-11-01T16:33:39.7496165Z [7342/7391] Linking CXX executable bin\dispatch_key_set_test.exe 2024-11-01T16:33:39.9430129Z [7343/7391] Linking CXX executable bin\dlconvertor_test.exe 2024-11-01T16:33:39.9729068Z [7344/7391] Linking CXX executable bin\extension_backend_test.exe 2024-11-01T16:33:40.1971070Z [7345/7391] Linking CXX executable bin\half_test.exe 2024-11-01T16:33:40.2990235Z [7346/7391] Linking CXX executable bin\lazy_tensor_test.exe 2024-11-01T16:33:40.3589413Z [7347/7391] Linking CXX executable bin\math_kernel_test.exe 2024-11-01T16:33:40.4477377Z [7348/7391] Linking CXX executable bin\ivalue_test.exe 2024-11-01T16:33:40.4808594Z [7349/7391] Linking CXX executable bin\cpu_rng_test.exe 2024-11-01T16:33:40.9081108Z [7350/7391] Linking CXX executable bin\memory_format_test.exe 2024-11-01T16:33:40.9616987Z [7351/7391] Linking CXX executable bin\memory_overlapping_test.exe 2024-11-01T16:33:41.0142621Z [7352/7391] Linking CXX executable bin\operator_name_test.exe 2024-11-01T16:33:41.0533654Z [7353/7391] Linking CXX executable bin\mobile_memory_cleanup.exe 2024-11-01T16:33:41.5083036Z [7354/7391] Linking CXX executable bin\native_test.exe 2024-11-01T16:33:41.7335925Z [7355/7391] Linking CXX executable bin\operators_test.exe 2024-11-01T16:33:41.7401470Z [7356/7391] Linking CXX executable bin\packedtensoraccessor_test.exe 2024-11-01T16:33:41.7814371Z [7357/7391] Linking CXX executable bin\vec_test_all_types_DEFAULT.exe 2024-11-01T16:33:41.8681248Z [7358/7391] Linking CXX executable bin\quantized_test.exe 2024-11-01T16:33:41.9791833Z [7359/7391] Linking CXX executable bin\pow_test.exe 2024-11-01T16:33:42.0100936Z [7360/7391] Linking CXX executable bin\reduce_ops_test.exe 2024-11-01T16:33:42.0636741Z [7361/7391] Linking CXX executable bin\vec_test_all_types_AVX2.exe 2024-11-01T16:33:42.2635066Z [7362/7391] Linking CXX executable bin\reportMemoryUsage_test.exe 2024-11-01T16:33:42.3118290Z [7363/7391] Linking CXX executable bin\stride_properties_test.exe 2024-11-01T16:33:42.3135694Z [7364/7391] Linking CXX executable bin\scalar_tensor_test.exe 2024-11-01T16:33:42.4314956Z [7365/7391] Linking CXX executable bin\StorageUtils_test.exe 2024-11-01T16:33:42.4782960Z [7366/7391] Linking CXX executable bin\scalar_test.exe 2024-11-01T16:33:42.4932422Z [7367/7391] Linking CXX executable bin\vec_test_all_types_AVX512.exe 2024-11-01T16:33:42.5685087Z [7368/7391] Linking CXX executable bin\CppSignature_test.exe 2024-11-01T16:33:42.6845000Z [7369/7391] Linking CXX executable bin\kernel_stackbased_test.exe 2024-11-01T16:33:42.7027391Z [7370/7391] Linking CXX executable bin\op_allowlist_test.exe 2024-11-01T16:33:42.7098921Z [7371/7391] Linking CXX executable bin\backend_fallback_test.exe 2024-11-01T16:33:42.8299803Z [7372/7391] Linking CXX shared library bin\shm.dll 2024-11-01T16:33:43.0807296Z [7373/7391] Linking CXX executable bin\parallel_benchmark.exe 2024-11-01T16:33:43.0996364Z [7374/7391] Linking CXX executable bin\inline_container_test.exe 2024-11-01T16:33:43.1079507Z [7375/7391] Linking CXX executable bin\kernel_lambda_test.exe 2024-11-01T16:33:43.1445587Z [7376/7391] Linking CXX executable bin\tutorial_tensorexpr.exe 2024-11-01T16:33:43.1633721Z [7377/7391] Linking CXX executable bin\make_boxed_from_unboxed_functor_test.exe 2024-11-01T16:33:43.4888095Z [7378/7391] Linking CXX executable bin\test_edge_op_registration.exe 2024-11-01T16:33:43.5865614Z [7379/7391] Linking CXX shared library bin\jitbackend_test.dll 2024-11-01T16:33:43.9192523Z [7380/7391] Linking CXX shared library bin\backend_with_compiler.dll 2024-11-01T16:33:44.1054713Z [7381/7391] Linking CXX shared library bin\aoti_custom_ops.dll 2024-11-01T16:33:44.5359124Z [7382/7391] Linking CXX shared library bin\torchbind_test.dll 2024-11-01T16:33:46.4228099Z [7383/7391] Linking CXX executable bin\test_lazy.exe 2024-11-01T16:33:46.6445751Z [7384/7391] Linking CXX executable bin\op_registration_test.exe 2024-11-01T16:33:48.4356421Z [7385/7391] Linking CXX executable bin\test_tensorexpr.exe 2024-11-01T16:33:50.6853422Z [7386/7391] Linking CXX executable bin\test_jit.exe 2024-11-01T16:33:51.4721953Z [7387/7391] Linking CXX executable bin\test_api.exe 2024-11-01T16:33:58.3817847Z [7388/7391] Linking CXX shared library bin\torch_python.dll 2024-11-01T16:33:58.6262551Z [7389/7391] Linking CXX shared module functorch\functorch.pyd 2024-11-01T16:33:58.6340048Z [7390/7391] Linking CXX shared library bin\nnapi_backend.dll 2024-11-01T16:33:58.6352741Z [7390/7391] Install the project... 2024-11-01T16:33:58.6965550Z -- Install configuration: "Release" 2024-11-01T16:34:52.1617510Z -- Building version 2.6.0a0+gitd1aa4ef 2024-11-01T16:34:52.1621097Z 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:34:52.1624527Z cmake --build . --target install --config Release -- -j 8 2024-11-01T16:34:52.1625032Z running bdist_wheel 2024-11-01T16:34:54.5718341Z running build 2024-11-01T16:34:54.5718704Z running build_py 2024-11-01T16:34:54.5839678Z creating build\lib.win-amd64-cpython-39 2024-11-01T16:34:54.5841357Z creating build\lib.win-amd64-cpython-39\functorch 2024-11-01T16:34:54.5843993Z copying functorch\__init__.py -> build\lib.win-amd64-cpython-39\functorch 2024-11-01T16:34:54.5869262Z creating build\lib.win-amd64-cpython-39\torch 2024-11-01T16:34:54.5871878Z copying torch\functional.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:34:54.5902536Z copying torch\hub.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:34:54.6228033Z copying torch\library.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:34:54.6261182Z copying torch\overrides.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:34:54.6846964Z copying torch\quasirandom.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:34:54.7151647Z copying torch\random.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:34:54.7163600Z copying torch\return_types.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:34:54.7175688Z copying torch\serialization.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:34:54.7211213Z copying torch\storage.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:34:54.7233979Z copying torch\torch_version.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:34:54.7248072Z copying torch\types.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:34:54.7261646Z copying torch\version.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:34:54.7266731Z copying torch\_appdirs.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:34:54.7568950Z copying torch\_classes.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:34:54.7581956Z copying torch\_compile.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:34:54.7594127Z copying torch\_custom_ops.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:34:54.7993977Z copying torch\_deploy.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:34:54.8374433Z copying torch\_environment.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:34:54.8379767Z copying torch\_guards.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:34:54.8401314Z copying torch\_jit_internal.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:34:54.8425330Z copying torch\_linalg_utils.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:34:54.8435320Z copying torch\_lobpcg.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:34:54.8453721Z copying torch\_lowrank.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:34:54.8463991Z copying torch\_meta_registrations.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:34:54.9473155Z copying torch\_namedtensor_internals.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:34:54.9483141Z copying torch\_ops.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:34:54.9512399Z copying torch\_python_dispatcher.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:34:54.9525591Z copying torch\_size_docs.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:34:54.9534229Z copying torch\_sources.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:34:54.9543973Z copying torch\_storage_docs.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:34:54.9552478Z copying torch\_streambase.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:34:54.9561564Z copying torch\_tensor.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:34:54.9591034Z copying torch\_tensor_docs.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:34:55.0883734Z copying torch\_tensor_str.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:34:55.0900122Z copying torch\_thread_safe_fork.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:34:55.0907924Z copying torch\_torch_docs.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:34:55.1794008Z copying torch\_utils.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:34:55.1826157Z copying torch\_utils_internal.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:34:55.1831818Z copying torch\_VF.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:34:55.1837410Z copying torch\_vmap_internals.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:34:55.1849185Z copying torch\_weights_only_unpickler.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:34:55.1863646Z copying torch\__config__.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:34:55.1869041Z copying torch\__future__.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:34:55.1878472Z copying torch\__init__.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:34:55.1920949Z creating build\lib.win-amd64-cpython-39\torchgen 2024-11-01T16:34:55.1923114Z copying torchgen\code_template.py -> build\lib.win-amd64-cpython-39\torchgen 2024-11-01T16:34:55.1932619Z copying torchgen\context.py -> build\lib.win-amd64-cpython-39\torchgen 2024-11-01T16:34:55.1945044Z copying torchgen\gen.py -> build\lib.win-amd64-cpython-39\torchgen 2024-11-01T16:34:55.1984590Z copying torchgen\gen_aoti_c_shim.py -> build\lib.win-amd64-cpython-39\torchgen 2024-11-01T16:34:55.1998861Z copying torchgen\gen_backend_stubs.py -> build\lib.win-amd64-cpython-39\torchgen 2024-11-01T16:34:55.2017927Z copying torchgen\gen_executorch.py -> build\lib.win-amd64-cpython-39\torchgen 2024-11-01T16:34:55.2039658Z copying torchgen\gen_functionalization_type.py -> build\lib.win-amd64-cpython-39\torchgen 2024-11-01T16:34:55.2057807Z copying torchgen\gen_lazy_tensor.py -> build\lib.win-amd64-cpython-39\torchgen 2024-11-01T16:34:55.2079444Z copying torchgen\gen_schema_utils.py -> build\lib.win-amd64-cpython-39\torchgen 2024-11-01T16:34:55.2088711Z copying torchgen\gen_vmap_plumbing.py -> build\lib.win-amd64-cpython-39\torchgen 2024-11-01T16:34:55.2102226Z copying torchgen\local.py -> build\lib.win-amd64-cpython-39\torchgen 2024-11-01T16:34:55.2111533Z copying torchgen\model.py -> build\lib.win-amd64-cpython-39\torchgen 2024-11-01T16:34:55.2157978Z copying torchgen\native_function_generation.py -> build\lib.win-amd64-cpython-39\torchgen 2024-11-01T16:34:55.2733766Z copying torchgen\utils.py -> build\lib.win-amd64-cpython-39\torchgen 2024-11-01T16:34:55.2747749Z copying torchgen\yaml_utils.py -> build\lib.win-amd64-cpython-39\torchgen 2024-11-01T16:34:55.2756810Z copying torchgen\__init__.py -> build\lib.win-amd64-cpython-39\torchgen 2024-11-01T16:34:55.2763694Z creating build\lib.win-amd64-cpython-39\functorch\compile 2024-11-01T16:34:55.2766354Z copying functorch\compile\__init__.py -> build\lib.win-amd64-cpython-39\functorch\compile 2024-11-01T16:34:55.2780815Z creating build\lib.win-amd64-cpython-39\functorch\dim 2024-11-01T16:34:55.2783369Z copying functorch\dim\batch_tensor.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-11-01T16:34:55.2792565Z copying functorch\dim\delayed_mul_tensor.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-11-01T16:34:55.2801675Z copying functorch\dim\dim.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-11-01T16:34:55.2810379Z copying functorch\dim\magic_trace.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-11-01T16:34:55.2823372Z copying functorch\dim\op_properties.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-11-01T16:34:55.2832810Z copying functorch\dim\reference.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-11-01T16:34:55.2846545Z copying functorch\dim\tree_map.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-11-01T16:34:55.2855016Z copying functorch\dim\wrap_type.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-11-01T16:34:55.2863659Z copying functorch\dim\__init__.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-11-01T16:34:55.2874760Z creating build\lib.win-amd64-cpython-39\functorch\einops 2024-11-01T16:34:55.2877280Z copying functorch\einops\rearrange.py -> build\lib.win-amd64-cpython-39\functorch\einops 2024-11-01T16:34:55.2890272Z copying functorch\einops\_parsing.py -> build\lib.win-amd64-cpython-39\functorch\einops 2024-11-01T16:34:55.2899714Z copying functorch\einops\__init__.py -> build\lib.win-amd64-cpython-39\functorch\einops 2024-11-01T16:34:55.2906379Z creating build\lib.win-amd64-cpython-39\functorch\experimental 2024-11-01T16:34:55.2913305Z copying functorch\experimental\control_flow.py -> build\lib.win-amd64-cpython-39\functorch\experimental 2024-11-01T16:34:55.2918883Z copying functorch\experimental\ops.py -> build\lib.win-amd64-cpython-39\functorch\experimental 2024-11-01T16:34:55.2924112Z copying functorch\experimental\__init__.py -> build\lib.win-amd64-cpython-39\functorch\experimental 2024-11-01T16:34:55.2931076Z creating build\lib.win-amd64-cpython-39\functorch\_src 2024-11-01T16:34:55.2934170Z copying functorch\_src\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src 2024-11-01T16:34:55.2943126Z creating build\lib.win-amd64-cpython-39\functorch\_src\aot_autograd 2024-11-01T16:34:55.2945563Z copying functorch\_src\aot_autograd\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\aot_autograd 2024-11-01T16:34:55.2952053Z creating build\lib.win-amd64-cpython-39\functorch\_src\eager_transforms 2024-11-01T16:34:55.2954589Z copying functorch\_src\eager_transforms\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\eager_transforms 2024-11-01T16:34:55.2960830Z creating build\lib.win-amd64-cpython-39\functorch\_src\make_functional 2024-11-01T16:34:55.2968133Z copying functorch\_src\make_functional\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\make_functional 2024-11-01T16:34:55.2974754Z creating build\lib.win-amd64-cpython-39\functorch\_src\vmap 2024-11-01T16:34:55.2977231Z copying functorch\_src\vmap\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\vmap 2024-11-01T16:34:55.2984186Z creating build\lib.win-amd64-cpython-39\torch\accelerator 2024-11-01T16:34:55.2986767Z copying torch\accelerator\_utils.py -> build\lib.win-amd64-cpython-39\torch\accelerator 2024-11-01T16:34:55.2995734Z copying torch\accelerator\__init__.py -> build\lib.win-amd64-cpython-39\torch\accelerator 2024-11-01T16:34:55.3007309Z creating build\lib.win-amd64-cpython-39\torch\amp 2024-11-01T16:34:55.3013295Z copying torch\amp\autocast_mode.py -> build\lib.win-amd64-cpython-39\torch\amp 2024-11-01T16:34:55.3030586Z copying torch\amp\grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\amp 2024-11-01T16:34:55.3049196Z copying torch\amp\__init__.py -> build\lib.win-amd64-cpython-39\torch\amp 2024-11-01T16:34:55.3055575Z creating build\lib.win-amd64-cpython-39\torch\ao 2024-11-01T16:34:55.3061641Z copying torch\ao\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao 2024-11-01T16:34:55.3069605Z creating build\lib.win-amd64-cpython-39\torch\autograd 2024-11-01T16:34:55.3072293Z copying torch\autograd\anomaly_mode.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-11-01T16:34:55.3086604Z copying torch\autograd\forward_ad.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-11-01T16:34:55.3099774Z copying torch\autograd\function.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-11-01T16:34:55.3118313Z copying torch\autograd\functional.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-11-01T16:34:55.3148287Z copying torch\autograd\gradcheck.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-11-01T16:34:55.3184669Z copying torch\autograd\grad_mode.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-11-01T16:34:55.3196928Z copying torch\autograd\graph.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-11-01T16:34:55.3213337Z copying torch\autograd\profiler.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-11-01T16:34:55.3381765Z copying torch\autograd\profiler_legacy.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-11-01T16:34:55.3393121Z copying torch\autograd\profiler_util.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-11-01T16:34:55.3417148Z copying torch\autograd\variable.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-11-01T16:34:55.3422550Z copying torch\autograd\__init__.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-11-01T16:34:55.3438976Z creating build\lib.win-amd64-cpython-39\torch\backends 2024-11-01T16:34:55.3441510Z copying torch\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends 2024-11-01T16:34:55.3454592Z creating build\lib.win-amd64-cpython-39\torch\compiler 2024-11-01T16:34:55.3456985Z copying torch\compiler\__init__.py -> build\lib.win-amd64-cpython-39\torch\compiler 2024-11-01T16:34:55.3469171Z creating build\lib.win-amd64-cpython-39\torch\contrib 2024-11-01T16:34:55.3472114Z copying torch\contrib\_tensorboard_vis.py -> build\lib.win-amd64-cpython-39\torch\contrib 2024-11-01T16:34:55.3486371Z copying torch\contrib\__init__.py -> build\lib.win-amd64-cpython-39\torch\contrib 2024-11-01T16:34:55.3491759Z creating build\lib.win-amd64-cpython-39\torch\cpu 2024-11-01T16:34:55.3494454Z copying torch\cpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\cpu 2024-11-01T16:34:55.3508507Z creating build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:34:55.3515265Z copying torch\cuda\comm.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:34:55.3520706Z copying torch\cuda\error.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:34:55.3525504Z copying torch\cuda\gds.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:34:55.3534881Z copying torch\cuda\graphs.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:34:55.3552665Z copying torch\cuda\jiterator.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:34:55.3568456Z copying torch\cuda\memory.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:34:55.3593509Z copying torch\cuda\nccl.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:34:55.3606675Z copying torch\cuda\nvtx.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:34:55.3619644Z copying torch\cuda\profiler.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:34:55.3627973Z copying torch\cuda\random.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:34:55.3637715Z copying torch\cuda\sparse.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:34:55.3643097Z copying torch\cuda\streams.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:34:55.3656097Z copying torch\cuda\tunable.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:34:55.3667699Z copying torch\cuda\_gpu_trace.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:34:55.3677113Z copying torch\cuda\_memory_viz.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:34:55.3691485Z copying torch\cuda\_sanitizer.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:34:55.3709808Z copying torch\cuda\_utils.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:34:55.3718956Z copying torch\cuda\__init__.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:34:55.3745439Z creating build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:34:55.3748136Z copying torch\distributed\argparse_util.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:34:55.3759752Z copying torch\distributed\c10d_logger.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:34:55.3768994Z copying torch\distributed\collective_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:34:55.3782734Z copying torch\distributed\constants.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:34:55.3791533Z copying torch\distributed\device_mesh.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:34:55.3815895Z copying torch\distributed\distributed_c10d.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:34:55.4221585Z copying torch\distributed\launch.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:34:55.4231430Z copying torch\distributed\logging_handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:34:55.4237176Z copying torch\distributed\remote_device.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:34:55.4248368Z copying torch\distributed\rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:34:55.4259744Z copying torch\distributed\run.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:34:55.5382097Z copying torch\distributed\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:34:55.5392462Z copying torch\distributed\_checkpointable.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:34:55.5404772Z copying torch\distributed\_composable_state.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:34:55.5414073Z copying torch\distributed\_functional_collectives.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:34:55.5432564Z copying torch\distributed\_functional_collectives_impl.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:34:55.5441608Z copying torch\distributed\_state_dict_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:34:55.5463631Z copying torch\distributed\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:34:55.5481210Z creating build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:34:55.5483983Z copying torch\distributions\bernoulli.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:34:55.5494297Z copying torch\distributions\beta.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:34:55.5506186Z copying torch\distributions\binomial.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:34:55.5516385Z copying torch\distributions\categorical.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:34:55.5529351Z copying torch\distributions\cauchy.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:34:55.5538139Z copying torch\distributions\chi2.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:34:55.5546632Z copying torch\distributions\constraints.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:34:55.5561990Z copying torch\distributions\constraint_registry.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:34:55.5572810Z copying torch\distributions\continuous_bernoulli.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:34:55.5585619Z copying torch\distributions\dirichlet.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:34:55.5599138Z copying torch\distributions\distribution.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:34:55.5610604Z copying torch\distributions\exponential.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:34:55.5619614Z copying torch\distributions\exp_family.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:34:55.5629002Z copying torch\distributions\fishersnedecor.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:34:55.5641967Z copying torch\distributions\gamma.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:34:55.5650966Z copying torch\distributions\geometric.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:34:55.5661280Z copying torch\distributions\gumbel.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:34:55.5670575Z copying torch\distributions\half_cauchy.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:34:55.5682024Z copying torch\distributions\half_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:34:55.5691879Z copying torch\distributions\independent.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:34:55.5703057Z copying torch\distributions\inverse_gamma.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:34:55.5712858Z copying torch\distributions\kl.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:34:55.6130993Z copying torch\distributions\kumaraswamy.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:34:55.6143644Z copying torch\distributions\laplace.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:34:55.6153131Z copying torch\distributions\lkj_cholesky.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:34:55.6165983Z copying torch\distributions\logistic_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:34:55.6174899Z copying torch\distributions\log_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:34:55.6193194Z copying torch\distributions\lowrank_multivariate_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:34:55.6207355Z copying torch\distributions\mixture_same_family.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:34:55.6216949Z copying torch\distributions\multinomial.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:34:55.6230283Z copying torch\distributions\multivariate_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:34:55.6240828Z copying torch\distributions\negative_binomial.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:34:55.6255845Z copying torch\distributions\normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:34:55.6265433Z copying torch\distributions\one_hot_categorical.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:34:55.6281455Z copying torch\distributions\pareto.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:34:55.6291732Z copying torch\distributions\poisson.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:34:55.6300816Z copying torch\distributions\relaxed_bernoulli.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:34:55.6316223Z copying torch\distributions\relaxed_categorical.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:34:55.6329320Z copying torch\distributions\studentT.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:34:55.6338484Z copying torch\distributions\transformed_distribution.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:34:55.6352668Z copying torch\distributions\transforms.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:34:55.6372356Z copying torch\distributions\uniform.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:34:55.6384523Z copying torch\distributions\utils.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:34:55.6394126Z copying torch\distributions\von_mises.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:34:55.6403958Z copying torch\distributions\weibull.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:34:55.6416959Z copying torch\distributions\wishart.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:34:55.6434986Z copying torch\distributions\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:34:55.6448738Z creating build\lib.win-amd64-cpython-39\torch\export 2024-11-01T16:34:55.6451355Z copying torch\export\custom_obj.py -> build\lib.win-amd64-cpython-39\torch\export 2024-11-01T16:34:55.6456694Z copying torch\export\decomp_utils.py -> build\lib.win-amd64-cpython-39\torch\export 2024-11-01T16:34:55.6472835Z copying torch\export\dynamic_shapes.py -> build\lib.win-amd64-cpython-39\torch\export 2024-11-01T16:34:55.6491309Z copying torch\export\exported_program.py -> build\lib.win-amd64-cpython-39\torch\export 2024-11-01T16:34:55.6521755Z copying torch\export\graph_signature.py -> build\lib.win-amd64-cpython-39\torch\export 2024-11-01T16:34:55.6537872Z copying torch\export\unflatten.py -> build\lib.win-amd64-cpython-39\torch\export 2024-11-01T16:34:55.6568408Z copying torch\export\_draft_export.py -> build\lib.win-amd64-cpython-39\torch\export 2024-11-01T16:34:55.6582851Z copying torch\export\_remove_auto_functionalized_pass.py -> build\lib.win-amd64-cpython-39\torch\export 2024-11-01T16:34:55.6593064Z copying torch\export\_remove_effect_tokens_pass.py -> build\lib.win-amd64-cpython-39\torch\export 2024-11-01T16:34:55.6602495Z copying torch\export\_safeguard.py -> build\lib.win-amd64-cpython-39\torch\export 2024-11-01T16:34:55.6614057Z copying torch\export\_swap.py -> build\lib.win-amd64-cpython-39\torch\export 2024-11-01T16:34:55.6627018Z copying torch\export\_trace.py -> build\lib.win-amd64-cpython-39\torch\export 2024-11-01T16:34:55.6655097Z copying torch\export\_tree_utils.py -> build\lib.win-amd64-cpython-39\torch\export 2024-11-01T16:34:55.6664894Z copying torch\export\_unlift.py -> build\lib.win-amd64-cpython-39\torch\export 2024-11-01T16:34:55.6675757Z copying torch\export\__init__.py -> build\lib.win-amd64-cpython-39\torch\export 2024-11-01T16:34:55.6691268Z creating build\lib.win-amd64-cpython-39\torch\fft 2024-11-01T16:34:55.6693636Z copying torch\fft\__init__.py -> build\lib.win-amd64-cpython-39\torch\fft 2024-11-01T16:34:55.6722215Z creating build\lib.win-amd64-cpython-39\torch\func 2024-11-01T16:34:55.6727776Z copying torch\func\__init__.py -> build\lib.win-amd64-cpython-39\torch\func 2024-11-01T16:34:55.6734352Z creating build\lib.win-amd64-cpython-39\torch\futures 2024-11-01T16:34:55.6736973Z copying torch\futures\__init__.py -> build\lib.win-amd64-cpython-39\torch\futures 2024-11-01T16:34:55.6751394Z creating build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:34:55.6757111Z copying torch\fx\annotate.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:34:55.6766252Z copying torch\fx\config.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:34:55.6771322Z copying torch\fx\graph.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:34:55.6848661Z copying torch\fx\graph_module.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:34:55.6876976Z copying torch\fx\immutable_collections.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:34:55.6891050Z copying torch\fx\interpreter.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:34:55.6907919Z copying torch\fx\node.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:34:55.6926510Z copying torch\fx\operator_schemas.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:34:55.6943301Z copying torch\fx\proxy.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:34:55.6960835Z copying torch\fx\subgraph_rewriter.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:34:55.7592533Z copying torch\fx\tensor_type.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:34:55.8185699Z copying torch\fx\traceback.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:34:55.8196020Z copying torch\fx\_compatibility.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:34:55.8206176Z copying torch\fx\_lazy_graph_module.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:34:55.8215991Z copying torch\fx\_pytree.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:34:55.8224883Z copying torch\fx\_symbolic_trace.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:34:55.8253828Z copying torch\fx\_utils.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:34:55.8262540Z copying torch\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:34:55.8281440Z creating build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:34:55.8284025Z copying torch\jit\annotations.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:34:55.8303209Z copying torch\jit\frontend.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:34:55.8329958Z copying torch\jit\generate_bytecode.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:34:55.8341281Z copying torch\jit\quantized.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:34:55.8360291Z copying torch\jit\supported_ops.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:34:55.8375049Z copying torch\jit\unsupported_tensor_ops.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:34:55.8389062Z copying torch\jit\_async.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:34:55.8398278Z copying torch\jit\_await.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:34:55.8409383Z copying torch\jit\_builtins.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:34:55.8423848Z copying torch\jit\_check.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:34:55.8435953Z copying torch\jit\_dataclass_impls.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:34:55.8445962Z copying torch\jit\_decompositions.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:34:55.8456200Z copying torch\jit\_decomposition_utils.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:34:55.8464621Z copying torch\jit\_freeze.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:34:55.8482414Z copying torch\jit\_fuser.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:34:55.8492218Z copying torch\jit\_ir_utils.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:34:55.8502128Z copying torch\jit\_logging.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:34:55.8511235Z copying torch\jit\_monkeytype_config.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:34:55.8521804Z copying torch\jit\_pickle.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:34:55.8530738Z copying torch\jit\_recursive.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:34:55.8552944Z copying torch\jit\_script.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:34:55.8584082Z copying torch\jit\_serialization.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:34:55.8593647Z copying torch\jit\_shape_functions.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:34:55.8617651Z copying torch\jit\_state.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:34:55.8626867Z copying torch\jit\_trace.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:34:55.8658793Z copying torch\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:34:55.8669770Z creating build\lib.win-amd64-cpython-39\torch\linalg 2024-11-01T16:34:55.8672677Z copying torch\linalg\__init__.py -> build\lib.win-amd64-cpython-39\torch\linalg 2024-11-01T16:34:55.9237955Z creating build\lib.win-amd64-cpython-39\torch\masked 2024-11-01T16:34:55.9248619Z copying torch\masked\_docs.py -> build\lib.win-amd64-cpython-39\torch\masked 2024-11-01T16:34:55.9293032Z copying torch\masked\_ops.py -> build\lib.win-amd64-cpython-39\torch\masked 2024-11-01T16:34:55.9318734Z copying torch\masked\__init__.py -> build\lib.win-amd64-cpython-39\torch\masked 2024-11-01T16:34:55.9329229Z creating build\lib.win-amd64-cpython-39\torch\monitor 2024-11-01T16:34:55.9335424Z copying torch\monitor\__init__.py -> build\lib.win-amd64-cpython-39\torch\monitor 2024-11-01T16:34:55.9345908Z creating build\lib.win-amd64-cpython-39\torch\mps 2024-11-01T16:34:55.9348378Z copying torch\mps\event.py -> build\lib.win-amd64-cpython-39\torch\mps 2024-11-01T16:34:55.9359145Z copying torch\mps\profiler.py -> build\lib.win-amd64-cpython-39\torch\mps 2024-11-01T16:34:55.9371184Z copying torch\mps\__init__.py -> build\lib.win-amd64-cpython-39\torch\mps 2024-11-01T16:34:55.9382419Z creating build\lib.win-amd64-cpython-39\torch\mtia 2024-11-01T16:34:55.9385099Z copying torch\mtia\_utils.py -> build\lib.win-amd64-cpython-39\torch\mtia 2024-11-01T16:34:55.9394079Z copying torch\mtia\__init__.py -> build\lib.win-amd64-cpython-39\torch\mtia 2024-11-01T16:34:55.9408039Z creating build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-11-01T16:34:55.9410759Z copying torch\multiprocessing\pool.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-11-01T16:34:55.9419629Z copying torch\multiprocessing\queue.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-11-01T16:34:55.9427968Z copying torch\multiprocessing\reductions.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-11-01T16:34:55.9449104Z copying torch\multiprocessing\spawn.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-11-01T16:34:55.9458946Z copying torch\multiprocessing\_atfork.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-11-01T16:34:55.9471066Z copying torch\multiprocessing\__init__.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-11-01T16:34:55.9480472Z creating build\lib.win-amd64-cpython-39\torch\nested 2024-11-01T16:34:55.9486479Z copying torch\nested\__init__.py -> build\lib.win-amd64-cpython-39\torch\nested 2024-11-01T16:34:55.9501923Z creating build\lib.win-amd64-cpython-39\torch\nn 2024-11-01T16:34:55.9504492Z copying torch\nn\common_types.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-11-01T16:34:56.0181981Z copying torch\nn\cpp.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-11-01T16:34:56.0195458Z copying torch\nn\functional.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-11-01T16:34:56.0274128Z copying torch\nn\grad.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-11-01T16:34:56.0291093Z copying torch\nn\init.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-11-01T16:34:56.0318446Z copying torch\nn\parameter.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-11-01T16:34:56.1243396Z copying torch\nn\_reduction.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-11-01T16:34:56.1254528Z copying torch\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-11-01T16:34:56.1271116Z creating build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:34:56.1273921Z copying torch\onnx\errors.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:34:56.1286289Z copying torch\onnx\operators.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:34:56.1296574Z copying torch\onnx\symbolic_caffe2.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:34:56.1307884Z copying torch\onnx\symbolic_helper.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:34:56.1696256Z copying torch\onnx\symbolic_opset10.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:34:56.1725033Z copying torch\onnx\symbolic_opset11.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:34:56.1749390Z copying torch\onnx\symbolic_opset12.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:34:56.1761020Z copying torch\onnx\symbolic_opset13.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:34:56.1779439Z copying torch\onnx\symbolic_opset14.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:34:56.1793629Z copying torch\onnx\symbolic_opset15.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:34:56.1802336Z copying torch\onnx\symbolic_opset16.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:34:56.1813334Z copying torch\onnx\symbolic_opset17.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:34:56.1822203Z copying torch\onnx\symbolic_opset18.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:34:56.1836023Z copying torch\onnx\symbolic_opset19.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:34:56.1841710Z copying torch\onnx\symbolic_opset20.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:34:56.1850761Z copying torch\onnx\symbolic_opset7.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:34:56.1859851Z copying torch\onnx\symbolic_opset8.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:34:56.1873030Z copying torch\onnx\symbolic_opset9.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:34:56.3828800Z copying torch\onnx\utils.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:34:56.3854527Z copying torch\onnx\verification.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:34:56.3889208Z copying torch\onnx\_constants.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:34:56.4261849Z copying torch\onnx\_deprecation.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:34:56.4271962Z copying torch\onnx\_experimental.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:34:56.4282830Z copying torch\onnx\_exporter_states.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:34:56.4289003Z copying torch\onnx\_flags.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:34:56.4301780Z copying torch\onnx\_globals.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:34:56.4313165Z copying torch\onnx\_onnx_supported_ops.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:34:56.4322763Z copying torch\onnx\_type_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:34:56.4335818Z copying torch\onnx\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:34:56.4356672Z creating build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:34:56.4359084Z copying torch\optim\adadelta.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:34:56.4373979Z copying torch\optim\adagrad.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:34:56.4390361Z copying torch\optim\adam.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:34:56.4409607Z copying torch\optim\adamax.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:34:56.4425851Z copying torch\optim\adamw.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:34:56.4443535Z copying torch\optim\asgd.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:34:56.4460980Z copying torch\optim\lbfgs.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:34:56.4570354Z copying torch\optim\lr_scheduler.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:34:56.4609432Z copying torch\optim\nadam.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:34:56.4624969Z copying torch\optim\optimizer.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:34:56.4955041Z copying torch\optim\radam.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:34:56.4972964Z copying torch\optim\rmsprop.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:34:56.4987236Z copying torch\optim\rprop.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:34:56.5003085Z copying torch\optim\sgd.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:34:56.5019687Z copying torch\optim\sparse_adam.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:34:56.5029575Z copying torch\optim\swa_utils.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:34:56.5044138Z copying torch\optim\_adafactor.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:34:56.5060417Z copying torch\optim\_functional.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:34:56.5069248Z copying torch\optim\__init__.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:34:56.5083889Z creating build\lib.win-amd64-cpython-39\torch\package 2024-11-01T16:34:56.5086660Z copying torch\package\file_structure_representation.py -> build\lib.win-amd64-cpython-39\torch\package 2024-11-01T16:34:56.5097489Z copying torch\package\find_file_dependencies.py -> build\lib.win-amd64-cpython-39\torch\package 2024-11-01T16:34:56.5108810Z copying torch\package\glob_group.py -> build\lib.win-amd64-cpython-39\torch\package 2024-11-01T16:34:56.5120998Z copying torch\package\importer.py -> build\lib.win-amd64-cpython-39\torch\package 2024-11-01T16:34:56.5132028Z copying torch\package\package_exporter.py -> build\lib.win-amd64-cpython-39\torch\package 2024-11-01T16:34:56.5155426Z copying torch\package\package_importer.py -> build\lib.win-amd64-cpython-39\torch\package 2024-11-01T16:34:56.5170528Z copying torch\package\_digraph.py -> build\lib.win-amd64-cpython-39\torch\package 2024-11-01T16:34:56.5526030Z copying torch\package\_directory_reader.py -> build\lib.win-amd64-cpython-39\torch\package 2024-11-01T16:34:56.5535819Z copying torch\package\_importlib.py -> build\lib.win-amd64-cpython-39\torch\package 2024-11-01T16:34:56.5544810Z copying torch\package\_mangling.py -> build\lib.win-amd64-cpython-39\torch\package 2024-11-01T16:34:56.5556507Z copying torch\package\_mock.py -> build\lib.win-amd64-cpython-39\torch\package 2024-11-01T16:34:56.5570220Z copying torch\package\_package_pickler.py -> build\lib.win-amd64-cpython-39\torch\package 2024-11-01T16:34:56.5582976Z copying torch\package\_package_unpickler.py -> build\lib.win-amd64-cpython-39\torch\package 2024-11-01T16:34:56.5592411Z copying torch\package\_stdlib.py -> build\lib.win-amd64-cpython-39\torch\package 2024-11-01T16:34:56.5602666Z copying torch\package\__init__.py -> build\lib.win-amd64-cpython-39\torch\package 2024-11-01T16:34:56.5609927Z creating build\lib.win-amd64-cpython-39\torch\profiler 2024-11-01T16:34:56.5612858Z copying torch\profiler\itt.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-11-01T16:34:56.5623366Z copying torch\profiler\profiler.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-11-01T16:34:56.5646198Z copying torch\profiler\python_tracer.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-11-01T16:34:56.5651939Z copying torch\profiler\_memory_profiler.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-11-01T16:34:56.5675500Z copying torch\profiler\_pattern_matcher.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-11-01T16:34:56.5699326Z copying torch\profiler\_utils.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-11-01T16:34:56.5717001Z copying torch\profiler\__init__.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-11-01T16:34:56.5732211Z creating build\lib.win-amd64-cpython-39\torch\quantization 2024-11-01T16:34:56.5734945Z copying torch\quantization\fake_quantize.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-11-01T16:34:56.5744744Z copying torch\quantization\fuser_method_mappings.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-11-01T16:34:56.5750001Z copying torch\quantization\fuse_modules.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-11-01T16:34:56.5766579Z copying torch\quantization\observer.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-11-01T16:34:56.5775654Z copying torch\quantization\qconfig.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-11-01T16:34:56.5784657Z copying torch\quantization\quantization_mappings.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-11-01T16:34:56.5793619Z copying torch\quantization\quantize.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-11-01T16:34:56.5804858Z copying torch\quantization\quantize_fx.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-11-01T16:34:56.5821088Z copying torch\quantization\quantize_jit.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-11-01T16:34:56.5830302Z copying torch\quantization\quant_type.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-11-01T16:34:56.5921946Z copying torch\quantization\stubs.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-11-01T16:34:56.5946810Z copying torch\quantization\utils.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-11-01T16:34:56.5976271Z copying torch\quantization\_numeric_suite.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-11-01T16:34:56.5990436Z copying torch\quantization\_numeric_suite_fx.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-11-01T16:34:56.5991632Z copying torch\quantization\_quantized_conversions.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-11-01T16:34:56.5992750Z copying torch\quantization\__init__.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-11-01T16:34:56.6003557Z creating build\lib.win-amd64-cpython-39\torch\signal 2024-11-01T16:34:56.6004286Z copying torch\signal\__init__.py -> build\lib.win-amd64-cpython-39\torch\signal 2024-11-01T16:34:56.6005039Z creating build\lib.win-amd64-cpython-39\torch\sparse 2024-11-01T16:34:56.6005783Z copying torch\sparse\semi_structured.py -> build\lib.win-amd64-cpython-39\torch\sparse 2024-11-01T16:34:56.6011925Z copying torch\sparse\_semi_structured_conversions.py -> build\lib.win-amd64-cpython-39\torch\sparse 2024-11-01T16:34:56.6012956Z copying torch\sparse\_semi_structured_ops.py -> build\lib.win-amd64-cpython-39\torch\sparse 2024-11-01T16:34:56.6013884Z copying torch\sparse\_triton_ops.py -> build\lib.win-amd64-cpython-39\torch\sparse 2024-11-01T16:34:56.6031997Z copying torch\sparse\_triton_ops_meta.py -> build\lib.win-amd64-cpython-39\torch\sparse 2024-11-01T16:34:56.7009370Z copying torch\sparse\__init__.py -> build\lib.win-amd64-cpython-39\torch\sparse 2024-11-01T16:34:56.7024976Z creating build\lib.win-amd64-cpython-39\torch\special 2024-11-01T16:34:56.7027404Z copying torch\special\__init__.py -> build\lib.win-amd64-cpython-39\torch\special 2024-11-01T16:34:56.7046509Z creating build\lib.win-amd64-cpython-39\torch\testing 2024-11-01T16:34:56.7049171Z copying torch\testing\_comparison.py -> build\lib.win-amd64-cpython-39\torch\testing 2024-11-01T16:34:56.7372590Z copying torch\testing\_creation.py -> build\lib.win-amd64-cpython-39\torch\testing 2024-11-01T16:34:56.7382988Z copying torch\testing\_utils.py -> build\lib.win-amd64-cpython-39\torch\testing 2024-11-01T16:34:56.7392578Z copying torch\testing\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing 2024-11-01T16:34:56.7405106Z creating build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:34:56.7407855Z copying torch\utils\backend_registration.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:34:56.7426480Z copying torch\utils\bundled_inputs.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:34:56.7448716Z copying torch\utils\checkpoint.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:34:56.7501361Z copying torch\utils\collect_env.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:34:56.7521809Z copying torch\utils\cpp_backtrace.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:34:56.7527831Z copying torch\utils\cpp_extension.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:34:56.7579313Z copying torch\utils\deterministic.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:34:56.7590726Z copying torch\utils\dlpack.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:34:56.7603598Z copying torch\utils\file_baton.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:34:56.7612981Z copying torch\utils\flop_counter.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:34:56.7629561Z copying torch\utils\hooks.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:34:56.7642141Z copying torch\utils\mkldnn.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:34:56.7651762Z copying torch\utils\mobile_optimizer.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:34:56.7660897Z copying torch\utils\model_zoo.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:34:56.7666335Z copying torch\utils\module_tracker.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:34:56.7676325Z copying torch\utils\show_pickle.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:34:56.7689638Z copying torch\utils\throughput_benchmark.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:34:56.7700401Z copying torch\utils\weak.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:34:56.7719499Z copying torch\utils\_backport_slots.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:34:56.7730941Z copying torch\utils\_config_module.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:34:56.7746074Z copying torch\utils\_content_store.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:34:56.7764023Z copying torch\utils\_contextlib.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:34:56.7779758Z copying torch\utils\_cpp_extension_versioner.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:34:56.7789575Z copying torch\utils\_cxx_pytree.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:34:56.7813190Z copying torch\utils\_device.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:34:56.7823969Z copying torch\utils\_exposed_in.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:34:56.7837834Z copying torch\utils\_foreach_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:34:56.7847964Z copying torch\utils\_freeze.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:34:56.7869182Z copying torch\utils\_get_clean_triton.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:34:56.7879093Z copying torch\utils\_import_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:34:56.7890311Z copying torch\utils\_mode_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:34:56.7899857Z copying torch\utils\_ordered_set.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:34:56.7910724Z copying torch\utils\_python_dispatch.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:34:56.7928080Z copying torch\utils\_pytree.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:34:56.7964913Z copying torch\utils\_stats.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:34:56.7977614Z copying torch\utils\_thunk.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:34:56.7982823Z copying torch\utils\_traceback.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:34:56.7993802Z copying torch\utils\_triton.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:34:56.8005042Z copying torch\utils\_typing_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:34:56.8010352Z copying torch\utils\_zip.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:34:56.8020923Z copying torch\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:34:56.8036209Z creating build\lib.win-amd64-cpython-39\torch\xpu 2024-11-01T16:34:56.8038750Z copying torch\xpu\memory.py -> build\lib.win-amd64-cpython-39\torch\xpu 2024-11-01T16:34:56.8720412Z copying torch\xpu\random.py -> build\lib.win-amd64-cpython-39\torch\xpu 2024-11-01T16:34:56.8730338Z copying torch\xpu\streams.py -> build\lib.win-amd64-cpython-39\torch\xpu 2024-11-01T16:34:56.8742435Z copying torch\xpu\_gpu_trace.py -> build\lib.win-amd64-cpython-39\torch\xpu 2024-11-01T16:34:56.8753101Z copying torch\xpu\_utils.py -> build\lib.win-amd64-cpython-39\torch\xpu 2024-11-01T16:34:56.8762159Z copying torch\xpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\xpu 2024-11-01T16:34:56.8782070Z creating build\lib.win-amd64-cpython-39\torch\_awaits 2024-11-01T16:34:56.8784685Z copying torch\_awaits\__init__.py -> build\lib.win-amd64-cpython-39\torch\_awaits 2024-11-01T16:34:56.8799224Z creating build\lib.win-amd64-cpython-39\torch\_custom_op 2024-11-01T16:34:56.8801846Z copying torch\_custom_op\autograd.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2024-11-01T16:34:56.8813130Z copying torch\_custom_op\functional.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2024-11-01T16:34:56.8823065Z copying torch\_custom_op\impl.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2024-11-01T16:34:56.8838734Z copying torch\_custom_op\__init__.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2024-11-01T16:34:56.8844738Z creating build\lib.win-amd64-cpython-39\torch\_decomp 2024-11-01T16:34:56.8848001Z copying torch\_decomp\decompositions.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2024-11-01T16:34:56.8911800Z copying torch\_decomp\decompositions_for_jvp.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2024-11-01T16:34:56.9233228Z copying torch\_decomp\decompositions_for_rng.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2024-11-01T16:34:56.9252812Z copying torch\_decomp\__init__.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2024-11-01T16:34:56.9272889Z creating build\lib.win-amd64-cpython-39\torch\_dispatch 2024-11-01T16:34:56.9275564Z copying torch\_dispatch\python.py -> build\lib.win-amd64-cpython-39\torch\_dispatch 2024-11-01T16:34:56.9292462Z copying torch\_dispatch\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dispatch 2024-11-01T16:34:56.9303571Z creating build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:34:56.9306268Z copying torch\_dynamo\bytecode_analysis.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:34:56.9318469Z copying torch\_dynamo\bytecode_transformation.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:34:56.9348398Z copying torch\_dynamo\cache_size.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:34:56.9371363Z copying torch\_dynamo\callback.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:34:56.9381529Z copying torch\_dynamo\codegen.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:34:56.9397091Z copying torch\_dynamo\code_context.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:34:56.9410879Z copying torch\_dynamo\compiled_autograd.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:34:56.9442906Z copying torch\_dynamo\comptime.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:34:56.9453028Z copying torch\_dynamo\config.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:34:56.9467648Z copying torch\_dynamo\convert_frame.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:34:56.9494100Z copying torch\_dynamo\create_parameter_op.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:34:56.9502849Z copying torch\_dynamo\current_scope_id.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:34:56.9512587Z copying torch\_dynamo\debug_utils.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:34:56.9527638Z copying torch\_dynamo\decorators.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:34:56.9547842Z copying torch\_dynamo\device_interface.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:34:56.9557923Z copying torch\_dynamo\distributed.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:34:56.9567520Z copying torch\_dynamo\eval_frame.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:34:56.9595476Z copying torch\_dynamo\exc.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:34:56.9609955Z copying torch\_dynamo\external_utils.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:34:56.9619955Z copying torch\_dynamo\funcname_cache.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:34:56.9629389Z copying torch\_dynamo\guards.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:34:56.9667412Z copying torch\_dynamo\hooks.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:34:56.9681010Z copying torch\_dynamo\logging.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:34:56.9689988Z copying torch\_dynamo\mutation_guard.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:34:56.9700081Z copying torch\_dynamo\output_graph.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:34:56.9748949Z copying torch\_dynamo\pgo.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:34:56.9761196Z copying torch\_dynamo\profiler.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:34:56.9770814Z copying torch\_dynamo\replay_record.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:34:56.9780464Z copying torch\_dynamo\resume_execution.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:34:56.9799150Z copying torch\_dynamo\side_effects.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:34:56.9823017Z copying torch\_dynamo\source.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:34:56.9838410Z copying torch\_dynamo\symbolic_convert.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:34:56.9890934Z copying torch\_dynamo\tensor_version_op.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:34:56.9903902Z copying torch\_dynamo\testing.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:34:56.9917332Z copying torch\_dynamo\test_case.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:34:56.9928162Z copying torch\_dynamo\test_minifier_common.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:34:56.9939125Z copying torch\_dynamo\trace_rules.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:34:57.0532411Z copying torch\_dynamo\types.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:34:57.0544858Z copying torch\_dynamo\utils.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:34:57.0591160Z copying torch\_dynamo\_trace_wrapped_higher_order_op.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:34:57.0602524Z copying torch\_dynamo\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:34:57.0614183Z creating build\lib.win-amd64-cpython-39\torch\_export 2024-11-01T16:34:57.0620848Z copying torch\_export\converter.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-11-01T16:34:57.0652227Z copying torch\_export\error.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-11-01T16:34:57.0661903Z copying torch\_export\non_strict_utils.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-11-01T16:34:57.0682462Z copying torch\_export\pass_base.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-11-01T16:34:57.0708878Z copying torch\_export\tools.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-11-01T16:34:57.0720001Z copying torch\_export\utils.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-11-01T16:34:57.0739695Z copying torch\_export\verifier.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-11-01T16:34:57.0754337Z copying torch\_export\wrappers.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-11-01T16:34:57.0768591Z copying torch\_export\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-11-01T16:34:57.0783652Z creating build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:34:57.0786732Z copying torch\_functorch\aot_autograd.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:34:57.0840815Z copying torch\_functorch\apis.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:34:57.0859631Z copying torch\_functorch\autograd_function.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:34:57.0875022Z copying torch\_functorch\batch_norm_replacement.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:34:57.0892145Z copying torch\_functorch\benchmark_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:34:57.0904503Z copying torch\_functorch\compilers.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:34:57.0919180Z copying torch\_functorch\compile_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:34:57.0931154Z copying torch\_functorch\config.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:34:57.0940899Z copying torch\_functorch\deprecated.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:34:57.0952659Z copying torch\_functorch\eager_transforms.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:34:57.0994723Z copying torch\_functorch\functional_call.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:34:57.1006371Z copying torch\_functorch\fx_minifier.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:34:57.1020757Z copying torch\_functorch\make_functional.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:34:57.1035983Z copying torch\_functorch\partitioners.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:34:57.1069155Z copying torch\_functorch\pyfunctorch.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:34:57.1079455Z copying torch\_functorch\python_key.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:34:57.1085232Z copying torch\_functorch\pytree_hacks.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:34:57.1095882Z copying torch\_functorch\top_operators_github_usage.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:34:57.1112780Z copying torch\_functorch\utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:34:57.1123826Z copying torch\_functorch\vmap.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:34:57.1138411Z copying torch\_functorch\__init__.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:34:57.1152713Z creating build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:34:57.1161491Z copying torch\_higher_order_ops\associative_scan.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:34:57.1172427Z copying torch\_higher_order_ops\auto_functionalize.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:34:57.1187732Z copying torch\_higher_order_ops\cond.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:34:57.2102079Z copying torch\_higher_order_ops\effects.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:34:57.2115124Z copying torch\_higher_order_ops\executorch_call_delegate.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:34:57.2124605Z copying torch\_higher_order_ops\flex_attention.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:34:57.2149104Z copying torch\_higher_order_ops\hints_wrap.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:34:57.2158829Z copying torch\_higher_order_ops\invoke_subgraph.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:34:57.2171991Z copying torch\_higher_order_ops\map.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:34:57.2182226Z copying torch\_higher_order_ops\out_dtype.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:34:57.2192122Z copying torch\_higher_order_ops\run_const_graph.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:34:57.2201402Z copying torch\_higher_order_ops\scan.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:34:57.2218812Z copying torch\_higher_order_ops\strict_mode.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:34:57.2228018Z copying torch\_higher_order_ops\torchbind.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:34:57.2238936Z copying torch\_higher_order_ops\triton_kernel_wrap.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:34:57.2262427Z copying torch\_higher_order_ops\utils.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:34:57.2280155Z copying torch\_higher_order_ops\while_loop.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:34:57.2290544Z copying torch\_higher_order_ops\wrap.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:34:57.2301301Z copying torch\_higher_order_ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:34:57.2315159Z creating build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.2317895Z copying torch\_inductor\aoti_eager.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.2328131Z copying torch\_inductor\async_compile.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.2338107Z copying torch\_inductor\autotune_process.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.2357652Z copying torch\_inductor\bisect_helper.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.2376003Z copying torch\_inductor\bounds.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.2410046Z copying torch\_inductor\codecache.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.2459088Z copying torch\_inductor\comms.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.2476173Z copying torch\_inductor\comm_analysis.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.2488129Z copying torch\_inductor\comm_lowering.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.2498534Z copying torch\_inductor\compile_fx.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.2526160Z copying torch\_inductor\config.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.2552798Z copying torch\_inductor\constant_folding.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.2562796Z copying torch\_inductor\cpp_builder.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.2588397Z copying torch\_inductor\cpu_vec_isa.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.2598290Z copying torch\_inductor\cudagraph_trees.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.2634849Z copying torch\_inductor\cudagraph_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.2645448Z copying torch\_inductor\custom_graph_pass.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.2654633Z copying torch\_inductor\debug.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.2669839Z copying torch\_inductor\decomposition.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.2687908Z copying torch\_inductor\dependencies.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.2702562Z copying torch\_inductor\exc.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.2714342Z copying torch\_inductor\extern_node_serializer.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.2723599Z copying torch\_inductor\freezing.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.2734282Z copying torch\_inductor\fx_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.2744163Z copying torch\_inductor\graph.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.2777892Z copying torch\_inductor\hooks.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.2784001Z copying torch\_inductor\index_propagation.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.2795081Z copying torch\_inductor\inductor_prims.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.2806922Z copying torch\_inductor\ir.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.2902432Z copying torch\_inductor\jagged_lowerings.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.2912621Z copying torch\_inductor\loop_body.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.2927871Z copying torch\_inductor\lowering.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.3001121Z copying torch\_inductor\memory.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.3015673Z copying torch\_inductor\metrics.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.3026616Z copying torch\_inductor\mkldnn_ir.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.3049360Z copying torch\_inductor\mkldnn_lowerings.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.3069386Z copying torch\_inductor\ops_handler.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.3085445Z copying torch\_inductor\optimize_indexing.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.3098209Z copying torch\_inductor\pattern_matcher.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.3234925Z copying torch\_inductor\quantized_lowerings.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.3244043Z copying torch\_inductor\remote_cache.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.3254745Z copying torch\_inductor\scheduler.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.4187038Z copying torch\_inductor\select_algorithm.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.4221338Z copying torch\_inductor\sizevars.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.4242857Z copying torch\_inductor\subgraph_lowering.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.4256552Z copying torch\_inductor\test_case.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.4266203Z copying torch\_inductor\test_operators.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.4628765Z copying torch\_inductor\triton_bundler.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.4639644Z copying torch\_inductor\utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.4666541Z copying torch\_inductor\virtualized.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.4677753Z copying torch\_inductor\wrapper_benchmark.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.4687661Z copying torch\_inductor\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:34:57.4701279Z creating build\lib.win-amd64-cpython-39\torch\_lazy 2024-11-01T16:34:57.4704145Z copying torch\_lazy\closure.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-11-01T16:34:57.4716870Z copying torch\_lazy\computation.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-11-01T16:34:57.4726088Z copying torch\_lazy\config.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-11-01T16:34:57.4731551Z copying torch\_lazy\debug.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-11-01T16:34:57.4740909Z copying torch\_lazy\device_context.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-11-01T16:34:57.4754163Z copying torch\_lazy\extract_compiled_graph.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-11-01T16:34:57.4764792Z copying torch\_lazy\ir_cache.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-11-01T16:34:57.4769977Z copying torch\_lazy\metrics.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-11-01T16:34:57.4775486Z copying torch\_lazy\tensor_factory_functions.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-11-01T16:34:57.4785063Z copying torch\_lazy\ts_backend.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-11-01T16:34:57.4790248Z copying torch\_lazy\__init__.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-11-01T16:34:57.4803453Z creating build\lib.win-amd64-cpython-39\torch\_library 2024-11-01T16:34:57.4806641Z copying torch\_library\autograd.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-11-01T16:34:57.4818252Z copying torch\_library\custom_ops.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-11-01T16:34:57.4839654Z copying torch\_library\fake_class_registry.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-11-01T16:34:57.4850161Z copying torch\_library\fake_impl.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-11-01T16:34:57.4864597Z copying torch\_library\infer_schema.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-11-01T16:34:57.4874432Z copying torch\_library\simple_registry.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-11-01T16:34:57.4883956Z copying torch\_library\triton.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-11-01T16:34:57.4893697Z copying torch\_library\utils.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-11-01T16:34:57.4903764Z copying torch\_library\__init__.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-11-01T16:34:57.4911076Z creating build\lib.win-amd64-cpython-39\torch\_logging 2024-11-01T16:34:57.4913784Z copying torch\_logging\scribe.py -> build\lib.win-amd64-cpython-39\torch\_logging 2024-11-01T16:34:57.4923341Z copying torch\_logging\structured.py -> build\lib.win-amd64-cpython-39\torch\_logging 2024-11-01T16:34:57.4932528Z copying torch\_logging\_internal.py -> build\lib.win-amd64-cpython-39\torch\_logging 2024-11-01T16:34:57.4951770Z copying torch\_logging\_registrations.py -> build\lib.win-amd64-cpython-39\torch\_logging 2024-11-01T16:34:57.4967292Z copying torch\_logging\__init__.py -> build\lib.win-amd64-cpython-39\torch\_logging 2024-11-01T16:34:57.4980627Z creating build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:34:57.4983396Z copying torch\_numpy\fft.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:34:57.4993736Z copying torch\_numpy\linalg.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:34:57.5004215Z copying torch\_numpy\random.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:34:57.5014301Z copying torch\_numpy\_binary_ufuncs_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:34:57.5024269Z copying torch\_numpy\_casting_dicts.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:34:57.5059614Z copying torch\_numpy\_dtypes.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:34:57.5076037Z copying torch\_numpy\_dtypes_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:34:57.5088849Z copying torch\_numpy\_funcs.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:34:57.5099000Z copying torch\_numpy\_funcs_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:34:57.5128989Z copying torch\_numpy\_getlimits.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:34:57.5138625Z copying torch\_numpy\_ndarray.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:34:57.5152338Z copying torch\_numpy\_normalizations.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:34:57.5163928Z copying torch\_numpy\_reductions_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:34:57.5175189Z copying torch\_numpy\_ufuncs.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:34:57.5186318Z copying torch\_numpy\_unary_ufuncs_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:34:57.5195900Z copying torch\_numpy\_util.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:34:57.5205414Z copying torch\_numpy\__init__.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:34:57.5212225Z creating build\lib.win-amd64-cpython-39\torch\_prims 2024-11-01T16:34:57.5214801Z copying torch\_prims\context.py -> build\lib.win-amd64-cpython-39\torch\_prims 2024-11-01T16:34:57.5229707Z copying torch\_prims\debug_prims.py -> build\lib.win-amd64-cpython-39\torch\_prims 2024-11-01T16:34:57.5238869Z copying torch\_prims\executor.py -> build\lib.win-amd64-cpython-39\torch\_prims 2024-11-01T16:34:57.5247266Z copying torch\_prims\rng_prims.py -> build\lib.win-amd64-cpython-39\torch\_prims 2024-11-01T16:34:57.5257043Z copying torch\_prims\__init__.py -> build\lib.win-amd64-cpython-39\torch\_prims 2024-11-01T16:34:57.5300946Z creating build\lib.win-amd64-cpython-39\torch\_prims_common 2024-11-01T16:34:57.5303710Z copying torch\_prims_common\wrappers.py -> build\lib.win-amd64-cpython-39\torch\_prims_common 2024-11-01T16:34:57.5324671Z copying torch\_prims_common\__init__.py -> build\lib.win-amd64-cpython-39\torch\_prims_common 2024-11-01T16:34:57.5353403Z creating build\lib.win-amd64-cpython-39\torch\_refs 2024-11-01T16:34:57.5355830Z copying torch\_refs\fft.py -> build\lib.win-amd64-cpython-39\torch\_refs 2024-11-01T16:34:57.5387995Z copying torch\_refs\_conversions.py -> build\lib.win-amd64-cpython-39\torch\_refs 2024-11-01T16:34:57.5396537Z copying torch\_refs\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs 2024-11-01T16:34:57.5471066Z creating build\lib.win-amd64-cpython-39\torch\_strobelight 2024-11-01T16:34:57.5480473Z copying torch\_strobelight\cli_function_profiler.py -> build\lib.win-amd64-cpython-39\torch\_strobelight 2024-11-01T16:34:57.5491042Z copying torch\_strobelight\compile_time_profiler.py -> build\lib.win-amd64-cpython-39\torch\_strobelight 2024-11-01T16:34:57.5501886Z copying torch\_strobelight\__init__.py -> build\lib.win-amd64-cpython-39\torch\_strobelight 2024-11-01T16:34:57.5513701Z creating build\lib.win-amd64-cpython-39\torch\_subclasses 2024-11-01T16:34:57.5516388Z copying torch\_subclasses\fake_impls.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-11-01T16:34:57.5534731Z copying torch\_subclasses\fake_tensor.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-11-01T16:34:57.5571370Z copying torch\_subclasses\fake_utils.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-11-01T16:34:57.5586233Z copying torch\_subclasses\functional_tensor.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-11-01T16:34:57.5606914Z copying torch\_subclasses\meta_utils.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-11-01T16:34:57.5635039Z copying torch\_subclasses\schema_check_mode.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-11-01T16:34:57.5649603Z copying torch\_subclasses\_fake_tensor_utils.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-11-01T16:34:57.5660546Z copying torch\_subclasses\__init__.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-11-01T16:34:57.5666949Z creating build\lib.win-amd64-cpython-39\torch\_vendor 2024-11-01T16:34:57.5669430Z copying torch\_vendor\__init__.py -> build\lib.win-amd64-cpython-39\torch\_vendor 2024-11-01T16:34:57.5675037Z creating build\lib.win-amd64-cpython-39\torch\ao\nn 2024-11-01T16:34:57.5677420Z copying torch\ao\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn 2024-11-01T16:34:57.5684227Z creating build\lib.win-amd64-cpython-39\torch\ao\ns 2024-11-01T16:34:57.5686922Z copying torch\ao\ns\_numeric_suite.py -> build\lib.win-amd64-cpython-39\torch\ao\ns 2024-11-01T16:34:57.5702339Z copying torch\ao\ns\_numeric_suite_fx.py -> build\lib.win-amd64-cpython-39\torch\ao\ns 2024-11-01T16:34:57.5721610Z copying torch\ao\ns\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\ns 2024-11-01T16:34:57.5727267Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning 2024-11-01T16:34:57.5729901Z copying torch\ao\pruning\_mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning 2024-11-01T16:34:57.5738713Z copying torch\ao\pruning\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning 2024-11-01T16:34:57.5748076Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:34:57.5750968Z copying torch\ao\quantization\fake_quantize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:34:57.5770863Z copying torch\ao\quantization\fuser_method_mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:34:57.5781418Z copying torch\ao\quantization\fuse_modules.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:34:57.5794842Z copying torch\ao\quantization\observer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:34:57.5832115Z copying torch\ao\quantization\qconfig.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:34:57.5847457Z copying torch\ao\quantization\qconfig_mapping.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:34:57.5858566Z copying torch\ao\quantization\quantization_mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:34:57.5869636Z copying torch\ao\quantization\quantize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:34:57.5890898Z copying torch\ao\quantization\quantize_fx.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:34:57.5909643Z copying torch\ao\quantization\quantize_jit.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:34:57.5920443Z copying torch\ao\quantization\quantize_pt2e.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:34:57.5932220Z copying torch\ao\quantization\quant_type.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:34:57.5944792Z copying torch\ao\quantization\stubs.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:34:57.5954045Z copying torch\ao\quantization\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:34:57.5969938Z copying torch\ao\quantization\_correct_bias.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:34:57.5979836Z copying torch\ao\quantization\_equalize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:34:57.5990199Z copying torch\ao\quantization\_learnable_fake_quantize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:34:57.6001032Z copying torch\ao\quantization\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:34:57.6012957Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic 2024-11-01T16:34:57.6015417Z copying torch\ao\nn\intrinsic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic 2024-11-01T16:34:57.6025222Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat 2024-11-01T16:34:57.6027852Z copying torch\ao\nn\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat 2024-11-01T16:34:57.6038041Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable 2024-11-01T16:34:57.6040441Z copying torch\ao\nn\quantizable\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable 2024-11-01T16:34:57.6046964Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized 2024-11-01T16:34:57.6054119Z copying torch\ao\nn\quantized\functional.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized 2024-11-01T16:34:57.6069719Z copying torch\ao\nn\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized 2024-11-01T16:34:57.6079816Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\sparse 2024-11-01T16:34:57.6082309Z copying torch\ao\nn\sparse\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse 2024-11-01T16:34:57.6088949Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules 2024-11-01T16:34:57.6091546Z copying torch\ao\nn\intrinsic\modules\fused.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules 2024-11-01T16:34:57.6103022Z copying torch\ao\nn\intrinsic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules 2024-11-01T16:34:57.6109409Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat 2024-11-01T16:34:57.6111918Z copying torch\ao\nn\intrinsic\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat 2024-11-01T16:34:57.6118252Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized 2024-11-01T16:34:57.6120855Z copying torch\ao\nn\intrinsic\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized 2024-11-01T16:34:57.6128228Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2024-11-01T16:34:57.6130810Z 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:34:57.6151405Z 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:34:57.6162018Z 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:34:57.6171869Z copying torch\ao\nn\intrinsic\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2024-11-01T16:34:57.6181583Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic 2024-11-01T16:34:57.6184437Z copying torch\ao\nn\intrinsic\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic 2024-11-01T16:34:57.6191527Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2024-11-01T16:34:57.6194330Z 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:34:57.6204093Z 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:34:57.6214672Z 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:34:57.6225776Z 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:34:57.6235663Z copying torch\ao\nn\intrinsic\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2024-11-01T16:34:57.6246525Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic\modules 2024-11-01T16:34:57.6249543Z 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:34:57.6259442Z 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:34:57.6265301Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic 2024-11-01T16:34:57.6267967Z copying torch\ao\nn\qat\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic 2024-11-01T16:34:57.6278887Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2024-11-01T16:34:57.6281553Z copying torch\ao\nn\qat\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2024-11-01T16:34:57.6291668Z copying torch\ao\nn\qat\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2024-11-01T16:34:57.6301993Z copying torch\ao\nn\qat\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2024-11-01T16:34:57.6311356Z copying torch\ao\nn\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2024-11-01T16:34:57.6323963Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules 2024-11-01T16:34:57.6327103Z copying torch\ao\nn\qat\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules 2024-11-01T16:34:57.6335600Z copying torch\ao\nn\qat\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules 2024-11-01T16:34:57.6342624Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2024-11-01T16:34:57.6345201Z copying torch\ao\nn\quantizable\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2024-11-01T16:34:57.6362087Z copying torch\ao\nn\quantizable\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2024-11-01T16:34:57.6378842Z copying torch\ao\nn\quantizable\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2024-11-01T16:34:57.6385221Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic 2024-11-01T16:34:57.6387666Z copying torch\ao\nn\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic 2024-11-01T16:34:57.6395524Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-11-01T16:34:57.6398339Z copying torch\ao\nn\quantized\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-11-01T16:34:57.6409415Z copying torch\ao\nn\quantized\modules\batchnorm.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-11-01T16:34:57.6422400Z copying torch\ao\nn\quantized\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-11-01T16:34:57.6443823Z copying torch\ao\nn\quantized\modules\dropout.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-11-01T16:34:57.6452894Z copying torch\ao\nn\quantized\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-11-01T16:34:57.6470900Z copying torch\ao\nn\quantized\modules\functional_modules.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-11-01T16:34:57.6481428Z copying torch\ao\nn\quantized\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-11-01T16:34:57.6492049Z copying torch\ao\nn\quantized\modules\normalization.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-11-01T16:34:57.6501951Z copying torch\ao\nn\quantized\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-11-01T16:34:57.6510638Z copying torch\ao\nn\quantized\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-11-01T16:34:57.6519830Z copying torch\ao\nn\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-11-01T16:34:57.6532001Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference 2024-11-01T16:34:57.6538440Z copying torch\ao\nn\quantized\reference\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference 2024-11-01T16:34:57.6548895Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2024-11-01T16:34:57.6551343Z copying torch\ao\nn\quantized\dynamic\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2024-11-01T16:34:57.6569884Z copying torch\ao\nn\quantized\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2024-11-01T16:34:57.6581605Z copying torch\ao\nn\quantized\dynamic\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2024-11-01T16:34:57.6607288Z copying torch\ao\nn\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2024-11-01T16:34:57.6618560Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-11-01T16:34:57.6621353Z copying torch\ao\nn\quantized\reference\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-11-01T16:34:57.6632710Z copying torch\ao\nn\quantized\reference\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-11-01T16:34:57.6643634Z copying torch\ao\nn\quantized\reference\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-11-01T16:34:57.6660244Z copying torch\ao\nn\quantized\reference\modules\sparse.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-11-01T16:34:57.6671460Z copying torch\ao\nn\quantized\reference\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-11-01T16:34:57.6681578Z copying torch\ao\nn\quantized\reference\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-11-01T16:34:57.6688107Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2024-11-01T16:34:57.6690885Z copying torch\ao\nn\sparse\quantized\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2024-11-01T16:34:57.6700924Z copying torch\ao\nn\sparse\quantized\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2024-11-01T16:34:57.6715435Z copying torch\ao\nn\sparse\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2024-11-01T16:34:57.6722269Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic 2024-11-01T16:34:57.6725035Z copying torch\ao\nn\sparse\quantized\dynamic\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic 2024-11-01T16:34:57.6735321Z copying torch\ao\nn\sparse\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic 2024-11-01T16:34:57.6742735Z creating build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-11-01T16:34:57.6745349Z copying torch\ao\ns\fx\graph_matcher.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-11-01T16:34:57.6764663Z copying torch\ao\ns\fx\graph_passes.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-11-01T16:34:57.6785511Z copying torch\ao\ns\fx\mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-11-01T16:34:57.6799937Z copying torch\ao\ns\fx\ns_types.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-11-01T16:34:57.6811797Z copying torch\ao\ns\fx\n_shadows_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-11-01T16:34:57.6852717Z copying torch\ao\ns\fx\pattern_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-11-01T16:34:57.6863155Z copying torch\ao\ns\fx\qconfig_multi_mapping.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-11-01T16:34:57.6874511Z copying torch\ao\ns\fx\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-11-01T16:34:57.6894196Z copying torch\ao\ns\fx\weight_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-11-01T16:34:57.6905030Z copying torch\ao\ns\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-11-01T16:34:57.6910994Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2024-11-01T16:34:57.6913916Z copying torch\ao\pruning\scheduler\base_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2024-11-01T16:34:57.6924465Z copying torch\ao\pruning\scheduler\cubic_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2024-11-01T16:34:57.6933705Z copying torch\ao\pruning\scheduler\lambda_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2024-11-01T16:34:57.6948117Z copying torch\ao\pruning\scheduler\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2024-11-01T16:34:57.6954280Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2024-11-01T16:34:57.6963715Z copying torch\ao\pruning\sparsifier\base_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2024-11-01T16:34:57.6974486Z copying torch\ao\pruning\sparsifier\nearly_diagonal_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2024-11-01T16:34:57.6987311Z copying torch\ao\pruning\sparsifier\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2024-11-01T16:34:57.7000895Z copying torch\ao\pruning\sparsifier\weight_norm_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2024-11-01T16:34:57.7010968Z copying torch\ao\pruning\sparsifier\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2024-11-01T16:34:57.7016372Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental 2024-11-01T16:34:57.7018936Z copying torch\ao\pruning\_experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental 2024-11-01T16:34:57.7024841Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier 2024-11-01T16:34:57.7027871Z 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:34:57.7050621Z copying torch\ao\pruning\_experimental\activation_sparsifier\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier 2024-11-01T16:34:57.7056194Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler 2024-11-01T16:34:57.7059308Z 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:34:57.7070141Z copying torch\ao\pruning\_experimental\data_scheduler\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler 2024-11-01T16:34:57.7076849Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2024-11-01T16:34:57.7086174Z 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:34:57.7097820Z 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:34:57.7109493Z 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:34:57.7130995Z copying torch\ao\pruning\_experimental\data_sparsifier\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2024-11-01T16:34:57.7142054Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-11-01T16:34:57.7144964Z copying torch\ao\pruning\_experimental\pruner\base_structured_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-11-01T16:34:57.7155790Z copying torch\ao\pruning\_experimental\pruner\FPGM_pruner.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-11-01T16:34:57.7165208Z copying torch\ao\pruning\_experimental\pruner\lstm_saliency_pruner.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-11-01T16:34:57.7183136Z copying torch\ao\pruning\_experimental\pruner\match_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-11-01T16:34:57.7192104Z copying torch\ao\pruning\_experimental\pruner\parametrization.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-11-01T16:34:57.7201567Z copying torch\ao\pruning\_experimental\pruner\prune_functions.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-11-01T16:34:57.7216009Z copying torch\ao\pruning\_experimental\pruner\saliency_pruner.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-11-01T16:34:57.7225303Z copying torch\ao\pruning\_experimental\pruner\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-11-01T16:34:57.7232005Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning 2024-11-01T16:34:57.7234696Z 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:34:57.7240557Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2024-11-01T16:34:57.7243856Z 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:34:57.7254834Z 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:34:57.7264317Z 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:34:57.7280663Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-11-01T16:34:57.7283533Z copying torch\ao\quantization\backend_config\backend_config.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-11-01T16:34:57.7300327Z copying torch\ao\quantization\backend_config\executorch.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-11-01T16:34:57.7315620Z copying torch\ao\quantization\backend_config\fbgemm.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-11-01T16:34:57.7326448Z copying torch\ao\quantization\backend_config\native.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-11-01T16:34:57.7344398Z copying torch\ao\quantization\backend_config\observation_type.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-11-01T16:34:57.7348947Z copying torch\ao\quantization\backend_config\onednn.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-11-01T16:34:57.7370315Z copying torch\ao\quantization\backend_config\qnnpack.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-11-01T16:34:57.7382392Z copying torch\ao\quantization\backend_config\tensorrt.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-11-01T16:34:57.7395959Z copying torch\ao\quantization\backend_config\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-11-01T16:34:57.7406347Z copying torch\ao\quantization\backend_config\x86.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-11-01T16:34:57.7416774Z 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:34:57.7434573Z copying torch\ao\quantization\backend_config\_qnnpack_pt2e.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-11-01T16:34:57.7452314Z copying torch\ao\quantization\backend_config\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-11-01T16:34:57.7465225Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:34:57.7467856Z copying torch\ao\quantization\fx\convert.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:34:57.7503922Z copying torch\ao\quantization\fx\custom_config.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:34:57.7520219Z copying torch\ao\quantization\fx\fuse.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:34:57.7537059Z copying torch\ao\quantization\fx\fuse_handler.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:34:57.7549414Z copying torch\ao\quantization\fx\graph_module.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:34:57.7564051Z copying torch\ao\quantization\fx\lower_to_fbgemm.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:34:57.7573935Z copying torch\ao\quantization\fx\lower_to_qnnpack.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:34:57.7579284Z copying torch\ao\quantization\fx\lstm_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:34:57.7591733Z copying torch\ao\quantization\fx\match_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:34:57.7602522Z copying torch\ao\quantization\fx\pattern_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:34:57.7615742Z copying torch\ao\quantization\fx\prepare.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:34:57.7655596Z copying torch\ao\quantization\fx\qconfig_mapping_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:34:57.7667392Z copying torch\ao\quantization\fx\quantize_handler.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:34:57.7679530Z copying torch\ao\quantization\fx\tracer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:34:57.7694229Z copying torch\ao\quantization\fx\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:34:57.7714705Z copying torch\ao\quantization\fx\_decomposed.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:34:57.7739478Z copying torch\ao\quantization\fx\_equalize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:34:57.7767068Z copying torch\ao\quantization\fx\_lower_to_native_backend.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:34:57.7792084Z copying torch\ao\quantization\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:34:57.7800116Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-11-01T16:34:57.7803417Z copying torch\ao\quantization\pt2e\duplicate_dq_pass.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-11-01T16:34:57.7814850Z copying torch\ao\quantization\pt2e\export_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-11-01T16:34:57.7827164Z copying torch\ao\quantization\pt2e\graph_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-11-01T16:34:57.7840100Z copying torch\ao\quantization\pt2e\port_metadata_pass.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-11-01T16:34:57.7858331Z copying torch\ao\quantization\pt2e\prepare.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-11-01T16:34:57.7874774Z copying torch\ao\quantization\pt2e\qat_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-11-01T16:34:57.7908829Z copying torch\ao\quantization\pt2e\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-11-01T16:34:57.7925466Z copying torch\ao\quantization\pt2e\_numeric_debugger.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-11-01T16:34:57.7935930Z copying torch\ao\quantization\pt2e\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-11-01T16:34:57.7942495Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-11-01T16:34:57.7945383Z copying torch\ao\quantization\quantizer\composable_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-11-01T16:34:57.7955422Z copying torch\ao\quantization\quantizer\embedding_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-11-01T16:34:57.7966620Z copying torch\ao\quantization\quantizer\quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-11-01T16:34:57.7984023Z copying torch\ao\quantization\quantizer\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-11-01T16:34:57.7994276Z copying torch\ao\quantization\quantizer\x86_inductor_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-11-01T16:34:57.8025070Z copying torch\ao\quantization\quantizer\xnnpack_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-11-01T16:34:57.8036673Z copying torch\ao\quantization\quantizer\xnnpack_quantizer_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-11-01T16:34:57.8057437Z copying torch\ao\quantization\quantizer\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-11-01T16:34:57.8064789Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2024-11-01T16:34:57.8067950Z copying torch\ao\quantization\fx\_model_report\detector.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2024-11-01T16:34:57.8106261Z 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:34:57.8124684Z 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:34:57.8147563Z 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:34:57.8171564Z copying torch\ao\quantization\fx\_model_report\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2024-11-01T16:34:57.8177392Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation 2024-11-01T16:34:57.8180071Z copying torch\ao\quantization\pt2e\representation\rewrite.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation 2024-11-01T16:34:57.8197010Z copying torch\ao\quantization\pt2e\representation\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation 2024-11-01T16:34:57.8203655Z creating build\lib.win-amd64-cpython-39\torch\autograd\_functions 2024-11-01T16:34:57.8206235Z copying torch\autograd\_functions\tensor.py -> build\lib.win-amd64-cpython-39\torch\autograd\_functions 2024-11-01T16:34:57.8216036Z copying torch\autograd\_functions\utils.py -> build\lib.win-amd64-cpython-39\torch\autograd\_functions 2024-11-01T16:34:57.8224594Z copying torch\autograd\_functions\__init__.py -> build\lib.win-amd64-cpython-39\torch\autograd\_functions 2024-11-01T16:34:57.8231059Z creating build\lib.win-amd64-cpython-39\torch\backends\cpu 2024-11-01T16:34:57.8233403Z copying torch\backends\cpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cpu 2024-11-01T16:34:57.8239783Z creating build\lib.win-amd64-cpython-39\torch\backends\cuda 2024-11-01T16:34:57.8242338Z copying torch\backends\cuda\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cuda 2024-11-01T16:34:57.8259852Z creating build\lib.win-amd64-cpython-39\torch\backends\cudnn 2024-11-01T16:34:57.8262304Z copying torch\backends\cudnn\rnn.py -> build\lib.win-amd64-cpython-39\torch\backends\cudnn 2024-11-01T16:34:57.8272550Z copying torch\backends\cudnn\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cudnn 2024-11-01T16:34:57.8284667Z creating build\lib.win-amd64-cpython-39\torch\backends\cusparselt 2024-11-01T16:34:57.8287253Z copying torch\backends\cusparselt\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cusparselt 2024-11-01T16:34:57.8298016Z creating build\lib.win-amd64-cpython-39\torch\backends\mha 2024-11-01T16:34:57.8305478Z copying torch\backends\mha\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mha 2024-11-01T16:34:57.8315758Z creating build\lib.win-amd64-cpython-39\torch\backends\mkl 2024-11-01T16:34:57.8318161Z copying torch\backends\mkl\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mkl 2024-11-01T16:34:57.8329689Z creating build\lib.win-amd64-cpython-39\torch\backends\mkldnn 2024-11-01T16:34:57.8332629Z copying torch\backends\mkldnn\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mkldnn 2024-11-01T16:34:57.8343921Z creating build\lib.win-amd64-cpython-39\torch\backends\mps 2024-11-01T16:34:57.8346773Z copying torch\backends\mps\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mps 2024-11-01T16:34:57.8358092Z creating build\lib.win-amd64-cpython-39\torch\backends\nnpack 2024-11-01T16:34:57.8361901Z copying torch\backends\nnpack\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\nnpack 2024-11-01T16:34:57.8373985Z creating build\lib.win-amd64-cpython-39\torch\backends\openmp 2024-11-01T16:34:57.8376478Z copying torch\backends\openmp\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\openmp 2024-11-01T16:34:57.8382908Z creating build\lib.win-amd64-cpython-39\torch\backends\opt_einsum 2024-11-01T16:34:57.8385341Z copying torch\backends\opt_einsum\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\opt_einsum 2024-11-01T16:34:57.8399707Z creating build\lib.win-amd64-cpython-39\torch\backends\quantized 2024-11-01T16:34:57.8402726Z copying torch\backends\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\quantized 2024-11-01T16:34:57.8413854Z creating build\lib.win-amd64-cpython-39\torch\backends\xeon 2024-11-01T16:34:57.8416373Z copying torch\backends\xeon\run_cpu.py -> build\lib.win-amd64-cpython-39\torch\backends\xeon 2024-11-01T16:34:57.8438851Z copying torch\backends\xeon\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\xeon 2024-11-01T16:34:57.8445148Z creating build\lib.win-amd64-cpython-39\torch\backends\xnnpack 2024-11-01T16:34:57.8447724Z copying torch\backends\xnnpack\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\xnnpack 2024-11-01T16:34:57.8459841Z creating build\lib.win-amd64-cpython-39\torch\backends\_coreml 2024-11-01T16:34:57.8462445Z copying torch\backends\_coreml\preprocess.py -> build\lib.win-amd64-cpython-39\torch\backends\_coreml 2024-11-01T16:34:57.8472422Z copying torch\backends\_coreml\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\_coreml 2024-11-01T16:34:57.8478143Z creating build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2024-11-01T16:34:57.8481072Z copying torch\backends\_nnapi\prepare.py -> build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2024-11-01T16:34:57.8491222Z copying torch\backends\_nnapi\serializer.py -> build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2024-11-01T16:34:57.8534688Z copying torch\backends\_nnapi\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2024-11-01T16:34:57.8540581Z creating build\lib.win-amd64-cpython-39\torch\cpu\amp 2024-11-01T16:34:57.8543311Z copying torch\cpu\amp\autocast_mode.py -> build\lib.win-amd64-cpython-39\torch\cpu\amp 2024-11-01T16:34:57.8554264Z copying torch\cpu\amp\grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\cpu\amp 2024-11-01T16:34:57.8563985Z copying torch\cpu\amp\__init__.py -> build\lib.win-amd64-cpython-39\torch\cpu\amp 2024-11-01T16:34:57.8570790Z creating build\lib.win-amd64-cpython-39\torch\cuda\amp 2024-11-01T16:34:57.8573368Z copying torch\cuda\amp\autocast_mode.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2024-11-01T16:34:57.8584218Z copying torch\cuda\amp\common.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2024-11-01T16:34:57.8589534Z copying torch\cuda\amp\grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2024-11-01T16:34:57.8598103Z copying torch\cuda\amp\__init__.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2024-11-01T16:34:57.8604795Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms 2024-11-01T16:34:57.8607522Z copying torch\distributed\algorithms\join.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms 2024-11-01T16:34:57.8618390Z copying torch\distributed\algorithms\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms 2024-11-01T16:34:57.8625044Z creating build\lib.win-amd64-cpython-39\torch\distributed\autograd 2024-11-01T16:34:57.8627677Z copying torch\distributed\autograd\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\autograd 2024-11-01T16:34:57.8643804Z creating build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:34:57.8652396Z copying torch\distributed\checkpoint\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:34:57.8666197Z copying torch\distributed\checkpoint\default_planner.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:34:57.8680377Z copying torch\distributed\checkpoint\filesystem.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:34:57.8702121Z copying torch\distributed\checkpoint\format_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:34:57.8719840Z copying torch\distributed\checkpoint\logger.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:34:57.8730565Z copying torch\distributed\checkpoint\logging_handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:34:57.8736064Z copying torch\distributed\checkpoint\metadata.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:34:57.8746739Z copying torch\distributed\checkpoint\optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:34:57.8757986Z copying torch\distributed\checkpoint\planner.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:34:57.8784999Z copying torch\distributed\checkpoint\planner_helpers.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:34:57.8795681Z copying torch\distributed\checkpoint\resharding.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:34:57.8807125Z copying torch\distributed\checkpoint\staging.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:34:57.8820467Z copying torch\distributed\checkpoint\stateful.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:34:57.8831975Z copying torch\distributed\checkpoint\state_dict.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:34:57.8860900Z copying torch\distributed\checkpoint\state_dict_loader.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:34:57.8873838Z copying torch\distributed\checkpoint\state_dict_saver.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:34:57.8886421Z copying torch\distributed\checkpoint\storage.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:34:57.8897634Z copying torch\distributed\checkpoint\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:34:57.8909007Z copying torch\distributed\checkpoint\_checkpointer.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:34:57.8918851Z copying torch\distributed\checkpoint\_dedup_save_plans.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:34:57.8929828Z copying torch\distributed\checkpoint\_dedup_tensors.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:34:57.8939581Z copying torch\distributed\checkpoint\_fsspec_filesystem.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:34:57.8951506Z copying torch\distributed\checkpoint\_nested_dict.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:34:57.8967660Z copying torch\distributed\checkpoint\_sharded_tensor_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:34:57.8977458Z copying torch\distributed\checkpoint\_storage_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:34:57.8987004Z copying torch\distributed\checkpoint\_traverse.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:34:57.8998465Z copying torch\distributed\checkpoint\_version.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:34:57.9003698Z copying torch\distributed\checkpoint\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:34:57.9010074Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic 2024-11-01T16:34:57.9012796Z copying torch\distributed\elastic\control_plane.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic 2024-11-01T16:34:57.9025434Z copying torch\distributed\elastic\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic 2024-11-01T16:34:57.9039053Z creating build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:34:57.9041727Z copying torch\distributed\fsdp\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:34:57.9567607Z copying torch\distributed\fsdp\fully_sharded_data_parallel.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:34:57.9605483Z copying torch\distributed\fsdp\sharded_grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:34:57.9619005Z copying torch\distributed\fsdp\wrap.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:34:57.9633092Z copying torch\distributed\fsdp\_common_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:34:57.9654191Z copying torch\distributed\fsdp\_debug_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:34:57.9664013Z copying torch\distributed\fsdp\_dynamo_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:34:57.9672623Z copying torch\distributed\fsdp\_exec_order_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:34:57.9688985Z copying torch\distributed\fsdp\_flat_param.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:34:57.9739922Z copying torch\distributed\fsdp\_fsdp_extensions.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:34:57.9751334Z copying torch\distributed\fsdp\_init_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:34:57.9775117Z copying torch\distributed\fsdp\_limiter_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:34:57.9786100Z copying torch\distributed\fsdp\_optim_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:34:57.9849566Z copying torch\distributed\fsdp\_runtime_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:34:57.9880709Z copying torch\distributed\fsdp\_shard_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:34:57.9892789Z copying torch\distributed\fsdp\_state_dict_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:34:57.9913039Z copying torch\distributed\fsdp\_trace_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:34:57.9947984Z copying torch\distributed\fsdp\_traversal_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:34:57.9958112Z copying torch\distributed\fsdp\_unshard_param_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:34:57.9968271Z copying torch\distributed\fsdp\_wrap_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:34:57.9982636Z copying torch\distributed\fsdp\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:34:57.9993129Z creating build\lib.win-amd64-cpython-39\torch\distributed\launcher 2024-11-01T16:34:57.9995664Z copying torch\distributed\launcher\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\launcher 2024-11-01T16:34:58.0009437Z copying torch\distributed\launcher\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\launcher 2024-11-01T16:34:58.0015821Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn 2024-11-01T16:34:58.0018490Z copying torch\distributed\nn\functional.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn 2024-11-01T16:34:58.0029165Z copying torch\distributed\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn 2024-11-01T16:34:58.0037581Z creating build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-11-01T16:34:58.0040415Z copying torch\distributed\optim\apply_optimizer_in_backward.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-11-01T16:34:58.0050727Z copying torch\distributed\optim\functional_adadelta.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-11-01T16:34:58.0060714Z copying torch\distributed\optim\functional_adagrad.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-11-01T16:34:58.0076020Z copying torch\distributed\optim\functional_adam.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-11-01T16:34:58.0086121Z copying torch\distributed\optim\functional_adamax.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-11-01T16:34:58.0096297Z copying torch\distributed\optim\functional_adamw.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-11-01T16:34:58.0106779Z copying torch\distributed\optim\functional_rmsprop.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-11-01T16:34:58.0117147Z copying torch\distributed\optim\functional_rprop.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-11-01T16:34:58.0129256Z copying torch\distributed\optim\functional_sgd.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-11-01T16:34:58.0140427Z copying torch\distributed\optim\named_optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-11-01T16:34:58.0151265Z copying torch\distributed\optim\optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-11-01T16:34:58.0161277Z copying torch\distributed\optim\post_localSGD_optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-11-01T16:34:58.0174885Z copying torch\distributed\optim\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-11-01T16:34:58.0184829Z copying torch\distributed\optim\zero_redundancy_optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-11-01T16:34:58.0211368Z copying torch\distributed\optim\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-11-01T16:34:58.0222931Z creating build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-11-01T16:34:58.0225765Z copying torch\distributed\pipelining\microbatch.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-11-01T16:34:58.0240273Z copying torch\distributed\pipelining\schedules.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-11-01T16:34:58.0270884Z copying torch\distributed\pipelining\stage.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-11-01T16:34:58.0297400Z copying torch\distributed\pipelining\_backward.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-11-01T16:34:58.0313236Z copying torch\distributed\pipelining\_debug.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-11-01T16:34:58.0318599Z copying torch\distributed\pipelining\_IR.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-11-01T16:34:58.0341736Z copying torch\distributed\pipelining\_unflatten.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-11-01T16:34:58.0351014Z copying torch\distributed\pipelining\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-11-01T16:34:58.0360723Z copying torch\distributed\pipelining\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-11-01T16:34:58.0385564Z creating build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-11-01T16:34:58.0388047Z copying torch\distributed\rpc\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-11-01T16:34:58.0408952Z copying torch\distributed\rpc\backend_registry.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-11-01T16:34:58.0421988Z copying torch\distributed\rpc\constants.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-11-01T16:34:58.0431480Z copying torch\distributed\rpc\functions.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-11-01T16:34:58.0444823Z copying torch\distributed\rpc\internal.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-11-01T16:34:58.0454803Z copying torch\distributed\rpc\options.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-11-01T16:34:58.0465097Z copying torch\distributed\rpc\rref_proxy.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-11-01T16:34:58.0474787Z copying torch\distributed\rpc\server_process_global_profiler.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-11-01T16:34:58.0484645Z copying torch\distributed\rpc\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-11-01T16:34:58.0493932Z copying torch\distributed\rpc\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-11-01T16:34:58.0507944Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-11-01T16:34:58.0510629Z copying torch\distributed\tensor\device_mesh.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-11-01T16:34:58.0516039Z copying torch\distributed\tensor\placement_types.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-11-01T16:34:58.0532562Z copying torch\distributed\tensor\_api.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-11-01T16:34:58.0555775Z copying torch\distributed\tensor\_collective_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-11-01T16:34:58.0570122Z copying torch\distributed\tensor\_dispatch.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-11-01T16:34:58.0584239Z copying torch\distributed\tensor\_dtensor_spec.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-11-01T16:34:58.0594808Z copying torch\distributed\tensor\_op_schema.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-11-01T16:34:58.0615498Z copying torch\distributed\tensor\_random.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-11-01T16:34:58.0626598Z copying torch\distributed\tensor\_redistribute.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-11-01T16:34:58.0637304Z copying torch\distributed\tensor\_sharding_prop.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-11-01T16:34:58.0656766Z copying torch\distributed\tensor\_shards_wrapper.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-11-01T16:34:58.0669005Z copying torch\distributed\tensor\_tp_conv.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-11-01T16:34:58.0679789Z copying torch\distributed\tensor\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-11-01T16:34:58.0693285Z copying torch\distributed\tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-11-01T16:34:58.0704313Z creating build\lib.win-amd64-cpython-39\torch\distributed\_composable 2024-11-01T16:34:58.0707268Z copying torch\distributed\_composable\checkpoint_activation.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2024-11-01T16:34:58.0717451Z copying torch\distributed\_composable\contract.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2024-11-01T16:34:58.0729248Z copying torch\distributed\_composable\fully_shard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2024-11-01T16:34:58.0739813Z copying torch\distributed\_composable\replicate.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2024-11-01T16:34:58.0756718Z copying torch\distributed\_composable\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2024-11-01T16:34:58.0764489Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-11-01T16:34:58.0767010Z copying torch\distributed\_shard\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-11-01T16:34:58.0779258Z copying torch\distributed\_shard\common_op_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-11-01T16:34:58.0788358Z copying torch\distributed\_shard\metadata.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-11-01T16:34:58.0800057Z copying torch\distributed\_shard\op_registry_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-11-01T16:34:58.0809870Z copying torch\distributed\_shard\sharder.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-11-01T16:34:58.0822642Z copying torch\distributed\_shard\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-11-01T16:34:58.0831997Z copying torch\distributed\_shard\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-11-01T16:34:58.0838589Z creating build\lib.win-amd64-cpython-39\torch\distributed\_sharded_tensor 2024-11-01T16:34:58.0841291Z copying torch\distributed\_sharded_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_sharded_tensor 2024-11-01T16:34:58.0848189Z creating build\lib.win-amd64-cpython-39\torch\distributed\_sharding_spec 2024-11-01T16:34:58.0851005Z copying torch\distributed\_sharding_spec\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_sharding_spec 2024-11-01T16:34:58.0858880Z creating build\lib.win-amd64-cpython-39\torch\distributed\_symmetric_memory 2024-11-01T16:34:58.0861520Z copying torch\distributed\_symmetric_memory\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_symmetric_memory 2024-11-01T16:34:58.0887320Z creating build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-11-01T16:34:58.0889864Z copying torch\distributed\_tensor\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-11-01T16:34:58.0895484Z copying torch\distributed\_tensor\placement_types.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-11-01T16:34:58.0900612Z copying torch\distributed\_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-11-01T16:34:58.0915228Z creating build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-11-01T16:34:58.0917921Z copying torch\distributed\_tools\fsdp2_mem_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-11-01T16:34:58.0934941Z copying torch\distributed\_tools\ilp_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-11-01T16:34:58.0945244Z copying torch\distributed\_tools\memory_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-11-01T16:34:58.0955755Z copying torch\distributed\_tools\mem_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-11-01T16:34:58.0984363Z copying torch\distributed\_tools\mod_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-11-01T16:34:58.0994954Z copying torch\distributed\_tools\runtime_estimator.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-11-01T16:34:58.1010722Z copying torch\distributed\_tools\sac_estimator.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-11-01T16:34:58.1763730Z copying torch\distributed\_tools\sac_ilp.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-11-01T16:34:58.1774952Z copying torch\distributed\_tools\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-11-01T16:34:58.1783658Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-11-01T16:34:58.1785930Z 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:34:58.1800011Z 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:34:58.1809118Z 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:34:58.1824212Z 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:34:58.1833650Z 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:34:58.1844525Z 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:34:58.1855040Z 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:34:58.1877562Z 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:34:58.1888848Z copying torch\distributed\algorithms\ddp_comm_hooks\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-11-01T16:34:58.1900269Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2024-11-01T16:34:58.1907409Z copying torch\distributed\algorithms\model_averaging\averagers.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2024-11-01T16:34:58.1917795Z copying torch\distributed\algorithms\model_averaging\hierarchical_model_averager.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2024-11-01T16:34:58.1928688Z copying torch\distributed\algorithms\model_averaging\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2024-11-01T16:34:58.1941604Z copying torch\distributed\algorithms\model_averaging\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2024-11-01T16:34:58.1946974Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint 2024-11-01T16:34:58.1950027Z copying torch\distributed\algorithms\_checkpoint\checkpoint_wrapper.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint 2024-11-01T16:34:58.1960267Z copying torch\distributed\algorithms\_checkpoint\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint 2024-11-01T16:34:58.1966104Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks 2024-11-01T16:34:58.1968815Z copying torch\distributed\algorithms\_comm_hooks\default_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks 2024-11-01T16:34:58.1979175Z copying torch\distributed\algorithms\_comm_hooks\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks 2024-11-01T16:34:58.1985532Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap 2024-11-01T16:34:58.1988406Z copying torch\distributed\algorithms\_optimizer_overlap\optimizer_overlap.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap 2024-11-01T16:34:58.1998152Z copying torch\distributed\algorithms\_optimizer_overlap\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap 2024-11-01T16:34:58.2004504Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization 2024-11-01T16:34:58.2007657Z copying torch\distributed\algorithms\_quantization\quantization.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization 2024-11-01T16:34:58.2017419Z copying torch\distributed\algorithms\_quantization\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization 2024-11-01T16:34:58.2022565Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent 2024-11-01T16:34:58.2025486Z copying torch\distributed\elastic\agent\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent 2024-11-01T16:34:58.2031615Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2024-11-01T16:34:58.2034183Z copying torch\distributed\elastic\events\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2024-11-01T16:34:58.2043695Z copying torch\distributed\elastic\events\handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2024-11-01T16:34:58.2055560Z copying torch\distributed\elastic\events\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2024-11-01T16:34:58.2066819Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics 2024-11-01T16:34:58.2069431Z copying torch\distributed\elastic\metrics\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics 2024-11-01T16:34:58.2079329Z copying torch\distributed\elastic\metrics\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics 2024-11-01T16:34:58.2090508Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2024-11-01T16:34:58.2098190Z copying torch\distributed\elastic\multiprocessing\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2024-11-01T16:34:58.2115717Z copying torch\distributed\elastic\multiprocessing\redirects.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2024-11-01T16:34:58.2124553Z copying torch\distributed\elastic\multiprocessing\tail_log.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2024-11-01T16:34:58.2136133Z copying torch\distributed\elastic\multiprocessing\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2024-11-01T16:34:58.2149939Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-11-01T16:34:58.2152658Z copying torch\distributed\elastic\rendezvous\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-11-01T16:34:58.2163944Z copying torch\distributed\elastic\rendezvous\c10d_rendezvous_backend.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-11-01T16:34:58.2174305Z copying torch\distributed\elastic\rendezvous\dynamic_rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-11-01T16:34:58.2199807Z copying torch\distributed\elastic\rendezvous\etcd_rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-11-01T16:34:58.2236938Z copying torch\distributed\elastic\rendezvous\etcd_rendezvous_backend.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-11-01T16:34:58.2247750Z copying torch\distributed\elastic\rendezvous\etcd_server.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-11-01T16:34:58.2258412Z copying torch\distributed\elastic\rendezvous\etcd_store.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-11-01T16:34:58.2272019Z copying torch\distributed\elastic\rendezvous\registry.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-11-01T16:34:58.2282426Z copying torch\distributed\elastic\rendezvous\static_tcp_rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-11-01T16:34:58.2291881Z copying torch\distributed\elastic\rendezvous\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-11-01T16:34:58.2303045Z copying torch\distributed\elastic\rendezvous\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-11-01T16:34:58.2314738Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2024-11-01T16:34:58.2317529Z copying torch\distributed\elastic\timer\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2024-11-01T16:34:58.2328346Z copying torch\distributed\elastic\timer\debug_info_logging.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2024-11-01T16:34:58.2337486Z copying torch\distributed\elastic\timer\file_based_local_timer.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2024-11-01T16:34:58.2347852Z copying torch\distributed\elastic\timer\local_timer.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2024-11-01T16:34:58.2364362Z copying torch\distributed\elastic\timer\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2024-11-01T16:34:58.2375100Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-11-01T16:34:58.2377657Z copying torch\distributed\elastic\utils\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-11-01T16:34:58.2389088Z copying torch\distributed\elastic\utils\distributed.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-11-01T16:34:58.2397975Z copying torch\distributed\elastic\utils\logging.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-11-01T16:34:58.2408085Z copying torch\distributed\elastic\utils\log_level.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-11-01T16:34:58.2413581Z copying torch\distributed\elastic\utils\store.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-11-01T16:34:58.2431294Z copying torch\distributed\elastic\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-11-01T16:34:58.2438493Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2024-11-01T16:34:58.2441454Z copying torch\distributed\elastic\agent\server\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2024-11-01T16:34:58.2461504Z copying torch\distributed\elastic\agent\server\health_check_server.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2024-11-01T16:34:58.2471988Z copying torch\distributed\elastic\agent\server\local_elastic_agent.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2024-11-01T16:34:58.2491519Z copying torch\distributed\elastic\agent\server\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2024-11-01T16:34:58.2502280Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2024-11-01T16:34:58.2509513Z copying torch\distributed\elastic\multiprocessing\errors\error_handler.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2024-11-01T16:34:58.2519032Z copying torch\distributed\elastic\multiprocessing\errors\handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2024-11-01T16:34:58.2528032Z copying torch\distributed\elastic\multiprocessing\errors\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2024-11-01T16:34:58.2539612Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2024-11-01T16:34:58.2542774Z copying torch\distributed\elastic\multiprocessing\subprocess_handler\handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2024-11-01T16:34:58.2551827Z 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:34:58.2681248Z copying torch\distributed\elastic\multiprocessing\subprocess_handler\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2024-11-01T16:34:58.2687346Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2024-11-01T16:34:58.2690521Z copying torch\distributed\elastic\utils\data\cycling_iterator.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2024-11-01T16:34:58.2700172Z copying torch\distributed\elastic\utils\data\elastic_distributed_sampler.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2024-11-01T16:34:58.2712923Z copying torch\distributed\elastic\utils\data\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2024-11-01T16:34:58.2719298Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn\api 2024-11-01T16:34:58.2722026Z copying torch\distributed\nn\api\remote_module.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\api 2024-11-01T16:34:58.2738056Z copying torch\distributed\nn\api\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\api 2024-11-01T16:34:58.2743870Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn\jit 2024-11-01T16:34:58.2746894Z copying torch\distributed\nn\jit\instantiator.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit 2024-11-01T16:34:58.2756491Z copying torch\distributed\nn\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit 2024-11-01T16:34:58.2762362Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates 2024-11-01T16:34:58.2765251Z copying torch\distributed\nn\jit\templates\remote_module_template.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates 2024-11-01T16:34:58.2774180Z copying torch\distributed\nn\jit\templates\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates 2024-11-01T16:34:58.2779824Z creating build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing 2024-11-01T16:34:58.2782787Z copying torch\distributed\rpc\_testing\faulty_agent_backend_registry.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing 2024-11-01T16:34:58.2791847Z copying torch\distributed\rpc\_testing\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing 2024-11-01T16:34:58.2798775Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2024-11-01T16:34:58.2801545Z copying torch\distributed\tensor\debug\_comm_mode.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2024-11-01T16:34:58.2817857Z copying torch\distributed\tensor\debug\_op_coverage.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2024-11-01T16:34:58.2826745Z copying torch\distributed\tensor\debug\_visualize_sharding.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2024-11-01T16:34:58.2836343Z copying torch\distributed\tensor\debug\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2024-11-01T16:34:58.2850922Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2024-11-01T16:34:58.2857054Z copying torch\distributed\tensor\experimental\_attention.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2024-11-01T16:34:58.2876968Z copying torch\distributed\tensor\experimental\_func_map.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2024-11-01T16:34:58.2887363Z copying torch\distributed\tensor\experimental\_register_sharding.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2024-11-01T16:34:58.2901441Z copying torch\distributed\tensor\experimental\_tp_transform.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2024-11-01T16:34:58.2915816Z copying torch\distributed\tensor\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2024-11-01T16:34:58.2926900Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-11-01T16:34:58.2929635Z copying torch\distributed\tensor\parallel\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-11-01T16:34:58.2939980Z copying torch\distributed\tensor\parallel\ddp.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-11-01T16:34:58.2948422Z copying torch\distributed\tensor\parallel\fsdp.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-11-01T16:34:58.2958004Z copying torch\distributed\tensor\parallel\input_reshard.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-11-01T16:34:58.2967254Z copying torch\distributed\tensor\parallel\loss.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-11-01T16:34:58.2982026Z copying torch\distributed\tensor\parallel\style.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-11-01T16:34:58.3002537Z copying torch\distributed\tensor\parallel\_data_parallel_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-11-01T16:34:58.3011737Z copying torch\distributed\tensor\parallel\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-11-01T16:34:58.3020706Z copying torch\distributed\tensor\parallel\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-11-01T16:34:58.3028986Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-11-01T16:34:58.3031664Z copying torch\distributed\tensor\_ops\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-11-01T16:34:58.3042265Z copying torch\distributed\tensor\_ops\_common_rules.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-11-01T16:34:58.3052748Z copying torch\distributed\tensor\_ops\_conv_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-11-01T16:34:58.3061822Z copying torch\distributed\tensor\_ops\_einsum_strategy.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-11-01T16:34:58.3075624Z copying torch\distributed\tensor\_ops\_embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-11-01T16:34:58.3085660Z copying torch\distributed\tensor\_ops\_experimental_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-11-01T16:34:58.3094496Z copying torch\distributed\tensor\_ops\_math_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-11-01T16:34:58.3113754Z copying torch\distributed\tensor\_ops\_matrix_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-11-01T16:34:58.3126997Z copying torch\distributed\tensor\_ops\_pointwise_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-11-01T16:34:58.3141482Z copying torch\distributed\tensor\_ops\_random_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-11-01T16:34:58.3150900Z copying torch\distributed\tensor\_ops\_tensor_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-11-01T16:34:58.3166381Z copying torch\distributed\tensor\_ops\_view_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-11-01T16:34:58.3180497Z copying torch\distributed\tensor\_ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-11-01T16:34:58.3187795Z creating build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-11-01T16:34:58.3190522Z copying torch\distributed\_composable\fsdp\fully_shard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-11-01T16:34:58.3206951Z copying torch\distributed\_composable\fsdp\_fsdp_api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-11-01T16:34:58.3216026Z copying torch\distributed\_composable\fsdp\_fsdp_collectives.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-11-01T16:34:58.3231211Z copying torch\distributed\_composable\fsdp\_fsdp_common.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-11-01T16:34:58.3244805Z copying torch\distributed\_composable\fsdp\_fsdp_init.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-11-01T16:34:58.3254567Z copying torch\distributed\_composable\fsdp\_fsdp_param.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-11-01T16:34:58.3273051Z copying torch\distributed\_composable\fsdp\_fsdp_param_group.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-11-01T16:34:58.3287512Z copying torch\distributed\_composable\fsdp\_fsdp_state.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-11-01T16:34:58.3301344Z copying torch\distributed\_composable\fsdp\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-11-01T16:34:58.3307711Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\checkpoint 2024-11-01T16:34:58.3310292Z copying torch\distributed\_shard\checkpoint\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\checkpoint 2024-11-01T16:34:58.3317092Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim 2024-11-01T16:34:58.3319935Z copying torch\distributed\_shard\sharded_optim\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim 2024-11-01T16:34:58.3330289Z copying torch\distributed\_shard\sharded_optim\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim 2024-11-01T16:34:58.3340650Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-11-01T16:34:58.3343958Z copying torch\distributed\_shard\sharded_tensor\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-11-01T16:34:58.3374546Z copying torch\distributed\_shard\sharded_tensor\logger.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-11-01T16:34:58.3383958Z copying torch\distributed\_shard\sharded_tensor\logging_handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-11-01T16:34:58.3390461Z copying torch\distributed\_shard\sharded_tensor\metadata.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-11-01T16:34:58.3399790Z copying torch\distributed\_shard\sharded_tensor\reshard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-11-01T16:34:58.3413509Z copying torch\distributed\_shard\sharded_tensor\shard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-11-01T16:34:58.3422646Z copying torch\distributed\_shard\sharded_tensor\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-11-01T16:34:58.3432999Z copying torch\distributed\_shard\sharded_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-11-01T16:34:58.3447595Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan 2024-11-01T16:34:58.3450248Z copying torch\distributed\_shard\sharding_plan\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan 2024-11-01T16:34:58.3460739Z copying torch\distributed\_shard\sharding_plan\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan 2024-11-01T16:34:58.3468053Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2024-11-01T16:34:58.3470752Z copying torch\distributed\_shard\sharding_spec\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2024-11-01T16:34:58.3481442Z copying torch\distributed\_shard\sharding_spec\chunk_sharding_spec.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2024-11-01T16:34:58.3495424Z copying torch\distributed\_shard\sharding_spec\_internals.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2024-11-01T16:34:58.3511931Z copying torch\distributed\_shard\sharding_spec\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2024-11-01T16:34:58.3526192Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-11-01T16:34:58.3529064Z 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:34:58.3538160Z copying torch\distributed\_shard\sharded_tensor\_ops\init.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-11-01T16:34:58.3547809Z 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:34:58.3552978Z 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:34:58.3563101Z copying torch\distributed\_shard\sharded_tensor\_ops\_common.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-11-01T16:34:58.3576680Z copying torch\distributed\_shard\sharded_tensor\_ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-11-01T16:34:58.3583458Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2024-11-01T16:34:58.3586374Z 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:34:58.3601311Z 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:34:58.3614394Z 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:34:58.3629151Z 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:34:58.3634117Z creating build\lib.win-amd64-cpython-39\torch\export\experimental 2024-11-01T16:34:58.3636994Z copying torch\export\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\export\experimental 2024-11-01T16:34:58.3649147Z creating build\lib.win-amd64-cpython-39\torch\export\passes 2024-11-01T16:34:58.3651600Z copying torch\export\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\export\passes 2024-11-01T16:34:58.3679282Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:34:58.3682225Z copying torch\fx\experimental\accelerator_partitioner.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:34:58.3701629Z copying torch\fx\experimental\const_fold.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:34:58.3712062Z copying torch\fx\experimental\debug.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:34:58.3728054Z copying torch\fx\experimental\graph_gradual_typechecker.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:34:58.3746173Z copying torch\fx\experimental\merge_matmul.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:34:58.3755338Z copying torch\fx\experimental\meta_tracer.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:34:58.3765211Z copying torch\fx\experimental\normalize.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:34:58.3774686Z copying torch\fx\experimental\optimization.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:34:58.3790391Z copying torch\fx\experimental\partitioner_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:34:58.3800872Z copying torch\fx\experimental\proxy_tensor.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:34:58.3835909Z copying torch\fx\experimental\recording.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:34:58.3850008Z copying torch\fx\experimental\refinement_types.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:34:58.3855269Z copying torch\fx\experimental\rewriter.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:34:58.3864770Z copying torch\fx\experimental\schema_type_annotation.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:34:58.3874333Z copying torch\fx\experimental\symbolic_shapes.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:34:58.4325999Z copying torch\fx\experimental\sym_node.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:34:58.4353877Z copying torch\fx\experimental\unify_refinements.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:34:58.4363123Z copying torch\fx\experimental\validator.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:34:58.4382897Z copying torch\fx\experimental\_backward_state.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:34:58.4402682Z copying torch\fx\experimental\_config.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:34:58.4412181Z copying torch\fx\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:34:58.4424589Z creating build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:34:58.4427353Z copying torch\fx\passes\annotate_getitem_nodes.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:34:58.4436134Z copying torch\fx\passes\fake_tensor_prop.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:34:58.4445040Z copying torch\fx\passes\graph_drawer.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:34:58.4890493Z copying torch\fx\passes\graph_manipulation.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:34:58.5741116Z copying torch\fx\passes\graph_transform_observer.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:34:58.5751417Z copying torch\fx\passes\net_min_base.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:34:58.5769745Z copying torch\fx\passes\operator_support.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:34:58.5779764Z copying torch\fx\passes\param_fetch.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:34:58.5788448Z copying torch\fx\passes\pass_manager.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:34:58.5804443Z copying torch\fx\passes\reinplace.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:34:58.5821526Z copying torch\fx\passes\runtime_assert.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:34:58.5836626Z copying torch\fx\passes\shape_prop.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:34:58.5846653Z copying torch\fx\passes\splitter_base.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:34:58.5864755Z copying torch\fx\passes\split_module.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:34:58.5880176Z copying torch\fx\passes\split_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:34:58.5890255Z copying torch\fx\passes\tools_common.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:34:58.5902288Z copying torch\fx\passes\_tensorify_python_scalars.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:34:58.5915444Z copying torch\fx\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:34:58.5923497Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-11-01T16:34:58.5926509Z copying torch\fx\experimental\migrate_gradual_types\constraint.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-11-01T16:34:58.5941286Z 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:34:58.5965354Z 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:34:58.5992128Z copying torch\fx\experimental\migrate_gradual_types\operation.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-11-01T16:34:58.5997581Z 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:34:58.6011141Z copying torch\fx\experimental\migrate_gradual_types\util.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-11-01T16:34:58.6020793Z 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:34:58.6029482Z copying torch\fx\experimental\migrate_gradual_types\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-11-01T16:34:58.6035730Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-11-01T16:34:58.6038495Z copying torch\fx\experimental\unification\core.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-11-01T16:34:58.6047545Z copying torch\fx\experimental\unification\dispatch.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-11-01T16:34:58.6052687Z copying torch\fx\experimental\unification\match.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-11-01T16:34:58.6061592Z copying torch\fx\experimental\unification\more.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-11-01T16:34:58.6071121Z copying torch\fx\experimental\unification\unification_tools.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-11-01T16:34:58.6084351Z copying torch\fx\experimental\unification\utils.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-11-01T16:34:58.6096549Z copying torch\fx\experimental\unification\variable.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-11-01T16:34:58.6105140Z copying torch\fx\experimental\unification\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-11-01T16:34:58.6112235Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-11-01T16:34:58.6115120Z copying torch\fx\experimental\unification\multipledispatch\conflict.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-11-01T16:34:58.6124890Z copying torch\fx\experimental\unification\multipledispatch\core.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-11-01T16:34:58.6140733Z copying torch\fx\experimental\unification\multipledispatch\dispatcher.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-11-01T16:34:58.6151218Z copying torch\fx\experimental\unification\multipledispatch\utils.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-11-01T16:34:58.6160108Z copying torch\fx\experimental\unification\multipledispatch\variadic.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-11-01T16:34:58.6175044Z copying torch\fx\experimental\unification\multipledispatch\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-11-01T16:34:58.6181118Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\backends 2024-11-01T16:34:58.6183989Z copying torch\fx\passes\backends\cudagraphs.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\backends 2024-11-01T16:34:58.6192990Z copying torch\fx\passes\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\backends 2024-11-01T16:34:58.6198486Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\dialect 2024-11-01T16:34:58.6204980Z copying torch\fx\passes\dialect\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\dialect 2024-11-01T16:34:58.6211084Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2024-11-01T16:34:58.6213648Z copying torch\fx\passes\infra\partitioner.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2024-11-01T16:34:58.6226734Z copying torch\fx\passes\infra\pass_base.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2024-11-01T16:34:58.6235390Z copying torch\fx\passes\infra\pass_manager.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2024-11-01T16:34:58.6245334Z copying torch\fx\passes\infra\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2024-11-01T16:34:58.6256192Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\tests 2024-11-01T16:34:58.6258909Z copying torch\fx\passes\tests\test_pass_manager.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\tests 2024-11-01T16:34:58.6267828Z copying torch\fx\passes\tests\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\tests 2024-11-01T16:34:58.6274016Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-11-01T16:34:58.6276615Z copying torch\fx\passes\utils\common.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-11-01T16:34:58.6285695Z copying torch\fx\passes\utils\fuser_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-11-01T16:34:58.6295801Z copying torch\fx\passes\utils\matcher_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-11-01T16:34:58.6309560Z 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:34:58.6322831Z copying torch\fx\passes\utils\source_matcher_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-11-01T16:34:58.6332238Z copying torch\fx\passes\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-11-01T16:34:58.6339179Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common 2024-11-01T16:34:58.6341871Z copying torch\fx\passes\dialect\common\cse_pass.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common 2024-11-01T16:34:58.6351490Z copying torch\fx\passes\dialect\common\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common 2024-11-01T16:34:58.6356957Z creating build\lib.win-amd64-cpython-39\torch\jit\mobile 2024-11-01T16:34:58.6359406Z copying torch\jit\mobile\__init__.py -> build\lib.win-amd64-cpython-39\torch\jit\mobile 2024-11-01T16:34:58.6371264Z creating build\lib.win-amd64-cpython-39\torch\jit\_passes 2024-11-01T16:34:58.6373951Z copying torch\jit\_passes\_property_propagation.py -> build\lib.win-amd64-cpython-39\torch\jit\_passes 2024-11-01T16:34:58.6382415Z copying torch\jit\_passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\jit\_passes 2024-11-01T16:34:58.6389042Z creating build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-11-01T16:34:58.6391692Z copying torch\masked\maskedtensor\binary.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-11-01T16:34:58.6402157Z copying torch\masked\maskedtensor\core.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-11-01T16:34:58.6412157Z copying torch\masked\maskedtensor\creation.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-11-01T16:34:58.6417400Z copying torch\masked\maskedtensor\passthrough.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-11-01T16:34:58.6426920Z copying torch\masked\maskedtensor\reductions.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-11-01T16:34:58.6439811Z copying torch\masked\maskedtensor\unary.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-11-01T16:34:58.6448708Z copying torch\masked\maskedtensor\_ops_refs.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-11-01T16:34:58.6462162Z copying torch\masked\maskedtensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-11-01T16:34:58.6468921Z creating build\lib.win-amd64-cpython-39\torch\nested\_internal 2024-11-01T16:34:58.6471766Z copying torch\nested\_internal\nested_tensor.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2024-11-01T16:34:58.6489789Z copying torch\nested\_internal\ops.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2024-11-01T16:34:58.6518988Z copying torch\nested\_internal\sdpa.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2024-11-01T16:34:58.6533541Z copying torch\nested\_internal\__init__.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2024-11-01T16:34:58.6539605Z creating build\lib.win-amd64-cpython-39\torch\nn\attention 2024-11-01T16:34:58.6542469Z copying torch\nn\attention\bias.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2024-11-01T16:34:58.6552404Z copying torch\nn\attention\flex_attention.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2024-11-01T16:34:58.6576572Z copying torch\nn\attention\_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2024-11-01T16:34:58.6585083Z copying torch\nn\attention\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2024-11-01T16:34:58.6596366Z creating build\lib.win-amd64-cpython-39\torch\nn\backends 2024-11-01T16:34:58.6598843Z copying torch\nn\backends\thnn.py -> build\lib.win-amd64-cpython-39\torch\nn\backends 2024-11-01T16:34:58.6604436Z copying torch\nn\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\backends 2024-11-01T16:34:58.6610010Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic 2024-11-01T16:34:58.6612449Z copying torch\nn\intrinsic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic 2024-11-01T16:34:58.6626055Z creating build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:34:58.6628640Z copying torch\nn\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:34:58.6656733Z copying torch\nn\modules\adaptive.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:34:58.6666633Z copying torch\nn\modules\batchnorm.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:34:58.6683783Z copying torch\nn\modules\channelshuffle.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:34:58.6696476Z copying torch\nn\modules\container.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:34:58.6713486Z copying torch\nn\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:34:58.6741407Z copying torch\nn\modules\distance.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:34:58.6754752Z copying torch\nn\modules\dropout.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:34:58.6764234Z copying torch\nn\modules\flatten.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:34:58.6773666Z copying torch\nn\modules\fold.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:34:58.6784094Z copying torch\nn\modules\instancenorm.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:34:58.6798976Z copying torch\nn\modules\lazy.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:34:58.6809159Z copying torch\nn\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:34:58.6819128Z copying torch\nn\modules\loss.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:34:58.6859277Z copying torch\nn\modules\module.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:34:58.6904307Z copying torch\nn\modules\normalization.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:34:58.7783442Z copying torch\nn\modules\padding.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:34:58.7809883Z copying torch\nn\modules\pixelshuffle.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:34:58.7818473Z copying torch\nn\modules\pooling.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:34:58.7841255Z copying torch\nn\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:34:58.7869254Z copying torch\nn\modules\sparse.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:34:58.7884357Z copying torch\nn\modules\transformer.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:34:58.7906757Z copying torch\nn\modules\upsampling.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:34:58.7916796Z copying torch\nn\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:34:58.7925764Z copying torch\nn\modules\_functions.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:34:58.7936075Z copying torch\nn\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:34:58.7949478Z creating build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-11-01T16:34:58.7952160Z copying torch\nn\parallel\comm.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-11-01T16:34:58.7962069Z copying torch\nn\parallel\data_parallel.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-11-01T16:34:58.7972978Z copying torch\nn\parallel\distributed.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-11-01T16:34:58.8010086Z copying torch\nn\parallel\parallel_apply.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-11-01T16:34:58.8023738Z copying torch\nn\parallel\replicate.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-11-01T16:34:58.8033282Z copying torch\nn\parallel\scatter_gather.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-11-01T16:34:58.8044144Z copying torch\nn\parallel\_functions.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-11-01T16:34:58.8053377Z copying torch\nn\parallel\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-11-01T16:34:58.8063314Z creating build\lib.win-amd64-cpython-39\torch\nn\qat 2024-11-01T16:34:58.8065690Z copying torch\nn\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat 2024-11-01T16:34:58.8072106Z creating build\lib.win-amd64-cpython-39\torch\nn\quantizable 2024-11-01T16:34:58.8074616Z copying torch\nn\quantizable\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable 2024-11-01T16:34:58.8081566Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized 2024-11-01T16:34:58.8084223Z copying torch\nn\quantized\functional.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized 2024-11-01T16:34:58.8089360Z copying torch\nn\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized 2024-11-01T16:34:58.8101986Z creating build\lib.win-amd64-cpython-39\torch\nn\utils 2024-11-01T16:34:58.8104553Z copying torch\nn\utils\clip_grad.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-11-01T16:34:58.8114285Z copying torch\nn\utils\convert_parameters.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-11-01T16:34:58.8122773Z copying torch\nn\utils\fusion.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-11-01T16:34:58.8131297Z copying torch\nn\utils\init.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-11-01T16:34:58.8140194Z copying torch\nn\utils\memory_format.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-11-01T16:34:58.8153152Z copying torch\nn\utils\parametrizations.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-11-01T16:34:58.8169187Z copying torch\nn\utils\parametrize.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-11-01T16:34:58.8186274Z copying torch\nn\utils\prune.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-11-01T16:34:58.8208158Z copying torch\nn\utils\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-11-01T16:34:58.8222792Z copying torch\nn\utils\spectral_norm.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-11-01T16:34:58.8233523Z copying torch\nn\utils\stateless.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-11-01T16:34:58.8244294Z copying torch\nn\utils\weight_norm.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-11-01T16:34:58.8254817Z copying torch\nn\utils\_deprecation_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-11-01T16:34:58.8264642Z copying torch\nn\utils\_named_member_accessor.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-11-01T16:34:58.8277192Z copying torch\nn\utils\_per_sample_grad.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-11-01T16:34:58.8286631Z copying torch\nn\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-11-01T16:34:58.8297646Z creating build\lib.win-amd64-cpython-39\torch\nn\attention\experimental 2024-11-01T16:34:58.8305167Z copying torch\nn\attention\experimental\_paged_attention.py -> build\lib.win-amd64-cpython-39\torch\nn\attention\experimental 2024-11-01T16:34:58.8314967Z copying torch\nn\attention\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\attention\experimental 2024-11-01T16:34:58.8321713Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules 2024-11-01T16:34:58.8324213Z copying torch\nn\intrinsic\modules\fused.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules 2024-11-01T16:34:58.8329292Z copying torch\nn\intrinsic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules 2024-11-01T16:34:58.8335417Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat 2024-11-01T16:34:58.8337853Z copying torch\nn\intrinsic\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat 2024-11-01T16:34:58.8344397Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized 2024-11-01T16:34:58.8346873Z copying torch\nn\intrinsic\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized 2024-11-01T16:34:58.8353648Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2024-11-01T16:34:58.8356344Z copying torch\nn\intrinsic\qat\modules\conv_fused.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2024-11-01T16:34:58.8365998Z copying torch\nn\intrinsic\qat\modules\linear_fused.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2024-11-01T16:34:58.8371093Z copying torch\nn\intrinsic\qat\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2024-11-01T16:34:58.8376311Z copying torch\nn\intrinsic\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2024-11-01T16:34:58.8387123Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic 2024-11-01T16:34:58.8389382Z copying torch\nn\intrinsic\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic 2024-11-01T16:34:58.8395935Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2024-11-01T16:34:58.8398706Z copying torch\nn\intrinsic\quantized\modules\bn_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2024-11-01T16:34:58.8403849Z copying torch\nn\intrinsic\quantized\modules\conv_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2024-11-01T16:34:58.8409234Z copying torch\nn\intrinsic\quantized\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2024-11-01T16:34:58.8415030Z copying torch\nn\intrinsic\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2024-11-01T16:34:58.8422058Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules 2024-11-01T16:34:58.8424888Z 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:34:58.8430248Z copying torch\nn\intrinsic\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules 2024-11-01T16:34:58.8443819Z creating build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic 2024-11-01T16:34:58.8444750Z copying torch\nn\qat\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic 2024-11-01T16:34:58.8448174Z creating build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2024-11-01T16:34:58.8450904Z copying torch\nn\qat\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2024-11-01T16:34:58.8457199Z copying torch\nn\qat\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2024-11-01T16:34:58.8462292Z copying torch\nn\qat\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2024-11-01T16:34:58.8468032Z copying torch\nn\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2024-11-01T16:34:58.8475543Z creating build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules 2024-11-01T16:34:58.8478481Z copying torch\nn\qat\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules 2024-11-01T16:34:58.8484559Z copying torch\nn\qat\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules 2024-11-01T16:34:58.8491847Z creating build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2024-11-01T16:34:58.8494672Z copying torch\nn\quantizable\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2024-11-01T16:34:58.8501123Z copying torch\nn\quantizable\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2024-11-01T16:34:58.8506599Z copying torch\nn\quantizable\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2024-11-01T16:34:58.8513039Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic 2024-11-01T16:34:58.8515528Z copying torch\nn\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic 2024-11-01T16:34:58.8523604Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-11-01T16:34:58.8526305Z copying torch\nn\quantized\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-11-01T16:34:58.8531684Z copying torch\nn\quantized\modules\batchnorm.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-11-01T16:34:58.8536954Z copying torch\nn\quantized\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-11-01T16:34:58.8542432Z copying torch\nn\quantized\modules\dropout.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-11-01T16:34:58.8547694Z copying torch\nn\quantized\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-11-01T16:34:58.8558636Z copying torch\nn\quantized\modules\functional_modules.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-11-01T16:34:58.8564125Z copying torch\nn\quantized\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-11-01T16:34:58.8569275Z copying torch\nn\quantized\modules\normalization.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-11-01T16:34:58.8579165Z copying torch\nn\quantized\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-11-01T16:34:58.8584319Z copying torch\nn\quantized\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-11-01T16:34:58.8589327Z copying torch\nn\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-11-01T16:34:58.8599121Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference 2024-11-01T16:34:58.8610506Z copying torch\nn\quantized\_reference\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference 2024-11-01T16:34:58.8617229Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2024-11-01T16:34:58.8619844Z copying torch\nn\quantized\dynamic\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2024-11-01T16:34:58.8625052Z copying torch\nn\quantized\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2024-11-01T16:34:58.8630500Z copying torch\nn\quantized\dynamic\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2024-11-01T16:34:58.8639812Z copying torch\nn\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2024-11-01T16:34:58.8650257Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-11-01T16:34:58.8652860Z copying torch\nn\quantized\_reference\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-11-01T16:34:58.8658084Z copying torch\nn\quantized\_reference\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-11-01T16:34:58.8663094Z copying torch\nn\quantized\_reference\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-11-01T16:34:58.8668208Z copying torch\nn\quantized\_reference\modules\sparse.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-11-01T16:34:58.8673358Z copying torch\nn\quantized\_reference\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-11-01T16:34:58.8678636Z copying torch\nn\quantized\_reference\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-11-01T16:34:58.8690052Z creating build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-11-01T16:34:58.8692871Z copying torch\nn\utils\_expanded_weights\conv_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-11-01T16:34:58.8704409Z copying torch\nn\utils\_expanded_weights\conv_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-11-01T16:34:58.8715210Z copying torch\nn\utils\_expanded_weights\embedding_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-11-01T16:34:58.8727696Z copying torch\nn\utils\_expanded_weights\expanded_weights_impl.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-11-01T16:34:58.8737713Z copying torch\nn\utils\_expanded_weights\expanded_weights_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-11-01T16:34:58.8749247Z 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:34:58.8760613Z 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:34:58.8770754Z 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:34:58.8781548Z copying torch\nn\utils\_expanded_weights\linear_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-11-01T16:34:58.8791624Z copying torch\nn\utils\_expanded_weights\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-11-01T16:34:58.8799112Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-11-01T16:34:58.8807361Z copying torch\onnx\_internal\io_adapter.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-11-01T16:34:58.8825492Z copying torch\onnx\_internal\jit_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-11-01T16:34:58.8840887Z copying torch\onnx\_internal\onnxruntime.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-11-01T16:34:58.8874655Z copying torch\onnx\_internal\onnx_proto_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-11-01T16:34:58.8885187Z copying torch\onnx\_internal\registration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-11-01T16:34:58.8898341Z copying torch\onnx\_internal\_exporter_legacy.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-11-01T16:34:58.8919943Z copying torch\onnx\_internal\_lazy_import.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-11-01T16:34:58.8931252Z copying torch\onnx\_internal\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-11-01T16:34:58.8937312Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2024-11-01T16:34:58.8940607Z copying torch\onnx\_internal\diagnostics\_diagnostic.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2024-11-01T16:34:58.8950977Z copying torch\onnx\_internal\diagnostics\_rules.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2024-11-01T16:34:58.8971323Z copying torch\onnx\_internal\diagnostics\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2024-11-01T16:34:58.8980168Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:34:58.8982821Z copying torch\onnx\_internal\exporter\_analysis.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:34:58.8996406Z copying torch\onnx\_internal\exporter\_building.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:34:58.9013129Z copying torch\onnx\_internal\exporter\_capture_strategies.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:34:58.9023534Z copying torch\onnx\_internal\exporter\_compat.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:34:58.9037945Z copying torch\onnx\_internal\exporter\_core.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:34:58.9062164Z copying torch\onnx\_internal\exporter\_decomp.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:34:58.9072869Z copying torch\onnx\_internal\exporter\_dispatching.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:34:58.9086293Z copying torch\onnx\_internal\exporter\_errors.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:34:58.9091395Z copying torch\onnx\_internal\exporter\_fx_passes.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:34:58.9101914Z copying torch\onnx\_internal\exporter\_ir_passes.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:34:58.9111592Z copying torch\onnx\_internal\exporter\_isolated.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:34:58.9122106Z copying torch\onnx\_internal\exporter\_onnx_program.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:34:58.9133113Z copying torch\onnx\_internal\exporter\_registration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:34:58.9143638Z copying torch\onnx\_internal\exporter\_reporting.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:34:58.9154640Z copying torch\onnx\_internal\exporter\_schemas.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:34:58.9171018Z copying torch\onnx\_internal\exporter\_tensors.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:34:58.9187979Z copying torch\onnx\_internal\exporter\_testing.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:34:58.9201531Z copying torch\onnx\_internal\exporter\_verification.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:34:58.9212343Z copying torch\onnx\_internal\exporter\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:34:58.9219985Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-11-01T16:34:58.9222684Z copying torch\onnx\_internal\fx\decomposition_skip.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-11-01T16:34:58.9233520Z copying torch\onnx\_internal\fx\decomposition_table.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-11-01T16:34:58.9245106Z copying torch\onnx\_internal\fx\diagnostics.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-11-01T16:34:58.9255966Z copying torch\onnx\_internal\fx\dynamo_graph_extractor.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-11-01T16:34:58.9909734Z copying torch\onnx\_internal\fx\fx_onnx_interpreter.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-11-01T16:34:58.9930005Z copying torch\onnx\_internal\fx\fx_symbolic_graph_extractor.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-11-01T16:34:58.9940089Z copying torch\onnx\_internal\fx\onnxfunction_dispatcher.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-11-01T16:34:58.9962394Z copying torch\onnx\_internal\fx\patcher.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-11-01T16:34:58.9972038Z copying torch\onnx\_internal\fx\registration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-11-01T16:34:58.9982304Z copying torch\onnx\_internal\fx\serialization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-11-01T16:34:58.9992024Z copying torch\onnx\_internal\fx\type_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-11-01T16:34:59.0002589Z copying torch\onnx\_internal\fx\_pass.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-11-01T16:34:59.0013042Z copying torch\onnx\_internal\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-11-01T16:34:59.0020120Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-11-01T16:34:59.0022985Z copying torch\onnx\_internal\diagnostics\infra\context.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-11-01T16:34:59.0036692Z copying torch\onnx\_internal\diagnostics\infra\decorator.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-11-01T16:34:59.0046704Z copying torch\onnx\_internal\diagnostics\infra\formatter.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-11-01T16:34:59.0442475Z copying torch\onnx\_internal\diagnostics\infra\utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-11-01T16:34:59.0451567Z copying torch\onnx\_internal\diagnostics\infra\_infra.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-11-01T16:34:59.0469998Z copying torch\onnx\_internal\diagnostics\infra\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-11-01T16:34:59.0485436Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:34:59.0488167Z copying torch\onnx\_internal\diagnostics\infra\sarif\version.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:34:59.0493686Z copying torch\onnx\_internal\diagnostics\infra\sarif\_address.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:34:59.0503569Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:34:59.0512568Z 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:34:59.0522049Z 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:34:59.0536122Z 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:34:59.0547294Z copying torch\onnx\_internal\diagnostics\infra\sarif\_attachment.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:34:59.0556894Z 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:34:59.0566280Z 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:34:59.0576396Z copying torch\onnx\_internal\diagnostics\infra\sarif\_conversion.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:34:59.0585656Z copying torch\onnx\_internal\diagnostics\infra\sarif\_edge.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:34:59.0595004Z 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:34:59.0604858Z copying torch\onnx\_internal\diagnostics\infra\sarif\_exception.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:34:59.0614325Z 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:34:59.0624543Z 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:34:59.0635116Z 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:34:59.0645565Z copying torch\onnx\_internal\diagnostics\infra\sarif\_fix.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:34:59.0656056Z copying torch\onnx\_internal\diagnostics\infra\sarif\_graph.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:34:59.0665374Z 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:34:59.0674699Z copying torch\onnx\_internal\diagnostics\infra\sarif\_invocation.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:34:59.0684570Z copying torch\onnx\_internal\diagnostics\infra\sarif\_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:34:59.0700143Z 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:34:59.0709278Z 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:34:59.0718160Z copying torch\onnx\_internal\diagnostics\infra\sarif\_message.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:34:59.0727966Z 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:34:59.0737532Z copying torch\onnx\_internal\diagnostics\infra\sarif\_node.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:34:59.0747516Z copying torch\onnx\_internal\diagnostics\infra\sarif\_notification.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:34:59.0757163Z 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:34:59.0766631Z 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:34:59.0771999Z copying torch\onnx\_internal\diagnostics\infra\sarif\_rectangle.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:34:59.0782070Z copying torch\onnx\_internal\diagnostics\infra\sarif\_region.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:34:59.0795445Z copying torch\onnx\_internal\diagnostics\infra\sarif\_replacement.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:34:59.0807446Z 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:34:59.0817009Z 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:34:59.0827688Z 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:34:59.0837670Z 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:34:59.0848566Z copying torch\onnx\_internal\diagnostics\infra\sarif\_result.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:34:59.0858892Z 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:34:59.0868204Z copying torch\onnx\_internal\diagnostics\infra\sarif\_run.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:34:59.0877637Z 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:34:59.0887286Z 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:34:59.0900069Z 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:34:59.0910103Z copying torch\onnx\_internal\diagnostics\infra\sarif\_stack.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:34:59.0919902Z 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:34:59.0930960Z copying torch\onnx\_internal\diagnostics\infra\sarif\_suppression.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:34:59.0940057Z 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:34:59.0949093Z 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:34:59.0958005Z copying torch\onnx\_internal\diagnostics\infra\sarif\_tool.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:34:59.0967078Z 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:34:59.0976939Z 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:34:59.0986348Z 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:34:59.1000126Z 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:34:59.1009036Z 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:34:59.1018584Z 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:34:59.1028508Z copying torch\onnx\_internal\diagnostics\infra\sarif\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:34:59.1039808Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis 2024-11-01T16:34:59.1042574Z copying torch\onnx\_internal\fx\analysis\unsupported_nodes.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis 2024-11-01T16:34:59.1051767Z copying torch\onnx\_internal\fx\analysis\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis 2024-11-01T16:34:59.1059262Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-11-01T16:34:59.1061900Z copying torch\onnx\_internal\fx\passes\decomp.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-11-01T16:34:59.1071981Z copying torch\onnx\_internal\fx\passes\functionalization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-11-01T16:34:59.1081603Z copying torch\onnx\_internal\fx\passes\modularization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-11-01T16:34:59.1110114Z copying torch\onnx\_internal\fx\passes\readability.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-11-01T16:34:59.1124191Z copying torch\onnx\_internal\fx\passes\type_promotion.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-11-01T16:34:59.1157737Z copying torch\onnx\_internal\fx\passes\virtualization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-11-01T16:34:59.1168113Z copying torch\onnx\_internal\fx\passes\_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-11-01T16:34:59.1182372Z copying torch\onnx\_internal\fx\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-11-01T16:34:59.1188672Z creating build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor 2024-11-01T16:34:59.1191275Z copying torch\optim\_multi_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor 2024-11-01T16:34:59.1202357Z creating build\lib.win-amd64-cpython-39\torch\package\analyze 2024-11-01T16:34:59.1205217Z copying torch\package\analyze\find_first_use_of_broken_modules.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2024-11-01T16:34:59.1215226Z copying torch\package\analyze\is_from_package.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2024-11-01T16:34:59.1220606Z copying torch\package\analyze\trace_dependencies.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2024-11-01T16:34:59.1234670Z copying torch\package\analyze\__init__.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2024-11-01T16:34:59.1242568Z creating build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-11-01T16:34:59.1245248Z copying torch\quantization\fx\convert.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-11-01T16:34:59.1250472Z copying torch\quantization\fx\fuse.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-11-01T16:34:59.1255829Z copying torch\quantization\fx\fusion_patterns.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-11-01T16:34:59.1261295Z copying torch\quantization\fx\graph_module.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-11-01T16:34:59.1266986Z copying torch\quantization\fx\match_utils.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-11-01T16:34:59.1276451Z copying torch\quantization\fx\pattern_utils.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-11-01T16:34:59.1286947Z copying torch\quantization\fx\prepare.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-11-01T16:34:59.1292345Z copying torch\quantization\fx\quantization_patterns.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-11-01T16:34:59.1302022Z copying torch\quantization\fx\quantization_types.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-11-01T16:34:59.1307322Z copying torch\quantization\fx\utils.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-11-01T16:34:59.1316445Z copying torch\quantization\fx\_equalize.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-11-01T16:34:59.1325690Z copying torch\quantization\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-11-01T16:34:59.1331997Z creating build\lib.win-amd64-cpython-39\torch\signal\windows 2024-11-01T16:34:59.1334886Z copying torch\signal\windows\windows.py -> build\lib.win-amd64-cpython-39\torch\signal\windows 2024-11-01T16:34:59.1350217Z copying torch\signal\windows\__init__.py -> build\lib.win-amd64-cpython-39\torch\signal\windows 2024-11-01T16:34:59.1363224Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:34:59.1371281Z copying torch\testing\_internal\autocast_test_lists.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:34:59.1385373Z copying torch\testing\_internal\autograd_function_db.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:34:59.1400004Z copying torch\testing\_internal\check_kernel_launches.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:34:59.1413891Z copying torch\testing\_internal\common_cuda.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:34:59.1425599Z copying torch\testing\_internal\common_device_type.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:34:59.1457636Z copying torch\testing\_internal\common_distributed.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:34:59.1485910Z copying torch\testing\_internal\common_dist_composable.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:34:59.1495449Z copying torch\testing\_internal\common_dtype.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:34:59.1505424Z copying torch\testing\_internal\common_fsdp.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:34:59.1531260Z copying torch\testing\_internal\common_jit.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:34:59.1543426Z copying torch\testing\_internal\common_methods_invocations.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:34:59.2030734Z copying torch\testing\_internal\common_mkldnn.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:34:59.2040339Z copying torch\testing\_internal\common_modules.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:34:59.2112581Z copying torch\testing\_internal\common_nn.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:34:59.2166365Z copying torch\testing\_internal\common_optimizers.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:34:59.2205423Z copying torch\testing\_internal\common_pruning.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:34:59.2216992Z copying torch\testing\_internal\common_quantization.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:34:59.2260806Z copying torch\testing\_internal\common_quantized.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:34:59.2275532Z copying torch\testing\_internal\common_subclass.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:34:59.2285175Z copying torch\testing\_internal\common_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:34:59.2368427Z copying torch\testing\_internal\composite_compliance.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:34:59.2385964Z copying torch\testing\_internal\custom_op_db.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:34:59.2401450Z copying torch\testing\_internal\custom_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:34:59.2410812Z copying torch\testing\_internal\dist_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:34:59.2422149Z copying torch\testing\_internal\dynamo_test_failures.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:34:59.2787185Z copying torch\testing\_internal\fake_config_module.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:34:59.2796700Z copying torch\testing\_internal\hop_db.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:34:59.2808417Z copying torch\testing\_internal\hypothesis_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:34:59.2819373Z copying torch\testing\_internal\inductor_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:34:59.2829210Z copying torch\testing\_internal\jit_metaprogramming_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:34:59.2855016Z copying torch\testing\_internal\jit_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:34:59.2875004Z copying torch\testing\_internal\logging_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:34:59.2886328Z copying torch\testing\_internal\logging_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:34:59.2896694Z copying torch\testing\_internal\quantization_torch_package_models.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:34:59.2906102Z copying torch\testing\_internal\static_module.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:34:59.2917401Z copying torch\testing\_internal\torchbind_impls.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:34:59.2927501Z copying torch\testing\_internal\triton_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:34:59.2938651Z copying torch\testing\_internal\two_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:34:59.2951392Z copying torch\testing\_internal\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:34:59.2957315Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\codegen 2024-11-01T16:34:59.2959916Z copying torch\testing\_internal\codegen\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\codegen 2024-11-01T16:34:59.2966561Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2024-11-01T16:34:59.2969207Z copying torch\testing\_internal\data\network1.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2024-11-01T16:34:59.2974551Z copying torch\testing\_internal\data\network2.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2024-11-01T16:34:59.2979660Z copying torch\testing\_internal\data\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2024-11-01T16:34:59.2987292Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-11-01T16:34:59.2990167Z copying torch\testing\_internal\distributed\checkpoint_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-11-01T16:34:59.3000325Z copying torch\testing\_internal\distributed\common_state_dict.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-11-01T16:34:59.3010393Z copying torch\testing\_internal\distributed\ddp_under_dist_autograd_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-11-01T16:34:59.3041065Z copying torch\testing\_internal\distributed\distributed_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-11-01T16:34:59.3329013Z copying torch\testing\_internal\distributed\distributed_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-11-01T16:34:59.3337449Z copying torch\testing\_internal\distributed\fake_pg.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-11-01T16:34:59.3345949Z copying torch\testing\_internal\distributed\multi_threaded_pg.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-11-01T16:34:59.3359423Z copying torch\testing\_internal\distributed\rpc_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-11-01T16:34:59.3370049Z copying torch\testing\_internal\distributed\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-11-01T16:34:59.3375427Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\generated 2024-11-01T16:34:59.3378182Z copying torch\testing\_internal\generated\annotated_fn_args.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\generated 2024-11-01T16:34:59.3566454Z copying torch\testing\_internal\generated\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\generated 2024-11-01T16:34:59.3572266Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2024-11-01T16:34:59.3574896Z copying torch\testing\_internal\opinfo\core.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2024-11-01T16:34:59.3622268Z copying torch\testing\_internal\opinfo\refs.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2024-11-01T16:34:59.3633206Z copying torch\testing\_internal\opinfo\utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2024-11-01T16:34:59.3643102Z copying torch\testing\_internal\opinfo\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2024-11-01T16:34:59.3650408Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-11-01T16:34:59.3653092Z copying torch\testing\_internal\optests\aot_autograd.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-11-01T16:34:59.3663182Z copying torch\testing\_internal\optests\autograd_registration.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-11-01T16:34:59.3673008Z copying torch\testing\_internal\optests\fake_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-11-01T16:34:59.3678114Z copying torch\testing\_internal\optests\generate_tests.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-11-01T16:34:59.3699385Z copying torch\testing\_internal\optests\make_fx.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-11-01T16:34:59.3708593Z copying torch\testing\_internal\optests\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-11-01T16:34:59.3715336Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2024-11-01T16:34:59.3718053Z copying torch\testing\_internal\test_module\future_div.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2024-11-01T16:34:59.3723473Z copying torch\testing\_internal\test_module\no_future_div.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2024-11-01T16:34:59.3728800Z copying torch\testing\_internal\test_module\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2024-11-01T16:34:59.3734442Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn 2024-11-01T16:34:59.3737024Z copying torch\testing\_internal\distributed\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn 2024-11-01T16:34:59.3743747Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-11-01T16:34:59.3746526Z copying torch\testing\_internal\distributed\rpc\dist_autograd_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-11-01T16:34:59.3785949Z copying torch\testing\_internal\distributed\rpc\dist_optimizer_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-11-01T16:34:59.3796000Z 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:34:59.3814195Z 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:34:59.3823357Z 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:34:59.3836387Z copying torch\testing\_internal\distributed\rpc\rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-11-01T16:34:59.3955730Z 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:34:59.3967810Z copying torch\testing\_internal\distributed\rpc\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-11-01T16:34:59.3973497Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard 2024-11-01T16:34:59.3976334Z copying torch\testing\_internal\distributed\_shard\test_common.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard 2024-11-01T16:34:59.3985984Z copying torch\testing\_internal\distributed\_shard\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard 2024-11-01T16:34:59.3992126Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor 2024-11-01T16:34:59.3994846Z copying torch\testing\_internal\distributed\_tensor\common_dtensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor 2024-11-01T16:34:59.4015093Z copying torch\testing\_internal\distributed\_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor 2024-11-01T16:34:59.4020944Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api 2024-11-01T16:34:59.4023767Z 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:34:59.4038926Z copying torch\testing\_internal\distributed\nn\api\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api 2024-11-01T16:34:59.4044854Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples 2024-11-01T16:34:59.4047724Z 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:34:59.4058634Z 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:34:59.4067892Z copying torch\testing\_internal\distributed\rpc\examples\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples 2024-11-01T16:34:59.4073593Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2024-11-01T16:34:59.4076385Z 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:34:59.4090756Z 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:34:59.4112085Z 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:34:59.4122079Z copying torch\testing\_internal\distributed\rpc\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2024-11-01T16:34:59.4127825Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\sharded_tensor 2024-11-01T16:34:59.4130670Z 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:34:59.4140895Z 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:34:59.4155858Z 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:34:59.4166445Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-11-01T16:34:59.4169101Z copying torch\testing\_internal\opinfo\definitions\fft.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-11-01T16:34:59.4184523Z copying torch\testing\_internal\opinfo\definitions\linalg.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-11-01T16:34:59.4221184Z copying torch\testing\_internal\opinfo\definitions\nested.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-11-01T16:34:59.4238886Z copying torch\testing\_internal\opinfo\definitions\signal.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-11-01T16:34:59.4248549Z copying torch\testing\_internal\opinfo\definitions\sparse.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-11-01T16:34:59.4267566Z copying torch\testing\_internal\opinfo\definitions\special.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-11-01T16:34:59.4289582Z copying torch\testing\_internal\opinfo\definitions\_masked.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-11-01T16:34:59.4310388Z copying torch\testing\_internal\opinfo\definitions\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-11-01T16:34:59.4317045Z creating build\lib.win-amd64-cpython-39\torch\utils\backcompat 2024-11-01T16:34:59.4319686Z copying torch\utils\backcompat\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\backcompat 2024-11-01T16:34:59.4326226Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark 2024-11-01T16:34:59.4328763Z copying torch\utils\benchmark\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark 2024-11-01T16:34:59.4339151Z creating build\lib.win-amd64-cpython-39\torch\utils\bottleneck 2024-11-01T16:34:59.4341816Z copying torch\utils\bottleneck\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\bottleneck 2024-11-01T16:34:59.4346482Z copying torch\utils\bottleneck\__main__.py -> build\lib.win-amd64-cpython-39\torch\utils\bottleneck 2024-11-01T16:34:59.4358603Z creating build\lib.win-amd64-cpython-39\torch\utils\data 2024-11-01T16:34:59.4361400Z copying torch\utils\data\backward_compatibility.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-11-01T16:34:59.4366773Z copying torch\utils\data\dataloader.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-11-01T16:34:59.4393515Z copying torch\utils\data\dataset.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-11-01T16:34:59.4406883Z copying torch\utils\data\distributed.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-11-01T16:34:59.4420110Z copying torch\utils\data\graph.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-11-01T16:34:59.4430021Z copying torch\utils\data\graph_settings.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-11-01T16:34:59.4440050Z copying torch\utils\data\sampler.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-11-01T16:34:59.4450573Z copying torch\utils\data\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-11-01T16:34:59.4461438Z creating build\lib.win-amd64-cpython-39\torch\utils\hipify 2024-11-01T16:34:59.4464274Z copying torch\utils\hipify\constants.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2024-11-01T16:34:59.4473585Z copying torch\utils\hipify\cuda_to_hip_mappings.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2024-11-01T16:34:59.4595350Z copying torch\utils\hipify\hipify_python.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2024-11-01T16:34:59.4613138Z copying torch\utils\hipify\version.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2024-11-01T16:34:59.4622256Z copying torch\utils\hipify\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2024-11-01T16:34:59.4628560Z creating build\lib.win-amd64-cpython-39\torch\utils\jit 2024-11-01T16:34:59.4631097Z copying torch\utils\jit\log_extract.py -> build\lib.win-amd64-cpython-39\torch\utils\jit 2024-11-01T16:34:59.4640256Z copying torch\utils\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\jit 2024-11-01T16:34:59.4646243Z creating build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-11-01T16:34:59.4649480Z copying torch\utils\model_dump\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-11-01T16:34:59.4664741Z copying torch\utils\model_dump\__main__.py -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-11-01T16:34:59.4672219Z creating build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-11-01T16:34:59.4674920Z copying torch\utils\tensorboard\summary.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-11-01T16:34:59.4696017Z copying torch\utils\tensorboard\writer.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-11-01T16:34:59.4716378Z copying torch\utils\tensorboard\_convert_np.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-11-01T16:34:59.4725185Z copying torch\utils\tensorboard\_embedding.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-11-01T16:34:59.4737620Z copying torch\utils\tensorboard\_onnx_graph.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-11-01T16:34:59.4746708Z copying torch\utils\tensorboard\_proto_graph.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-11-01T16:34:59.4755422Z copying torch\utils\tensorboard\_pytorch_graph.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-11-01T16:34:59.4766579Z copying torch\utils\tensorboard\_utils.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-11-01T16:34:59.4778075Z copying torch\utils\tensorboard\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-11-01T16:34:59.4784775Z creating build\lib.win-amd64-cpython-39\torch\utils\viz 2024-11-01T16:34:59.4787731Z copying torch\utils\viz\_cycles.py -> build\lib.win-amd64-cpython-39\torch\utils\viz 2024-11-01T16:34:59.4797546Z copying torch\utils\viz\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\viz 2024-11-01T16:34:59.4803343Z creating build\lib.win-amd64-cpython-39\torch\utils\_strobelight 2024-11-01T16:34:59.4806085Z copying torch\utils\_strobelight\cli_function_profiler.py -> build\lib.win-amd64-cpython-39\torch\utils\_strobelight 2024-11-01T16:34:59.4816136Z copying torch\utils\_strobelight\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\_strobelight 2024-11-01T16:34:59.4822645Z creating build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-11-01T16:34:59.4825260Z copying torch\utils\_sympy\functions.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-11-01T16:34:59.4851210Z copying torch\utils\_sympy\interp.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-11-01T16:34:59.4860613Z copying torch\utils\_sympy\numbers.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-11-01T16:34:59.4870670Z copying torch\utils\_sympy\reference.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-11-01T16:34:59.4880684Z copying torch\utils\_sympy\singleton_int.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-11-01T16:34:59.4894373Z copying torch\utils\_sympy\solve.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-11-01T16:34:59.4905587Z copying torch\utils\_sympy\symbol.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-11-01T16:34:59.4914208Z copying torch\utils\_sympy\value_ranges.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-11-01T16:34:59.4936141Z copying torch\utils\_sympy\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-11-01T16:34:59.4943442Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-11-01T16:34:59.4946727Z copying torch\utils\benchmark\examples\blas_compare_setup.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-11-01T16:34:59.4956628Z copying torch\utils\benchmark\examples\compare.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-11-01T16:34:59.4967384Z copying torch\utils\benchmark\examples\fuzzer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-11-01T16:34:59.4977172Z copying torch\utils\benchmark\examples\op_benchmark.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-11-01T16:34:59.4987941Z copying torch\utils\benchmark\examples\simple_timeit.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-11-01T16:34:59.4997284Z copying torch\utils\benchmark\examples\spectral_ops_fuzz_test.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-11-01T16:34:59.5006827Z copying torch\utils\benchmark\examples\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-11-01T16:34:59.5013396Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-11-01T16:34:59.5016126Z copying torch\utils\benchmark\op_fuzzers\binary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-11-01T16:34:59.5026100Z copying torch\utils\benchmark\op_fuzzers\sparse_binary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-11-01T16:34:59.5035757Z copying torch\utils\benchmark\op_fuzzers\sparse_unary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-11-01T16:34:59.5045763Z copying torch\utils\benchmark\op_fuzzers\spectral.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-11-01T16:34:59.5062491Z copying torch\utils\benchmark\op_fuzzers\unary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-11-01T16:34:59.5071731Z copying torch\utils\benchmark\op_fuzzers\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-11-01T16:34:59.5078382Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-11-01T16:34:59.5081109Z copying torch\utils\benchmark\utils\common.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-11-01T16:34:59.5091474Z copying torch\utils\benchmark\utils\compare.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-11-01T16:34:59.5101928Z copying torch\utils\benchmark\utils\compile.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-11-01T16:34:59.5112365Z copying torch\utils\benchmark\utils\cpp_jit.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-11-01T16:34:59.5122009Z copying torch\utils\benchmark\utils\fuzzer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-11-01T16:34:59.5136247Z copying torch\utils\benchmark\utils\sparse_fuzzer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-11-01T16:34:59.5152631Z copying torch\utils\benchmark\utils\timer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-11-01T16:34:59.5167598Z copying torch\utils\benchmark\utils\_stubs.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-11-01T16:34:59.5176938Z copying torch\utils\benchmark\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-11-01T16:34:59.5182772Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-11-01T16:34:59.5185851Z 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:34:59.5205297Z copying torch\utils\benchmark\utils\valgrind_wrapper\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-11-01T16:34:59.5211225Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-11-01T16:34:59.5214010Z copying torch\utils\data\datapipes\datapipe.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-11-01T16:34:59.5229930Z copying torch\utils\data\datapipes\gen_pyi.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-11-01T16:34:59.5239699Z copying torch\utils\data\datapipes\_decorator.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-11-01T16:34:59.5248943Z copying torch\utils\data\datapipes\_hook_iterator.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-11-01T16:34:59.5263021Z copying torch\utils\data\datapipes\_typing.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-11-01T16:34:59.5276658Z copying torch\utils\data\datapipes\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-11-01T16:34:59.5283967Z creating build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-11-01T16:34:59.5286561Z copying torch\utils\data\_utils\collate.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-11-01T16:34:59.5297617Z copying torch\utils\data\_utils\fetch.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-11-01T16:34:59.5306072Z copying torch\utils\data\_utils\pin_memory.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-11-01T16:34:59.5315443Z copying torch\utils\data\_utils\signal_handling.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-11-01T16:34:59.5324691Z copying torch\utils\data\_utils\worker.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-11-01T16:34:59.5337996Z copying torch\utils\data\_utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-11-01T16:34:59.5348771Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2024-11-01T16:34:59.5352663Z copying torch\utils\data\datapipes\dataframe\dataframes.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2024-11-01T16:34:59.5363743Z copying torch\utils\data\datapipes\dataframe\dataframe_wrapper.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2024-11-01T16:34:59.5372857Z copying torch\utils\data\datapipes\dataframe\datapipes.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2024-11-01T16:34:59.5386283Z copying torch\utils\data\datapipes\dataframe\structures.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2024-11-01T16:34:59.5395698Z copying torch\utils\data\datapipes\dataframe\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2024-11-01T16:34:59.5403895Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-11-01T16:34:59.5406702Z copying torch\utils\data\datapipes\iter\callable.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-11-01T16:34:59.5420655Z copying torch\utils\data\datapipes\iter\combinatorics.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-11-01T16:34:59.5430525Z copying torch\utils\data\datapipes\iter\combining.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-11-01T16:34:59.5446608Z copying torch\utils\data\datapipes\iter\filelister.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-11-01T16:34:59.5460380Z copying torch\utils\data\datapipes\iter\fileopener.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-11-01T16:34:59.5470554Z copying torch\utils\data\datapipes\iter\grouping.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-11-01T16:34:59.5482278Z copying torch\utils\data\datapipes\iter\routeddecoder.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-11-01T16:34:59.5491273Z copying torch\utils\data\datapipes\iter\selecting.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-11-01T16:34:59.5500794Z copying torch\utils\data\datapipes\iter\sharding.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-11-01T16:34:59.5509655Z copying torch\utils\data\datapipes\iter\streamreader.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-11-01T16:34:59.5518855Z copying torch\utils\data\datapipes\iter\utils.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-11-01T16:34:59.5527909Z copying torch\utils\data\datapipes\iter\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-11-01T16:34:59.5538660Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-11-01T16:34:59.5541393Z copying torch\utils\data\datapipes\map\callable.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-11-01T16:34:59.5550467Z copying torch\utils\data\datapipes\map\combinatorics.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-11-01T16:34:59.5563342Z copying torch\utils\data\datapipes\map\combining.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-11-01T16:34:59.5572440Z copying torch\utils\data\datapipes\map\grouping.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-11-01T16:34:59.5581432Z copying torch\utils\data\datapipes\map\utils.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-11-01T16:34:59.5594798Z copying torch\utils\data\datapipes\map\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-11-01T16:34:59.5601644Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2024-11-01T16:34:59.5604325Z copying torch\utils\data\datapipes\utils\common.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2024-11-01T16:34:59.5614923Z copying torch\utils\data\datapipes\utils\decoder.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2024-11-01T16:34:59.5627730Z copying torch\utils\data\datapipes\utils\snapshot.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2024-11-01T16:34:59.5636462Z copying torch\utils\data\datapipes\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2024-11-01T16:34:59.5643475Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-11-01T16:34:59.5646131Z copying torch\_dynamo\backends\common.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-11-01T16:34:59.5655156Z copying torch\_dynamo\backends\cudagraphs.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-11-01T16:34:59.5664960Z copying torch\_dynamo\backends\debugging.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-11-01T16:34:59.5676055Z copying torch\_dynamo\backends\distributed.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-11-01T16:34:59.5696650Z copying torch\_dynamo\backends\inductor.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-11-01T16:34:59.5701504Z copying torch\_dynamo\backends\onnxrt.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-11-01T16:34:59.5711010Z copying torch\_dynamo\backends\registry.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-11-01T16:34:59.5720340Z copying torch\_dynamo\backends\tensorrt.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-11-01T16:34:59.5725473Z copying torch\_dynamo\backends\torchxla.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-11-01T16:34:59.5735501Z copying torch\_dynamo\backends\tvm.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-11-01T16:34:59.5746567Z copying torch\_dynamo\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-11-01T16:34:59.5752860Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2024-11-01T16:34:59.5755513Z copying torch\_dynamo\polyfills\builtins.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2024-11-01T16:34:59.5764434Z copying torch\_dynamo\polyfills\functools.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2024-11-01T16:34:59.5774268Z copying torch\_dynamo\polyfills\itertools.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2024-11-01T16:34:59.5789681Z copying torch\_dynamo\polyfills\loader.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2024-11-01T16:34:59.5803301Z copying torch\_dynamo\polyfills\os.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2024-11-01T16:34:59.5812141Z copying torch\_dynamo\polyfills\sys.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2024-11-01T16:34:59.5821905Z copying torch\_dynamo\polyfills\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2024-11-01T16:34:59.5828818Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2024-11-01T16:34:59.5831333Z copying torch\_dynamo\repro\after_aot.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2024-11-01T16:34:59.5851220Z copying torch\_dynamo\repro\after_dynamo.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2024-11-01T16:34:59.5867217Z copying torch\_dynamo\repro\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2024-11-01T16:34:59.5875927Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:34:59.5878755Z copying torch\_dynamo\variables\base.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:34:59.5889962Z copying torch\_dynamo\variables\builder.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:34:59.5934207Z copying torch\_dynamo\variables\builtin.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:34:59.5969195Z copying torch\_dynamo\variables\constant.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:34:59.5981553Z copying torch\_dynamo\variables\ctx_manager.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:34:59.6005250Z copying torch\_dynamo\variables\dicts.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:34:59.6027210Z copying torch\_dynamo\variables\distributed.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:34:59.6039111Z copying torch\_dynamo\variables\functions.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:34:59.6061332Z copying torch\_dynamo\variables\higher_order_ops.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:34:59.6099628Z copying torch\_dynamo\variables\iter.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:34:59.6115436Z copying torch\_dynamo\variables\lazy.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:34:59.6126155Z copying torch\_dynamo\variables\lists.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:34:59.6145630Z copying torch\_dynamo\variables\misc.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:34:59.6177420Z copying torch\_dynamo\variables\nn_module.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:34:59.6202137Z copying torch\_dynamo\variables\optimizer.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:34:59.6212912Z copying torch\_dynamo\variables\script_object.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:34:59.6222959Z copying torch\_dynamo\variables\sdpa.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:34:59.6232676Z copying torch\_dynamo\variables\tensor.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:34:59.6260365Z copying torch\_dynamo\variables\torch.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:34:59.6287930Z copying torch\_dynamo\variables\torch_function.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:34:59.6318613Z copying torch\_dynamo\variables\user_defined.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:34:59.6345550Z copying torch\_dynamo\variables\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:34:59.6359897Z creating build\lib.win-amd64-cpython-39\torch\_export\db 2024-11-01T16:34:59.6362699Z copying torch\_export\db\case.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2024-11-01T16:34:59.6376105Z copying torch\_export\db\gen_example.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2024-11-01T16:34:59.6381704Z copying torch\_export\db\logging.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2024-11-01T16:34:59.6391457Z copying torch\_export\db\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2024-11-01T16:34:59.6400233Z creating build\lib.win-amd64-cpython-39\torch\_export\passes 2024-11-01T16:34:59.6403496Z copying torch\_export\passes\add_runtime_assertions_for_constraints_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-11-01T16:34:59.6414245Z copying torch\_export\passes\collect_tracepoints_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-11-01T16:34:59.6426803Z copying torch\_export\passes\constant_folding.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-11-01T16:34:59.6443425Z copying torch\_export\passes\functionalize_side_effectful_ops_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-11-01T16:34:59.6452995Z copying torch\_export\passes\lift_constants_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-11-01T16:34:59.6466331Z copying torch\_export\passes\remove_runtime_assertions.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-11-01T16:34:59.6478144Z copying torch\_export\passes\replace_autocast_with_hop_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-11-01T16:34:59.6494472Z copying torch\_export\passes\replace_quantized_ops_with_standard_ops_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-11-01T16:34:59.6514240Z copying torch\_export\passes\replace_set_grad_with_hop_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-11-01T16:34:59.6523956Z 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:34:59.6533017Z copying torch\_export\passes\replace_with_hop_pass_util.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-11-01T16:34:59.6543885Z copying torch\_export\passes\_node_metadata_hook.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-11-01T16:34:59.6553641Z copying torch\_export\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-11-01T16:34:59.6560525Z creating build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2024-11-01T16:34:59.6563256Z copying torch\_export\pass_infra\node_metadata.py -> build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2024-11-01T16:34:59.6572000Z copying torch\_export\pass_infra\proxy_value.py -> build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2024-11-01T16:34:59.6581692Z copying torch\_export\pass_infra\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2024-11-01T16:34:59.6588874Z creating build\lib.win-amd64-cpython-39\torch\_export\serde 2024-11-01T16:34:59.6591498Z copying torch\_export\serde\aoti_schema.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-11-01T16:34:59.6596851Z copying torch\_export\serde\dynamic_shapes.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-11-01T16:34:59.6607831Z copying torch\_export\serde\schema.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-11-01T16:34:59.6617466Z copying torch\_export\serde\schema_check.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-11-01T16:34:59.6633348Z copying torch\_export\serde\serialize.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-11-01T16:34:59.6682911Z copying torch\_export\serde\union.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-11-01T16:34:59.6698904Z copying torch\_export\serde\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-11-01T16:34:59.6710428Z creating build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:34:59.6713169Z copying torch\_export\db\examples\assume_constant_result.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:34:59.6718772Z copying torch\_export\db\examples\autograd_function.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:34:59.6734027Z copying torch\_export\db\examples\class_method.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:34:59.6744029Z copying torch\_export\db\examples\cond_branch_class_method.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:34:59.6753025Z copying torch\_export\db\examples\cond_branch_nested_function.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:34:59.6762734Z copying torch\_export\db\examples\cond_branch_nonlocal_variables.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:34:59.6772754Z copying torch\_export\db\examples\cond_closed_over_variable.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:34:59.6778164Z copying torch\_export\db\examples\cond_operands.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:34:59.6788224Z copying torch\_export\db\examples\cond_predicate.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:34:59.6798236Z copying torch\_export\db\examples\constrain_as_size_example.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:34:59.6808190Z copying torch\_export\db\examples\constrain_as_value_example.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:34:59.6817701Z copying torch\_export\db\examples\decorator.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:34:59.6823250Z copying torch\_export\db\examples\dictionary.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:34:59.6828872Z copying torch\_export\db\examples\dynamic_shape_assert.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:34:59.6834574Z copying torch\_export\db\examples\dynamic_shape_constructor.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:34:59.6840150Z copying torch\_export\db\examples\dynamic_shape_if_guard.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:34:59.6846180Z copying torch\_export\db\examples\dynamic_shape_map.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:34:59.6851854Z copying torch\_export\db\examples\dynamic_shape_round.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:34:59.6862078Z copying torch\_export\db\examples\dynamic_shape_slicing.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:34:59.6867692Z copying torch\_export\db\examples\dynamic_shape_view.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:34:59.6873346Z copying torch\_export\db\examples\fn_with_kwargs.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:34:59.6882934Z copying torch\_export\db\examples\list_contains.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:34:59.6888517Z copying torch\_export\db\examples\list_unpack.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:34:59.6898160Z copying torch\_export\db\examples\model_attr_mutation.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:34:59.6910308Z copying torch\_export\db\examples\nested_function.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:34:59.6919601Z copying torch\_export\db\examples\null_context_manager.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:34:59.6931091Z copying torch\_export\db\examples\optional_input.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:34:59.6936301Z copying torch\_export\db\examples\pytree_flatten.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:34:59.6941730Z copying torch\_export\db\examples\scalar_output.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:34:59.6948466Z copying torch\_export\db\examples\specialized_attribute.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:34:59.6955250Z copying torch\_export\db\examples\static_for_loop.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:34:59.6959947Z copying torch\_export\db\examples\static_if.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:34:59.6965837Z copying torch\_export\db\examples\tensor_setattr.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:34:59.6971409Z copying torch\_export\db\examples\type_reflection_method.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:34:59.6976986Z copying torch\_export\db\examples\unsupported_operator.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:34:59.6986938Z copying torch\_export\db\examples\user_input_mutation.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:34:59.6992433Z copying torch\_export\db\examples\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:34:59.7005533Z creating build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-11-01T16:34:59.7008331Z copying torch\_functorch\_aot_autograd\autograd_cache.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-11-01T16:34:59.7025147Z copying torch\_functorch\_aot_autograd\collect_metadata_analysis.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-11-01T16:34:59.7049415Z copying torch\_functorch\_aot_autograd\dispatch_and_compile_graph.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-11-01T16:34:59.7068400Z copying torch\_functorch\_aot_autograd\functional_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-11-01T16:34:59.7084487Z copying torch\_functorch\_aot_autograd\input_output_analysis.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-11-01T16:34:59.7099165Z copying torch\_functorch\_aot_autograd\jit_compile_runtime_wrappers.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-11-01T16:34:59.7117860Z copying torch\_functorch\_aot_autograd\logging_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-11-01T16:34:59.7129037Z copying torch\_functorch\_aot_autograd\runtime_wrappers.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-11-01T16:34:59.7772813Z copying torch\_functorch\_aot_autograd\schemas.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-11-01T16:34:59.7794673Z copying torch\_functorch\_aot_autograd\subclass_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-11-01T16:34:59.7810787Z copying torch\_functorch\_aot_autograd\traced_function_transforms.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-11-01T16:34:59.7838210Z copying torch\_functorch\_aot_autograd\utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-11-01T16:34:59.7855517Z copying torch\_functorch\_aot_autograd\__init__.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-11-01T16:34:59.7863678Z creating build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2024-11-01T16:34:59.7866371Z copying torch\_inductor\autoheuristic\autoheuristic.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2024-11-01T16:34:59.7876814Z copying torch\_inductor\autoheuristic\autoheuristic_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2024-11-01T16:34:59.7886783Z copying torch\_inductor\autoheuristic\learnedheuristic_interface.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2024-11-01T16:34:59.7900769Z copying torch\_inductor\autoheuristic\learned_heuristic_controller.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2024-11-01T16:34:59.7910486Z copying torch\_inductor\autoheuristic\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2024-11-01T16:34:59.7919810Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:34:59.7922814Z copying torch\_inductor\codegen\aoti_hipify_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:34:59.7932823Z copying torch\_inductor\codegen\common.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:34:59.8082643Z copying torch\_inductor\codegen\cpp.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:34:59.8151308Z copying torch\_inductor\codegen\cpp_gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:34:59.8175572Z copying torch\_inductor\codegen\cpp_micro_gemm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:34:59.8196337Z copying torch\_inductor\codegen\cpp_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:34:59.8206691Z copying torch\_inductor\codegen\cpp_template_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:34:59.8216953Z copying torch\_inductor\codegen\cpp_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:34:59.8234718Z copying torch\_inductor\codegen\cpp_wrapper_cpu.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:34:59.8271073Z copying torch\_inductor\codegen\cpp_wrapper_cpu_array_ref.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:34:59.8291524Z copying torch\_inductor\codegen\cpp_wrapper_gpu.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:34:59.8306211Z copying torch\_inductor\codegen\cpu_device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:34:59.8317206Z copying torch\_inductor\codegen\cuda_combined_scheduling.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:34:59.8326234Z copying torch\_inductor\codegen\debug_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:34:59.8339648Z copying torch\_inductor\codegen\halide.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:34:59.8366516Z copying torch\_inductor\codegen\memory_planning.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:34:59.8384000Z copying torch\_inductor\codegen\multi_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:34:59.8394121Z copying torch\_inductor\codegen\simd.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:34:59.8426611Z copying torch\_inductor\codegen\simd_kernel_features.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:34:59.8437765Z copying torch\_inductor\codegen\triton.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:34:59.9307903Z copying torch\_inductor\codegen\triton_combo_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:34:59.9332245Z copying torch\_inductor\codegen\triton_split_scan.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:34:59.9342887Z copying torch\_inductor\codegen\triton_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:34:59.9352884Z copying torch\_inductor\codegen\wrapper.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:34:59.9384960Z copying torch\_inductor\codegen\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:34:59.9391504Z creating build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2024-11-01T16:34:59.9394436Z copying torch\_inductor\compile_worker\subproc_pool.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2024-11-01T16:34:59.9405419Z copying torch\_inductor\compile_worker\watchdog.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2024-11-01T16:34:59.9413943Z copying torch\_inductor\compile_worker\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2024-11-01T16:34:59.9418439Z copying torch\_inductor\compile_worker\__main__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2024-11-01T16:34:59.9431748Z creating build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:34:59.9434550Z copying torch\_inductor\fx_passes\b2b_gemm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:34:59.9448520Z copying torch\_inductor\fx_passes\binary_folding.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:34:59.9459020Z copying torch\_inductor\fx_passes\ddp_fusion.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:34:59.9473669Z copying torch\_inductor\fx_passes\decompose_mem_bound_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:34:59.9489124Z copying torch\_inductor\fx_passes\dedupe_symint_uses.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:34:59.9498330Z copying torch\_inductor\fx_passes\efficient_conv_bn_eval.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:34:59.9509275Z copying torch\_inductor\fx_passes\freezing_patterns.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:34:59.9518932Z copying torch\_inductor\fx_passes\fuse_attention.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:34:59.9534396Z copying torch\_inductor\fx_passes\group_batch_fusion.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:34:59.9558021Z copying torch\_inductor\fx_passes\joint_graph.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:34:59.9571920Z copying torch\_inductor\fx_passes\micro_pipeline_tp.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:34:59.9586533Z copying torch\_inductor\fx_passes\misc_patterns.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:34:59.9596749Z copying torch\_inductor\fx_passes\mkldnn_fusion.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:34:59.9618446Z copying torch\_inductor\fx_passes\numeric_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:34:59.9627662Z copying torch\_inductor\fx_passes\pad_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:34:59.9642236Z copying torch\_inductor\fx_passes\post_grad.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:34:59.9663096Z copying torch\_inductor\fx_passes\pre_grad.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:34:59.9678943Z copying torch\_inductor\fx_passes\quantization.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:34:59.9713583Z copying torch\_inductor\fx_passes\reinplace.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:34:59.9731695Z copying torch\_inductor\fx_passes\replace_random.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:34:59.9749238Z copying torch\_inductor\fx_passes\split_cat.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:34:59.9785257Z copying torch\_inductor\fx_passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:34:59.9792304Z creating build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-11-01T16:34:59.9794912Z copying torch\_inductor\kernel\bmm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-11-01T16:34:59.9805356Z copying torch\_inductor\kernel\conv.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-11-01T16:34:59.9819713Z copying torch\_inductor\kernel\flex_attention.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-11-01T16:34:59.9848140Z copying torch\_inductor\kernel\flex_decoding.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-11-01T16:34:59.9861949Z copying torch\_inductor\kernel\mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-11-01T16:34:59.9882500Z copying torch\_inductor\kernel\mm_common.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-11-01T16:34:59.9896504Z copying torch\_inductor\kernel\mm_plus_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-11-01T16:34:59.9905859Z copying torch\_inductor\kernel\mm_scaled.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-11-01T16:34:59.9917889Z copying torch\_inductor\kernel\unpack_mixed_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-11-01T16:34:59.9926988Z copying torch\_inductor\kernel\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-11-01T16:34:59.9933889Z creating build\lib.win-amd64-cpython-39\torch\_inductor\package 2024-11-01T16:34:59.9936569Z copying torch\_inductor\package\build_package.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2024-11-01T16:34:59.9941937Z copying torch\_inductor\package\package.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2024-11-01T16:34:59.9952111Z copying torch\_inductor\package\pt2_archive_constants.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2024-11-01T16:34:59.9957479Z copying torch\_inductor\package\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2024-11-01T16:34:59.9967212Z creating build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-11-01T16:34:59.9969908Z copying torch\_inductor\runtime\autotune_cache.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-11-01T16:34:59.9987250Z copying torch\_inductor\runtime\benchmarking.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-11-01T16:34:59.9998078Z copying torch\_inductor\runtime\cache_dir_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-11-01T16:35:00.0007021Z copying torch\_inductor\runtime\compile_tasks.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-11-01T16:35:00.0022593Z copying torch\_inductor\runtime\coordinate_descent_tuner.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-11-01T16:35:00.0032955Z copying torch\_inductor\runtime\halide_helpers.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-11-01T16:35:00.0043034Z copying torch\_inductor\runtime\hints.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-11-01T16:35:00.0053078Z copying torch\_inductor\runtime\runtime_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-11-01T16:35:00.0061851Z copying torch\_inductor\runtime\triton_helpers.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-11-01T16:35:00.0077013Z copying torch\_inductor\runtime\triton_heuristics.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-11-01T16:35:00.0555569Z copying torch\_inductor\runtime\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-11-01T16:35:00.0562646Z creating build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2024-11-01T16:35:00.0565396Z copying torch\_inductor\autoheuristic\artifacts\_MixedMMA100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2024-11-01T16:35:00.0576224Z copying torch\_inductor\autoheuristic\artifacts\_MixedMMH100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2024-11-01T16:35:00.0586257Z copying torch\_inductor\autoheuristic\artifacts\_MMRankingA100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2024-11-01T16:35:00.0605845Z copying torch\_inductor\autoheuristic\artifacts\_MMRankingH100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2024-11-01T16:35:00.0622818Z copying torch\_inductor\autoheuristic\artifacts\_PadMMA100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2024-11-01T16:35:00.0634333Z copying torch\_inductor\autoheuristic\artifacts\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2024-11-01T16:35:00.0641240Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-11-01T16:35:00.0644025Z copying torch\_inductor\codegen\cuda\cuda_cpp_scheduling.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-11-01T16:35:00.0654978Z copying torch\_inductor\codegen\cuda\cuda_env.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-11-01T16:35:00.0664408Z copying torch\_inductor\codegen\cuda\cuda_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-11-01T16:35:00.0676334Z copying torch\_inductor\codegen\cuda\cuda_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-11-01T16:35:00.0690308Z copying torch\_inductor\codegen\cuda\cutlass_epilogue_gen.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-11-01T16:35:00.0700539Z copying torch\_inductor\codegen\cuda\cutlass_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-11-01T16:35:00.0711058Z copying torch\_inductor\codegen\cuda\device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-11-01T16:35:00.0722292Z copying torch\_inductor\codegen\cuda\gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-11-01T16:35:00.0746395Z copying torch\_inductor\codegen\cuda\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-11-01T16:35:00.0753257Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-11-01T16:35:00.0756019Z copying torch\_inductor\codegen\rocm\ck_conv_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-11-01T16:35:00.0770550Z copying torch\_inductor\codegen\rocm\ck_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-11-01T16:35:00.0779935Z copying torch\_inductor\codegen\rocm\ck_universal_gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-11-01T16:35:00.0800145Z copying torch\_inductor\codegen\rocm\compile_command.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-11-01T16:35:00.0809978Z copying torch\_inductor\codegen\rocm\rocm_benchmark_request.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-11-01T16:35:00.0818904Z copying torch\_inductor\codegen\rocm\rocm_cpp_scheduling.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-11-01T16:35:00.0827969Z copying torch\_inductor\codegen\rocm\rocm_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-11-01T16:35:00.0838238Z copying torch\_inductor\codegen\rocm\rocm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-11-01T16:35:00.0848060Z copying torch\_inductor\codegen\rocm\rocm_template_buffer.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-11-01T16:35:00.0857317Z copying torch\_inductor\codegen\rocm\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-11-01T16:35:00.0863326Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu 2024-11-01T16:35:00.0866041Z copying torch\_inductor\codegen\xpu\device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu 2024-11-01T16:35:00.0875538Z copying torch\_inductor\codegen\xpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu 2024-11-01T16:35:00.0881811Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2024-11-01T16:35:00.0884827Z 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:35:00.0895713Z 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:35:00.0905597Z creating build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:35:00.0908561Z 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:35:00.0917959Z 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:35:00.0926726Z 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:35:00.0940183Z 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:35:00.0950501Z 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:35:00.0960864Z 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:35:00.0971046Z 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:35:00.0981858Z 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:35:00.0992804Z 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:35:00.1003241Z 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:35:00.1013472Z 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:35:00.1032532Z 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:35:00.1051988Z 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:35:00.1068718Z 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:35:00.1078785Z 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:35:00.1088898Z 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:35:00.1098872Z 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:35:00.1109339Z 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:35:00.1127381Z 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:35:00.1137793Z 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:35:00.1148322Z 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:35:00.1158898Z 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:35:00.1169412Z copying torch\_inductor\fx_passes\serialized_patterns\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:35:00.1174879Z creating build\lib.win-amd64-cpython-39\torch\_numpy\testing 2024-11-01T16:35:00.1177547Z copying torch\_numpy\testing\utils.py -> build\lib.win-amd64-cpython-39\torch\_numpy\testing 2024-11-01T16:35:00.1203236Z copying torch\_numpy\testing\__init__.py -> build\lib.win-amd64-cpython-39\torch\_numpy\testing 2024-11-01T16:35:00.1209574Z creating build\lib.win-amd64-cpython-39\torch\_refs\linalg 2024-11-01T16:35:00.1212044Z copying torch\_refs\linalg\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\linalg 2024-11-01T16:35:00.1222838Z creating build\lib.win-amd64-cpython-39\torch\_refs\nn 2024-11-01T16:35:00.1225310Z copying torch\_refs\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\nn 2024-11-01T16:35:00.1231492Z creating build\lib.win-amd64-cpython-39\torch\_refs\special 2024-11-01T16:35:00.1238714Z copying torch\_refs\special\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\special 2024-11-01T16:35:00.1249077Z creating build\lib.win-amd64-cpython-39\torch\_refs\nn\functional 2024-11-01T16:35:00.1251541Z copying torch\_refs\nn\functional\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\nn\functional 2024-11-01T16:35:00.1273282Z creating build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2024-11-01T16:35:00.1275953Z copying torch\_vendor\packaging\version.py -> build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2024-11-01T16:35:00.1289442Z copying torch\_vendor\packaging\_structures.py -> build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2024-11-01T16:35:00.1298084Z copying torch\_vendor\packaging\__init__.py -> build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2024-11-01T16:35:00.1304536Z creating build\lib.win-amd64-cpython-39\torchgen\aoti 2024-11-01T16:35:00.1307081Z copying torchgen\aoti\fallback_ops.py -> build\lib.win-amd64-cpython-39\torchgen\aoti 2024-11-01T16:35:00.1316258Z copying torchgen\aoti\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\aoti 2024-11-01T16:35:00.1323636Z creating build\lib.win-amd64-cpython-39\torchgen\api 2024-11-01T16:35:00.1326214Z copying torchgen\api\autograd.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-11-01T16:35:00.1344382Z copying torchgen\api\cpp.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-11-01T16:35:00.1356869Z copying torchgen\api\dispatcher.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-11-01T16:35:00.1365923Z copying torchgen\api\functionalization.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-11-01T16:35:00.1375363Z copying torchgen\api\lazy.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-11-01T16:35:00.1392255Z copying torchgen\api\meta.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-11-01T16:35:00.1397512Z copying torchgen\api\native.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-11-01T16:35:00.1407701Z copying torchgen\api\python.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-11-01T16:35:00.1430288Z copying torchgen\api\structured.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-11-01T16:35:00.1439965Z copying torchgen\api\translate.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-11-01T16:35:00.1453051Z copying torchgen\api\ufunc.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-11-01T16:35:00.1463039Z copying torchgen\api\unboxing.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-11-01T16:35:00.1474233Z copying torchgen\api\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-11-01T16:35:00.1480533Z creating build\lib.win-amd64-cpython-39\torchgen\dest 2024-11-01T16:35:00.1483381Z copying torchgen\dest\lazy_ir.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2024-11-01T16:35:00.1498913Z copying torchgen\dest\lazy_ts_lowering.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2024-11-01T16:35:00.1508204Z copying torchgen\dest\native_functions.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2024-11-01T16:35:00.1517116Z copying torchgen\dest\register_dispatch_key.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2024-11-01T16:35:00.1538981Z copying torchgen\dest\ufunc.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2024-11-01T16:35:00.1551943Z copying torchgen\dest\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2024-11-01T16:35:00.1564517Z creating build\lib.win-amd64-cpython-39\torchgen\executorch 2024-11-01T16:35:00.1567131Z copying torchgen\executorch\model.py -> build\lib.win-amd64-cpython-39\torchgen\executorch 2024-11-01T16:35:00.1577274Z copying torchgen\executorch\parse.py -> build\lib.win-amd64-cpython-39\torchgen\executorch 2024-11-01T16:35:00.1586337Z copying torchgen\executorch\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\executorch 2024-11-01T16:35:00.1592111Z creating build\lib.win-amd64-cpython-39\torchgen\operator_versions 2024-11-01T16:35:00.1594866Z copying torchgen\operator_versions\gen_mobile_upgraders.py -> build\lib.win-amd64-cpython-39\torchgen\operator_versions 2024-11-01T16:35:00.1604975Z copying torchgen\operator_versions\gen_mobile_upgraders_constant.py -> build\lib.win-amd64-cpython-39\torchgen\operator_versions 2024-11-01T16:35:00.1609970Z copying torchgen\operator_versions\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\operator_versions 2024-11-01T16:35:00.1619845Z creating build\lib.win-amd64-cpython-39\torchgen\selective_build 2024-11-01T16:35:00.1622436Z copying torchgen\selective_build\operator.py -> build\lib.win-amd64-cpython-39\torchgen\selective_build 2024-11-01T16:35:00.1632088Z copying torchgen\selective_build\selector.py -> build\lib.win-amd64-cpython-39\torchgen\selective_build 2024-11-01T16:35:00.1642815Z copying torchgen\selective_build\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\selective_build 2024-11-01T16:35:00.1648757Z creating build\lib.win-amd64-cpython-39\torchgen\static_runtime 2024-11-01T16:35:00.1655337Z copying torchgen\static_runtime\config.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2024-11-01T16:35:00.1665708Z copying torchgen\static_runtime\generator.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2024-11-01T16:35:00.1680921Z copying torchgen\static_runtime\gen_static_runtime_ops.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2024-11-01T16:35:00.1694733Z copying torchgen\static_runtime\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2024-11-01T16:35:00.1700416Z creating build\lib.win-amd64-cpython-39\torchgen\api\types 2024-11-01T16:35:00.1703059Z copying torchgen\api\types\signatures.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2024-11-01T16:35:00.1713009Z copying torchgen\api\types\types.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2024-11-01T16:35:00.1722474Z copying torchgen\api\types\types_base.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2024-11-01T16:35:00.1732540Z copying torchgen\api\types\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2024-11-01T16:35:00.1739366Z creating build\lib.win-amd64-cpython-39\torchgen\executorch\api 2024-11-01T16:35:00.1742065Z copying torchgen\executorch\api\custom_ops.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2024-11-01T16:35:00.1751243Z copying torchgen\executorch\api\et_cpp.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2024-11-01T16:35:00.1760646Z copying torchgen\executorch\api\unboxing.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2024-11-01T16:35:00.1769394Z copying torchgen\executorch\api\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2024-11-01T16:35:00.1774942Z creating build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2024-11-01T16:35:00.1777512Z copying torchgen\executorch\api\types\signatures.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2024-11-01T16:35:00.1785818Z copying torchgen\executorch\api\types\types.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2024-11-01T16:35:00.1794105Z copying torchgen\executorch\api\types\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2024-11-01T16:35:00.7050385Z copying torch\return_types.pyi -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:35:00.7072042Z copying torch\_VF.pyi -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:35:00.7954312Z copying torch\py.typed -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:35:00.7958656Z creating build\lib.win-amd64-cpython-39\torch\bin 2024-11-01T16:35:00.7961115Z copying torch\bin\asmjit.dll -> build\lib.win-amd64-cpython-39\torch\bin 2024-11-01T16:35:00.7971154Z copying torch\bin\fbgemm.dll -> build\lib.win-amd64-cpython-39\torch\bin 2024-11-01T16:35:00.8022504Z copying torch\bin\FileStoreTest.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-11-01T16:35:00.8034034Z copying torch\bin\protoc.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-11-01T16:35:00.8066053Z copying torch\bin\TCPStoreTest.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-11-01T16:35:00.8081176Z copying torch\bin\test_api.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-11-01T16:35:00.8168186Z copying torch\bin\test_edge_op_registration.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-11-01T16:35:00.8178087Z copying torch\bin\test_jit.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-11-01T16:35:00.8235535Z copying torch\bin\test_lazy.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-11-01T16:35:00.8263554Z copying torch\bin\test_tensorexpr.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-11-01T16:35:00.8319637Z copying torch\bin\tutorial_tensorexpr.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-11-01T16:35:00.8326912Z creating build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8329369Z copying torch\test\apply_utils_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8339144Z copying torch\test\atest.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8349201Z copying torch\test\backend_fallback_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8358854Z copying torch\test\basic.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8374068Z copying torch\test\broadcast_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8384208Z copying torch\test\c10_accumulate_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8393464Z copying torch\test\c10_bfloat16_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8403048Z copying torch\test\c10_Bitset_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8412357Z copying torch\test\c10_bit_cast_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8421608Z copying torch\test\c10_CompileTimeFunctionPointer_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8430337Z copying torch\test\c10_complex_math_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8440541Z copying torch\test\c10_complex_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8450342Z copying torch\test\c10_ConstexprCrc_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8459422Z copying torch\test\c10_cow_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8469383Z copying torch\test\c10_DeadlockDetection_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8478569Z copying torch\test\c10_DeviceGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8488378Z copying torch\test\c10_Device_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8498007Z copying torch\test\c10_DispatchKeySet_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8512560Z copying torch\test\c10_exception_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8522408Z copying torch\test\c10_flags_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8532138Z copying torch\test\c10_generic_math_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8541309Z copying torch\test\c10_Half_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8550913Z copying torch\test\c10_InlineDeviceGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8560983Z copying torch\test\c10_InlineStreamGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8571272Z copying torch\test\c10_intrusive_ptr_benchmark.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8581964Z copying torch\test\c10_intrusive_ptr_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8606180Z copying torch\test\c10_irange_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8617386Z copying torch\test\c10_lazy_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8628172Z copying torch\test\c10_LeftRight_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8637750Z copying torch\test\c10_logging_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8647788Z copying torch\test\c10_Metaprogramming_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8656944Z copying torch\test\c10_NetworkFlow_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8666392Z copying torch\test\c10_optional_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8677017Z copying torch\test\c10_ordered_preserving_dict_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8686768Z copying torch\test\c10_registry_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8700492Z copying torch\test\c10_Scalar_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8709593Z copying torch\test\c10_SizesAndStrides_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8718694Z copying torch\test\c10_small_vector_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8732899Z copying torch\test\c10_ssize_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8741800Z copying torch\test\c10_StreamGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8750840Z copying torch\test\c10_string_util_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8759784Z copying torch\test\c10_string_view_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8769582Z copying torch\test\c10_SymInt_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8787880Z copying torch\test\c10_Synchronized_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8796666Z copying torch\test\c10_tempfile_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8805177Z copying torch\test\c10_ThreadLocal_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8814212Z copying torch\test\c10_typeid_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8823308Z copying torch\test\c10_TypeIndex_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8832410Z copying torch\test\c10_TypeList_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8840955Z copying torch\test\c10_TypeTraits_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8849816Z copying torch\test\CppSignature_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8859042Z copying torch\test\cpu_allocator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8872830Z copying torch\test\cpu_generator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8882975Z copying torch\test\cpu_profiling_allocator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8892183Z copying torch\test\cpu_rng_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8903942Z copying torch\test\Dict_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8914729Z copying torch\test\Dimname_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8924361Z copying torch\test\dispatch_key_set_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8933897Z copying torch\test\dlconvertor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8943479Z copying torch\test\extension_backend_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8953520Z copying torch\test\half_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8973277Z copying torch\test\IListRef_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8983050Z copying torch\test\inline_container_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.8993060Z copying torch\test\ivalue_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.9005227Z copying torch\test\KernelFunction_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.9016187Z copying torch\test\kernel_function_legacy_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.9030932Z copying torch\test\kernel_function_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.9043946Z copying torch\test\kernel_lambda_legacy_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.9058066Z copying torch\test\kernel_lambda_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.9076276Z copying torch\test\kernel_stackbased_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.9086557Z copying torch\test\lazy_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.9095994Z copying torch\test\legacy_vmap_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.9107368Z copying torch\test\List_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.9119976Z copying torch\test\make_boxed_from_unboxed_functor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.9132177Z copying torch\test\math_kernel_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.9142002Z copying torch\test\MaybeOwned_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.9152699Z copying torch\test\memory_format_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.9162847Z copying torch\test\memory_overlapping_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.9172327Z copying torch\test\mobile_memory_cleanup.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.9181901Z copying torch\test\NamedTensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.9191776Z copying torch\test\native_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.9201399Z copying torch\test\operators_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.9210852Z copying torch\test\operator_name_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.9219744Z copying torch\test\op_allowlist_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.9228347Z copying torch\test\op_registration_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.9250579Z copying torch\test\packedtensoraccessor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.9265077Z copying torch\test\pow_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.9275978Z copying torch\test\quantized_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.9286812Z copying torch\test\reduce_ops_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.9296272Z copying torch\test\reportMemoryUsage_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.9305699Z copying torch\test\scalar_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.9315264Z copying torch\test\scalar_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.9325398Z copying torch\test\StorageUtils_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.9334855Z copying torch\test\stride_properties_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.9344862Z copying torch\test\tensor_iterator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.9356220Z copying torch\test\test_parallel.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.9365970Z copying torch\test\thread_init_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.9373121Z copying torch\test\type_ptr_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.9382249Z copying torch\test\type_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.9392179Z copying torch\test\undefined_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.9401902Z copying torch\test\verify_api_visibility.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.9409124Z copying torch\test\weakref_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.9418870Z copying torch\test\wrapdim_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.9429026Z copying torch\test\xla_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:35:00.9443104Z creating build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:35:00.9445679Z copying torch\_C\_aoti.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:35:00.9451961Z copying torch\_C\_autograd.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:35:00.9902234Z copying torch\_C\_cpu.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:35:00.9907987Z copying torch\_C\_cudnn.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:35:00.9914055Z copying torch\_C\_cusparselt.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:35:00.9924936Z copying torch\_C\_distributed_autograd.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:35:00.9935732Z copying torch\_C\_distributed_c10d.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:35:00.9949808Z copying torch\_C\_distributed_rpc.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:35:00.9961462Z copying torch\_C\_distributed_rpc_testing.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:35:00.9972334Z copying torch\_C\_functions.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:35:00.9978457Z copying torch\_C\_functorch.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:35:00.9996888Z copying torch\_C\_instruction_counter.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:35:01.0002993Z copying torch\_C\_itt.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:35:01.0009130Z copying torch\_C\_lazy.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:35:01.0019070Z copying torch\_C\_lazy_ts_backend.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:35:01.0025213Z copying torch\_C\_monitor.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:35:01.0035782Z copying torch\_C\_nn.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:35:01.0046684Z copying torch\_C\_nvtx.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:35:01.0053390Z copying torch\_C\_onnx.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:35:01.0063034Z copying torch\_C\_profiler.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:35:01.0073903Z copying torch\_C\_VariableFunctions.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:35:01.0407742Z copying torch\_C\_verbose.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:35:01.0414959Z copying torch\_C\__init__.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:35:01.0547452Z copying torch\jit\_script.pyi -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:35:01.0558261Z copying torch\nn\functional.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2024-11-01T16:35:01.0574041Z copying torch\nn\parameter.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2024-11-01T16:35:01.0584454Z copying torch\utils\data\datapipes\datapipe.pyi -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-11-01T16:35:01.0603258Z creating build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:35:01.0605627Z copying torch\lib\shm.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:35:01.0611646Z copying torch\lib\shm.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:35:01.0616904Z creating build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:35:01.0619301Z copying torch\include\cpuinfo.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:35:01.0626072Z copying torch\include\dnnl.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:35:01.0632052Z copying torch\include\dnnl_config.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:35:01.0637934Z copying torch\include\dnnl_debug.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:35:01.0643789Z copying torch\include\dnnl_ocl.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:35:01.0653680Z copying torch\include\dnnl_sycl.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:35:01.0659856Z copying torch\include\dnnl_sycl_types.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:35:01.0665810Z copying torch\include\dnnl_threadpool.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:35:01.0671823Z copying torch\include\dnnl_types.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:35:01.0678460Z copying torch\include\dnnl_version.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:35:01.0684786Z copying torch\include\experiments-config.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:35:01.0690577Z copying torch\include\fp16.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:35:01.0696165Z copying torch\include\fxdiv.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:35:01.0701995Z copying torch\include\libshm.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:35:01.0707767Z copying torch\include\psimd.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:35:01.0714387Z copying torch\include\pthreadpool.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:35:01.0721795Z copying torch\include\sleef.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:35:01.0730543Z copying torch\include\xnnpack.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:35:01.0738195Z creating build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.0740745Z copying torch\include\ATen\AccumulateType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.0746756Z copying torch\include\ATen\ArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.0752284Z copying torch\include\ATen\ATen.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.0758176Z copying torch\include\ATen\autocast_mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.0764793Z copying torch\include\ATen\Backend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.0774470Z copying torch\include\ATen\Backtrace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.0780315Z copying torch\include\ATen\BlasBackend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.0786519Z copying torch\include\ATen\CachedTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.0792509Z copying torch\include\ATen\ceil_div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.0798281Z copying torch\include\ATen\code_template.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.0805139Z copying torch\include\ATen\CollapseDims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.0811663Z copying torch\include\ATen\CompositeExplicitAutogradFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.0817893Z copying torch\include\ATen\CompositeExplicitAutogradFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.0825437Z copying torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.0831900Z copying torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.0838800Z copying torch\include\ATen\CompositeImplicitAutogradFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.0845292Z copying torch\include\ATen\CompositeImplicitAutogradFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.0852526Z copying torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.0859463Z copying torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.0869398Z copying torch\include\ATen\Config.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.0875377Z copying torch\include\ATen\Context.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.0882414Z copying torch\include\ATen\cpp_custom_type_hack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.0888733Z copying torch\include\ATen\CPUApplyUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.0895015Z copying torch\include\ATen\CPUFixedAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.0901116Z copying torch\include\ATen\CPUFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.0907467Z copying torch\include\ATen\CPUFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.0914176Z copying torch\include\ATen\CPUGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.0921008Z copying torch\include\ATen\CUDAFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.0927202Z copying torch\include\ATen\CUDAFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.0940165Z copying torch\include\ATen\Device.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.0945759Z copying torch\include\ATen\DeviceAccelerator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.0951945Z copying torch\include\ATen\DeviceGuard.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.0957894Z copying torch\include\ATen\Dimname.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.0963862Z copying torch\include\ATen\DimVector.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.0969749Z copying torch\include\ATen\Dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.0976492Z copying torch\include\ATen\Dispatch_v2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.0983680Z copying torch\include\ATen\div_rtn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.0989474Z copying torch\include\ATen\DLConvertor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.0996365Z copying torch\include\ATen\dlpack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1002477Z copying torch\include\ATen\DynamicLibrary.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1008403Z copying torch\include\ATen\EmptyTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1018115Z copying torch\include\ATen\ExpandBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1024244Z copying torch\include\ATen\ExpandUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1031123Z copying torch\include\ATen\Formatting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1037031Z copying torch\include\ATen\FunctionalStorageImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1044656Z copying torch\include\ATen\FunctionalTensorWrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1051175Z copying torch\include\ATen\Functions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1058079Z copying torch\include\ATen\FuncTorchTLS.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1064225Z copying torch\include\ATen\Generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1070167Z copying torch\include\ATen\InferSize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1076339Z copying torch\include\ATen\InitialTensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1086305Z copying torch\include\ATen\jiterator_macros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1092282Z copying torch\include\ATen\jit_macros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1098146Z copying torch\include\ATen\Layout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1104452Z copying torch\include\ATen\LegacyBatchedFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1110456Z copying torch\include\ATen\LegacyBatchedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1116781Z copying torch\include\ATen\LegacyVmapMode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1123101Z copying torch\include\ATen\LegacyVmapTransforms.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1129478Z copying torch\include\ATen\LinalgBackend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1135445Z copying torch\include\ATen\MapAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1141456Z copying torch\include\ATen\MatrixRef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1156570Z copying torch\include\ATen\MemoryOverlap.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1163005Z copying torch\include\ATen\MetaFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1169411Z copying torch\include\ATen\MetaFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1175450Z copying torch\include\ATen\MethodOperators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1181560Z copying torch\include\ATen\NamedTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1187799Z copying torch\include\ATen\NamedTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1194104Z copying torch\include\ATen\NativeFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1201022Z copying torch\include\ATen\NativeMetaFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1208093Z copying torch\include\ATen\NestedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1217875Z copying torch\include\ATen\NumericUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1224264Z copying torch\include\ATen\OpaqueTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1230232Z copying torch\include\ATen\Operators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1237336Z copying torch\include\ATen\OpMathType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1243534Z copying torch\include\ATen\PadNd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1249418Z copying torch\include\ATen\Parallel-inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1255252Z copying torch\include\ATen\Parallel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1261348Z copying torch\include\ATen\ParallelFuture.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1267414Z copying torch\include\ATen\ParallelNative.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1273292Z copying torch\include\ATen\ParallelOpenMP.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1284261Z copying torch\include\ATen\PTThreadPool.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1290484Z copying torch\include\ATen\PythonTorchFunctionTLS.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1296470Z copying torch\include\ATen\record_function.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1303051Z copying torch\include\ATen\RedispatchFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1328698Z copying torch\include\ATen\RegistrationDeclarations.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1342263Z copying torch\include\ATen\SavedTensorHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1348829Z copying torch\include\ATen\Scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1354662Z copying torch\include\ATen\ScalarOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1361110Z copying torch\include\ATen\ScalarType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1367245Z copying torch\include\ATen\SequenceNumber.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1373342Z copying torch\include\ATen\SmallVector.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1379398Z copying torch\include\ATen\SparseCsrTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1385459Z copying torch\include\ATen\SparseCsrTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1392450Z copying torch\include\ATen\SparseTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1398709Z copying torch\include\ATen\Storage.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1404526Z copying torch\include\ATen\StorageUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1410474Z copying torch\include\ATen\Tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1416578Z copying torch\include\ATen\TensorAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1422941Z copying torch\include\ATen\TensorGeometry.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1429169Z copying torch\include\ATen\TensorIndexing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1440519Z copying torch\include\ATen\TensorIterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1447533Z copying torch\include\ATen\TensorIteratorInternal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1456532Z copying torch\include\ATen\TensorMeta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1462087Z copying torch\include\ATen\TensorNames.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1467934Z copying torch\include\ATen\TensorOperators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1474248Z copying torch\include\ATen\TensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1480756Z copying torch\include\ATen\TensorSubclassLikeUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1487741Z copying torch\include\ATen\TensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1493476Z copying torch\include\ATen\ThreadLocalPythonObjects.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1499857Z copying torch\include\ATen\ThreadLocalState.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1506121Z copying torch\include\ATen\TracerMode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1512445Z copying torch\include\ATen\TypeDefault.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1518618Z copying torch\include\ATen\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1524693Z copying torch\include\ATen\Version.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1530790Z copying torch\include\ATen\VmapGeneratedPlumbing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1552996Z copying torch\include\ATen\WrapDimUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1559238Z copying torch\include\ATen\WrapDimUtilsMulti.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:35:01.1564928Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2024-11-01T16:35:01.1567530Z copying torch\include\ATen\cpu\FlushDenormal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2024-11-01T16:35:01.1573327Z copying torch\include\ATen\cpu\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2024-11-01T16:35:01.1579075Z copying torch\include\ATen\cpu\vml.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2024-11-01T16:35:01.1584649Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-11-01T16:35:01.1586049Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2024-11-01T16:35:01.1588478Z copying torch\include\ATen\cpu\vec\vec128\vec128.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2024-11-01T16:35:01.1594169Z 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:35:01.1600601Z 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:35:01.1607079Z 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:35:01.1617244Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-11-01T16:35:01.1619755Z 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:35:01.1625792Z 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:35:01.1632606Z copying torch\include\ATen\cpu\vec\vec256\vec256.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-11-01T16:35:01.1638650Z 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:35:01.1649821Z 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:35:01.1656204Z 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:35:01.1662886Z 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:35:01.1668953Z 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:35:01.1675422Z 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:35:01.1682178Z 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:35:01.1689204Z 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:35:01.1695328Z 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:35:01.1701936Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2024-11-01T16:35:01.1704643Z 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:35:01.1710427Z 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:35:01.1716685Z 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:35:01.1727404Z 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:35:01.1733792Z 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:35:01.1739904Z 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:35:01.1746472Z 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:35:01.1752580Z 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:35:01.1758735Z 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:35:01.1765090Z 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:35:01.1771454Z 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:35:01.1778392Z 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:35:01.1784929Z 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:35:01.1790749Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\zarch 2024-11-01T16:35:01.1793347Z 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:35:01.1799757Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-11-01T16:35:01.1802373Z copying torch\include\ATen\cpu\vec\vec512\vec512.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-11-01T16:35:01.1808347Z 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:35:01.1815349Z 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:35:01.1821732Z 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:35:01.1832985Z 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:35:01.1839018Z 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:35:01.1845650Z 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:35:01.1852080Z 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:35:01.1859352Z 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:35:01.1865435Z 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:35:01.1872271Z copying torch\include\ATen\cpu\vec\functional.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-11-01T16:35:01.1877979Z copying torch\include\ATen\cpu\vec\functional_base.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-11-01T16:35:01.1888510Z copying torch\include\ATen\cpu\vec\functional_bfloat16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-11-01T16:35:01.1894970Z copying torch\include\ATen\cpu\vec\intrinsics.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-11-01T16:35:01.1900903Z copying torch\include\ATen\cpu\vec\vec.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-11-01T16:35:01.1906813Z copying torch\include\ATen\cpu\vec\vec_base.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-11-01T16:35:01.1913676Z copying torch\include\ATen\cpu\vec\vec_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-11-01T16:35:01.1919611Z copying torch\include\ATen\cpu\vec\vec_half.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-11-01T16:35:01.1925636Z copying torch\include\ATen\cpu\vec\vec_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-11-01T16:35:01.1931504Z copying torch\include\ATen\cpu\vec\vec_n.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-11-01T16:35:01.1936850Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2024-11-01T16:35:01.1939356Z 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:35:01.1945271Z 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:35:01.1951485Z 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:35:01.1957907Z 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:35:01.1969545Z 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:35:01.1976457Z 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:35:01.1982203Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.1984994Z copying torch\include\ATen\core\alias_info.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.1991385Z copying torch\include\ATen\core\Array.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.1997202Z copying torch\include\ATen\core\ATenGeneral.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2003020Z copying torch\include\ATen\core\ATenOpList.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2012749Z copying torch\include\ATen\core\ATen_fwd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2019205Z copying torch\include\ATen\core\aten_interned_strings.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2029888Z copying torch\include\ATen\core\ATen_pch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2035890Z copying torch\include\ATen\core\Backtrace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2042000Z copying torch\include\ATen\core\blob.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2048276Z copying torch\include\ATen\core\builtin_function.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2055390Z copying torch\include\ATen\core\CachingHostAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2062899Z copying torch\include\ATen\core\CheckMemoryFormat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2068847Z copying torch\include\ATen\core\class_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2076350Z copying torch\include\ATen\core\custom_class.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2084039Z copying torch\include\ATen\core\DeprecatedTypeProperties.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2090054Z copying torch\include\ATen\core\DeprecatedTypePropertiesRegistry.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2096197Z copying torch\include\ATen\core\Dict.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2102335Z copying torch\include\ATen\core\Dict_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2108507Z copying torch\include\ATen\core\Dimname.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2114572Z copying torch\include\ATen\core\DimVector.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2121041Z copying torch\include\ATen\core\DistributionsHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2126947Z copying torch\include\ATen\core\dynamic_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2138260Z copying torch\include\ATen\core\enum_tag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2143882Z copying torch\include\ATen\core\enum_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2149914Z copying torch\include\ATen\core\Formatting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2155835Z copying torch\include\ATen\core\function.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2161758Z copying torch\include\ATen\core\functional.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2168879Z copying torch\include\ATen\core\function_schema.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2175163Z copying torch\include\ATen\core\function_schema_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2180943Z copying torch\include\ATen\core\Generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2187231Z copying torch\include\ATen\core\GeneratorForPrivateuseone.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2193409Z copying torch\include\ATen\core\grad_mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2199375Z copying torch\include\ATen\core\IListRef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2211999Z copying torch\include\ATen\core\IListRef_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2218057Z copying torch\include\ATen\core\interned_strings.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2224160Z copying torch\include\ATen\core\interned_strings_class.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2230101Z copying torch\include\ATen\core\ivalue.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2236903Z copying torch\include\ATen\core\ivalue_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2244432Z copying torch\include\ATen\core\ivalue_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2250376Z copying torch\include\ATen\core\jit_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2257517Z copying torch\include\ATen\core\jit_type_base.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2264151Z copying torch\include\ATen\core\LegacyTypeDispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2283980Z copying torch\include\ATen\core\List.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2290353Z copying torch\include\ATen\core\List_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2296369Z copying torch\include\ATen\core\MT19937RNGEngine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2306488Z copying torch\include\ATen\core\NamedTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2312645Z copying torch\include\ATen\core\NestedIntSymNodeImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2318656Z copying torch\include\ATen\core\operator_name.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2324852Z copying torch\include\ATen\core\PhiloxRNGEngine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2331199Z copying torch\include\ATen\core\PythonFallbackKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2337144Z copying torch\include\ATen\core\PythonOpRegistrationTrampoline.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2343142Z copying torch\include\ATen\core\qualified_name.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2349349Z copying torch\include\ATen\core\QuantizerBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2355270Z copying torch\include\ATen\core\Range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2361263Z copying torch\include\ATen\core\Reduction.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2370982Z copying torch\include\ATen\core\rref_interface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2376851Z copying torch\include\ATen\core\Scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2382680Z copying torch\include\ATen\core\ScalarType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2388435Z copying torch\include\ATen\core\stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2394322Z copying torch\include\ATen\core\symbol.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2400145Z copying torch\include\ATen\core\Tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2406716Z copying torch\include\ATen\core\TensorAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2412770Z copying torch\include\ATen\core\TensorBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2420187Z copying torch\include\ATen\core\TensorBody.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2429696Z copying torch\include\ATen\core\TorchDispatchUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2435540Z copying torch\include\ATen\core\TransformationHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2451238Z copying torch\include\ATen\core\typeid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2456908Z copying torch\include\ATen\core\type_factory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2463500Z copying torch\include\ATen\core\type_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2470413Z copying torch\include\ATen\core\UndefinedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2476327Z copying torch\include\ATen\core\UnsafeFromTH.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2482710Z copying torch\include\ATen\core\VariableHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2488844Z copying torch\include\ATen\core\Variadic.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2494883Z copying torch\include\ATen\core\Vitals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:35:01.2500254Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:35:01.2502923Z copying torch\include\ATen\cuda\ApplyGridUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:35:01.2509868Z copying torch\include\ATen\cuda\AsmUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:35:01.2515523Z copying torch\include\ATen\cuda\Atomic.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:35:01.2522711Z copying torch\include\ATen\cuda\cub.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:35:01.2528815Z copying torch\include\ATen\cuda\cub_definitions.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:35:01.2695530Z copying torch\include\ATen\cuda\CUDAApplyUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:35:01.2701800Z copying torch\include\ATen\cuda\CUDAGraphsUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:35:01.2707940Z copying torch\include\ATen\cuda\CUDATensorMethods.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:35:01.2713662Z copying torch\include\ATen\cuda\DeviceUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:35:01.2721073Z copying torch\include\ATen\cuda\NumericLimits.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:35:01.2727305Z copying torch\include\ATen\cuda\PhiloxUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:35:01.2733052Z copying torch\include\ATen\cuda\ScanUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:35:01.2739070Z copying torch\include\ATen\cuda\ATenCUDAGeneral.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:35:01.2745906Z copying torch\include\ATen\cuda\CachingHostAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:35:01.2751402Z copying torch\include\ATen\cuda\cub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:35:01.2757334Z copying torch\include\ATen\cuda\CUDABlas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:35:01.2763380Z copying torch\include\ATen\cuda\CUDAContext.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:35:01.2769926Z copying torch\include\ATen\cuda\CUDAContextLight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:35:01.2775897Z copying torch\include\ATen\cuda\CUDADataType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:35:01.2782212Z copying torch\include\ATen\cuda\CUDADevice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:35:01.2788020Z copying torch\include\ATen\cuda\CUDAEvent.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:35:01.2798175Z copying torch\include\ATen\cuda\CUDAGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:35:01.2804185Z copying torch\include\ATen\cuda\CUDAGraph.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:35:01.2810387Z copying torch\include\ATen\cuda\CUDASparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:35:01.2817062Z copying torch\include\ATen\cuda\CUDASparseBlas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:35:01.2823507Z copying torch\include\ATen\cuda\CUDASparseDescriptors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:35:01.2829526Z copying torch\include\ATen\cuda\CUDAUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:35:01.2835613Z copying torch\include\ATen\cuda\EmptyTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:35:01.2842532Z copying torch\include\ATen\cuda\Exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:35:01.2848653Z copying torch\include\ATen\cuda\jiterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:35:01.4774612Z copying torch\include\ATen\cuda\jiterator_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:35:01.4775867Z copying torch\include\ATen\cuda\llvm_jit_strings.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:35:01.4777169Z copying torch\include\ATen\cuda\PeerToPeerAccess.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:35:01.4778503Z copying torch\include\ATen\cuda\PhiloxCudaState.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:35:01.4780306Z copying torch\include\ATen\cuda\PinnedMemoryAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:35:01.4781487Z copying torch\include\ATen\cuda\Sleep.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:35:01.4782605Z copying torch\include\ATen\cuda\ThrustAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:35:01.4783605Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-11-01T16:35:01.4784657Z copying torch\include\ATen\cuda\detail\IndexUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-11-01T16:35:01.4786546Z copying torch\include\ATen\cuda\detail\IntegerDivider.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-11-01T16:35:01.4787939Z copying torch\include\ATen\cuda\detail\OffsetCalculator.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-11-01T16:35:01.4789358Z copying torch\include\ATen\cuda\detail\PhiloxCudaStateRaw.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-11-01T16:35:01.4790798Z copying torch\include\ATen\cuda\detail\TensorInfo.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-11-01T16:35:01.4792567Z copying torch\include\ATen\cuda\detail\UnpackRaw.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-11-01T16:35:01.4793869Z copying torch\include\ATen\cuda\detail\CUDAHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-11-01T16:35:01.4795228Z copying torch\include\ATen\cuda\detail\DeviceThreadHandles.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-11-01T16:35:01.4796738Z copying torch\include\ATen\cuda\detail\KernelUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-11-01T16:35:01.4798404Z copying torch\include\ATen\cuda\detail\LazyNVRTC.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-11-01T16:35:01.4799432Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-11-01T16:35:01.4800556Z copying torch\include\ATen\cuda\tunable\GemmCommon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-11-01T16:35:01.4801898Z copying torch\include\ATen\cuda\tunable\GemmHipblaslt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-11-01T16:35:01.4803759Z copying torch\include\ATen\cuda\tunable\GemmRocblas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-11-01T16:35:01.4805088Z copying torch\include\ATen\cuda\tunable\StreamTimer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-11-01T16:35:01.4806566Z copying torch\include\ATen\cuda\tunable\Tunable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-11-01T16:35:01.4807849Z copying torch\include\ATen\cuda\tunable\TunableGemm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-11-01T16:35:01.4809686Z copying torch\include\ATen\cuda\tunable\TunableOp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-11-01T16:35:01.4810694Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-11-01T16:35:01.4811642Z copying torch\include\ATen\cudnn\cudnn-wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-11-01T16:35:01.4812933Z copying torch\include\ATen\cudnn\Descriptors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-11-01T16:35:01.4814192Z copying torch\include\ATen\cudnn\Handle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-11-01T16:35:01.4815709Z copying torch\include\ATen\cudnn\Handles.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-11-01T16:35:01.4816799Z copying torch\include\ATen\cudnn\Types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-11-01T16:35:01.4817882Z copying torch\include\ATen\cudnn\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-11-01T16:35:01.4818801Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-11-01T16:35:01.4819881Z copying torch\include\ATen\functorch\ADInterpreters.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-11-01T16:35:01.4821647Z copying torch\include\ATen\functorch\BatchedFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-11-01T16:35:01.4822979Z copying torch\include\ATen\functorch\BatchedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-11-01T16:35:01.4824358Z copying torch\include\ATen\functorch\BatchingMetaprogramming.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-11-01T16:35:01.4825877Z copying torch\include\ATen\functorch\BatchRulesHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-11-01T16:35:01.4827551Z copying torch\include\ATen\functorch\DynamicLayer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-11-01T16:35:01.4828903Z copying torch\include\ATen\functorch\FunctionalizeInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-11-01T16:35:01.4830243Z copying torch\include\ATen\functorch\Interpreter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-11-01T16:35:01.4831680Z copying torch\include\ATen\functorch\LegacyVmapTransforms.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-11-01T16:35:01.4833358Z copying torch\include\ATen\functorch\Macros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-11-01T16:35:01.4834609Z copying torch\include\ATen\functorch\PlumbingHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-11-01T16:35:01.4835914Z copying torch\include\ATen\functorch\TensorWrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-11-01T16:35:01.4837211Z copying torch\include\ATen\functorch\VmapInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-11-01T16:35:01.4838729Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.4840042Z copying torch\include\ATen\ops\abs.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.4846148Z copying torch\include\ATen\ops\absolute.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.4852459Z copying torch\include\ATen\ops\absolute_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.4858349Z copying torch\include\ATen\ops\absolute_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.4869231Z copying torch\include\ATen\ops\absolute_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.4875704Z copying torch\include\ATen\ops\abs_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.4881747Z copying torch\include\ATen\ops\abs_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.4887859Z copying torch\include\ATen\ops\abs_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.4893884Z copying torch\include\ATen\ops\abs_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.4900019Z copying torch\include\ATen\ops\abs_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.4905909Z copying torch\include\ATen\ops\acos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.4911949Z copying torch\include\ATen\ops\acosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.4918815Z copying torch\include\ATen\ops\acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.4924774Z copying torch\include\ATen\ops\acosh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.4930978Z copying torch\include\ATen\ops\acosh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.4937142Z copying torch\include\ATen\ops\acosh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.4943144Z copying torch\include\ATen\ops\acosh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.4949500Z copying torch\include\ATen\ops\acosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.4955694Z copying torch\include\ATen\ops\acosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.4962841Z copying torch\include\ATen\ops\acos_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.4974425Z copying torch\include\ATen\ops\acos_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.4980960Z copying torch\include\ATen\ops\acos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.4986904Z copying torch\include\ATen\ops\acos_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.4993241Z copying torch\include\ATen\ops\acos_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.4999336Z copying torch\include\ATen\ops\acos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.5005620Z copying torch\include\ATen\ops\acos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.5011769Z copying torch\include\ATen\ops\adaptive_avg_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.5018399Z copying torch\include\ATen\ops\adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.5024769Z copying torch\include\ATen\ops\adaptive_avg_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.5030932Z copying torch\include\ATen\ops\adaptive_avg_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.5041087Z copying torch\include\ATen\ops\adaptive_avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.5048234Z copying torch\include\ATen\ops\adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.5053875Z copying torch\include\ATen\ops\adaptive_avg_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.5060337Z copying torch\include\ATen\ops\adaptive_avg_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.5066661Z copying torch\include\ATen\ops\adaptive_avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.5072865Z copying torch\include\ATen\ops\adaptive_avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.5079479Z copying torch\include\ATen\ops\adaptive_avg_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.5085665Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.5096016Z 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:35:01.5102136Z 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:35:01.5108241Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.5114569Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.5121044Z copying torch\include\ATen\ops\adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.5127255Z copying torch\include\ATen\ops\adaptive_avg_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.5133349Z copying torch\include\ATen\ops\adaptive_avg_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.5139708Z copying torch\include\ATen\ops\adaptive_avg_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.5146350Z copying torch\include\ATen\ops\adaptive_avg_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.5152709Z copying torch\include\ATen\ops\adaptive_max_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6182359Z copying torch\include\ATen\ops\adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6183794Z copying torch\include\ATen\ops\adaptive_max_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6185057Z copying torch\include\ATen\ops\adaptive_max_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6186286Z copying torch\include\ATen\ops\adaptive_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6187527Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6189114Z 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:35:01.6190750Z 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:35:01.6208113Z 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:35:01.6209507Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6210909Z 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:35:01.6212312Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6213652Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6215346Z copying torch\include\ATen\ops\adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6216895Z copying torch\include\ATen\ops\adaptive_max_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6218237Z copying torch\include\ATen\ops\adaptive_max_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6219520Z copying torch\include\ATen\ops\adaptive_max_pool2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6220884Z copying torch\include\ATen\ops\adaptive_max_pool2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6222186Z copying torch\include\ATen\ops\adaptive_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6223448Z copying torch\include\ATen\ops\adaptive_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6224649Z copying torch\include\ATen\ops\adaptive_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6225898Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6227476Z 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:35:01.6231284Z 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:35:01.6242133Z 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:35:01.6248362Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6254968Z 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:35:01.6262090Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6268389Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6275292Z copying torch\include\ATen\ops\adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6281525Z copying torch\include\ATen\ops\adaptive_max_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6287891Z copying torch\include\ATen\ops\adaptive_max_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6294146Z copying torch\include\ATen\ops\adaptive_max_pool3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6300648Z copying torch\include\ATen\ops\adaptive_max_pool3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6307145Z copying torch\include\ATen\ops\adaptive_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6313499Z copying torch\include\ATen\ops\adaptive_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6319642Z copying torch\include\ATen\ops\add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6325763Z copying torch\include\ATen\ops\addbmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6332579Z copying torch\include\ATen\ops\addbmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6339237Z copying torch\include\ATen\ops\addbmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6345214Z copying torch\include\ATen\ops\addbmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6351377Z copying torch\include\ATen\ops\addbmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6357784Z copying torch\include\ATen\ops\addbmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6364233Z copying torch\include\ATen\ops\addcdiv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6370795Z copying torch\include\ATen\ops\addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6377018Z copying torch\include\ATen\ops\addcdiv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6388236Z copying torch\include\ATen\ops\addcdiv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6394326Z copying torch\include\ATen\ops\addcdiv_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6400946Z copying torch\include\ATen\ops\addcdiv_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6407779Z copying torch\include\ATen\ops\addcdiv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6413861Z copying torch\include\ATen\ops\addcdiv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6420092Z copying torch\include\ATen\ops\addcmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6427141Z copying torch\include\ATen\ops\addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6433531Z copying torch\include\ATen\ops\addcmul_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6439855Z copying torch\include\ATen\ops\addcmul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6446159Z copying torch\include\ATen\ops\addcmul_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6453073Z copying torch\include\ATen\ops\addcmul_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6459443Z copying torch\include\ATen\ops\addcmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6465606Z copying torch\include\ATen\ops\addcmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6471887Z copying torch\include\ATen\ops\addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6478353Z copying torch\include\ATen\ops\addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6484634Z copying torch\include\ATen\ops\addmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6490993Z copying torch\include\ATen\ops\addmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6497191Z copying torch\include\ATen\ops\addmm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6503921Z copying torch\include\ATen\ops\addmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6510551Z copying torch\include\ATen\ops\addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6516812Z copying torch\include\ATen\ops\addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6529185Z copying torch\include\ATen\ops\addmv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6535873Z copying torch\include\ATen\ops\addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6541971Z copying torch\include\ATen\ops\addmv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6548215Z copying torch\include\ATen\ops\addmv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6554476Z copying torch\include\ATen\ops\addmv_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6562323Z copying torch\include\ATen\ops\addmv_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6569373Z copying torch\include\ATen\ops\addmv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6576214Z copying torch\include\ATen\ops\addmv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6583700Z copying torch\include\ATen\ops\addr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6591169Z copying torch\include\ATen\ops\addr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6597097Z copying torch\include\ATen\ops\addr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6603751Z copying torch\include\ATen\ops\addr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6610665Z copying torch\include\ATen\ops\addr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6617109Z copying torch\include\ATen\ops\addr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6623268Z copying torch\include\ATen\ops\add_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6629774Z copying torch\include\ATen\ops\add_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6635797Z copying torch\include\ATen\ops\add_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6642023Z copying torch\include\ATen\ops\add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6648507Z copying torch\include\ATen\ops\add_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6654356Z copying torch\include\ATen\ops\add_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6660499Z copying torch\include\ATen\ops\add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6666936Z copying torch\include\ATen\ops\add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6672918Z copying torch\include\ATen\ops\adjoint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6679203Z copying torch\include\ATen\ops\adjoint_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6685255Z copying torch\include\ATen\ops\adjoint_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6691746Z copying torch\include\ATen\ops\adjoint_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6698105Z copying torch\include\ATen\ops\affine_grid_generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6704459Z copying torch\include\ATen\ops\affine_grid_generator_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6711125Z 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:35:01.6717540Z copying torch\include\ATen\ops\affine_grid_generator_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6724277Z copying torch\include\ATen\ops\affine_grid_generator_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6731490Z copying torch\include\ATen\ops\affine_grid_generator_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6737306Z copying torch\include\ATen\ops\affine_grid_generator_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6743490Z copying torch\include\ATen\ops\affine_grid_generator_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6756688Z copying torch\include\ATen\ops\alias.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6762908Z copying torch\include\ATen\ops\alias_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6768943Z copying torch\include\ATen\ops\alias_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6775591Z copying torch\include\ATen\ops\alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6782069Z copying torch\include\ATen\ops\alias_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6792973Z copying torch\include\ATen\ops\alias_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6799144Z copying torch\include\ATen\ops\alias_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6805437Z copying torch\include\ATen\ops\alias_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6811438Z copying torch\include\ATen\ops\alias_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6818018Z copying torch\include\ATen\ops\align_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6824145Z copying torch\include\ATen\ops\align_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6830121Z copying torch\include\ATen\ops\align_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6836326Z copying torch\include\ATen\ops\align_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6842877Z copying torch\include\ATen\ops\align_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6849977Z copying torch\include\ATen\ops\align_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6856198Z copying torch\include\ATen\ops\align_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6862493Z copying torch\include\ATen\ops\align_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6868698Z copying torch\include\ATen\ops\align_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6875102Z copying torch\include\ATen\ops\align_to_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6881334Z copying torch\include\ATen\ops\align_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6887686Z copying torch\include\ATen\ops\align_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6893993Z copying torch\include\ATen\ops\all.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6900944Z copying torch\include\ATen\ops\allclose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6907173Z copying torch\include\ATen\ops\allclose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6913404Z copying torch\include\ATen\ops\allclose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6919706Z copying torch\include\ATen\ops\allclose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6926509Z copying torch\include\ATen\ops\all_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6932942Z copying torch\include\ATen\ops\all_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6939422Z copying torch\include\ATen\ops\all_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6945984Z copying torch\include\ATen\ops\all_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6952327Z copying torch\include\ATen\ops\all_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6958327Z copying torch\include\ATen\ops\all_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6964510Z copying torch\include\ATen\ops\all_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6970725Z copying torch\include\ATen\ops\all_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6977037Z copying torch\include\ATen\ops\all_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6983187Z copying torch\include\ATen\ops\alpha_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6989842Z copying torch\include\ATen\ops\alpha_dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.6996427Z copying torch\include\ATen\ops\alpha_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7003185Z copying torch\include\ATen\ops\alpha_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7009350Z copying torch\include\ATen\ops\amax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7015703Z copying torch\include\ATen\ops\amax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7022028Z copying torch\include\ATen\ops\amax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7028722Z copying torch\include\ATen\ops\amax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7034924Z copying torch\include\ATen\ops\amax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7041609Z copying torch\include\ATen\ops\amax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7048322Z copying torch\include\ATen\ops\amax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7059584Z copying torch\include\ATen\ops\amax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7065490Z copying torch\include\ATen\ops\amin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7071804Z copying torch\include\ATen\ops\aminmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7078918Z copying torch\include\ATen\ops\aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7085664Z copying torch\include\ATen\ops\aminmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7091923Z copying torch\include\ATen\ops\aminmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7099030Z copying torch\include\ATen\ops\aminmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7105521Z copying torch\include\ATen\ops\aminmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7112050Z copying torch\include\ATen\ops\aminmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7118282Z copying torch\include\ATen\ops\aminmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7125369Z copying torch\include\ATen\ops\amin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7131309Z copying torch\include\ATen\ops\amin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7137552Z copying torch\include\ATen\ops\amin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7143952Z copying torch\include\ATen\ops\amin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7150226Z copying torch\include\ATen\ops\amin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7156342Z copying torch\include\ATen\ops\amin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7162701Z copying torch\include\ATen\ops\amin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7168561Z copying torch\include\ATen\ops\and.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7175140Z copying torch\include\ATen\ops\and_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7181070Z copying torch\include\ATen\ops\and_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7187366Z copying torch\include\ATen\ops\and_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7193194Z copying torch\include\ATen\ops\angle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7199419Z copying torch\include\ATen\ops\angle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7205829Z copying torch\include\ATen\ops\angle_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7212199Z copying torch\include\ATen\ops\angle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7218325Z copying torch\include\ATen\ops\angle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7224700Z copying torch\include\ATen\ops\any.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7231480Z copying torch\include\ATen\ops\any_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7237968Z copying torch\include\ATen\ops\any_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7244673Z copying torch\include\ATen\ops\any_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7251162Z copying torch\include\ATen\ops\any_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7257462Z copying torch\include\ATen\ops\any_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7263678Z copying torch\include\ATen\ops\any_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7269830Z copying torch\include\ATen\ops\any_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7276558Z copying torch\include\ATen\ops\any_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7282927Z copying torch\include\ATen\ops\any_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7289098Z copying torch\include\ATen\ops\arange.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7296557Z copying torch\include\ATen\ops\arange_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7302438Z copying torch\include\ATen\ops\arange_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7308812Z copying torch\include\ATen\ops\arange_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7315252Z copying torch\include\ATen\ops\arange_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7327645Z copying torch\include\ATen\ops\arange_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7333921Z copying torch\include\ATen\ops\arange_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7340012Z copying torch\include\ATen\ops\arccos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7346046Z copying torch\include\ATen\ops\arccosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7352614Z copying torch\include\ATen\ops\arccosh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7359260Z copying torch\include\ATen\ops\arccosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7365228Z copying torch\include\ATen\ops\arccosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7371952Z copying torch\include\ATen\ops\arccos_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7378062Z copying torch\include\ATen\ops\arccos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7384349Z copying torch\include\ATen\ops\arccos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7390782Z copying torch\include\ATen\ops\arcsin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7396920Z copying torch\include\ATen\ops\arcsinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7403324Z copying torch\include\ATen\ops\arcsinh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7410017Z copying torch\include\ATen\ops\arcsinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7416337Z copying torch\include\ATen\ops\arcsinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7422820Z copying torch\include\ATen\ops\arcsin_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7429050Z copying torch\include\ATen\ops\arcsin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7435360Z copying torch\include\ATen\ops\arcsin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7441779Z copying torch\include\ATen\ops\arctan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7447928Z copying torch\include\ATen\ops\arctan2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7454558Z copying torch\include\ATen\ops\arctan2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7460824Z copying torch\include\ATen\ops\arctan2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7467653Z copying torch\include\ATen\ops\arctan2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7473773Z copying torch\include\ATen\ops\arctanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7479993Z copying torch\include\ATen\ops\arctanh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7486329Z copying torch\include\ATen\ops\arctanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7492860Z copying torch\include\ATen\ops\arctanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7499527Z copying torch\include\ATen\ops\arctan_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7506010Z copying torch\include\ATen\ops\arctan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7513332Z copying torch\include\ATen\ops\arctan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7519455Z copying torch\include\ATen\ops\argmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7526295Z copying torch\include\ATen\ops\argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7532486Z copying torch\include\ATen\ops\argmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7538926Z copying torch\include\ATen\ops\argmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7545339Z copying torch\include\ATen\ops\argmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7552043Z copying torch\include\ATen\ops\argmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7558520Z copying torch\include\ATen\ops\argmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7564633Z copying torch\include\ATen\ops\argmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7570884Z copying torch\include\ATen\ops\argmin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7577321Z copying torch\include\ATen\ops\argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7583245Z copying torch\include\ATen\ops\argmin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7589735Z copying torch\include\ATen\ops\argmin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7595877Z copying torch\include\ATen\ops\argmin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7602507Z copying torch\include\ATen\ops\argmin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7608704Z copying torch\include\ATen\ops\argmin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7614954Z copying torch\include\ATen\ops\argmin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7621491Z copying torch\include\ATen\ops\argsort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7628008Z copying torch\include\ATen\ops\argsort_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7633937Z copying torch\include\ATen\ops\argsort_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7640038Z copying torch\include\ATen\ops\argsort_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7646354Z copying torch\include\ATen\ops\argwhere.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7652551Z copying torch\include\ATen\ops\argwhere_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7658471Z copying torch\include\ATen\ops\argwhere_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7664409Z copying torch\include\ATen\ops\argwhere_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7670437Z copying torch\include\ATen\ops\asin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7676751Z copying torch\include\ATen\ops\asinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7683159Z copying torch\include\ATen\ops\asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7689331Z copying torch\include\ATen\ops\asinh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7695761Z copying torch\include\ATen\ops\asinh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7701890Z copying torch\include\ATen\ops\asinh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7707888Z copying torch\include\ATen\ops\asinh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7714094Z copying torch\include\ATen\ops\asinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7720254Z copying torch\include\ATen\ops\asinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7727049Z copying torch\include\ATen\ops\asin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7733029Z copying torch\include\ATen\ops\asin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7739656Z copying torch\include\ATen\ops\asin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7746518Z copying torch\include\ATen\ops\asin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7752561Z copying torch\include\ATen\ops\asin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7758589Z copying torch\include\ATen\ops\asin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7764857Z copying torch\include\ATen\ops\asin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7770755Z copying torch\include\ATen\ops\as_strided.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7777407Z copying torch\include\ATen\ops\as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7783808Z copying torch\include\ATen\ops\as_strided_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7790532Z copying torch\include\ATen\ops\as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7797114Z copying torch\include\ATen\ops\as_strided_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7808911Z copying torch\include\ATen\ops\as_strided_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7815188Z copying torch\include\ATen\ops\as_strided_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7821721Z copying torch\include\ATen\ops\as_strided_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7828012Z copying torch\include\ATen\ops\as_strided_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7834327Z copying torch\include\ATen\ops\as_strided_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7840770Z copying torch\include\ATen\ops\as_strided_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7847106Z copying torch\include\ATen\ops\as_strided_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7853646Z copying torch\include\ATen\ops\as_strided_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7860606Z copying torch\include\ATen\ops\as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7866882Z copying torch\include\ATen\ops\as_strided_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7873235Z copying torch\include\ATen\ops\as_strided_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7879752Z copying torch\include\ATen\ops\as_strided_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7886085Z copying torch\include\ATen\ops\atan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7892132Z copying torch\include\ATen\ops\atan2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7898827Z copying torch\include\ATen\ops\atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7905157Z copying torch\include\ATen\ops\atan2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7911787Z copying torch\include\ATen\ops\atan2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7918211Z copying torch\include\ATen\ops\atan2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7924673Z copying torch\include\ATen\ops\atan2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7931167Z copying torch\include\ATen\ops\atan2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7937572Z copying torch\include\ATen\ops\atan2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7943900Z copying torch\include\ATen\ops\atanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7950593Z copying torch\include\ATen\ops\atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7956760Z copying torch\include\ATen\ops\atanh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7966673Z copying torch\include\ATen\ops\atanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7974173Z copying torch\include\ATen\ops\atanh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7980495Z copying torch\include\ATen\ops\atanh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7987131Z copying torch\include\ATen\ops\atanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.7993784Z copying torch\include\ATen\ops\atanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8000545Z copying torch\include\ATen\ops\atan_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8006977Z copying torch\include\ATen\ops\atan_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8013428Z copying torch\include\ATen\ops\atan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8019870Z copying torch\include\ATen\ops\atan_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8026372Z copying torch\include\ATen\ops\atan_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8033188Z copying torch\include\ATen\ops\atan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8039537Z copying torch\include\ATen\ops\atan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8045652Z copying torch\include\ATen\ops\atleast_1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8052531Z copying torch\include\ATen\ops\atleast_1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8058772Z copying torch\include\ATen\ops\atleast_1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8065055Z copying torch\include\ATen\ops\atleast_1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8071442Z copying torch\include\ATen\ops\atleast_2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8078537Z copying torch\include\ATen\ops\atleast_2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8085545Z copying torch\include\ATen\ops\atleast_2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8091863Z copying torch\include\ATen\ops\atleast_2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8099385Z copying torch\include\ATen\ops\atleast_3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8106325Z copying torch\include\ATen\ops\atleast_3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8112713Z copying torch\include\ATen\ops\atleast_3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8118943Z copying torch\include\ATen\ops\atleast_3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8125574Z copying torch\include\ATen\ops\avg_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8132567Z copying torch\include\ATen\ops\avg_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8138922Z copying torch\include\ATen\ops\avg_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8145226Z copying torch\include\ATen\ops\avg_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8151510Z copying torch\include\ATen\ops\avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8158288Z copying torch\include\ATen\ops\avg_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8165430Z copying torch\include\ATen\ops\avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8171770Z copying torch\include\ATen\ops\avg_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8178413Z copying torch\include\ATen\ops\avg_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8185374Z copying torch\include\ATen\ops\avg_pool2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8191529Z copying torch\include\ATen\ops\avg_pool2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8197903Z copying torch\include\ATen\ops\avg_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8204757Z copying torch\include\ATen\ops\avg_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8228887Z copying torch\include\ATen\ops\avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8234950Z copying torch\include\ATen\ops\avg_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8241645Z copying torch\include\ATen\ops\avg_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8247745Z copying torch\include\ATen\ops\avg_pool2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8254208Z copying torch\include\ATen\ops\avg_pool2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8260395Z copying torch\include\ATen\ops\avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8266843Z copying torch\include\ATen\ops\avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8273176Z copying torch\include\ATen\ops\avg_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8279700Z copying torch\include\ATen\ops\avg_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8287009Z copying torch\include\ATen\ops\avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8293326Z copying torch\include\ATen\ops\avg_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8299763Z copying torch\include\ATen\ops\avg_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8306103Z copying torch\include\ATen\ops\avg_pool3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8312592Z copying torch\include\ATen\ops\avg_pool3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8319234Z copying torch\include\ATen\ops\avg_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8325834Z copying torch\include\ATen\ops\avg_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8332523Z copying torch\include\ATen\ops\avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8338786Z copying torch\include\ATen\ops\avg_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8345119Z copying torch\include\ATen\ops\avg_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8358020Z copying torch\include\ATen\ops\avg_pool3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8364496Z copying torch\include\ATen\ops\avg_pool3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8370964Z copying torch\include\ATen\ops\avg_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8377241Z copying torch\include\ATen\ops\avg_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8383584Z copying torch\include\ATen\ops\baddbmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8389964Z copying torch\include\ATen\ops\baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8396107Z copying torch\include\ATen\ops\baddbmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8402466Z copying torch\include\ATen\ops\baddbmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8408677Z copying torch\include\ATen\ops\baddbmm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8415254Z copying torch\include\ATen\ops\baddbmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8421793Z copying torch\include\ATen\ops\baddbmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8428168Z copying torch\include\ATen\ops\baddbmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8434633Z copying torch\include\ATen\ops\bartlett_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8441829Z copying torch\include\ATen\ops\bartlett_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8448397Z copying torch\include\ATen\ops\bartlett_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8454731Z copying torch\include\ATen\ops\bartlett_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8461243Z copying torch\include\ATen\ops\batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8467904Z copying torch\include\ATen\ops\batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8474749Z copying torch\include\ATen\ops\batch_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8481563Z copying torch\include\ATen\ops\batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8488155Z copying torch\include\ATen\ops\batch_norm_backward_elemt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8494839Z 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:35:01.8501371Z 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:35:01.8508088Z copying torch\include\ATen\ops\batch_norm_backward_elemt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8514596Z copying torch\include\ATen\ops\batch_norm_backward_elemt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8522377Z copying torch\include\ATen\ops\batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8528835Z copying torch\include\ATen\ops\batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8535554Z copying torch\include\ATen\ops\batch_norm_backward_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8542741Z 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:35:01.8549656Z 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:35:01.8556553Z copying torch\include\ATen\ops\batch_norm_backward_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8563058Z copying torch\include\ATen\ops\batch_norm_backward_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8569778Z copying torch\include\ATen\ops\batch_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8576175Z copying torch\include\ATen\ops\batch_norm_elemt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8582843Z copying torch\include\ATen\ops\batch_norm_elemt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8589898Z copying torch\include\ATen\ops\batch_norm_elemt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8596458Z copying torch\include\ATen\ops\batch_norm_elemt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8604393Z copying torch\include\ATen\ops\batch_norm_gather_stats.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8611211Z 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:35:01.8618074Z 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:35:01.8625133Z copying torch\include\ATen\ops\batch_norm_gather_stats_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8631946Z copying torch\include\ATen\ops\batch_norm_gather_stats_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8638807Z 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:35:01.8646681Z 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:35:01.8653014Z 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:35:01.8659770Z 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:35:01.8666184Z 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:35:01.8672627Z copying torch\include\ATen\ops\batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8679666Z copying torch\include\ATen\ops\batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8686138Z copying torch\include\ATen\ops\batch_norm_stats.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8692982Z copying torch\include\ATen\ops\batch_norm_stats_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8699442Z copying torch\include\ATen\ops\batch_norm_stats_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8706030Z copying torch\include\ATen\ops\batch_norm_stats_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8712594Z copying torch\include\ATen\ops\batch_norm_stats_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8719108Z copying torch\include\ATen\ops\batch_norm_update_stats.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8726950Z 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:35:01.8733226Z 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:35:01.8739623Z 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:35:01.8746524Z copying torch\include\ATen\ops\batch_norm_update_stats_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8752968Z copying torch\include\ATen\ops\batch_norm_update_stats_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8758921Z copying torch\include\ATen\ops\bernoulli.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8765860Z copying torch\include\ATen\ops\bernoulli_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8772260Z copying torch\include\ATen\ops\bernoulli_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8778460Z copying torch\include\ATen\ops\bernoulli_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8784779Z copying torch\include\ATen\ops\bernoulli_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8799396Z copying torch\include\ATen\ops\bernoulli_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8805786Z copying torch\include\ATen\ops\bernoulli_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8812112Z copying torch\include\ATen\ops\bernoulli_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8818262Z copying torch\include\ATen\ops\bilinear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8824564Z copying torch\include\ATen\ops\bilinear_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8830521Z copying torch\include\ATen\ops\bilinear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8836453Z copying torch\include\ATen\ops\bilinear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8842930Z copying torch\include\ATen\ops\binary_cross_entropy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8849264Z copying torch\include\ATen\ops\binary_cross_entropy_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8856470Z 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:35:01.8863152Z 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:35:01.8869541Z copying torch\include\ATen\ops\binary_cross_entropy_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8875974Z copying torch\include\ATen\ops\binary_cross_entropy_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8882522Z copying torch\include\ATen\ops\binary_cross_entropy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8889221Z copying torch\include\ATen\ops\binary_cross_entropy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8895621Z copying torch\include\ATen\ops\binary_cross_entropy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8902371Z copying torch\include\ATen\ops\binary_cross_entropy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8909325Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8916123Z 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:35:01.8922600Z 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:35:01.8929201Z 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:35:01.8935400Z copying torch\include\ATen\ops\bincount.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8941744Z copying torch\include\ATen\ops\bincount_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8947837Z copying torch\include\ATen\ops\bincount_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8954148Z copying torch\include\ATen\ops\bincount_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8960492Z copying torch\include\ATen\ops\bincount_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8966952Z copying torch\include\ATen\ops\bincount_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8973628Z copying torch\include\ATen\ops\binomial.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8980612Z copying torch\include\ATen\ops\binomial_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8986531Z copying torch\include\ATen\ops\binomial_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8993028Z copying torch\include\ATen\ops\binomial_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.8999528Z copying torch\include\ATen\ops\binomial_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9006032Z copying torch\include\ATen\ops\binomial_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9012437Z copying torch\include\ATen\ops\bitwise_and.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9019237Z copying torch\include\ATen\ops\bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9026455Z copying torch\include\ATen\ops\bitwise_and_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9032439Z copying torch\include\ATen\ops\bitwise_and_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9038921Z copying torch\include\ATen\ops\bitwise_and_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9045369Z copying torch\include\ATen\ops\bitwise_and_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9051827Z copying torch\include\ATen\ops\bitwise_and_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9058201Z copying torch\include\ATen\ops\bitwise_and_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9064632Z copying torch\include\ATen\ops\bitwise_and_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9071160Z copying torch\include\ATen\ops\bitwise_left_shift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9078248Z copying torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9085519Z copying torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9091883Z copying torch\include\ATen\ops\bitwise_left_shift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9099585Z copying torch\include\ATen\ops\bitwise_left_shift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9107030Z copying torch\include\ATen\ops\bitwise_left_shift_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9114399Z copying torch\include\ATen\ops\bitwise_left_shift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9121257Z copying torch\include\ATen\ops\bitwise_left_shift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9128393Z copying torch\include\ATen\ops\bitwise_left_shift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9135381Z copying torch\include\ATen\ops\bitwise_not.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9142447Z copying torch\include\ATen\ops\bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9149077Z copying torch\include\ATen\ops\bitwise_not_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9155706Z copying torch\include\ATen\ops\bitwise_not_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9161976Z copying torch\include\ATen\ops\bitwise_not_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9168262Z copying torch\include\ATen\ops\bitwise_not_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9174900Z copying torch\include\ATen\ops\bitwise_not_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9181113Z copying torch\include\ATen\ops\bitwise_not_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9187183Z copying torch\include\ATen\ops\bitwise_or.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9194280Z copying torch\include\ATen\ops\bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9201216Z copying torch\include\ATen\ops\bitwise_or_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9207519Z copying torch\include\ATen\ops\bitwise_or_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9214278Z copying torch\include\ATen\ops\bitwise_or_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9220634Z copying torch\include\ATen\ops\bitwise_or_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9227286Z copying torch\include\ATen\ops\bitwise_or_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9233540Z copying torch\include\ATen\ops\bitwise_or_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9240070Z copying torch\include\ATen\ops\bitwise_or_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9246572Z copying torch\include\ATen\ops\bitwise_right_shift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9253627Z copying torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9260321Z copying torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9266607Z copying torch\include\ATen\ops\bitwise_right_shift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9273002Z copying torch\include\ATen\ops\bitwise_right_shift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9280028Z copying torch\include\ATen\ops\bitwise_right_shift_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9286675Z copying torch\include\ATen\ops\bitwise_right_shift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9293204Z copying torch\include\ATen\ops\bitwise_right_shift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9299524Z copying torch\include\ATen\ops\bitwise_right_shift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9305873Z copying torch\include\ATen\ops\bitwise_xor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9312750Z copying torch\include\ATen\ops\bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9319585Z copying torch\include\ATen\ops\bitwise_xor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9326105Z copying torch\include\ATen\ops\bitwise_xor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9332466Z copying torch\include\ATen\ops\bitwise_xor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9338806Z copying torch\include\ATen\ops\bitwise_xor_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9345285Z copying torch\include\ATen\ops\bitwise_xor_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9351753Z copying torch\include\ATen\ops\bitwise_xor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9358701Z copying torch\include\ATen\ops\bitwise_xor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9365695Z copying torch\include\ATen\ops\blackman_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9372358Z copying torch\include\ATen\ops\blackman_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9379000Z copying torch\include\ATen\ops\blackman_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9385539Z copying torch\include\ATen\ops\blackman_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9392114Z copying torch\include\ATen\ops\block_diag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9398971Z copying torch\include\ATen\ops\block_diag_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9405701Z copying torch\include\ATen\ops\block_diag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9411881Z copying torch\include\ATen\ops\block_diag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9418113Z copying torch\include\ATen\ops\bmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9424780Z copying torch\include\ATen\ops\bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9430957Z copying torch\include\ATen\ops\bmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9437403Z copying torch\include\ATen\ops\bmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9443859Z copying torch\include\ATen\ops\bmm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9449833Z copying torch\include\ATen\ops\bmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9456443Z copying torch\include\ATen\ops\bmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9463058Z copying torch\include\ATen\ops\bmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9469094Z copying torch\include\ATen\ops\broadcast_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9475823Z copying torch\include\ATen\ops\broadcast_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9482220Z copying torch\include\ATen\ops\broadcast_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9488468Z copying torch\include\ATen\ops\broadcast_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9494953Z copying torch\include\ATen\ops\broadcast_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9501739Z copying torch\include\ATen\ops\broadcast_to_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9508593Z copying torch\include\ATen\ops\broadcast_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9514897Z copying torch\include\ATen\ops\broadcast_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9521255Z copying torch\include\ATen\ops\bucketize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9527867Z copying torch\include\ATen\ops\bucketize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9534144Z copying torch\include\ATen\ops\bucketize_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9540802Z copying torch\include\ATen\ops\bucketize_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9547029Z copying torch\include\ATen\ops\bucketize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9553962Z copying torch\include\ATen\ops\bucketize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9560126Z copying torch\include\ATen\ops\can_cast.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9566359Z copying torch\include\ATen\ops\can_cast_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9572721Z copying torch\include\ATen\ops\can_cast_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9578611Z copying torch\include\ATen\ops\can_cast_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9585275Z copying torch\include\ATen\ops\cartesian_prod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9591798Z copying torch\include\ATen\ops\cartesian_prod_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9599515Z copying torch\include\ATen\ops\cartesian_prod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9605782Z copying torch\include\ATen\ops\cartesian_prod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9612007Z copying torch\include\ATen\ops\cat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9618812Z copying torch\include\ATen\ops\cat_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9625291Z copying torch\include\ATen\ops\cat_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9631040Z copying torch\include\ATen\ops\cat_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9637449Z copying torch\include\ATen\ops\cat_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9643573Z copying torch\include\ATen\ops\cat_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9649829Z copying torch\include\ATen\ops\cat_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9656214Z copying torch\include\ATen\ops\cat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9661991Z copying torch\include\ATen\ops\cat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9667689Z copying torch\include\ATen\ops\cauchy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9673960Z copying torch\include\ATen\ops\cauchy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9680044Z copying torch\include\ATen\ops\cauchy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9686666Z copying torch\include\ATen\ops\cauchy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9692940Z copying torch\include\ATen\ops\cauchy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9712148Z copying torch\include\ATen\ops\cauchy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9718321Z copying torch\include\ATen\ops\cauchy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9724685Z copying torch\include\ATen\ops\ccol_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9730990Z copying torch\include\ATen\ops\ccol_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9737218Z copying torch\include\ATen\ops\ccol_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9744076Z copying torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9750506Z copying torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9756985Z copying torch\include\ATen\ops\ccol_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9763392Z copying torch\include\ATen\ops\ccol_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9769885Z copying torch\include\ATen\ops\ccol_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9775891Z copying torch\include\ATen\ops\ccol_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9782059Z copying torch\include\ATen\ops\cdist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9788371Z copying torch\include\ATen\ops\cdist_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9794386Z copying torch\include\ATen\ops\cdist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9800508Z copying torch\include\ATen\ops\cdist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9806974Z copying torch\include\ATen\ops\ceil.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9813473Z copying torch\include\ATen\ops\ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9819446Z copying torch\include\ATen\ops\ceil_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9826035Z copying torch\include\ATen\ops\ceil_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9832350Z copying torch\include\ATen\ops\ceil_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9838642Z copying torch\include\ATen\ops\ceil_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9844849Z copying torch\include\ATen\ops\ceil_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9851220Z copying torch\include\ATen\ops\ceil_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9857210Z copying torch\include\ATen\ops\celu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9863634Z copying torch\include\ATen\ops\celu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9869699Z copying torch\include\ATen\ops\celu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9875897Z copying torch\include\ATen\ops\celu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9882021Z copying torch\include\ATen\ops\chain_matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9888580Z copying torch\include\ATen\ops\chain_matmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9895263Z copying torch\include\ATen\ops\chain_matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9901492Z copying torch\include\ATen\ops\chain_matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9908108Z copying torch\include\ATen\ops\chalf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9914632Z copying torch\include\ATen\ops\chalf_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9921463Z copying torch\include\ATen\ops\chalf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9927352Z copying torch\include\ATen\ops\chalf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9933760Z copying torch\include\ATen\ops\channel_shuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9940624Z copying torch\include\ATen\ops\channel_shuffle_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9947426Z copying torch\include\ATen\ops\channel_shuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9953909Z copying torch\include\ATen\ops\channel_shuffle_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9960105Z copying torch\include\ATen\ops\channel_shuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9966689Z copying torch\include\ATen\ops\channel_shuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9972979Z copying torch\include\ATen\ops\cholesky.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9979118Z copying torch\include\ATen\ops\cholesky_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9985526Z copying torch\include\ATen\ops\cholesky_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9992125Z copying torch\include\ATen\ops\cholesky_inverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:01.9999007Z copying torch\include\ATen\ops\cholesky_inverse_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0005287Z copying torch\include\ATen\ops\cholesky_inverse_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0011964Z copying torch\include\ATen\ops\cholesky_inverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0018340Z copying torch\include\ATen\ops\cholesky_inverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0024903Z copying torch\include\ATen\ops\cholesky_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0031257Z copying torch\include\ATen\ops\cholesky_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0037690Z copying torch\include\ATen\ops\cholesky_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0044980Z copying torch\include\ATen\ops\cholesky_solve_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0051113Z copying torch\include\ATen\ops\cholesky_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0057713Z copying torch\include\ATen\ops\cholesky_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0081012Z copying torch\include\ATen\ops\choose_qparams_optimized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0085517Z copying torch\include\ATen\ops\choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0091881Z copying torch\include\ATen\ops\choose_qparams_optimized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0099121Z copying torch\include\ATen\ops\choose_qparams_optimized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0106334Z copying torch\include\ATen\ops\chunk.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0112879Z copying torch\include\ATen\ops\chunk_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0119453Z copying torch\include\ATen\ops\chunk_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0125846Z copying torch\include\ATen\ops\chunk_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0132284Z copying torch\include\ATen\ops\clamp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0138964Z copying torch\include\ATen\ops\clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0145749Z copying torch\include\ATen\ops\clamp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0151731Z copying torch\include\ATen\ops\clamp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0157980Z copying torch\include\ATen\ops\clamp_max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0165082Z copying torch\include\ATen\ops\clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0171338Z copying torch\include\ATen\ops\clamp_max_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0177950Z copying torch\include\ATen\ops\clamp_max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0184222Z copying torch\include\ATen\ops\clamp_max_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0190793Z copying torch\include\ATen\ops\clamp_max_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0197389Z copying torch\include\ATen\ops\clamp_max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0203793Z copying torch\include\ATen\ops\clamp_max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0210161Z copying torch\include\ATen\ops\clamp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0216453Z copying torch\include\ATen\ops\clamp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0222819Z copying torch\include\ATen\ops\clamp_min.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0229631Z copying torch\include\ATen\ops\clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0235905Z copying torch\include\ATen\ops\clamp_min_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0242610Z copying torch\include\ATen\ops\clamp_min_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0249064Z copying torch\include\ATen\ops\clamp_min_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0255570Z copying torch\include\ATen\ops\clamp_min_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0262795Z copying torch\include\ATen\ops\clamp_min_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0269173Z copying torch\include\ATen\ops\clamp_min_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0275463Z copying torch\include\ATen\ops\clamp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0281936Z copying torch\include\ATen\ops\clamp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0288253Z copying torch\include\ATen\ops\clip.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0294809Z copying torch\include\ATen\ops\clip_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0301297Z copying torch\include\ATen\ops\clip_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0308368Z copying torch\include\ATen\ops\clip_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0313799Z copying torch\include\ATen\ops\clone.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0320117Z copying torch\include\ATen\ops\clone_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0326321Z copying torch\include\ATen\ops\clone_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0332475Z copying torch\include\ATen\ops\clone_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0338678Z copying torch\include\ATen\ops\coalesce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0344901Z copying torch\include\ATen\ops\coalesce_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0350956Z copying torch\include\ATen\ops\coalesce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0356921Z copying torch\include\ATen\ops\coalesce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0363213Z copying torch\include\ATen\ops\col2im.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0369389Z copying torch\include\ATen\ops\col2im_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0375723Z copying torch\include\ATen\ops\col2im_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0381856Z copying torch\include\ATen\ops\col2im_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0388007Z copying torch\include\ATen\ops\col2im_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0394476Z copying torch\include\ATen\ops\column_stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0401050Z copying torch\include\ATen\ops\column_stack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0407259Z copying torch\include\ATen\ops\column_stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0413642Z copying torch\include\ATen\ops\column_stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0420317Z copying torch\include\ATen\ops\col_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0426717Z copying torch\include\ATen\ops\col_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0433187Z copying torch\include\ATen\ops\col_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0439993Z copying torch\include\ATen\ops\col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0447446Z copying torch\include\ATen\ops\col_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0453659Z copying torch\include\ATen\ops\col_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0460010Z copying torch\include\ATen\ops\col_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0466346Z copying torch\include\ATen\ops\col_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0472508Z copying torch\include\ATen\ops\col_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0478853Z copying torch\include\ATen\ops\combinations.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0486476Z copying torch\include\ATen\ops\combinations_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0492828Z copying torch\include\ATen\ops\combinations_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0498983Z copying torch\include\ATen\ops\combinations_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0505205Z copying torch\include\ATen\ops\complex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0512071Z copying torch\include\ATen\ops\complex_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0518092Z copying torch\include\ATen\ops\complex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0524739Z copying torch\include\ATen\ops\complex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0532475Z copying torch\include\ATen\ops\complex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0538980Z copying torch\include\ATen\ops\complex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0545661Z copying torch\include\ATen\ops\concat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0551960Z copying torch\include\ATen\ops\concatenate.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0558453Z copying torch\include\ATen\ops\concatenate_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0565447Z copying torch\include\ATen\ops\concatenate_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0571790Z copying torch\include\ATen\ops\concatenate_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0578961Z copying torch\include\ATen\ops\concat_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0585765Z copying torch\include\ATen\ops\concat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0592581Z copying torch\include\ATen\ops\concat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0598997Z copying torch\include\ATen\ops\conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0605982Z copying torch\include\ATen\ops\conj_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.0612286Z copying torch\include\ATen\ops\conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1692257Z copying torch\include\ATen\ops\conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1693815Z copying torch\include\ATen\ops\conj_physical.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1695153Z copying torch\include\ATen\ops\conj_physical_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1696696Z copying torch\include\ATen\ops\conj_physical_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1698098Z copying torch\include\ATen\ops\conj_physical_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1699383Z copying torch\include\ATen\ops\conj_physical_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1700618Z copying torch\include\ATen\ops\conj_physical_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1701814Z copying torch\include\ATen\ops\conj_physical_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1702984Z copying torch\include\ATen\ops\constant_pad_nd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1704330Z copying torch\include\ATen\ops\constant_pad_nd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1705873Z copying torch\include\ATen\ops\constant_pad_nd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1707063Z copying torch\include\ATen\ops\constant_pad_nd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1708224Z copying torch\include\ATen\ops\contiguous.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1709538Z copying torch\include\ATen\ops\contiguous_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1710942Z copying torch\include\ATen\ops\contiguous_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1712098Z copying torch\include\ATen\ops\contiguous_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1713199Z copying torch\include\ATen\ops\conv1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1714460Z copying torch\include\ATen\ops\conv1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1715732Z copying torch\include\ATen\ops\conv1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1716839Z copying torch\include\ATen\ops\conv1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1717909Z copying torch\include\ATen\ops\conv2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1719605Z copying torch\include\ATen\ops\conv2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1721117Z copying torch\include\ATen\ops\conv2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1722233Z copying torch\include\ATen\ops\conv2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1723312Z copying torch\include\ATen\ops\conv3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1724569Z copying torch\include\ATen\ops\conv3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1725917Z copying torch\include\ATen\ops\conv3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1727023Z copying torch\include\ATen\ops\conv3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1728140Z copying torch\include\ATen\ops\convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1729316Z copying torch\include\ATen\ops\convolution_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1730728Z copying torch\include\ATen\ops\convolution_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1732215Z copying torch\include\ATen\ops\convolution_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1733545Z copying torch\include\ATen\ops\convolution_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1734815Z copying torch\include\ATen\ops\convolution_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1736119Z copying torch\include\ATen\ops\convolution_backward_overrideable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1737665Z copying torch\include\ATen\ops\convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1739240Z copying torch\include\ATen\ops\convolution_backward_overrideable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1740629Z copying torch\include\ATen\ops\convolution_backward_overrideable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1742175Z copying torch\include\ATen\ops\convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1743533Z copying torch\include\ATen\ops\convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1744705Z copying torch\include\ATen\ops\convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1745907Z copying torch\include\ATen\ops\convolution_overrideable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1747368Z copying torch\include\ATen\ops\convolution_overrideable_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1749245Z copying torch\include\ATen\ops\convolution_overrideable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1750568Z copying torch\include\ATen\ops\convolution_overrideable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1755247Z copying torch\include\ATen\ops\conv_depthwise3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1762074Z copying torch\include\ATen\ops\conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1768475Z copying torch\include\ATen\ops\conv_depthwise3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1774686Z copying torch\include\ATen\ops\conv_depthwise3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1781042Z copying torch\include\ATen\ops\conv_depthwise3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1787601Z copying torch\include\ATen\ops\conv_tbc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1793757Z copying torch\include\ATen\ops\conv_tbc_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1800471Z copying torch\include\ATen\ops\conv_tbc_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1806785Z copying torch\include\ATen\ops\conv_tbc_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1813277Z copying torch\include\ATen\ops\conv_tbc_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1819802Z copying torch\include\ATen\ops\conv_tbc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1825974Z copying torch\include\ATen\ops\conv_tbc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1832406Z copying torch\include\ATen\ops\conv_tbc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1838740Z copying torch\include\ATen\ops\conv_transpose1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1845583Z copying torch\include\ATen\ops\conv_transpose1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1851994Z copying torch\include\ATen\ops\conv_transpose1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1858339Z copying torch\include\ATen\ops\conv_transpose1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1864756Z copying torch\include\ATen\ops\conv_transpose2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1871523Z copying torch\include\ATen\ops\conv_transpose2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1878069Z copying torch\include\ATen\ops\conv_transpose2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1884738Z copying torch\include\ATen\ops\conv_transpose2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1891305Z copying torch\include\ATen\ops\conv_transpose3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1898049Z copying torch\include\ATen\ops\conv_transpose3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1904442Z copying torch\include\ATen\ops\conv_transpose3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1910837Z copying torch\include\ATen\ops\conv_transpose3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1917636Z copying torch\include\ATen\ops\copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1923769Z copying torch\include\ATen\ops\copysign.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1930439Z copying torch\include\ATen\ops\copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1937005Z copying torch\include\ATen\ops\copysign_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1943380Z copying torch\include\ATen\ops\copysign_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1949832Z copying torch\include\ATen\ops\copysign_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1956261Z copying torch\include\ATen\ops\copysign_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1966483Z copying torch\include\ATen\ops\copysign_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1972950Z copying torch\include\ATen\ops\copysign_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1979560Z copying torch\include\ATen\ops\copysign_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1986626Z copying torch\include\ATen\ops\copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1993004Z copying torch\include\ATen\ops\copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.1999325Z copying torch\include\ATen\ops\copy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2005726Z copying torch\include\ATen\ops\copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2012079Z copying torch\include\ATen\ops\copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2018549Z copying torch\include\ATen\ops\copy_sparse_to_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2025677Z 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:35:02.2032061Z 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:35:02.2038773Z copying torch\include\ATen\ops\copy_sparse_to_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2045511Z copying torch\include\ATen\ops\copy_sparse_to_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2051962Z copying torch\include\ATen\ops\corrcoef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2058435Z copying torch\include\ATen\ops\corrcoef_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2064584Z copying torch\include\ATen\ops\corrcoef_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2070961Z copying torch\include\ATen\ops\corrcoef_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2077191Z copying torch\include\ATen\ops\cos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2083573Z copying torch\include\ATen\ops\cosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2090362Z copying torch\include\ATen\ops\cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2096486Z copying torch\include\ATen\ops\cosh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2102983Z copying torch\include\ATen\ops\cosh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2110410Z copying torch\include\ATen\ops\cosh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2117149Z copying torch\include\ATen\ops\cosh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2124342Z copying torch\include\ATen\ops\cosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2130369Z copying torch\include\ATen\ops\cosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2136724Z copying torch\include\ATen\ops\cosine_embedding_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2144134Z copying torch\include\ATen\ops\cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2150414Z copying torch\include\ATen\ops\cosine_embedding_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2156638Z copying torch\include\ATen\ops\cosine_embedding_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2163382Z copying torch\include\ATen\ops\cosine_similarity.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2170043Z copying torch\include\ATen\ops\cosine_similarity_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2176710Z copying torch\include\ATen\ops\cosine_similarity_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2182735Z copying torch\include\ATen\ops\cosine_similarity_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2189545Z copying torch\include\ATen\ops\cos_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2195939Z copying torch\include\ATen\ops\cos_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2202470Z copying torch\include\ATen\ops\cos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2208852Z copying torch\include\ATen\ops\cos_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2214649Z copying torch\include\ATen\ops\cos_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2220812Z copying torch\include\ATen\ops\cos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2226984Z copying torch\include\ATen\ops\cos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2233059Z copying torch\include\ATen\ops\count_nonzero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2239665Z copying torch\include\ATen\ops\count_nonzero_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2246085Z copying torch\include\ATen\ops\count_nonzero_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2252566Z copying torch\include\ATen\ops\count_nonzero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2263307Z copying torch\include\ATen\ops\count_nonzero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2270065Z copying torch\include\ATen\ops\count_nonzero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2276158Z copying torch\include\ATen\ops\cov.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2282677Z copying torch\include\ATen\ops\cov_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2288850Z copying torch\include\ATen\ops\cov_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2295293Z copying torch\include\ATen\ops\cov_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2301523Z copying torch\include\ATen\ops\cross.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2307919Z copying torch\include\ATen\ops\cross_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2314183Z copying torch\include\ATen\ops\cross_entropy_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2321186Z copying torch\include\ATen\ops\cross_entropy_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2327511Z copying torch\include\ATen\ops\cross_entropy_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2334291Z copying torch\include\ATen\ops\cross_entropy_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2340718Z copying torch\include\ATen\ops\cross_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2347352Z copying torch\include\ATen\ops\cross_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2353948Z copying torch\include\ATen\ops\crow_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2361050Z copying torch\include\ATen\ops\crow_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2372808Z copying torch\include\ATen\ops\crow_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2379825Z copying torch\include\ATen\ops\crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2386271Z copying torch\include\ATen\ops\crow_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2392811Z copying torch\include\ATen\ops\crow_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2399561Z copying torch\include\ATen\ops\crow_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2406682Z copying torch\include\ATen\ops\crow_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2413354Z copying torch\include\ATen\ops\crow_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2420251Z copying torch\include\ATen\ops\ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2427193Z copying torch\include\ATen\ops\ctc_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2433890Z copying torch\include\ATen\ops\ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2441276Z copying torch\include\ATen\ops\ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2448170Z copying torch\include\ATen\ops\cudnn_affine_grid_generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2464942Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2472192Z 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:35:02.2478499Z 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:35:02.2485183Z 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:35:02.2492023Z 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:35:02.2498910Z 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:35:02.2505631Z 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:35:02.2512644Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2518973Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2525561Z copying torch\include\ATen\ops\cudnn_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2532442Z copying torch\include\ATen\ops\cudnn_batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2539367Z 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:35:02.2546144Z 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:35:02.2552748Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2559161Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2566147Z copying torch\include\ATen\ops\cudnn_batch_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2572850Z copying torch\include\ATen\ops\cudnn_batch_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2579415Z copying torch\include\ATen\ops\cudnn_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2586170Z copying torch\include\ATen\ops\cudnn_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2592635Z copying torch\include\ATen\ops\cudnn_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2599388Z copying torch\include\ATen\ops\cudnn_convolution_add_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2606435Z 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:35:02.2613458Z 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:35:02.2621129Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2628594Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2635322Z copying torch\include\ATen\ops\cudnn_convolution_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2642185Z copying torch\include\ATen\ops\cudnn_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2648621Z copying torch\include\ATen\ops\cudnn_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2655388Z copying torch\include\ATen\ops\cudnn_convolution_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2662437Z copying torch\include\ATen\ops\cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2669182Z copying torch\include\ATen\ops\cudnn_convolution_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2675933Z copying torch\include\ATen\ops\cudnn_convolution_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2682488Z copying torch\include\ATen\ops\cudnn_convolution_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2689328Z copying torch\include\ATen\ops\cudnn_convolution_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2696283Z copying torch\include\ATen\ops\cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2702709Z copying torch\include\ATen\ops\cudnn_convolution_transpose_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2709032Z copying torch\include\ATen\ops\cudnn_convolution_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2715740Z copying torch\include\ATen\ops\cudnn_convolution_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2722097Z copying torch\include\ATen\ops\cudnn_grid_sampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2728533Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2735509Z 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:35:02.2742019Z 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:35:02.2748422Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2754880Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2761689Z copying torch\include\ATen\ops\cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2768847Z copying torch\include\ATen\ops\cudnn_grid_sampler_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2775360Z copying torch\include\ATen\ops\cudnn_grid_sampler_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2781807Z copying torch\include\ATen\ops\cudnn_grid_sampler_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2788195Z copying torch\include\ATen\ops\cudnn_is_acceptable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2794898Z copying torch\include\ATen\ops\cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2801348Z copying torch\include\ATen\ops\cudnn_is_acceptable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2807549Z copying torch\include\ATen\ops\cudnn_is_acceptable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2813802Z copying torch\include\ATen\ops\cummax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2820034Z copying torch\include\ATen\ops\cummaxmin_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2826557Z copying torch\include\ATen\ops\cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2832635Z copying torch\include\ATen\ops\cummaxmin_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2838811Z copying torch\include\ATen\ops\cummaxmin_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2845443Z copying torch\include\ATen\ops\cummax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2852025Z copying torch\include\ATen\ops\cummax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2858220Z copying torch\include\ATen\ops\cummax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2864586Z copying torch\include\ATen\ops\cummax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2870826Z copying torch\include\ATen\ops\cummin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2877676Z copying torch\include\ATen\ops\cummin_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2884324Z copying torch\include\ATen\ops\cummin_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2890470Z copying torch\include\ATen\ops\cummin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2896961Z copying torch\include\ATen\ops\cummin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2903791Z copying torch\include\ATen\ops\cumprod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2910127Z copying torch\include\ATen\ops\cumprod_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2916920Z copying torch\include\ATen\ops\cumprod_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2923671Z copying torch\include\ATen\ops\cumprod_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2929982Z copying torch\include\ATen\ops\cumprod_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2936553Z copying torch\include\ATen\ops\cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2943459Z copying torch\include\ATen\ops\cumprod_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2950108Z copying torch\include\ATen\ops\cumprod_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2956634Z copying torch\include\ATen\ops\cumprod_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2963499Z copying torch\include\ATen\ops\cumprod_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2970085Z copying torch\include\ATen\ops\cumprod_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2976400Z copying torch\include\ATen\ops\cumprod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2982872Z copying torch\include\ATen\ops\cumprod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2989532Z copying torch\include\ATen\ops\cumsum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.2996300Z copying torch\include\ATen\ops\cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3003182Z copying torch\include\ATen\ops\cumsum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3009604Z copying torch\include\ATen\ops\cumsum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3015860Z copying torch\include\ATen\ops\cumsum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3022223Z copying torch\include\ATen\ops\cumsum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3028769Z copying torch\include\ATen\ops\cumsum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3035495Z copying torch\include\ATen\ops\cumsum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3042033Z copying torch\include\ATen\ops\cumsum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3048814Z copying torch\include\ATen\ops\cumulative_trapezoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3055692Z copying torch\include\ATen\ops\cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3061955Z copying torch\include\ATen\ops\cumulative_trapezoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3068480Z copying torch\include\ATen\ops\cumulative_trapezoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3074765Z copying torch\include\ATen\ops\data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3081107Z copying torch\include\ATen\ops\data_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3087582Z copying torch\include\ATen\ops\data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3093652Z copying torch\include\ATen\ops\data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3099752Z copying torch\include\ATen\ops\deg2rad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3106917Z copying torch\include\ATen\ops\deg2rad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3113141Z copying torch\include\ATen\ops\deg2rad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3120504Z copying torch\include\ATen\ops\deg2rad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3126647Z copying torch\include\ATen\ops\dense_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3134349Z copying torch\include\ATen\ops\dense_dim_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3140641Z copying torch\include\ATen\ops\dense_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3146836Z copying torch\include\ATen\ops\dense_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3153074Z copying torch\include\ATen\ops\dequantize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3159803Z copying torch\include\ATen\ops\dequantize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3166100Z copying torch\include\ATen\ops\dequantize_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3172961Z copying torch\include\ATen\ops\dequantize_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3179025Z copying torch\include\ATen\ops\dequantize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3185472Z copying torch\include\ATen\ops\dequantize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3191898Z copying torch\include\ATen\ops\det.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3197602Z copying torch\include\ATen\ops\detach.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3204638Z copying torch\include\ATen\ops\detach_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3210287Z copying torch\include\ATen\ops\detach_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3216948Z copying torch\include\ATen\ops\detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3223392Z copying torch\include\ATen\ops\detach_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3229691Z copying torch\include\ATen\ops\detach_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3235825Z copying torch\include\ATen\ops\detach_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3242216Z copying torch\include\ATen\ops\detach_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3248289Z copying torch\include\ATen\ops\detach_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3254903Z copying torch\include\ATen\ops\det_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3261304Z copying torch\include\ATen\ops\det_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3267136Z copying torch\include\ATen\ops\det_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3273144Z copying torch\include\ATen\ops\diag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3279350Z copying torch\include\ATen\ops\diagflat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3285573Z copying torch\include\ATen\ops\diagflat_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3291651Z copying torch\include\ATen\ops\diagflat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3297723Z copying torch\include\ATen\ops\diagflat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3303965Z copying torch\include\ATen\ops\diagonal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3310006Z copying torch\include\ATen\ops\diagonal_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3322044Z copying torch\include\ATen\ops\diagonal_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3328447Z copying torch\include\ATen\ops\diagonal_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3335011Z copying torch\include\ATen\ops\diagonal_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3341566Z copying torch\include\ATen\ops\diagonal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3348037Z copying torch\include\ATen\ops\diagonal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3354215Z copying torch\include\ATen\ops\diagonal_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3361548Z copying torch\include\ATen\ops\diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3368540Z copying torch\include\ATen\ops\diagonal_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3374888Z copying torch\include\ATen\ops\diagonal_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3381149Z copying torch\include\ATen\ops\diagonal_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3387621Z copying torch\include\ATen\ops\diagonal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3394119Z copying torch\include\ATen\ops\diagonal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3400433Z copying torch\include\ATen\ops\diagonal_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3407375Z copying torch\include\ATen\ops\diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3414059Z copying torch\include\ATen\ops\diagonal_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3420280Z copying torch\include\ATen\ops\diagonal_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3433115Z copying torch\include\ATen\ops\diagonal_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3439739Z copying torch\include\ATen\ops\diag_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3445994Z copying torch\include\ATen\ops\diag_embed.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3452888Z copying torch\include\ATen\ops\diag_embed_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3459490Z copying torch\include\ATen\ops\diag_embed_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3465987Z copying torch\include\ATen\ops\diag_embed_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3472360Z copying torch\include\ATen\ops\diag_embed_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3479227Z copying torch\include\ATen\ops\diag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3485406Z copying torch\include\ATen\ops\diag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3491337Z copying torch\include\ATen\ops\diff.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3497770Z copying torch\include\ATen\ops\diff_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3504144Z copying torch\include\ATen\ops\diff_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3510586Z copying torch\include\ATen\ops\diff_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3516665Z copying torch\include\ATen\ops\digamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3523293Z copying torch\include\ATen\ops\digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3529625Z copying torch\include\ATen\ops\digamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3536543Z copying torch\include\ATen\ops\digamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3542587Z copying torch\include\ATen\ops\digamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3548798Z copying torch\include\ATen\ops\digamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3555666Z copying torch\include\ATen\ops\digamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3562328Z copying torch\include\ATen\ops\digamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3568509Z copying torch\include\ATen\ops\dist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3575050Z copying torch\include\ATen\ops\dist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3581455Z copying torch\include\ATen\ops\dist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3587889Z copying torch\include\ATen\ops\dist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3593765Z copying torch\include\ATen\ops\div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3600477Z copying torch\include\ATen\ops\divide.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3607009Z copying torch\include\ATen\ops\divide_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3613507Z copying torch\include\ATen\ops\divide_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3620772Z copying torch\include\ATen\ops\divide_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3627377Z copying torch\include\ATen\ops\div_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3635164Z copying torch\include\ATen\ops\div_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3641359Z copying torch\include\ATen\ops\div_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3647969Z copying torch\include\ATen\ops\div_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3654252Z copying torch\include\ATen\ops\div_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3660658Z copying torch\include\ATen\ops\div_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3667043Z copying torch\include\ATen\ops\div_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3673494Z copying torch\include\ATen\ops\div_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3680314Z copying torch\include\ATen\ops\dot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3686676Z copying torch\include\ATen\ops\dot_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3693045Z copying torch\include\ATen\ops\dot_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3699194Z copying torch\include\ATen\ops\dot_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3705300Z copying torch\include\ATen\ops\dot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3711649Z copying torch\include\ATen\ops\dot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3717574Z copying torch\include\ATen\ops\dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3724136Z copying torch\include\ATen\ops\dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3730245Z copying torch\include\ATen\ops\dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3736110Z copying torch\include\ATen\ops\dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3742820Z copying torch\include\ATen\ops\dsplit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3749316Z copying torch\include\ATen\ops\dsplit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3755518Z copying torch\include\ATen\ops\dsplit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3761875Z copying torch\include\ATen\ops\dsplit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3768044Z copying torch\include\ATen\ops\dstack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3774340Z copying torch\include\ATen\ops\dstack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3780606Z copying torch\include\ATen\ops\dstack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3786475Z copying torch\include\ATen\ops\dstack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3792635Z copying torch\include\ATen\ops\einsum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3799004Z copying torch\include\ATen\ops\einsum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3805352Z copying torch\include\ATen\ops\einsum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3811588Z copying torch\include\ATen\ops\einsum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3817704Z copying torch\include\ATen\ops\elu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3823706Z copying torch\include\ATen\ops\elu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3830807Z copying torch\include\ATen\ops\elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3836913Z copying torch\include\ATen\ops\elu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3843356Z copying torch\include\ATen\ops\elu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3849636Z copying torch\include\ATen\ops\elu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3856219Z copying torch\include\ATen\ops\elu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3862549Z copying torch\include\ATen\ops\elu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3868847Z copying torch\include\ATen\ops\elu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3876079Z copying torch\include\ATen\ops\elu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3882033Z copying torch\include\ATen\ops\elu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3888219Z copying torch\include\ATen\ops\elu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3894336Z copying torch\include\ATen\ops\elu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3900212Z copying torch\include\ATen\ops\elu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3906569Z copying torch\include\ATen\ops\elu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3912739Z copying torch\include\ATen\ops\elu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3918668Z copying torch\include\ATen\ops\embedding.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3925125Z copying torch\include\ATen\ops\embedding_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3931919Z copying torch\include\ATen\ops\embedding_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3938500Z copying torch\include\ATen\ops\embedding_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3944623Z copying torch\include\ATen\ops\embedding_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3951095Z copying torch\include\ATen\ops\embedding_bag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3957798Z copying torch\include\ATen\ops\embedding_bag_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3964074Z copying torch\include\ATen\ops\embedding_bag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3970383Z copying torch\include\ATen\ops\embedding_bag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3977685Z copying torch\include\ATen\ops\embedding_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3983873Z copying torch\include\ATen\ops\embedding_dense_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.3990618Z copying torch\include\ATen\ops\embedding_dense_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4024644Z copying torch\include\ATen\ops\embedding_dense_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4031140Z copying torch\include\ATen\ops\embedding_dense_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4037756Z copying torch\include\ATen\ops\embedding_dense_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4044516Z copying torch\include\ATen\ops\embedding_dense_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4051241Z copying torch\include\ATen\ops\embedding_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4057710Z copying torch\include\ATen\ops\embedding_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4064456Z copying torch\include\ATen\ops\embedding_renorm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4071374Z copying torch\include\ATen\ops\embedding_renorm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4077800Z copying torch\include\ATen\ops\embedding_renorm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4084596Z copying torch\include\ATen\ops\embedding_renorm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4092015Z copying torch\include\ATen\ops\embedding_renorm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4098315Z copying torch\include\ATen\ops\embedding_renorm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4104877Z copying torch\include\ATen\ops\embedding_renorm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4111622Z copying torch\include\ATen\ops\embedding_sparse_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4118499Z copying torch\include\ATen\ops\embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4126444Z copying torch\include\ATen\ops\embedding_sparse_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4133903Z copying torch\include\ATen\ops\embedding_sparse_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4140442Z copying torch\include\ATen\ops\empty.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4148245Z copying torch\include\ATen\ops\empty_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4154137Z copying torch\include\ATen\ops\empty_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4160533Z copying torch\include\ATen\ops\empty_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4167314Z copying torch\include\ATen\ops\empty_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4173941Z copying torch\include\ATen\ops\empty_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4180329Z copying torch\include\ATen\ops\empty_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4186504Z copying torch\include\ATen\ops\empty_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4193196Z copying torch\include\ATen\ops\empty_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4199708Z copying torch\include\ATen\ops\empty_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4206105Z copying torch\include\ATen\ops\empty_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4212479Z copying torch\include\ATen\ops\empty_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4218974Z copying torch\include\ATen\ops\empty_permuted.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4225945Z copying torch\include\ATen\ops\empty_permuted_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4232387Z copying torch\include\ATen\ops\empty_permuted_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4238781Z copying torch\include\ATen\ops\empty_permuted_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4245427Z copying torch\include\ATen\ops\empty_quantized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4252099Z copying torch\include\ATen\ops\empty_quantized_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4258554Z copying torch\include\ATen\ops\empty_quantized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4264859Z copying torch\include\ATen\ops\empty_quantized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4271197Z copying torch\include\ATen\ops\empty_strided.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4278173Z copying torch\include\ATen\ops\empty_strided_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4284525Z copying torch\include\ATen\ops\empty_strided_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4291103Z copying torch\include\ATen\ops\empty_strided_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4297636Z copying torch\include\ATen\ops\empty_strided_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4303923Z copying torch\include\ATen\ops\empty_strided_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4310299Z copying torch\include\ATen\ops\empty_strided_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4316966Z copying torch\include\ATen\ops\eq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4323141Z copying torch\include\ATen\ops\equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4329057Z copying torch\include\ATen\ops\equal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4335555Z copying torch\include\ATen\ops\equal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4341935Z copying torch\include\ATen\ops\equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4348337Z copying torch\include\ATen\ops\equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4355058Z copying torch\include\ATen\ops\eq_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4361203Z copying torch\include\ATen\ops\eq_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4367517Z copying torch\include\ATen\ops\eq_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4373721Z copying torch\include\ATen\ops\eq_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4380048Z copying torch\include\ATen\ops\eq_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4386367Z copying torch\include\ATen\ops\eq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4397361Z copying torch\include\ATen\ops\eq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4403558Z copying torch\include\ATen\ops\erf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4409601Z copying torch\include\ATen\ops\erfc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4439098Z copying torch\include\ATen\ops\erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4464974Z copying torch\include\ATen\ops\erfc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4471250Z copying torch\include\ATen\ops\erfc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4477768Z copying torch\include\ATen\ops\erfc_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4484174Z copying torch\include\ATen\ops\erfc_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4490826Z copying torch\include\ATen\ops\erfc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4497182Z copying torch\include\ATen\ops\erfc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4503497Z copying torch\include\ATen\ops\erfinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4510534Z copying torch\include\ATen\ops\erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4516615Z copying torch\include\ATen\ops\erfinv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4523404Z copying torch\include\ATen\ops\erfinv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4529869Z copying torch\include\ATen\ops\erfinv_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4536295Z copying torch\include\ATen\ops\erfinv_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4542966Z copying torch\include\ATen\ops\erfinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4549883Z copying torch\include\ATen\ops\erfinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4556606Z copying torch\include\ATen\ops\erf_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4563106Z copying torch\include\ATen\ops\erf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4569685Z copying torch\include\ATen\ops\erf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4575930Z copying torch\include\ATen\ops\erf_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4582132Z copying torch\include\ATen\ops\erf_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4588535Z copying torch\include\ATen\ops\erf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4595915Z copying torch\include\ATen\ops\erf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4602010Z copying torch\include\ATen\ops\exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4608257Z copying torch\include\ATen\ops\exp2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4614894Z copying torch\include\ATen\ops\exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4621867Z copying torch\include\ATen\ops\exp2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4629661Z copying torch\include\ATen\ops\exp2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4636699Z copying torch\include\ATen\ops\exp2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4643195Z copying torch\include\ATen\ops\exp2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4649781Z copying torch\include\ATen\ops\exp2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4656222Z copying torch\include\ATen\ops\exp2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4662431Z copying torch\include\ATen\ops\expand.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4668577Z copying torch\include\ATen\ops\expand_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4675394Z copying torch\include\ATen\ops\expand_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4681447Z copying torch\include\ATen\ops\expand_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4687479Z copying torch\include\ATen\ops\expand_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4694287Z copying torch\include\ATen\ops\expand_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4700971Z copying torch\include\ATen\ops\expand_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4707878Z copying torch\include\ATen\ops\expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4714295Z copying torch\include\ATen\ops\expand_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4720636Z copying torch\include\ATen\ops\expand_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4727283Z copying torch\include\ATen\ops\expand_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4733518Z copying torch\include\ATen\ops\expand_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4739532Z copying torch\include\ATen\ops\expand_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4745944Z copying torch\include\ATen\ops\expm1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4752402Z copying torch\include\ATen\ops\expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4758576Z copying torch\include\ATen\ops\expm1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4764872Z copying torch\include\ATen\ops\expm1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4771145Z copying torch\include\ATen\ops\expm1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4777626Z copying torch\include\ATen\ops\expm1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4784038Z copying torch\include\ATen\ops\expm1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4791372Z copying torch\include\ATen\ops\expm1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4797596Z copying torch\include\ATen\ops\exponential.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4804383Z copying torch\include\ATen\ops\exponential_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4810934Z copying torch\include\ATen\ops\exponential_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4817431Z copying torch\include\ATen\ops\exponential_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4824481Z copying torch\include\ATen\ops\exponential_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4831241Z copying torch\include\ATen\ops\exponential_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4837632Z copying torch\include\ATen\ops\exponential_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4844765Z copying torch\include\ATen\ops\exp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.4850991Z copying torch\include\ATen\ops\exp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.5249701Z copying torch\include\ATen\ops\exp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.5253269Z copying torch\include\ATen\ops\exp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.5279114Z copying torch\include\ATen\ops\exp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.5280332Z copying torch\include\ATen\ops\exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.5646310Z copying torch\include\ATen\ops\exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.5652186Z copying torch\include\ATen\ops\eye.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.5659008Z copying torch\include\ATen\ops\eye_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.5665475Z copying torch\include\ATen\ops\eye_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.5675668Z copying torch\include\ATen\ops\eye_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.5681978Z copying torch\include\ATen\ops\eye_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.5688195Z copying torch\include\ATen\ops\eye_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.5696922Z copying torch\include\ATen\ops\eye_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.5729723Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.5731139Z 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:35:02.5732808Z 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:35:02.5741303Z 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:35:02.5747639Z 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:35:02.5754578Z 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:35:02.5762551Z 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:35:02.5769105Z 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:35:02.6612485Z 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:35:02.6619545Z 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:35:02.6626233Z 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:35:02.6633010Z 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:35:02.6971860Z 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:35:02.6978438Z 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:35:02.6984907Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.6992394Z 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:35:02.7007998Z 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:35:02.7015057Z 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:35:02.7021733Z 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:35:02.7028573Z 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:35:02.7041114Z 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:35:02.7047838Z 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:35:02.7054574Z 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:35:02.7061323Z 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:35:02.7073234Z 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:35:02.7083257Z 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:35:02.7090250Z 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:35:02.7096903Z 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:35:02.7192127Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7193652Z 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:35:02.7195280Z 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:35:02.7202532Z 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:35:02.7212553Z 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:35:02.7219381Z 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:35:02.7226252Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7232985Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7247277Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7254057Z 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:35:02.7260814Z 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:35:02.7267672Z 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:35:02.7279324Z 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:35:02.7285995Z 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:35:02.7292631Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7298857Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7308941Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7316161Z 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:35:02.7322743Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7329516Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7341959Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7378563Z 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:35:02.7385092Z 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:35:02.7391626Z 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:35:02.7463988Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7470818Z 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:35:02.7492508Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7494194Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7501328Z copying torch\include\ATen\ops\feature_alpha_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7508073Z copying torch\include\ATen\ops\feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7515429Z copying torch\include\ATen\ops\feature_alpha_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7526899Z copying torch\include\ATen\ops\feature_alpha_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7532920Z copying torch\include\ATen\ops\feature_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7539895Z copying torch\include\ATen\ops\feature_dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7546577Z copying torch\include\ATen\ops\feature_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7558408Z copying torch\include\ATen\ops\feature_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7564813Z copying torch\include\ATen\ops\fft_fft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7571902Z copying torch\include\ATen\ops\fft_fft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7578258Z copying torch\include\ATen\ops\fft_fft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7589165Z copying torch\include\ATen\ops\fft_fft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7594960Z copying torch\include\ATen\ops\fft_fft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7601816Z copying torch\include\ATen\ops\fft_fftfreq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7608636Z copying torch\include\ATen\ops\fft_fftfreq_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7623788Z copying torch\include\ATen\ops\fft_fftfreq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7630163Z copying torch\include\ATen\ops\fft_fftfreq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7636749Z copying torch\include\ATen\ops\fft_fftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7658080Z copying torch\include\ATen\ops\fft_fftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7659403Z copying torch\include\ATen\ops\fft_fftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7664820Z copying torch\include\ATen\ops\fft_fftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7671448Z copying torch\include\ATen\ops\fft_fftshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7678695Z copying torch\include\ATen\ops\fft_fftshift_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7690038Z copying torch\include\ATen\ops\fft_fftshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7696231Z copying torch\include\ATen\ops\fft_fftshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7702881Z copying torch\include\ATen\ops\fft_fft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7709488Z copying torch\include\ATen\ops\fft_fft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7723853Z copying torch\include\ATen\ops\fft_fft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7726425Z copying torch\include\ATen\ops\fft_hfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7732548Z copying torch\include\ATen\ops\fft_hfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7739594Z copying torch\include\ATen\ops\fft_hfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7751549Z copying torch\include\ATen\ops\fft_hfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7757858Z copying torch\include\ATen\ops\fft_hfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7764306Z copying torch\include\ATen\ops\fft_hfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7771032Z copying torch\include\ATen\ops\fft_hfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7782095Z copying torch\include\ATen\ops\fft_hfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7788832Z copying torch\include\ATen\ops\fft_hfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7795998Z copying torch\include\ATen\ops\fft_hfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7802009Z copying torch\include\ATen\ops\fft_hfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7812508Z copying torch\include\ATen\ops\fft_hfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7818721Z copying torch\include\ATen\ops\fft_ifft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7824792Z copying torch\include\ATen\ops\fft_ifft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7831433Z copying torch\include\ATen\ops\fft_ifft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7842531Z copying torch\include\ATen\ops\fft_ifft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7857777Z copying torch\include\ATen\ops\fft_ifft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7864019Z copying torch\include\ATen\ops\fft_ifftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7870749Z copying torch\include\ATen\ops\fft_ifftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7960523Z copying torch\include\ATen\ops\fft_ifftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7967138Z copying torch\include\ATen\ops\fft_ifftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7973653Z copying torch\include\ATen\ops\fft_ifftshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7981140Z copying torch\include\ATen\ops\fft_ifftshift_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.7998023Z copying torch\include\ATen\ops\fft_ifftshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8003696Z copying torch\include\ATen\ops\fft_ifftshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8010577Z copying torch\include\ATen\ops\fft_ifft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8016900Z copying torch\include\ATen\ops\fft_ifft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8029099Z copying torch\include\ATen\ops\fft_ifft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8036040Z copying torch\include\ATen\ops\fft_ihfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8043249Z copying torch\include\ATen\ops\fft_ihfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8049265Z copying torch\include\ATen\ops\fft_ihfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8062625Z copying torch\include\ATen\ops\fft_ihfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8069012Z copying torch\include\ATen\ops\fft_ihfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8075584Z copying torch\include\ATen\ops\fft_ihfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8083266Z copying torch\include\ATen\ops\fft_ihfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8095307Z copying torch\include\ATen\ops\fft_ihfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8101752Z copying torch\include\ATen\ops\fft_ihfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8108683Z copying torch\include\ATen\ops\fft_ihfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8119218Z copying torch\include\ATen\ops\fft_ihfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8130545Z copying torch\include\ATen\ops\fft_ihfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8137150Z copying torch\include\ATen\ops\fft_irfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8143544Z copying torch\include\ATen\ops\fft_irfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8151582Z copying torch\include\ATen\ops\fft_irfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8160067Z copying torch\include\ATen\ops\fft_irfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8171421Z copying torch\include\ATen\ops\fft_irfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8179117Z copying torch\include\ATen\ops\fft_irfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8184847Z copying torch\include\ATen\ops\fft_irfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8309813Z copying torch\include\ATen\ops\fft_irfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8316022Z copying torch\include\ATen\ops\fft_irfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8322785Z copying torch\include\ATen\ops\fft_irfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8329052Z copying torch\include\ATen\ops\fft_irfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8343603Z copying torch\include\ATen\ops\fft_irfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8349967Z copying torch\include\ATen\ops\fft_rfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8355959Z copying torch\include\ATen\ops\fft_rfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8362669Z copying torch\include\ATen\ops\fft_rfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8373225Z copying torch\include\ATen\ops\fft_rfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8379468Z copying torch\include\ATen\ops\fft_rfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8385927Z copying torch\include\ATen\ops\fft_rfftfreq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8392614Z copying torch\include\ATen\ops\fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8406119Z copying torch\include\ATen\ops\fft_rfftfreq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8412608Z copying torch\include\ATen\ops\fft_rfftfreq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8418792Z copying torch\include\ATen\ops\fft_rfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8425645Z copying torch\include\ATen\ops\fft_rfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8438164Z copying torch\include\ATen\ops\fft_rfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8444702Z copying torch\include\ATen\ops\fft_rfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8451369Z copying torch\include\ATen\ops\fft_rfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8457759Z copying torch\include\ATen\ops\fft_rfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8469141Z copying torch\include\ATen\ops\fft_rfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8475493Z copying torch\include\ATen\ops\fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8482108Z copying torch\include\ATen\ops\fill_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8488483Z copying torch\include\ATen\ops\fill_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8501627Z copying torch\include\ATen\ops\fill_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8510523Z copying torch\include\ATen\ops\fill_diagonal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8517155Z copying torch\include\ATen\ops\fill_diagonal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8524585Z copying torch\include\ATen\ops\fill_diagonal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8638579Z copying torch\include\ATen\ops\fill_diagonal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8649610Z copying torch\include\ATen\ops\fill_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8664242Z copying torch\include\ATen\ops\fill_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8665360Z copying torch\include\ATen\ops\fill_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8678940Z copying torch\include\ATen\ops\fix.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8688366Z copying torch\include\ATen\ops\fix_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8694728Z copying torch\include\ATen\ops\fix_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8701129Z copying torch\include\ATen\ops\fix_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8967135Z copying torch\include\ATen\ops\flatten.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8973449Z copying torch\include\ATen\ops\flatten_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8980714Z copying torch\include\ATen\ops\flatten_dense_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8987076Z copying torch\include\ATen\ops\flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.8998928Z copying torch\include\ATen\ops\flatten_dense_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9005870Z copying torch\include\ATen\ops\flatten_dense_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9012405Z copying torch\include\ATen\ops\flatten_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9018960Z copying torch\include\ATen\ops\flatten_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9041260Z copying torch\include\ATen\ops\flip.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9047344Z copying torch\include\ATen\ops\fliplr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9054100Z copying torch\include\ATen\ops\fliplr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9060703Z copying torch\include\ATen\ops\fliplr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9081347Z copying torch\include\ATen\ops\fliplr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9091329Z copying torch\include\ATen\ops\flipud.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9097841Z copying torch\include\ATen\ops\flipud_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9104153Z copying torch\include\ATen\ops\flipud_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9218300Z copying torch\include\ATen\ops\flipud_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9224688Z copying torch\include\ATen\ops\flip_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9231010Z copying torch\include\ATen\ops\flip_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9237313Z copying torch\include\ATen\ops\flip_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9260494Z copying torch\include\ATen\ops\flip_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9270182Z copying torch\include\ATen\ops\flip_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9276193Z copying torch\include\ATen\ops\float_power.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9282824Z copying torch\include\ATen\ops\float_power_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9423261Z copying torch\include\ATen\ops\float_power_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9430104Z copying torch\include\ATen\ops\float_power_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9436621Z copying torch\include\ATen\ops\floor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9443520Z copying torch\include\ATen\ops\floor_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9460486Z copying torch\include\ATen\ops\floor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9466825Z copying torch\include\ATen\ops\floor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9473319Z copying torch\include\ATen\ops\floor_divide.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9481817Z copying torch\include\ATen\ops\floor_divide_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9496765Z copying torch\include\ATen\ops\floor_divide_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9506948Z copying torch\include\ATen\ops\floor_divide_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9513410Z copying torch\include\ATen\ops\floor_divide_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9520119Z copying torch\include\ATen\ops\floor_divide_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9631634Z copying torch\include\ATen\ops\floor_divide_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9638055Z copying torch\include\ATen\ops\floor_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9644596Z copying torch\include\ATen\ops\floor_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9651337Z copying torch\include\ATen\ops\floor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9666078Z copying torch\include\ATen\ops\floor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9672500Z copying torch\include\ATen\ops\fmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9679192Z copying torch\include\ATen\ops\fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9686097Z copying torch\include\ATen\ops\fmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9705024Z copying torch\include\ATen\ops\fmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9711212Z copying torch\include\ATen\ops\fmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9717493Z copying torch\include\ATen\ops\fmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9724045Z copying torch\include\ATen\ops\fmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9735800Z copying torch\include\ATen\ops\fmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9744872Z copying torch\include\ATen\ops\fmin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9751440Z copying torch\include\ATen\ops\fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9758034Z copying torch\include\ATen\ops\fmin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9772370Z copying torch\include\ATen\ops\fmin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9778537Z copying torch\include\ATen\ops\fmin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9800458Z copying torch\include\ATen\ops\fmin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9806636Z copying torch\include\ATen\ops\fmin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9824446Z copying torch\include\ATen\ops\fmin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9833308Z copying torch\include\ATen\ops\fmod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9839614Z copying torch\include\ATen\ops\fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9846526Z copying torch\include\ATen\ops\fmod_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9979441Z copying torch\include\ATen\ops\fmod_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9989375Z copying torch\include\ATen\ops\fmod_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:02.9995698Z copying torch\include\ATen\ops\fmod_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0002221Z copying torch\include\ATen\ops\fmod_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0018397Z copying torch\include\ATen\ops\fmod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0024630Z copying torch\include\ATen\ops\fmod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0031106Z copying torch\include\ATen\ops\frac.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0037815Z copying torch\include\ATen\ops\fractional_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0051419Z copying torch\include\ATen\ops\fractional_max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0062517Z 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:35:03.0068072Z 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:35:03.0074775Z 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:35:03.0185917Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0192712Z 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:35:03.0199336Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0206374Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0218241Z copying torch\include\ATen\ops\fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0228164Z copying torch\include\ATen\ops\fractional_max_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0234949Z copying torch\include\ATen\ops\fractional_max_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0241866Z copying torch\include\ATen\ops\fractional_max_pool2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0249275Z copying torch\include\ATen\ops\fractional_max_pool2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0255957Z copying torch\include\ATen\ops\fractional_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0262116Z copying torch\include\ATen\ops\fractional_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0268473Z copying torch\include\ATen\ops\fractional_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0275280Z copying torch\include\ATen\ops\fractional_max_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0281935Z 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:35:03.0288506Z 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:35:03.0383369Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0384879Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0386457Z copying torch\include\ATen\ops\fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0388018Z copying torch\include\ATen\ops\fractional_max_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0389371Z copying torch\include\ATen\ops\fractional_max_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0390704Z copying torch\include\ATen\ops\fractional_max_pool3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0392004Z copying torch\include\ATen\ops\fractional_max_pool3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0393343Z copying torch\include\ATen\ops\fractional_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0394626Z copying torch\include\ATen\ops\fractional_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0396057Z copying torch\include\ATen\ops\frac_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0397444Z copying torch\include\ATen\ops\frac_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0398683Z copying torch\include\ATen\ops\frac_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0399823Z copying torch\include\ATen\ops\frac_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0401013Z copying torch\include\ATen\ops\frac_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0402163Z copying torch\include\ATen\ops\frac_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0403258Z copying torch\include\ATen\ops\frac_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0404311Z copying torch\include\ATen\ops\frexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0405557Z copying torch\include\ATen\ops\frexp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0411843Z copying torch\include\ATen\ops\frexp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0418158Z copying torch\include\ATen\ops\frexp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0424071Z copying torch\include\ATen\ops\frexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0430333Z copying torch\include\ATen\ops\frexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0436709Z copying torch\include\ATen\ops\frobenius_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0443376Z copying torch\include\ATen\ops\frobenius_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0449970Z copying torch\include\ATen\ops\frobenius_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0456156Z copying torch\include\ATen\ops\frobenius_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0462435Z copying torch\include\ATen\ops\from_blob.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0468670Z copying torch\include\ATen\ops\from_file.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0475140Z copying torch\include\ATen\ops\from_file_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0481612Z copying torch\include\ATen\ops\from_file_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0487927Z copying torch\include\ATen\ops\from_file_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0494453Z copying torch\include\ATen\ops\from_file_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0500535Z copying torch\include\ATen\ops\full.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0506948Z copying torch\include\ATen\ops\full_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0513257Z copying torch\include\ATen\ops\full_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0519898Z copying torch\include\ATen\ops\full_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0526215Z copying torch\include\ATen\ops\full_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0532610Z copying torch\include\ATen\ops\full_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0539006Z copying torch\include\ATen\ops\full_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0545479Z copying torch\include\ATen\ops\full_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0551900Z 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:35:03.0558802Z 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:35:03.0565363Z 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:35:03.0572185Z 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:35:03.0578463Z copying torch\include\ATen\ops\gather.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0584964Z copying torch\include\ATen\ops\gather_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0591709Z copying torch\include\ATen\ops\gather_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0598088Z copying torch\include\ATen\ops\gather_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0605108Z copying torch\include\ATen\ops\gather_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0613173Z copying torch\include\ATen\ops\gather_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0619828Z copying torch\include\ATen\ops\gather_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0626557Z copying torch\include\ATen\ops\gather_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0633091Z copying torch\include\ATen\ops\gather_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0639532Z copying torch\include\ATen\ops\gather_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0646209Z copying torch\include\ATen\ops\gather_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0652740Z copying torch\include\ATen\ops\gather_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0659171Z copying torch\include\ATen\ops\gather_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0666777Z copying torch\include\ATen\ops\gcd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0674074Z copying torch\include\ATen\ops\gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0681336Z copying torch\include\ATen\ops\gcd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0687874Z copying torch\include\ATen\ops\gcd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0694160Z copying torch\include\ATen\ops\gcd_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0703769Z copying torch\include\ATen\ops\gcd_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0710095Z copying torch\include\ATen\ops\gcd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0716279Z copying torch\include\ATen\ops\gcd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0722557Z copying torch\include\ATen\ops\ge.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0728545Z copying torch\include\ATen\ops\gelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0734712Z copying torch\include\ATen\ops\gelu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0741706Z copying torch\include\ATen\ops\gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0747898Z copying torch\include\ATen\ops\gelu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0759192Z copying torch\include\ATen\ops\gelu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0765692Z copying torch\include\ATen\ops\gelu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0772403Z copying torch\include\ATen\ops\gelu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0778735Z copying torch\include\ATen\ops\gelu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0785129Z copying torch\include\ATen\ops\gelu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0792062Z copying torch\include\ATen\ops\gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0798135Z copying torch\include\ATen\ops\gelu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0804568Z copying torch\include\ATen\ops\gelu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0811181Z copying torch\include\ATen\ops\gelu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0817700Z copying torch\include\ATen\ops\gelu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0824310Z copying torch\include\ATen\ops\gelu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0831149Z copying torch\include\ATen\ops\gelu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0837933Z copying torch\include\ATen\ops\geometric.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0845333Z copying torch\include\ATen\ops\geometric_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0851969Z copying torch\include\ATen\ops\geometric_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0858252Z copying torch\include\ATen\ops\geometric_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0864683Z copying torch\include\ATen\ops\geometric_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0870891Z copying torch\include\ATen\ops\geometric_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0877193Z copying torch\include\ATen\ops\geometric_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0883530Z copying torch\include\ATen\ops\geqrf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0889866Z copying torch\include\ATen\ops\geqrf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0896345Z copying torch\include\ATen\ops\geqrf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0902480Z copying torch\include\ATen\ops\geqrf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0908644Z copying torch\include\ATen\ops\geqrf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0918073Z copying torch\include\ATen\ops\ger.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0924526Z copying torch\include\ATen\ops\ger_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0930748Z copying torch\include\ATen\ops\ger_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0937026Z copying torch\include\ATen\ops\ger_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0943837Z copying torch\include\ATen\ops\ge_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0950070Z copying torch\include\ATen\ops\ge_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0956285Z copying torch\include\ATen\ops\ge_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0969941Z copying torch\include\ATen\ops\ge_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0979908Z copying torch\include\ATen\ops\ge_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0986162Z copying torch\include\ATen\ops\ge_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0992594Z copying torch\include\ATen\ops\ge_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.0998673Z copying torch\include\ATen\ops\glu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1004996Z copying torch\include\ATen\ops\glu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1012210Z copying torch\include\ATen\ops\glu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1018616Z copying torch\include\ATen\ops\glu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1025047Z copying torch\include\ATen\ops\glu_backward_jvp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1044013Z copying torch\include\ATen\ops\glu_backward_jvp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1050242Z copying torch\include\ATen\ops\glu_backward_jvp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1056680Z copying torch\include\ATen\ops\glu_backward_jvp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1063486Z copying torch\include\ATen\ops\glu_backward_jvp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1070125Z copying torch\include\ATen\ops\glu_backward_jvp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1076877Z copying torch\include\ATen\ops\glu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1083511Z copying torch\include\ATen\ops\glu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1090503Z copying torch\include\ATen\ops\glu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1096778Z copying torch\include\ATen\ops\glu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1103310Z copying torch\include\ATen\ops\glu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1110305Z copying torch\include\ATen\ops\glu_jvp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1117040Z copying torch\include\ATen\ops\glu_jvp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1123495Z copying torch\include\ATen\ops\glu_jvp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1130027Z copying torch\include\ATen\ops\glu_jvp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1136497Z copying torch\include\ATen\ops\glu_jvp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1143009Z copying torch\include\ATen\ops\glu_jvp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1149516Z copying torch\include\ATen\ops\glu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1155661Z copying torch\include\ATen\ops\glu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1162252Z copying torch\include\ATen\ops\glu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1168968Z copying torch\include\ATen\ops\glu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1175913Z copying torch\include\ATen\ops\gradient.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1182791Z copying torch\include\ATen\ops\gradient_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1189174Z copying torch\include\ATen\ops\gradient_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1195589Z copying torch\include\ATen\ops\gradient_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1202126Z copying torch\include\ATen\ops\greater.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1208498Z copying torch\include\ATen\ops\greater_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1214884Z copying torch\include\ATen\ops\greater_equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1221858Z copying torch\include\ATen\ops\greater_equal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1228190Z copying torch\include\ATen\ops\greater_equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1234537Z copying torch\include\ATen\ops\greater_equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1241332Z copying torch\include\ATen\ops\greater_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1247696Z copying torch\include\ATen\ops\greater_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1254111Z copying torch\include\ATen\ops\grid_sampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1260567Z copying torch\include\ATen\ops\grid_sampler_2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1267760Z copying torch\include\ATen\ops\grid_sampler_2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1274386Z 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:35:03.1280947Z 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:35:03.1287489Z 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:35:03.1294595Z copying torch\include\ATen\ops\grid_sampler_2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1300852Z copying torch\include\ATen\ops\grid_sampler_2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1307762Z copying torch\include\ATen\ops\grid_sampler_2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1315123Z copying torch\include\ATen\ops\grid_sampler_2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1320999Z copying torch\include\ATen\ops\grid_sampler_2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1327812Z copying torch\include\ATen\ops\grid_sampler_2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1334357Z copying torch\include\ATen\ops\grid_sampler_2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1341234Z copying torch\include\ATen\ops\grid_sampler_3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1347677Z copying torch\include\ATen\ops\grid_sampler_3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1354795Z 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:35:03.1361577Z 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:35:03.1368194Z 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:35:03.1374741Z copying torch\include\ATen\ops\grid_sampler_3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1381102Z copying torch\include\ATen\ops\grid_sampler_3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1387927Z copying torch\include\ATen\ops\grid_sampler_3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1394607Z copying torch\include\ATen\ops\grid_sampler_3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1401550Z copying torch\include\ATen\ops\grid_sampler_3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1408721Z copying torch\include\ATen\ops\grid_sampler_3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1415766Z copying torch\include\ATen\ops\grid_sampler_3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1422205Z copying torch\include\ATen\ops\grid_sampler_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1428612Z copying torch\include\ATen\ops\grid_sampler_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1435355Z copying torch\include\ATen\ops\grid_sampler_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1441993Z copying torch\include\ATen\ops\group_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1449749Z copying torch\include\ATen\ops\group_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1455645Z copying torch\include\ATen\ops\group_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1461910Z copying torch\include\ATen\ops\group_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1468401Z copying torch\include\ATen\ops\gru.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1474772Z copying torch\include\ATen\ops\gru_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1481456Z copying torch\include\ATen\ops\gru_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1488136Z copying torch\include\ATen\ops\gru_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1499891Z copying torch\include\ATen\ops\gru_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1506881Z copying torch\include\ATen\ops\gru_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1512892Z copying torch\include\ATen\ops\gru_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1519708Z copying torch\include\ATen\ops\gru_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1525969Z copying torch\include\ATen\ops\gt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1532640Z copying torch\include\ATen\ops\gt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1539284Z copying torch\include\ATen\ops\gt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1545862Z copying torch\include\ATen\ops\gt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1552194Z copying torch\include\ATen\ops\gt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1558260Z copying torch\include\ATen\ops\gt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1564567Z copying torch\include\ATen\ops\gt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1570903Z copying torch\include\ATen\ops\gt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1577633Z copying torch\include\ATen\ops\hamming_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1584385Z copying torch\include\ATen\ops\hamming_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1591180Z copying torch\include\ATen\ops\hamming_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1597848Z copying torch\include\ATen\ops\hamming_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1604232Z copying torch\include\ATen\ops\hann_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1611021Z copying torch\include\ATen\ops\hann_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1617428Z copying torch\include\ATen\ops\hann_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1624313Z copying torch\include\ATen\ops\hann_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1630889Z copying torch\include\ATen\ops\hardshrink.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1637770Z copying torch\include\ATen\ops\hardshrink_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1644691Z copying torch\include\ATen\ops\hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1651161Z copying torch\include\ATen\ops\hardshrink_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1657682Z copying torch\include\ATen\ops\hardshrink_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1664229Z copying torch\include\ATen\ops\hardshrink_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1671097Z copying torch\include\ATen\ops\hardshrink_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1693143Z copying torch\include\ATen\ops\hardshrink_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1694400Z copying torch\include\ATen\ops\hardshrink_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1695875Z copying torch\include\ATen\ops\hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1710939Z copying torch\include\ATen\ops\hardshrink_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1712208Z copying torch\include\ATen\ops\hardshrink_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1716409Z copying torch\include\ATen\ops\hardshrink_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1722758Z copying torch\include\ATen\ops\hardshrink_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1728938Z copying torch\include\ATen\ops\hardshrink_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1735612Z copying torch\include\ATen\ops\hardshrink_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1741979Z copying torch\include\ATen\ops\hardsigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1748887Z copying torch\include\ATen\ops\hardsigmoid_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1755806Z copying torch\include\ATen\ops\hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1762519Z copying torch\include\ATen\ops\hardsigmoid_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1768959Z copying torch\include\ATen\ops\hardsigmoid_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1775580Z copying torch\include\ATen\ops\hardsigmoid_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1782036Z copying torch\include\ATen\ops\hardsigmoid_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1788437Z copying torch\include\ATen\ops\hardsigmoid_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1795145Z copying torch\include\ATen\ops\hardsigmoid_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1802060Z copying torch\include\ATen\ops\hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1808395Z copying torch\include\ATen\ops\hardsigmoid_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1815401Z copying torch\include\ATen\ops\hardsigmoid_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1822006Z copying torch\include\ATen\ops\hardsigmoid_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1828534Z copying torch\include\ATen\ops\hardsigmoid_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1834982Z copying torch\include\ATen\ops\hardsigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1841636Z copying torch\include\ATen\ops\hardsigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1848060Z copying torch\include\ATen\ops\hardswish.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1854681Z copying torch\include\ATen\ops\hardswish_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1861367Z copying torch\include\ATen\ops\hardswish_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1867893Z copying torch\include\ATen\ops\hardswish_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1874277Z copying torch\include\ATen\ops\hardswish_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1880707Z copying torch\include\ATen\ops\hardswish_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1887075Z copying torch\include\ATen\ops\hardswish_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1893474Z copying torch\include\ATen\ops\hardswish_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1899945Z copying torch\include\ATen\ops\hardswish_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1906551Z copying torch\include\ATen\ops\hardswish_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1912876Z copying torch\include\ATen\ops\hardswish_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1919321Z copying torch\include\ATen\ops\hardswish_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1926226Z copying torch\include\ATen\ops\hardtanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1932368Z copying torch\include\ATen\ops\hardtanh_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1938890Z copying torch\include\ATen\ops\hardtanh_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1945250Z copying torch\include\ATen\ops\hardtanh_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1951823Z copying torch\include\ATen\ops\hardtanh_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1958154Z copying torch\include\ATen\ops\hardtanh_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1964726Z copying torch\include\ATen\ops\hardtanh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1971119Z copying torch\include\ATen\ops\hardtanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1977778Z copying torch\include\ATen\ops\hardtanh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1984750Z copying torch\include\ATen\ops\hardtanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1991579Z copying torch\include\ATen\ops\hardtanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.1997317Z copying torch\include\ATen\ops\heaviside.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2004697Z copying torch\include\ATen\ops\heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2011074Z copying torch\include\ATen\ops\heaviside_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2017651Z copying torch\include\ATen\ops\heaviside_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2024907Z copying torch\include\ATen\ops\heaviside_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2031107Z copying torch\include\ATen\ops\heaviside_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2037764Z copying torch\include\ATen\ops\heaviside_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2044450Z copying torch\include\ATen\ops\heaviside_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2051188Z copying torch\include\ATen\ops\hinge_embedding_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2058872Z copying torch\include\ATen\ops\hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2082256Z copying torch\include\ATen\ops\hinge_embedding_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2088729Z copying torch\include\ATen\ops\hinge_embedding_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2095035Z copying torch\include\ATen\ops\histc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2101263Z copying torch\include\ATen\ops\histc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2107631Z copying torch\include\ATen\ops\histc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2114311Z copying torch\include\ATen\ops\histc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2121526Z copying torch\include\ATen\ops\histc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2127436Z copying torch\include\ATen\ops\histogram.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2133701Z copying torch\include\ATen\ops\histogramdd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2140578Z copying torch\include\ATen\ops\histogramdd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2147023Z copying torch\include\ATen\ops\histogramdd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2153498Z copying torch\include\ATen\ops\histogramdd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2160024Z copying torch\include\ATen\ops\histogram_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2167323Z copying torch\include\ATen\ops\histogram_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2176288Z copying torch\include\ATen\ops\histogram_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2189795Z copying torch\include\ATen\ops\hsplit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2191084Z copying torch\include\ATen\ops\hsplit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2197131Z copying torch\include\ATen\ops\hsplit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2203733Z copying torch\include\ATen\ops\hsplit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2213894Z copying torch\include\ATen\ops\hspmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2220246Z copying torch\include\ATen\ops\hspmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2226615Z copying torch\include\ATen\ops\hspmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2232951Z copying torch\include\ATen\ops\hstack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2239854Z copying torch\include\ATen\ops\hstack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2245714Z copying torch\include\ATen\ops\hstack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2251625Z copying torch\include\ATen\ops\hstack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2257876Z copying torch\include\ATen\ops\huber_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2264239Z copying torch\include\ATen\ops\huber_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2271081Z copying torch\include\ATen\ops\huber_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2277492Z copying torch\include\ATen\ops\huber_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2284180Z copying torch\include\ATen\ops\huber_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2291492Z copying torch\include\ATen\ops\huber_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2297550Z copying torch\include\ATen\ops\huber_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2303834Z copying torch\include\ATen\ops\huber_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2310256Z copying torch\include\ATen\ops\huber_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2316845Z copying torch\include\ATen\ops\huber_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2323384Z copying torch\include\ATen\ops\huber_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2329603Z copying torch\include\ATen\ops\hypot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2336159Z copying torch\include\ATen\ops\hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2342383Z copying torch\include\ATen\ops\hypot_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2348832Z copying torch\include\ATen\ops\hypot_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2355159Z copying torch\include\ATen\ops\hypot_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2361650Z copying torch\include\ATen\ops\hypot_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2368225Z copying torch\include\ATen\ops\hypot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2374406Z copying torch\include\ATen\ops\hypot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2380549Z copying torch\include\ATen\ops\i0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2387020Z copying torch\include\ATen\ops\i0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2393671Z copying torch\include\ATen\ops\i0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2399835Z copying torch\include\ATen\ops\i0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2406151Z copying torch\include\ATen\ops\i0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2412144Z copying torch\include\ATen\ops\i0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2418720Z copying torch\include\ATen\ops\i0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2424776Z copying torch\include\ATen\ops\i0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2430649Z copying torch\include\ATen\ops\igamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2436649Z copying torch\include\ATen\ops\igammac.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2443218Z copying torch\include\ATen\ops\igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2449285Z copying torch\include\ATen\ops\igammac_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2456041Z copying torch\include\ATen\ops\igammac_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2462388Z copying torch\include\ATen\ops\igammac_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2472677Z copying torch\include\ATen\ops\igammac_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2479184Z copying torch\include\ATen\ops\igammac_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2485868Z copying torch\include\ATen\ops\igammac_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2492911Z copying torch\include\ATen\ops\igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2499342Z copying torch\include\ATen\ops\igamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2506776Z copying torch\include\ATen\ops\igamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2512859Z copying torch\include\ATen\ops\igamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2518945Z copying torch\include\ATen\ops\igamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2526296Z copying torch\include\ATen\ops\igamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2532679Z copying torch\include\ATen\ops\igamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2539107Z copying torch\include\ATen\ops\im2col.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2545757Z copying torch\include\ATen\ops\im2col_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2553022Z copying torch\include\ATen\ops\im2col_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2558561Z copying torch\include\ATen\ops\im2col_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2565221Z copying torch\include\ATen\ops\im2col_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2571642Z copying torch\include\ATen\ops\imag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2578223Z copying torch\include\ATen\ops\imag_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2584398Z copying torch\include\ATen\ops\imag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2590595Z copying torch\include\ATen\ops\imag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2596676Z copying torch\include\ATen\ops\index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2603777Z copying torch\include\ATen\ops\index_add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2610118Z copying torch\include\ATen\ops\index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2616860Z copying torch\include\ATen\ops\index_add_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2623427Z copying torch\include\ATen\ops\index_add_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2629945Z copying torch\include\ATen\ops\index_add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2636239Z copying torch\include\ATen\ops\index_add_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2646024Z copying torch\include\ATen\ops\index_add_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2652461Z copying torch\include\ATen\ops\index_add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2658942Z copying torch\include\ATen\ops\index_add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2666846Z copying torch\include\ATen\ops\index_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2686040Z copying torch\include\ATen\ops\index_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2687509Z copying torch\include\ATen\ops\index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2692166Z copying torch\include\ATen\ops\index_copy_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2698782Z copying torch\include\ATen\ops\index_copy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2705407Z copying torch\include\ATen\ops\index_copy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2711922Z copying torch\include\ATen\ops\index_copy_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2728751Z copying torch\include\ATen\ops\index_copy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2736484Z copying torch\include\ATen\ops\index_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2741859Z copying torch\include\ATen\ops\index_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2748337Z copying torch\include\ATen\ops\index_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2754717Z copying torch\include\ATen\ops\index_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2761133Z copying torch\include\ATen\ops\index_fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2768213Z copying torch\include\ATen\ops\index_fill_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2775375Z copying torch\include\ATen\ops\index_fill_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2781859Z copying torch\include\ATen\ops\index_fill_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2788240Z copying torch\include\ATen\ops\index_fill_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2794816Z copying torch\include\ATen\ops\index_fill_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2801169Z copying torch\include\ATen\ops\index_fill_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2807616Z copying torch\include\ATen\ops\index_fill_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2814041Z copying torch\include\ATen\ops\index_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2820461Z copying torch\include\ATen\ops\index_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2827334Z copying torch\include\ATen\ops\index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2834648Z copying torch\include\ATen\ops\index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2840467Z copying torch\include\ATen\ops\index_put.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2847342Z copying torch\include\ATen\ops\index_put_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2853742Z copying torch\include\ATen\ops\index_put_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2860651Z copying torch\include\ATen\ops\index_put_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2866895Z copying torch\include\ATen\ops\index_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2874765Z copying torch\include\ATen\ops\index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2880968Z copying torch\include\ATen\ops\index_reduce_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2898099Z copying torch\include\ATen\ops\index_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2904586Z copying torch\include\ATen\ops\index_reduce_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2911215Z copying torch\include\ATen\ops\index_reduce_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2917678Z copying torch\include\ATen\ops\index_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2927830Z copying torch\include\ATen\ops\index_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2934288Z copying torch\include\ATen\ops\index_select.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2941106Z copying torch\include\ATen\ops\index_select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2948571Z copying torch\include\ATen\ops\index_select_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2959539Z copying torch\include\ATen\ops\index_select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2965499Z copying torch\include\ATen\ops\index_select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2972311Z copying torch\include\ATen\ops\index_select_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2979079Z copying torch\include\ATen\ops\index_select_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2985905Z copying torch\include\ATen\ops\index_select_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2993150Z copying torch\include\ATen\ops\index_select_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.2999300Z copying torch\include\ATen\ops\index_select_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3005522Z copying torch\include\ATen\ops\indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3012014Z copying torch\include\ATen\ops\indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3018731Z copying torch\include\ATen\ops\indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3025922Z copying torch\include\ATen\ops\indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3033484Z copying torch\include\ATen\ops\indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3039323Z copying torch\include\ATen\ops\indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3045544Z copying torch\include\ATen\ops\indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3052302Z copying torch\include\ATen\ops\indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3058414Z copying torch\include\ATen\ops\indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3065162Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3072840Z 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:35:03.3079142Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3085818Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3092068Z copying torch\include\ATen\ops\inner.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3098455Z copying torch\include\ATen\ops\inner_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3104708Z copying torch\include\ATen\ops\inner_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3111107Z copying torch\include\ATen\ops\inner_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3117709Z copying torch\include\ATen\ops\instance_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3125442Z copying torch\include\ATen\ops\instance_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3131025Z copying torch\include\ATen\ops\instance_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3137600Z copying torch\include\ATen\ops\instance_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3144035Z copying torch\include\ATen\ops\int_repr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3150840Z copying torch\include\ATen\ops\int_repr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3157021Z copying torch\include\ATen\ops\int_repr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3164505Z copying torch\include\ATen\ops\int_repr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3171293Z copying torch\include\ATen\ops\inverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3177489Z copying torch\include\ATen\ops\inverse_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3183678Z copying torch\include\ATen\ops\inverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3189745Z copying torch\include\ATen\ops\inverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3196077Z copying torch\include\ATen\ops\isclose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3202599Z copying torch\include\ATen\ops\isclose_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3214170Z copying torch\include\ATen\ops\isclose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3221839Z copying torch\include\ATen\ops\isclose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3228050Z copying torch\include\ATen\ops\isfinite.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3234284Z copying torch\include\ATen\ops\isfinite_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3241466Z copying torch\include\ATen\ops\isfinite_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3247623Z copying torch\include\ATen\ops\isfinite_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3254381Z copying torch\include\ATen\ops\isin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3260280Z copying torch\include\ATen\ops\isinf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3266612Z copying torch\include\ATen\ops\isinf_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3273250Z copying torch\include\ATen\ops\isinf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3279452Z copying torch\include\ATen\ops\isinf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3286515Z copying torch\include\ATen\ops\isin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3292664Z copying torch\include\ATen\ops\isin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3298946Z copying torch\include\ATen\ops\isin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3305434Z copying torch\include\ATen\ops\isin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3312197Z copying torch\include\ATen\ops\isin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3318210Z copying torch\include\ATen\ops\isin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3324744Z copying torch\include\ATen\ops\isin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3331121Z copying torch\include\ATen\ops\isnan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3337393Z copying torch\include\ATen\ops\isnan_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3343545Z copying torch\include\ATen\ops\isnan_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3349919Z copying torch\include\ATen\ops\isnan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3356255Z copying torch\include\ATen\ops\isnan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3362725Z copying torch\include\ATen\ops\isnan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3368986Z copying torch\include\ATen\ops\isneginf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3376194Z copying torch\include\ATen\ops\isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3382591Z copying torch\include\ATen\ops\isneginf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3388882Z copying torch\include\ATen\ops\isneginf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3395324Z copying torch\include\ATen\ops\isneginf_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3402593Z copying torch\include\ATen\ops\isneginf_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3408826Z copying torch\include\ATen\ops\isneginf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3415034Z copying torch\include\ATen\ops\isneginf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3421625Z copying torch\include\ATen\ops\isposinf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3428334Z copying torch\include\ATen\ops\isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3434622Z copying torch\include\ATen\ops\isposinf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3441217Z copying torch\include\ATen\ops\isposinf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3449120Z copying torch\include\ATen\ops\isposinf_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3454433Z copying torch\include\ATen\ops\isposinf_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3460959Z copying torch\include\ATen\ops\isposinf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3467774Z copying torch\include\ATen\ops\isposinf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3474200Z copying torch\include\ATen\ops\isreal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3480593Z copying torch\include\ATen\ops\isreal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3486900Z copying torch\include\ATen\ops\isreal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3494330Z copying torch\include\ATen\ops\isreal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3500311Z copying torch\include\ATen\ops\istft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3506411Z copying torch\include\ATen\ops\istft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3512640Z copying torch\include\ATen\ops\istft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3519449Z copying torch\include\ATen\ops\istft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3526413Z copying torch\include\ATen\ops\is_coalesced.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3532872Z copying torch\include\ATen\ops\is_coalesced_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3540039Z copying torch\include\ATen\ops\is_coalesced_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3545752Z copying torch\include\ATen\ops\is_coalesced_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3552088Z copying torch\include\ATen\ops\is_complex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3558901Z copying torch\include\ATen\ops\is_complex_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3565222Z copying torch\include\ATen\ops\is_complex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3571907Z copying torch\include\ATen\ops\is_complex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3578296Z copying torch\include\ATen\ops\is_conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3585935Z copying torch\include\ATen\ops\is_conj_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3591625Z copying torch\include\ATen\ops\is_conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3597730Z copying torch\include\ATen\ops\is_conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3603732Z copying torch\include\ATen\ops\is_distributed.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3610407Z copying torch\include\ATen\ops\is_distributed_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3616998Z copying torch\include\ATen\ops\is_distributed_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3623279Z copying torch\include\ATen\ops\is_distributed_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3629860Z copying torch\include\ATen\ops\is_floating_point.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3637859Z copying torch\include\ATen\ops\is_floating_point_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3643277Z copying torch\include\ATen\ops\is_floating_point_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3649413Z copying torch\include\ATen\ops\is_floating_point_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3656004Z copying torch\include\ATen\ops\is_inference.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3662947Z copying torch\include\ATen\ops\is_inference_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3669289Z copying torch\include\ATen\ops\is_inference_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3675570Z copying torch\include\ATen\ops\is_inference_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3682761Z copying torch\include\ATen\ops\is_leaf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3689128Z copying torch\include\ATen\ops\is_leaf_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3695572Z copying torch\include\ATen\ops\is_leaf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3701875Z copying torch\include\ATen\ops\is_leaf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3708453Z copying torch\include\ATen\ops\is_neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3716252Z copying torch\include\ATen\ops\is_neg_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3721036Z copying torch\include\ATen\ops\is_neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3727480Z copying torch\include\ATen\ops\is_neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3734114Z copying torch\include\ATen\ops\is_nonzero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3740701Z copying torch\include\ATen\ops\is_nonzero_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3746908Z copying torch\include\ATen\ops\is_nonzero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3753019Z copying torch\include\ATen\ops\is_nonzero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3759767Z copying torch\include\ATen\ops\is_pinned.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3766243Z copying torch\include\ATen\ops\is_pinned_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3772393Z copying torch\include\ATen\ops\is_pinned_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3778789Z copying torch\include\ATen\ops\is_pinned_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3785206Z copying torch\include\ATen\ops\is_same_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3791717Z copying torch\include\ATen\ops\is_same_size_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3797989Z copying torch\include\ATen\ops\is_same_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3804701Z copying torch\include\ATen\ops\is_same_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3811110Z copying torch\include\ATen\ops\is_set_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3817221Z copying torch\include\ATen\ops\is_set_to_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3823789Z copying torch\include\ATen\ops\is_set_to_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3830195Z copying torch\include\ATen\ops\is_set_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3836231Z copying torch\include\ATen\ops\is_set_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3842694Z copying torch\include\ATen\ops\is_signed.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3849271Z copying torch\include\ATen\ops\is_signed_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3855720Z copying torch\include\ATen\ops\is_signed_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3861902Z copying torch\include\ATen\ops\is_signed_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3868229Z copying torch\include\ATen\ops\is_vulkan_available.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3875011Z copying torch\include\ATen\ops\is_vulkan_available_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3881426Z copying torch\include\ATen\ops\is_vulkan_available_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3887574Z copying torch\include\ATen\ops\is_vulkan_available_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3893783Z copying torch\include\ATen\ops\item.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3900131Z copying torch\include\ATen\ops\item_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3906346Z copying torch\include\ATen\ops\item_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3912318Z copying torch\include\ATen\ops\item_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3918327Z copying torch\include\ATen\ops\kaiser_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3925096Z copying torch\include\ATen\ops\kaiser_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3931628Z copying torch\include\ATen\ops\kaiser_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3939070Z copying torch\include\ATen\ops\kaiser_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3945868Z copying torch\include\ATen\ops\kl_div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3953057Z copying torch\include\ATen\ops\kl_div_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3959872Z copying torch\include\ATen\ops\kl_div_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3966117Z copying torch\include\ATen\ops\kl_div_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3972228Z copying torch\include\ATen\ops\kron.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3978633Z copying torch\include\ATen\ops\kron_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3985534Z copying torch\include\ATen\ops\kron_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3991993Z copying torch\include\ATen\ops\kron_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.3997973Z copying torch\include\ATen\ops\kthvalue.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4004863Z copying torch\include\ATen\ops\kthvalue_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4011386Z copying torch\include\ATen\ops\kthvalue_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4017735Z copying torch\include\ATen\ops\kthvalue_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4024138Z copying torch\include\ATen\ops\kthvalue_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4030727Z copying torch\include\ATen\ops\kthvalue_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4037462Z copying torch\include\ATen\ops\kthvalue_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4043901Z copying torch\include\ATen\ops\l1_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4050702Z copying torch\include\ATen\ops\l1_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4057063Z copying torch\include\ATen\ops\l1_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4063284Z copying torch\include\ATen\ops\l1_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4069768Z copying torch\include\ATen\ops\layer_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4077010Z copying torch\include\ATen\ops\layer_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4083350Z copying torch\include\ATen\ops\layer_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4089712Z copying torch\include\ATen\ops\layer_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4096255Z copying torch\include\ATen\ops\lcm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4102922Z copying torch\include\ATen\ops\lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4109947Z copying torch\include\ATen\ops\lcm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4116610Z copying torch\include\ATen\ops\lcm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4123160Z copying torch\include\ATen\ops\lcm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4129308Z copying torch\include\ATen\ops\lcm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4135605Z copying torch\include\ATen\ops\lcm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4141932Z copying torch\include\ATen\ops\lcm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4148039Z copying torch\include\ATen\ops\ldexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4154690Z copying torch\include\ATen\ops\ldexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4161278Z copying torch\include\ATen\ops\ldexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4167340Z copying torch\include\ATen\ops\ldexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4178961Z copying torch\include\ATen\ops\le.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4185464Z copying torch\include\ATen\ops\leaky_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4192112Z copying torch\include\ATen\ops\leaky_relu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4199509Z copying torch\include\ATen\ops\leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4207624Z copying torch\include\ATen\ops\leaky_relu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4214294Z copying torch\include\ATen\ops\leaky_relu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4221727Z copying torch\include\ATen\ops\leaky_relu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4228027Z copying torch\include\ATen\ops\leaky_relu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4234889Z copying torch\include\ATen\ops\leaky_relu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4241661Z copying torch\include\ATen\ops\leaky_relu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4248735Z copying torch\include\ATen\ops\leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4255280Z copying torch\include\ATen\ops\leaky_relu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4261786Z copying torch\include\ATen\ops\leaky_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4268265Z copying torch\include\ATen\ops\leaky_relu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4278843Z copying torch\include\ATen\ops\leaky_relu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4285497Z copying torch\include\ATen\ops\leaky_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4291866Z copying torch\include\ATen\ops\leaky_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4298277Z copying torch\include\ATen\ops\lerp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4304810Z copying torch\include\ATen\ops\lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4311405Z copying torch\include\ATen\ops\lerp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4317541Z copying torch\include\ATen\ops\lerp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4323887Z copying torch\include\ATen\ops\lerp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4330352Z copying torch\include\ATen\ops\lerp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4336706Z copying torch\include\ATen\ops\lerp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4342960Z copying torch\include\ATen\ops\lerp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4349110Z copying torch\include\ATen\ops\less.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4355601Z copying torch\include\ATen\ops\less_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4361842Z copying torch\include\ATen\ops\less_equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4368518Z copying torch\include\ATen\ops\less_equal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4375028Z copying torch\include\ATen\ops\less_equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4381340Z copying torch\include\ATen\ops\less_equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4387893Z copying torch\include\ATen\ops\less_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4393859Z copying torch\include\ATen\ops\less_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4400633Z copying torch\include\ATen\ops\le_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4410833Z copying torch\include\ATen\ops\le_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4417061Z copying torch\include\ATen\ops\le_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4423219Z copying torch\include\ATen\ops\le_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4429316Z copying torch\include\ATen\ops\le_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4435943Z copying torch\include\ATen\ops\le_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4442177Z copying torch\include\ATen\ops\le_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4448142Z copying torch\include\ATen\ops\lgamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4454718Z copying torch\include\ATen\ops\lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4461017Z copying torch\include\ATen\ops\lgamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4467380Z copying torch\include\ATen\ops\lgamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4474408Z copying torch\include\ATen\ops\lgamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4480741Z copying torch\include\ATen\ops\lgamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4487061Z copying torch\include\ATen\ops\lgamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4493317Z copying torch\include\ATen\ops\lgamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4499544Z copying torch\include\ATen\ops\lift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4506065Z copying torch\include\ATen\ops\lift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4512160Z copying torch\include\ATen\ops\lift_fresh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4518813Z copying torch\include\ATen\ops\lift_fresh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4524977Z copying torch\include\ATen\ops\lift_fresh_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4531900Z copying torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4538336Z copying torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4544832Z copying torch\include\ATen\ops\lift_fresh_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4551191Z copying torch\include\ATen\ops\lift_fresh_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4557575Z copying torch\include\ATen\ops\lift_fresh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4563859Z copying torch\include\ATen\ops\lift_fresh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4570336Z copying torch\include\ATen\ops\lift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4576303Z copying torch\include\ATen\ops\lift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4582426Z copying torch\include\ATen\ops\linalg_cholesky.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4593127Z copying torch\include\ATen\ops\linalg_cholesky_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4599375Z copying torch\include\ATen\ops\linalg_cholesky_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4606303Z copying torch\include\ATen\ops\linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4612522Z copying torch\include\ATen\ops\linalg_cholesky_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4619318Z copying torch\include\ATen\ops\linalg_cholesky_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4625745Z copying torch\include\ATen\ops\linalg_cholesky_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4632255Z copying torch\include\ATen\ops\linalg_cholesky_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4639003Z copying torch\include\ATen\ops\linalg_cholesky_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4645504Z copying torch\include\ATen\ops\linalg_cholesky_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4651926Z copying torch\include\ATen\ops\linalg_cholesky_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4658342Z copying torch\include\ATen\ops\linalg_cholesky_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4664718Z copying torch\include\ATen\ops\linalg_cond.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4672471Z copying torch\include\ATen\ops\linalg_cond_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4678486Z copying torch\include\ATen\ops\linalg_cond_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4685418Z copying torch\include\ATen\ops\linalg_cond_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4691471Z copying torch\include\ATen\ops\linalg_cross.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4698298Z copying torch\include\ATen\ops\linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4704749Z copying torch\include\ATen\ops\linalg_cross_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4712145Z copying torch\include\ATen\ops\linalg_cross_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4718740Z copying torch\include\ATen\ops\linalg_cross_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4725403Z copying torch\include\ATen\ops\linalg_cross_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4732310Z copying torch\include\ATen\ops\linalg_cross_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4738684Z copying torch\include\ATen\ops\linalg_cross_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4745097Z copying torch\include\ATen\ops\linalg_det.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4752096Z copying torch\include\ATen\ops\linalg_det_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4759055Z copying torch\include\ATen\ops\linalg_det_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4765389Z copying torch\include\ATen\ops\linalg_det_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4772634Z copying torch\include\ATen\ops\linalg_diagonal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4779305Z copying torch\include\ATen\ops\linalg_diagonal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4786450Z copying torch\include\ATen\ops\linalg_diagonal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4793607Z copying torch\include\ATen\ops\linalg_diagonal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4800990Z copying torch\include\ATen\ops\linalg_eig.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4808388Z copying torch\include\ATen\ops\linalg_eigh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4816558Z copying torch\include\ATen\ops\linalg_eigh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4822742Z copying torch\include\ATen\ops\linalg_eigh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4829971Z copying torch\include\ATen\ops\linalg_eigh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4836480Z copying torch\include\ATen\ops\linalg_eigvals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4850475Z copying torch\include\ATen\ops\linalg_eigvalsh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4857202Z copying torch\include\ATen\ops\linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4863572Z copying torch\include\ATen\ops\linalg_eigvalsh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4870059Z copying torch\include\ATen\ops\linalg_eigvalsh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4876840Z copying torch\include\ATen\ops\linalg_eigvals_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4883931Z copying torch\include\ATen\ops\linalg_eigvals_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4890378Z copying torch\include\ATen\ops\linalg_eigvals_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4896588Z copying torch\include\ATen\ops\linalg_eigvals_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4902796Z copying torch\include\ATen\ops\linalg_eigvals_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4909714Z copying torch\include\ATen\ops\linalg_eig_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4916121Z copying torch\include\ATen\ops\linalg_eig_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4922560Z copying torch\include\ATen\ops\linalg_eig_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4929213Z copying torch\include\ATen\ops\linalg_eig_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4935797Z copying torch\include\ATen\ops\linalg_householder_product.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4942340Z copying torch\include\ATen\ops\linalg_householder_product_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4949057Z copying torch\include\ATen\ops\linalg_householder_product_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4955542Z copying torch\include\ATen\ops\linalg_householder_product_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4962100Z copying torch\include\ATen\ops\linalg_householder_product_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4968601Z copying torch\include\ATen\ops\linalg_inv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4975417Z copying torch\include\ATen\ops\linalg_inv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4981583Z copying torch\include\ATen\ops\linalg_inv_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4988954Z copying torch\include\ATen\ops\linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.4999377Z copying torch\include\ATen\ops\linalg_inv_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5006733Z copying torch\include\ATen\ops\linalg_inv_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5014190Z copying torch\include\ATen\ops\linalg_inv_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5021879Z copying torch\include\ATen\ops\linalg_inv_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5029252Z copying torch\include\ATen\ops\linalg_inv_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5036633Z copying torch\include\ATen\ops\linalg_inv_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5043270Z copying torch\include\ATen\ops\linalg_inv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5049647Z copying torch\include\ATen\ops\linalg_inv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5056257Z copying torch\include\ATen\ops\linalg_ldl_factor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5063581Z copying torch\include\ATen\ops\linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5070169Z copying torch\include\ATen\ops\linalg_ldl_factor_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5077699Z 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:35:03.5084245Z 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:35:03.5091299Z 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:35:03.5097367Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5104018Z 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:35:03.5110491Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5116882Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5123603Z copying torch\include\ATen\ops\linalg_ldl_factor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5129947Z copying torch\include\ATen\ops\linalg_ldl_factor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5136321Z copying torch\include\ATen\ops\linalg_ldl_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5143252Z copying torch\include\ATen\ops\linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5150373Z copying torch\include\ATen\ops\linalg_ldl_solve_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5157533Z copying torch\include\ATen\ops\linalg_ldl_solve_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5164317Z copying torch\include\ATen\ops\linalg_ldl_solve_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5170924Z copying torch\include\ATen\ops\linalg_ldl_solve_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5177442Z copying torch\include\ATen\ops\linalg_ldl_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5184126Z copying torch\include\ATen\ops\linalg_ldl_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5191251Z copying torch\include\ATen\ops\linalg_lstsq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5200107Z copying torch\include\ATen\ops\linalg_lstsq_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5207325Z copying torch\include\ATen\ops\linalg_lstsq_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5214819Z copying torch\include\ATen\ops\linalg_lstsq_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5222124Z copying torch\include\ATen\ops\linalg_lstsq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5228598Z copying torch\include\ATen\ops\linalg_lstsq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5235381Z copying torch\include\ATen\ops\linalg_lu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5242867Z copying torch\include\ATen\ops\linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5249497Z copying torch\include\ATen\ops\linalg_lu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5256103Z copying torch\include\ATen\ops\linalg_lu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5262673Z copying torch\include\ATen\ops\linalg_lu_factor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5269654Z copying torch\include\ATen\ops\linalg_lu_factor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5280735Z copying torch\include\ATen\ops\linalg_lu_factor_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5288867Z 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:35:03.5295742Z 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:35:03.5302433Z 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:35:03.5315445Z copying torch\include\ATen\ops\linalg_lu_factor_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5322758Z 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:35:03.5328731Z copying torch\include\ATen\ops\linalg_lu_factor_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5335153Z copying torch\include\ATen\ops\linalg_lu_factor_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5342861Z copying torch\include\ATen\ops\linalg_lu_factor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5349238Z copying torch\include\ATen\ops\linalg_lu_factor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5355824Z copying torch\include\ATen\ops\linalg_lu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5362478Z copying torch\include\ATen\ops\linalg_lu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5368876Z copying torch\include\ATen\ops\linalg_lu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5375366Z copying torch\include\ATen\ops\linalg_lu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5382575Z copying torch\include\ATen\ops\linalg_lu_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5389891Z copying torch\include\ATen\ops\linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5396476Z copying torch\include\ATen\ops\linalg_lu_solve_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5403151Z copying torch\include\ATen\ops\linalg_lu_solve_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5409524Z copying torch\include\ATen\ops\linalg_lu_solve_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5418509Z copying torch\include\ATen\ops\linalg_lu_solve_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5426200Z copying torch\include\ATen\ops\linalg_lu_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5432578Z copying torch\include\ATen\ops\linalg_lu_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5439471Z copying torch\include\ATen\ops\linalg_matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5446574Z copying torch\include\ATen\ops\linalg_matmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5453737Z copying torch\include\ATen\ops\linalg_matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5460115Z copying torch\include\ATen\ops\linalg_matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5466726Z copying torch\include\ATen\ops\linalg_matrix_exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5473629Z copying torch\include\ATen\ops\linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5480475Z copying torch\include\ATen\ops\linalg_matrix_exp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5487382Z copying torch\include\ATen\ops\linalg_matrix_exp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5494948Z copying torch\include\ATen\ops\linalg_matrix_exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5501280Z copying torch\include\ATen\ops\linalg_matrix_exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5507795Z copying torch\include\ATen\ops\linalg_matrix_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5514711Z copying torch\include\ATen\ops\linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5521197Z copying torch\include\ATen\ops\linalg_matrix_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5527887Z copying torch\include\ATen\ops\linalg_matrix_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5534783Z copying torch\include\ATen\ops\linalg_matrix_power.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.5541711Z copying torch\include\ATen\ops\linalg_matrix_power_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6143385Z copying torch\include\ATen\ops\linalg_matrix_power_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6145424Z copying torch\include\ATen\ops\linalg_matrix_power_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6146644Z copying torch\include\ATen\ops\linalg_matrix_rank.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6148030Z copying torch\include\ATen\ops\linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6149447Z copying torch\include\ATen\ops\linalg_matrix_rank_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6151227Z copying torch\include\ATen\ops\linalg_matrix_rank_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6152418Z copying torch\include\ATen\ops\linalg_multi_dot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6153894Z copying torch\include\ATen\ops\linalg_multi_dot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6155372Z copying torch\include\ATen\ops\linalg_multi_dot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6157113Z copying torch\include\ATen\ops\linalg_multi_dot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6158269Z copying torch\include\ATen\ops\linalg_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6159579Z copying torch\include\ATen\ops\linalg_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6160977Z copying torch\include\ATen\ops\linalg_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6162648Z copying torch\include\ATen\ops\linalg_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6163782Z copying torch\include\ATen\ops\linalg_pinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6165166Z copying torch\include\ATen\ops\linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6166742Z copying torch\include\ATen\ops\linalg_pinv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6168769Z copying torch\include\ATen\ops\linalg_pinv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6170207Z copying torch\include\ATen\ops\linalg_pinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6171379Z copying torch\include\ATen\ops\linalg_pinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6172494Z copying torch\include\ATen\ops\linalg_qr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6174395Z copying torch\include\ATen\ops\linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6175834Z copying torch\include\ATen\ops\linalg_qr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6177179Z copying torch\include\ATen\ops\linalg_qr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6178357Z copying torch\include\ATen\ops\linalg_qr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6180052Z copying torch\include\ATen\ops\linalg_qr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6181255Z copying torch\include\ATen\ops\linalg_qr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6182388Z copying torch\include\ATen\ops\linalg_qr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6183527Z copying torch\include\ATen\ops\linalg_slogdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6185084Z copying torch\include\ATen\ops\linalg_slogdet_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6187706Z copying torch\include\ATen\ops\linalg_slogdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6189942Z copying torch\include\ATen\ops\linalg_slogdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6192122Z copying torch\include\ATen\ops\linalg_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6194640Z copying torch\include\ATen\ops\linalg_solve_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6197254Z copying torch\include\ATen\ops\linalg_solve_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6199766Z copying torch\include\ATen\ops\linalg_solve_ex_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6202443Z copying torch\include\ATen\ops\linalg_solve_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6204753Z copying torch\include\ATen\ops\linalg_solve_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6206983Z copying torch\include\ATen\ops\linalg_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6209199Z copying torch\include\ATen\ops\linalg_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6211464Z copying torch\include\ATen\ops\linalg_solve_triangular.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6214048Z copying torch\include\ATen\ops\linalg_solve_triangular_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6216715Z copying torch\include\ATen\ops\linalg_solve_triangular_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6219260Z copying torch\include\ATen\ops\linalg_solve_triangular_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6221132Z copying torch\include\ATen\ops\linalg_solve_triangular_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6222315Z copying torch\include\ATen\ops\linalg_svd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6223429Z copying torch\include\ATen\ops\linalg_svdvals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6227617Z copying torch\include\ATen\ops\linalg_svdvals_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6234160Z copying torch\include\ATen\ops\linalg_svdvals_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6240775Z copying torch\include\ATen\ops\linalg_svdvals_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6247851Z copying torch\include\ATen\ops\linalg_svd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6254595Z copying torch\include\ATen\ops\linalg_svd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6260820Z copying torch\include\ATen\ops\linalg_svd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6267301Z copying torch\include\ATen\ops\linalg_tensorinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6274320Z copying torch\include\ATen\ops\linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6280777Z copying torch\include\ATen\ops\linalg_tensorinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6287216Z copying torch\include\ATen\ops\linalg_tensorinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6294059Z copying torch\include\ATen\ops\linalg_tensorsolve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6300935Z copying torch\include\ATen\ops\linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6307535Z copying torch\include\ATen\ops\linalg_tensorsolve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6314020Z copying torch\include\ATen\ops\linalg_tensorsolve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6320551Z copying torch\include\ATen\ops\linalg_vander.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6327493Z copying torch\include\ATen\ops\linalg_vander_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6334149Z copying torch\include\ATen\ops\linalg_vander_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6340631Z copying torch\include\ATen\ops\linalg_vander_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6347137Z copying torch\include\ATen\ops\linalg_vecdot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6353889Z copying torch\include\ATen\ops\linalg_vecdot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6360575Z copying torch\include\ATen\ops\linalg_vecdot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6367257Z copying torch\include\ATen\ops\linalg_vecdot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6373875Z copying torch\include\ATen\ops\linalg_vector_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6381292Z copying torch\include\ATen\ops\linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6387983Z copying torch\include\ATen\ops\linalg_vector_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6394518Z copying torch\include\ATen\ops\linalg_vector_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6401853Z copying torch\include\ATen\ops\linalg_vector_norm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6408769Z copying torch\include\ATen\ops\linalg_vector_norm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6415700Z copying torch\include\ATen\ops\linalg_vector_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6422217Z copying torch\include\ATen\ops\linalg_vector_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.6429095Z copying torch\include\ATen\ops\linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7027159Z copying torch\include\ATen\ops\linear_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7033514Z copying torch\include\ATen\ops\linear_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7040114Z copying torch\include\ATen\ops\linear_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7046703Z copying torch\include\ATen\ops\linear_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7053449Z copying torch\include\ATen\ops\linear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7060189Z copying torch\include\ATen\ops\linear_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7067212Z copying torch\include\ATen\ops\linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7073755Z copying torch\include\ATen\ops\linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7080112Z copying torch\include\ATen\ops\linspace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7086859Z copying torch\include\ATen\ops\linspace_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7093212Z copying torch\include\ATen\ops\linspace_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7099866Z copying torch\include\ATen\ops\linspace_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7106306Z copying torch\include\ATen\ops\linspace_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7113282Z copying torch\include\ATen\ops\linspace_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7119543Z copying torch\include\ATen\ops\linspace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7126087Z copying torch\include\ATen\ops\log.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7132202Z copying torch\include\ATen\ops\log10.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7138852Z copying torch\include\ATen\ops\log10_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7145187Z copying torch\include\ATen\ops\log10_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7151676Z copying torch\include\ATen\ops\log10_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7158863Z copying torch\include\ATen\ops\log10_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7165298Z copying torch\include\ATen\ops\log10_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7171980Z copying torch\include\ATen\ops\log10_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7178447Z copying torch\include\ATen\ops\log10_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7184912Z copying torch\include\ATen\ops\log1p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7191625Z copying torch\include\ATen\ops\log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7199349Z copying torch\include\ATen\ops\log1p_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7205755Z copying torch\include\ATen\ops\log1p_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7213638Z copying torch\include\ATen\ops\log1p_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7220211Z copying torch\include\ATen\ops\log1p_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7226738Z copying torch\include\ATen\ops\log1p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7233717Z copying torch\include\ATen\ops\log1p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7240418Z copying torch\include\ATen\ops\log2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7247249Z copying torch\include\ATen\ops\log2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7253583Z copying torch\include\ATen\ops\log2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7259888Z copying torch\include\ATen\ops\log2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7266366Z copying torch\include\ATen\ops\log2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7272737Z copying torch\include\ATen\ops\log2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7279004Z copying torch\include\ATen\ops\log2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7285345Z copying torch\include\ATen\ops\log2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7291431Z copying torch\include\ATen\ops\logaddexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7297678Z copying torch\include\ATen\ops\logaddexp2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7304746Z copying torch\include\ATen\ops\logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7310979Z copying torch\include\ATen\ops\logaddexp2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7317613Z copying torch\include\ATen\ops\logaddexp2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7324078Z copying torch\include\ATen\ops\logaddexp2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7330593Z copying torch\include\ATen\ops\logaddexp2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7337009Z copying torch\include\ATen\ops\logaddexp2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7343421Z copying torch\include\ATen\ops\logaddexp2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7350503Z copying torch\include\ATen\ops\logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7356645Z copying torch\include\ATen\ops\logaddexp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7363438Z copying torch\include\ATen\ops\logaddexp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7369816Z copying torch\include\ATen\ops\logaddexp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7376671Z copying torch\include\ATen\ops\logaddexp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7383222Z copying torch\include\ATen\ops\logaddexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7389653Z copying torch\include\ATen\ops\logaddexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7396048Z copying torch\include\ATen\ops\logcumsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7402785Z copying torch\include\ATen\ops\logcumsumexp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7409304Z copying torch\include\ATen\ops\logcumsumexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7415713Z copying torch\include\ATen\ops\logcumsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7422625Z copying torch\include\ATen\ops\logcumsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7429014Z copying torch\include\ATen\ops\logdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7435690Z copying torch\include\ATen\ops\logdet_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7442044Z copying torch\include\ATen\ops\logdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7448148Z copying torch\include\ATen\ops\logdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7454790Z copying torch\include\ATen\ops\logical_and.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7467288Z copying torch\include\ATen\ops\logical_and_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7473493Z copying torch\include\ATen\ops\logical_and_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7479931Z copying torch\include\ATen\ops\logical_and_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7486563Z copying torch\include\ATen\ops\logical_and_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7493022Z copying torch\include\ATen\ops\logical_and_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7499402Z copying torch\include\ATen\ops\logical_not.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7506595Z copying torch\include\ATen\ops\logical_not_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7513075Z copying torch\include\ATen\ops\logical_not_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7519572Z copying torch\include\ATen\ops\logical_not_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7526077Z copying torch\include\ATen\ops\logical_not_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7532643Z copying torch\include\ATen\ops\logical_not_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7539115Z copying torch\include\ATen\ops\logical_or.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7545946Z copying torch\include\ATen\ops\logical_or_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7552181Z copying torch\include\ATen\ops\logical_or_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7558850Z copying torch\include\ATen\ops\logical_or_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7565326Z copying torch\include\ATen\ops\logical_or_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7571812Z copying torch\include\ATen\ops\logical_or_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7578067Z copying torch\include\ATen\ops\logical_xor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7584828Z copying torch\include\ATen\ops\logical_xor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7597428Z copying torch\include\ATen\ops\logical_xor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7604238Z copying torch\include\ATen\ops\logical_xor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7611067Z copying torch\include\ATen\ops\logical_xor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7617490Z copying torch\include\ATen\ops\logical_xor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7623795Z copying torch\include\ATen\ops\logit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7629923Z copying torch\include\ATen\ops\logit_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7636759Z copying torch\include\ATen\ops\logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7643340Z copying torch\include\ATen\ops\logit_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7649834Z copying torch\include\ATen\ops\logit_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7656467Z copying torch\include\ATen\ops\logit_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7663069Z copying torch\include\ATen\ops\logit_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7669596Z copying torch\include\ATen\ops\logit_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7676035Z copying torch\include\ATen\ops\logit_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7682614Z copying torch\include\ATen\ops\logit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7689167Z copying torch\include\ATen\ops\logit_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7695558Z copying torch\include\ATen\ops\logit_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7702602Z copying torch\include\ATen\ops\logit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7709577Z copying torch\include\ATen\ops\logit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7717119Z copying torch\include\ATen\ops\logspace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7724279Z copying torch\include\ATen\ops\logspace_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7732156Z copying torch\include\ATen\ops\logspace_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7739520Z copying torch\include\ATen\ops\logspace_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7747046Z copying torch\include\ATen\ops\logspace_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7753714Z copying torch\include\ATen\ops\logspace_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7760672Z copying torch\include\ATen\ops\logspace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7767552Z copying torch\include\ATen\ops\logsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7775218Z copying torch\include\ATen\ops\logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7781259Z copying torch\include\ATen\ops\logsumexp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7788085Z copying torch\include\ATen\ops\logsumexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7794622Z copying torch\include\ATen\ops\logsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7801338Z copying torch\include\ATen\ops\logsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7808751Z copying torch\include\ATen\ops\log_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7814792Z copying torch\include\ATen\ops\log_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7821345Z copying torch\include\ATen\ops\log_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7827547Z copying torch\include\ATen\ops\log_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7833923Z copying torch\include\ATen\ops\log_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7839981Z copying torch\include\ATen\ops\log_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7846100Z copying torch\include\ATen\ops\log_normal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7852966Z copying torch\include\ATen\ops\log_normal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7859410Z copying torch\include\ATen\ops\log_normal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7865746Z copying torch\include\ATen\ops\log_normal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7872104Z copying torch\include\ATen\ops\log_normal_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7878432Z copying torch\include\ATen\ops\log_normal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7884889Z copying torch\include\ATen\ops\log_normal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7891208Z copying torch\include\ATen\ops\log_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7897266Z copying torch\include\ATen\ops\log_sigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7903734Z copying torch\include\ATen\ops\log_sigmoid_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7910281Z copying torch\include\ATen\ops\log_sigmoid_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7916774Z copying torch\include\ATen\ops\log_sigmoid_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7923409Z copying torch\include\ATen\ops\log_sigmoid_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7930210Z copying torch\include\ATen\ops\log_sigmoid_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7936905Z copying torch\include\ATen\ops\log_sigmoid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7943395Z copying torch\include\ATen\ops\log_sigmoid_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7950051Z copying torch\include\ATen\ops\log_sigmoid_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7957076Z copying torch\include\ATen\ops\log_sigmoid_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7964280Z copying torch\include\ATen\ops\log_sigmoid_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7970861Z copying torch\include\ATen\ops\log_sigmoid_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7977444Z copying torch\include\ATen\ops\log_sigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7983837Z copying torch\include\ATen\ops\log_sigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7990684Z copying torch\include\ATen\ops\log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.7997367Z copying torch\include\ATen\ops\log_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8004101Z copying torch\include\ATen\ops\log_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8010938Z copying torch\include\ATen\ops\log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8017423Z copying torch\include\ATen\ops\log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8023918Z copying torch\include\ATen\ops\lshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8030516Z copying torch\include\ATen\ops\lshift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8037151Z copying torch\include\ATen\ops\lshift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8044322Z copying torch\include\ATen\ops\lshift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8051111Z copying torch\include\ATen\ops\lshift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8057595Z copying torch\include\ATen\ops\lshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8064210Z copying torch\include\ATen\ops\lshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8071666Z copying torch\include\ATen\ops\lstm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8077838Z copying torch\include\ATen\ops\lstm_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8085235Z copying torch\include\ATen\ops\lstm_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8091513Z copying torch\include\ATen\ops\lstm_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8098073Z copying torch\include\ATen\ops\lstm_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8104857Z copying torch\include\ATen\ops\lstm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8111267Z copying torch\include\ATen\ops\lstm_mps_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8119751Z copying torch\include\ATen\ops\lstm_mps_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8127139Z copying torch\include\ATen\ops\lstm_mps_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8133443Z copying torch\include\ATen\ops\lstm_mps_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8141848Z copying torch\include\ATen\ops\lstm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8148073Z copying torch\include\ATen\ops\lstm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8154496Z copying torch\include\ATen\ops\lt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8161897Z copying torch\include\ATen\ops\lt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8168529Z copying torch\include\ATen\ops\lt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8174668Z copying torch\include\ATen\ops\lt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8181401Z copying torch\include\ATen\ops\lt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8187558Z copying torch\include\ATen\ops\lt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8194220Z copying torch\include\ATen\ops\lt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8200551Z copying torch\include\ATen\ops\lt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8212688Z copying torch\include\ATen\ops\lu_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8219273Z copying torch\include\ATen\ops\lu_solve_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8225757Z copying torch\include\ATen\ops\lu_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8232030Z copying torch\include\ATen\ops\lu_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8238248Z copying torch\include\ATen\ops\lu_unpack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8245210Z copying torch\include\ATen\ops\lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8251880Z copying torch\include\ATen\ops\lu_unpack_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8258402Z copying torch\include\ATen\ops\lu_unpack_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8265293Z copying torch\include\ATen\ops\lu_unpack_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8272039Z copying torch\include\ATen\ops\lu_unpack_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8278452Z copying torch\include\ATen\ops\lu_unpack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8285104Z copying torch\include\ATen\ops\lu_unpack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8291471Z copying torch\include\ATen\ops\margin_ranking_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8298171Z copying torch\include\ATen\ops\margin_ranking_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8304231Z copying torch\include\ATen\ops\margin_ranking_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8310342Z copying torch\include\ATen\ops\margin_ranking_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8316399Z copying torch\include\ATen\ops\masked_fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8322928Z copying torch\include\ATen\ops\masked_fill_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8329041Z copying torch\include\ATen\ops\masked_fill_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8335320Z copying torch\include\ATen\ops\masked_fill_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8341452Z copying torch\include\ATen\ops\masked_fill_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8347644Z copying torch\include\ATen\ops\masked_fill_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8353665Z copying torch\include\ATen\ops\masked_fill_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8360051Z copying torch\include\ATen\ops\masked_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8366305Z copying torch\include\ATen\ops\masked_scatter_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8372984Z copying torch\include\ATen\ops\masked_scatter_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8379193Z copying torch\include\ATen\ops\masked_scatter_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8385637Z copying torch\include\ATen\ops\masked_scatter_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8392145Z copying torch\include\ATen\ops\masked_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8398586Z copying torch\include\ATen\ops\masked_scatter_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8404854Z copying torch\include\ATen\ops\masked_scatter_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8411006Z copying torch\include\ATen\ops\masked_scatter_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8417098Z copying torch\include\ATen\ops\masked_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8423468Z copying torch\include\ATen\ops\masked_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8429650Z copying torch\include\ATen\ops\masked_select.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8435877Z copying torch\include\ATen\ops\masked_select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8442500Z copying torch\include\ATen\ops\masked_select_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8448690Z copying torch\include\ATen\ops\masked_select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8455068Z copying torch\include\ATen\ops\masked_select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8461558Z copying torch\include\ATen\ops\masked_select_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8467778Z copying torch\include\ATen\ops\masked_select_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8473984Z copying torch\include\ATen\ops\masked_select_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8484674Z copying torch\include\ATen\ops\masked_select_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8490818Z copying torch\include\ATen\ops\matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8496892Z copying torch\include\ATen\ops\matmul_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8503496Z copying torch\include\ATen\ops\matmul_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8509820Z copying torch\include\ATen\ops\matmul_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8516331Z copying torch\include\ATen\ops\matmul_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8523080Z copying torch\include\ATen\ops\matmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8529398Z copying torch\include\ATen\ops\matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8536036Z copying torch\include\ATen\ops\matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8542175Z copying torch\include\ATen\ops\matrix_exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8548613Z copying torch\include\ATen\ops\matrix_exp_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8555514Z copying torch\include\ATen\ops\matrix_exp_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8561940Z copying torch\include\ATen\ops\matrix_exp_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8568119Z copying torch\include\ATen\ops\matrix_exp_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8574722Z copying torch\include\ATen\ops\matrix_exp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8581298Z copying torch\include\ATen\ops\matrix_exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8587489Z copying torch\include\ATen\ops\matrix_exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8593598Z copying torch\include\ATen\ops\matrix_H.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8599651Z copying torch\include\ATen\ops\matrix_H_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8606187Z copying torch\include\ATen\ops\matrix_H_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8612272Z copying torch\include\ATen\ops\matrix_H_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8618669Z copying torch\include\ATen\ops\matrix_power.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8625757Z copying torch\include\ATen\ops\matrix_power_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8633058Z copying torch\include\ATen\ops\matrix_power_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8639425Z copying torch\include\ATen\ops\matrix_power_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8650622Z copying torch\include\ATen\ops\max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8656673Z copying torch\include\ATen\ops\maximum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8663459Z copying torch\include\ATen\ops\maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8669689Z copying torch\include\ATen\ops\maximum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8676358Z copying torch\include\ATen\ops\maximum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8683000Z copying torch\include\ATen\ops\maximum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8690055Z copying torch\include\ATen\ops\maximum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8696339Z copying torch\include\ATen\ops\maximum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8702884Z copying torch\include\ATen\ops\maximum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8711127Z copying torch\include\ATen\ops\max_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8722182Z copying torch\include\ATen\ops\max_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8729597Z copying torch\include\ATen\ops\max_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8736258Z copying torch\include\ATen\ops\max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8742830Z copying torch\include\ATen\ops\max_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8749177Z copying torch\include\ATen\ops\max_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8755479Z copying torch\include\ATen\ops\max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8762064Z copying torch\include\ATen\ops\max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8768371Z copying torch\include\ATen\ops\max_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8775199Z copying torch\include\ATen\ops\max_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8781168Z copying torch\include\ATen\ops\max_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8787676Z copying torch\include\ATen\ops\max_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8794339Z copying torch\include\ATen\ops\max_pool1d_with_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8801147Z 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:35:03.8807674Z copying torch\include\ATen\ops\max_pool1d_with_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8813945Z copying torch\include\ATen\ops\max_pool1d_with_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8836302Z copying torch\include\ATen\ops\max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8842899Z copying torch\include\ATen\ops\max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8849816Z copying torch\include\ATen\ops\max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8856082Z copying torch\include\ATen\ops\max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8862682Z copying torch\include\ATen\ops\max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8873435Z copying torch\include\ATen\ops\max_pool2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8879605Z copying torch\include\ATen\ops\max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8886546Z copying torch\include\ATen\ops\max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8893158Z copying torch\include\ATen\ops\max_pool2d_with_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8899772Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8906792Z 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:35:03.8913440Z 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:35:03.8920010Z 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:35:03.8926796Z 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:35:03.8933305Z 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:35:03.8939926Z 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:35:03.8946931Z 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:35:03.8953833Z 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:35:03.8960351Z 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:35:03.8966965Z 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:35:03.8973510Z copying torch\include\ATen\ops\max_pool2d_with_indices_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8980452Z 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:35:03.8986890Z copying torch\include\ATen\ops\max_pool2d_with_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8993392Z copying torch\include\ATen\ops\max_pool2d_with_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.8999674Z copying torch\include\ATen\ops\max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9006582Z copying torch\include\ATen\ops\max_pool3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9012943Z copying torch\include\ATen\ops\max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9019654Z copying torch\include\ATen\ops\max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9026439Z copying torch\include\ATen\ops\max_pool3d_with_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9033134Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9040022Z 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:35:03.9046934Z 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:35:03.9053962Z 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:35:03.9060685Z 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:35:03.9067412Z 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:35:03.9074213Z 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:35:03.9080939Z copying torch\include\ATen\ops\max_pool3d_with_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9087731Z copying torch\include\ATen\ops\max_pool3d_with_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9094468Z copying torch\include\ATen\ops\max_unpool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9100778Z copying torch\include\ATen\ops\max_unpool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9107321Z copying torch\include\ATen\ops\max_unpool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9114447Z copying torch\include\ATen\ops\max_unpool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9121078Z copying torch\include\ATen\ops\max_unpool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9127931Z copying torch\include\ATen\ops\max_unpool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9134697Z copying torch\include\ATen\ops\max_unpool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9141276Z copying torch\include\ATen\ops\max_unpool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9147888Z copying torch\include\ATen\ops\max_unpool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9154591Z copying torch\include\ATen\ops\max_unpool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9161217Z copying torch\include\ATen\ops\mean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9168655Z copying torch\include\ATen\ops\mean_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9174801Z copying torch\include\ATen\ops\mean_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9181297Z copying torch\include\ATen\ops\mean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9187664Z copying torch\include\ATen\ops\mean_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9194259Z copying torch\include\ATen\ops\mean_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9200674Z copying torch\include\ATen\ops\mean_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9207428Z copying torch\include\ATen\ops\mean_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9214298Z copying torch\include\ATen\ops\mean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9220820Z copying torch\include\ATen\ops\mean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9227060Z copying torch\include\ATen\ops\median.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9233473Z copying torch\include\ATen\ops\median_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9240499Z copying torch\include\ATen\ops\median_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9246887Z copying torch\include\ATen\ops\median_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9253653Z copying torch\include\ATen\ops\median_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9260305Z copying torch\include\ATen\ops\median_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9266705Z copying torch\include\ATen\ops\median_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9277078Z copying torch\include\ATen\ops\meshgrid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9283443Z copying torch\include\ATen\ops\meshgrid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9289862Z copying torch\include\ATen\ops\meshgrid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9296031Z copying torch\include\ATen\ops\meshgrid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9302293Z copying torch\include\ATen\ops\mH.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9308399Z copying torch\include\ATen\ops\mH_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9314657Z copying torch\include\ATen\ops\mH_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9320718Z copying torch\include\ATen\ops\mH_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9327126Z copying torch\include\ATen\ops\min.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9333327Z copying torch\include\ATen\ops\minimum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9339846Z copying torch\include\ATen\ops\minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9345976Z copying torch\include\ATen\ops\minimum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9352721Z copying torch\include\ATen\ops\minimum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9359376Z copying torch\include\ATen\ops\minimum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9366889Z copying torch\include\ATen\ops\minimum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9373408Z copying torch\include\ATen\ops\minimum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9379775Z copying torch\include\ATen\ops\minimum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9386886Z copying torch\include\ATen\ops\min_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9393378Z copying torch\include\ATen\ops\min_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9399701Z copying torch\include\ATen\ops\min_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9410598Z copying torch\include\ATen\ops\min_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9416996Z copying torch\include\ATen\ops\min_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9423123Z copying torch\include\ATen\ops\min_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9429231Z copying torch\include\ATen\ops\min_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9435400Z copying torch\include\ATen\ops\min_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9441668Z copying torch\include\ATen\ops\miopen_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9448004Z copying torch\include\ATen\ops\miopen_batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9454708Z 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:35:03.9461282Z 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:35:03.9467718Z copying torch\include\ATen\ops\miopen_batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9474278Z copying torch\include\ATen\ops\miopen_batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9481325Z copying torch\include\ATen\ops\miopen_batch_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9487651Z copying torch\include\ATen\ops\miopen_batch_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9494030Z copying torch\include\ATen\ops\miopen_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9500644Z copying torch\include\ATen\ops\miopen_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9507063Z copying torch\include\ATen\ops\miopen_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9513657Z copying torch\include\ATen\ops\miopen_convolution_add_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9520282Z 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:35:03.9527057Z copying torch\include\ATen\ops\miopen_convolution_add_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9533608Z copying torch\include\ATen\ops\miopen_convolution_add_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9541242Z copying torch\include\ATen\ops\miopen_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9547606Z copying torch\include\ATen\ops\miopen_convolution_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9554140Z copying torch\include\ATen\ops\miopen_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9560789Z copying torch\include\ATen\ops\miopen_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9567585Z copying torch\include\ATen\ops\miopen_convolution_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9574345Z copying torch\include\ATen\ops\miopen_convolution_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9581720Z copying torch\include\ATen\ops\miopen_convolution_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9588423Z copying torch\include\ATen\ops\miopen_convolution_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9595087Z copying torch\include\ATen\ops\miopen_convolution_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9602125Z copying torch\include\ATen\ops\miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9613645Z copying torch\include\ATen\ops\miopen_convolution_transpose_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9620200Z copying torch\include\ATen\ops\miopen_convolution_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9627362Z copying torch\include\ATen\ops\miopen_convolution_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9633858Z copying torch\include\ATen\ops\miopen_depthwise_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9640954Z copying torch\include\ATen\ops\miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9651242Z copying torch\include\ATen\ops\miopen_depthwise_convolution_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9657879Z copying torch\include\ATen\ops\miopen_depthwise_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9664831Z copying torch\include\ATen\ops\miopen_depthwise_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9671666Z copying torch\include\ATen\ops\miopen_rnn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9678190Z copying torch\include\ATen\ops\miopen_rnn_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9685131Z copying torch\include\ATen\ops\miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9691725Z copying torch\include\ATen\ops\miopen_rnn_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9698430Z copying torch\include\ATen\ops\miopen_rnn_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9704932Z copying torch\include\ATen\ops\miopen_rnn_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9712107Z copying torch\include\ATen\ops\miopen_rnn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9719795Z copying torch\include\ATen\ops\miopen_rnn_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9727067Z copying torch\include\ATen\ops\miopen_rnn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9736502Z copying torch\include\ATen\ops\miopen_rnn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9743317Z copying torch\include\ATen\ops\mish.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9749577Z copying torch\include\ATen\ops\mish_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9756196Z copying torch\include\ATen\ops\mish_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9762654Z copying torch\include\ATen\ops\mish_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9769331Z copying torch\include\ATen\ops\mish_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9775555Z copying torch\include\ATen\ops\mish_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9782350Z copying torch\include\ATen\ops\mish_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9788699Z copying torch\include\ATen\ops\mish_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9794866Z copying torch\include\ATen\ops\mish_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9801273Z copying torch\include\ATen\ops\mish_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9807729Z copying torch\include\ATen\ops\mish_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9813983Z copying torch\include\ATen\ops\mish_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9824564Z copying torch\include\ATen\ops\mish_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9830761Z copying torch\include\ATen\ops\mish_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9836871Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9843572Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9850223Z 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:35:03.9856876Z 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:35:03.9863411Z 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:35:03.9870522Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9877166Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9884152Z copying torch\include\ATen\ops\mkldnn_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9895778Z copying torch\include\ATen\ops\mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9903775Z copying torch\include\ATen\ops\mkldnn_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9911026Z copying torch\include\ATen\ops\mkldnn_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9918065Z copying torch\include\ATen\ops\mkldnn_linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9924849Z copying torch\include\ATen\ops\mkldnn_linear_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9932109Z copying torch\include\ATen\ops\mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9938772Z copying torch\include\ATen\ops\mkldnn_linear_backward_input.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9947283Z 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:35:03.9953570Z copying torch\include\ATen\ops\mkldnn_linear_backward_input_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9960654Z copying torch\include\ATen\ops\mkldnn_linear_backward_input_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9967983Z copying torch\include\ATen\ops\mkldnn_linear_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9975058Z copying torch\include\ATen\ops\mkldnn_linear_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9981770Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:03.9989043Z 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:35:03.9995543Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0002204Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0008874Z copying torch\include\ATen\ops\mkldnn_linear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0015305Z copying torch\include\ATen\ops\mkldnn_linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0022128Z copying torch\include\ATen\ops\mkldnn_linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0030339Z copying torch\include\ATen\ops\mkldnn_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0036890Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0044368Z 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:35:04.0050851Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0057345Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0064064Z copying torch\include\ATen\ops\mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0071521Z copying torch\include\ATen\ops\mkldnn_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0078816Z copying torch\include\ATen\ops\mkldnn_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0086870Z copying torch\include\ATen\ops\mkldnn_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0093602Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0100889Z 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:35:04.0107644Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0114824Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0122203Z copying torch\include\ATen\ops\mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0129022Z copying torch\include\ATen\ops\mkldnn_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0136206Z copying torch\include\ATen\ops\mkldnn_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0147682Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0154778Z 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:35:04.0162179Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0169695Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0176278Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0188900Z 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:35:04.0196709Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0204232Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0214738Z copying torch\include\ATen\ops\mkldnn_rnn_layer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0223049Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0230359Z 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:35:04.0238481Z 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:35:04.0245604Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0252844Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0259804Z copying torch\include\ATen\ops\mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0266525Z copying torch\include\ATen\ops\mkldnn_rnn_layer_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0273581Z copying torch\include\ATen\ops\mkldnn_rnn_layer_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0280228Z copying torch\include\ATen\ops\mkldnn_rnn_layer_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0287247Z copying torch\include\ATen\ops\mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0293539Z copying torch\include\ATen\ops\mm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0300570Z copying torch\include\ATen\ops\mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0307394Z copying torch\include\ATen\ops\mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0315637Z copying torch\include\ATen\ops\mm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0321590Z copying torch\include\ATen\ops\mm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0329489Z copying torch\include\ATen\ops\mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0336579Z copying torch\include\ATen\ops\mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0343677Z copying torch\include\ATen\ops\mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0351152Z copying torch\include\ATen\ops\mode_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0358891Z copying torch\include\ATen\ops\mode_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0366235Z copying torch\include\ATen\ops\mode_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0372423Z copying torch\include\ATen\ops\mode_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0379152Z copying torch\include\ATen\ops\mode_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0386007Z copying torch\include\ATen\ops\mode_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0392111Z copying torch\include\ATen\ops\moveaxis.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0398705Z copying torch\include\ATen\ops\moveaxis_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0405606Z copying torch\include\ATen\ops\moveaxis_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0412104Z copying torch\include\ATen\ops\moveaxis_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0418551Z copying torch\include\ATen\ops\movedim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0425571Z copying torch\include\ATen\ops\movedim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0431855Z copying torch\include\ATen\ops\movedim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0440008Z copying torch\include\ATen\ops\movedim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0446982Z copying torch\include\ATen\ops\mps_convolution_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0454110Z copying torch\include\ATen\ops\mps_convolution_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0460717Z copying torch\include\ATen\ops\mps_convolution_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0467410Z copying torch\include\ATen\ops\mps_convolution_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0474140Z copying torch\include\ATen\ops\mps_convolution_transpose_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0481454Z 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:35:04.0488121Z copying torch\include\ATen\ops\mps_convolution_transpose_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0495026Z copying torch\include\ATen\ops\mps_convolution_transpose_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0501467Z copying torch\include\ATen\ops\mse_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0507791Z copying torch\include\ATen\ops\mse_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0514368Z copying torch\include\ATen\ops\mse_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0521343Z copying torch\include\ATen\ops\mse_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0527912Z copying torch\include\ATen\ops\mse_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0534419Z copying torch\include\ATen\ops\mse_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0545868Z copying torch\include\ATen\ops\mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0552198Z copying torch\include\ATen\ops\mse_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0558779Z copying torch\include\ATen\ops\mse_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0567383Z copying torch\include\ATen\ops\mse_loss_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0574517Z copying torch\include\ATen\ops\mse_loss_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0581169Z copying torch\include\ATen\ops\mse_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0587717Z copying torch\include\ATen\ops\mse_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0594378Z copying torch\include\ATen\ops\msort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0600922Z copying torch\include\ATen\ops\msort_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0607060Z copying torch\include\ATen\ops\msort_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0613195Z copying torch\include\ATen\ops\msort_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0619603Z copying torch\include\ATen\ops\mT.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0625899Z copying torch\include\ATen\ops\mT_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0632064Z copying torch\include\ATen\ops\mT_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0638207Z copying torch\include\ATen\ops\mT_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0644620Z copying torch\include\ATen\ops\mul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0651034Z copying torch\include\ATen\ops\multilabel_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0657605Z copying torch\include\ATen\ops\multilabel_margin_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0664223Z 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:35:04.0670813Z 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:35:04.0681540Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0688210Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0695198Z copying torch\include\ATen\ops\multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0701703Z copying torch\include\ATen\ops\multilabel_margin_loss_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0708385Z 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:35:04.0715081Z 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:35:04.0721812Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0728448Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0734975Z copying torch\include\ATen\ops\multilabel_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0741371Z copying torch\include\ATen\ops\multilabel_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0748089Z copying torch\include\ATen\ops\multinomial.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0754525Z copying torch\include\ATen\ops\multinomial_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0760959Z copying torch\include\ATen\ops\multinomial_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0767379Z copying torch\include\ATen\ops\multinomial_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0773978Z copying torch\include\ATen\ops\multinomial_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0780376Z copying torch\include\ATen\ops\multiply.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0786862Z copying torch\include\ATen\ops\multiply_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0792948Z copying torch\include\ATen\ops\multiply_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0799875Z copying torch\include\ATen\ops\multiply_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0806616Z copying torch\include\ATen\ops\multi_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0813089Z copying torch\include\ATen\ops\multi_margin_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0819712Z 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:35:04.0826346Z 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:35:04.0832910Z copying torch\include\ATen\ops\multi_margin_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0839303Z copying torch\include\ATen\ops\multi_margin_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0849411Z copying torch\include\ATen\ops\multi_margin_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0855814Z copying torch\include\ATen\ops\multi_margin_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0862301Z copying torch\include\ATen\ops\multi_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0868882Z copying torch\include\ATen\ops\multi_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0875502Z copying torch\include\ATen\ops\mul_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0882225Z copying torch\include\ATen\ops\mul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0888486Z copying torch\include\ATen\ops\mul_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0894854Z copying torch\include\ATen\ops\mul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0901142Z copying torch\include\ATen\ops\mul_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0906992Z copying torch\include\ATen\ops\mul_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0914001Z copying torch\include\ATen\ops\mul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0920420Z copying torch\include\ATen\ops\mul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0926574Z copying torch\include\ATen\ops\mv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0932631Z copying torch\include\ATen\ops\mvlgamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0939021Z copying torch\include\ATen\ops\mvlgamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0945272Z copying torch\include\ATen\ops\mvlgamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0951749Z copying torch\include\ATen\ops\mvlgamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0958001Z copying torch\include\ATen\ops\mvlgamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0964611Z copying torch\include\ATen\ops\mvlgamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0971220Z copying torch\include\ATen\ops\mv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.0977225Z copying torch\include\ATen\ops\mv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1001800Z copying torch\include\ATen\ops\mv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1007718Z copying torch\include\ATen\ops\nanmean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1014068Z copying torch\include\ATen\ops\nanmean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1020211Z copying torch\include\ATen\ops\nanmean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1026478Z copying torch\include\ATen\ops\nanmean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1033249Z copying torch\include\ATen\ops\nanmedian.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1040433Z copying torch\include\ATen\ops\nanmedian_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1046662Z copying torch\include\ATen\ops\nanmedian_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1052784Z copying torch\include\ATen\ops\nanmedian_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1059116Z copying torch\include\ATen\ops\nanmedian_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1065653Z copying torch\include\ATen\ops\nanmedian_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1072007Z copying torch\include\ATen\ops\nanmedian_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1078528Z copying torch\include\ATen\ops\nanquantile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1085306Z copying torch\include\ATen\ops\nanquantile_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1091535Z copying torch\include\ATen\ops\nanquantile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1097888Z copying torch\include\ATen\ops\nanquantile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1104257Z copying torch\include\ATen\ops\nansum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1110449Z copying torch\include\ATen\ops\nansum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1116749Z copying torch\include\ATen\ops\nansum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1123440Z copying torch\include\ATen\ops\nansum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1129888Z copying torch\include\ATen\ops\nansum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1136364Z copying torch\include\ATen\ops\nan_to_num.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1142956Z copying torch\include\ATen\ops\nan_to_num_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1149172Z copying torch\include\ATen\ops\nan_to_num_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1155573Z copying torch\include\ATen\ops\nan_to_num_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1162511Z copying torch\include\ATen\ops\nan_to_num_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1168954Z copying torch\include\ATen\ops\nan_to_num_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1175506Z copying torch\include\ATen\ops\narrow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1181739Z copying torch\include\ATen\ops\narrow_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1188049Z copying torch\include\ATen\ops\narrow_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1194829Z copying torch\include\ATen\ops\narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1201247Z copying torch\include\ATen\ops\narrow_copy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1207562Z copying torch\include\ATen\ops\narrow_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1213852Z copying torch\include\ATen\ops\narrow_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1220598Z copying torch\include\ATen\ops\narrow_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1226966Z copying torch\include\ATen\ops\narrow_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1233459Z copying torch\include\ATen\ops\native_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1240529Z copying torch\include\ATen\ops\native_batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1247512Z 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:35:04.1255292Z 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:35:04.1262377Z 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:35:04.1270044Z copying torch\include\ATen\ops\native_batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1277676Z copying torch\include\ATen\ops\native_batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1285590Z copying torch\include\ATen\ops\native_batch_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1292127Z copying torch\include\ATen\ops\native_batch_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1298863Z copying torch\include\ATen\ops\native_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1305482Z copying torch\include\ATen\ops\native_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1312344Z copying torch\include\ATen\ops\native_channel_shuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1319196Z copying torch\include\ATen\ops\native_channel_shuffle_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1325994Z copying torch\include\ATen\ops\native_channel_shuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1332705Z copying torch\include\ATen\ops\native_channel_shuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1339439Z copying torch\include\ATen\ops\native_channel_shuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1345994Z copying torch\include\ATen\ops\native_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1352662Z copying torch\include\ATen\ops\native_dropout_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1359688Z copying torch\include\ATen\ops\native_dropout_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1366396Z copying torch\include\ATen\ops\native_dropout_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1373002Z copying torch\include\ATen\ops\native_dropout_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1379612Z copying torch\include\ATen\ops\native_dropout_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1386001Z copying torch\include\ATen\ops\native_dropout_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1394308Z copying torch\include\ATen\ops\native_dropout_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1400832Z copying torch\include\ATen\ops\native_dropout_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1407467Z copying torch\include\ATen\ops\native_dropout_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1413969Z copying torch\include\ATen\ops\native_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1420421Z copying torch\include\ATen\ops\native_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1427035Z copying torch\include\ATen\ops\native_group_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1433777Z copying torch\include\ATen\ops\native_group_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1441248Z 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:35:04.1447763Z 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:35:04.1454329Z 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:35:04.1460862Z copying torch\include\ATen\ops\native_group_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1467724Z copying torch\include\ATen\ops\native_group_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1474534Z copying torch\include\ATen\ops\native_group_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1481326Z copying torch\include\ATen\ops\native_group_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1487875Z copying torch\include\ATen\ops\native_group_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1498729Z copying torch\include\ATen\ops\native_group_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1505222Z copying torch\include\ATen\ops\native_group_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1512074Z copying torch\include\ATen\ops\native_layer_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1518667Z copying torch\include\ATen\ops\native_layer_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1526041Z 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:35:04.1532678Z 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:35:04.1539398Z 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:35:04.1545847Z copying torch\include\ATen\ops\native_layer_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1552291Z copying torch\include\ATen\ops\native_layer_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1559034Z copying torch\include\ATen\ops\native_layer_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1565778Z copying torch\include\ATen\ops\native_layer_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1572359Z copying torch\include\ATen\ops\native_layer_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1578808Z copying torch\include\ATen\ops\native_layer_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1585190Z copying torch\include\ATen\ops\native_layer_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1591333Z copying torch\include\ATen\ops\native_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1611973Z copying torch\include\ATen\ops\native_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1618399Z copying torch\include\ATen\ops\native_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1624907Z copying torch\include\ATen\ops\native_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1631405Z copying torch\include\ATen\ops\ne.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1637983Z copying torch\include\ATen\ops\neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1644378Z copying torch\include\ATen\ops\negative.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1650947Z copying torch\include\ATen\ops\negative_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1657264Z copying torch\include\ATen\ops\negative_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1663765Z copying torch\include\ATen\ops\negative_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1670752Z copying torch\include\ATen\ops\neg_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1677037Z copying torch\include\ATen\ops\neg_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1683602Z copying torch\include\ATen\ops\neg_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1689910Z copying torch\include\ATen\ops\neg_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1696140Z copying torch\include\ATen\ops\neg_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1702504Z copying torch\include\ATen\ops\neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1709519Z copying torch\include\ATen\ops\neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1715851Z copying torch\include\ATen\ops\nested_to_padded_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1722934Z 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:35:04.1729823Z copying torch\include\ATen\ops\nested_to_padded_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1736678Z copying torch\include\ATen\ops\nested_to_padded_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1743760Z copying torch\include\ATen\ops\new_empty.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1751073Z copying torch\include\ATen\ops\new_empty_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1758604Z copying torch\include\ATen\ops\new_empty_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1766800Z copying torch\include\ATen\ops\new_empty_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1773837Z copying torch\include\ATen\ops\new_empty_strided.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1780871Z copying torch\include\ATen\ops\new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1787520Z copying torch\include\ATen\ops\new_empty_strided_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1794070Z copying torch\include\ATen\ops\new_empty_strided_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1800611Z copying torch\include\ATen\ops\new_empty_strided_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1807021Z copying torch\include\ATen\ops\new_full.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1813759Z copying torch\include\ATen\ops\new_full_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1819923Z copying torch\include\ATen\ops\new_full_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1826498Z copying torch\include\ATen\ops\new_full_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1832782Z copying torch\include\ATen\ops\new_ones.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1839242Z copying torch\include\ATen\ops\new_ones_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1845714Z copying torch\include\ATen\ops\new_ones_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1852013Z copying torch\include\ATen\ops\new_ones_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1858687Z copying torch\include\ATen\ops\new_zeros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1865369Z copying torch\include\ATen\ops\new_zeros_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1872039Z copying torch\include\ATen\ops\new_zeros_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1878737Z copying torch\include\ATen\ops\new_zeros_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1885059Z copying torch\include\ATen\ops\nextafter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1891769Z copying torch\include\ATen\ops\nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1898000Z copying torch\include\ATen\ops\nextafter_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1904646Z copying torch\include\ATen\ops\nextafter_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1911563Z copying torch\include\ATen\ops\nextafter_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1918213Z copying torch\include\ATen\ops\nextafter_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1950871Z copying torch\include\ATen\ops\nextafter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1952044Z copying torch\include\ATen\ops\nextafter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1953428Z copying torch\include\ATen\ops\ne_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1954798Z copying torch\include\ATen\ops\ne_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1955962Z copying torch\include\ATen\ops\ne_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1957235Z copying torch\include\ATen\ops\ne_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1963599Z copying torch\include\ATen\ops\ne_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1969811Z copying torch\include\ATen\ops\ne_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1976249Z copying torch\include\ATen\ops\ne_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1982401Z copying torch\include\ATen\ops\nll_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1988322Z copying torch\include\ATen\ops\nll_loss2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.1994773Z copying torch\include\ATen\ops\nll_loss2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2001312Z copying torch\include\ATen\ops\nll_loss2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2008075Z copying torch\include\ATen\ops\nll_loss2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2014641Z copying torch\include\ATen\ops\nll_loss2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2021108Z copying torch\include\ATen\ops\nll_loss2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2027758Z copying torch\include\ATen\ops\nll_loss2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2034142Z copying torch\include\ATen\ops\nll_loss2d_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2049464Z copying torch\include\ATen\ops\nll_loss2d_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2056049Z copying torch\include\ATen\ops\nll_loss2d_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2063480Z copying torch\include\ATen\ops\nll_loss2d_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2070129Z copying torch\include\ATen\ops\nll_loss2d_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2076516Z copying torch\include\ATen\ops\nll_loss2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2087042Z copying torch\include\ATen\ops\nll_loss2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2093718Z copying torch\include\ATen\ops\nll_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2100929Z copying torch\include\ATen\ops\nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2107737Z copying torch\include\ATen\ops\nll_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2114999Z copying torch\include\ATen\ops\nll_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2125355Z copying torch\include\ATen\ops\nll_loss_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2132111Z copying torch\include\ATen\ops\nll_loss_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2138781Z copying torch\include\ATen\ops\nll_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2145435Z copying torch\include\ATen\ops\nll_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2152229Z copying torch\include\ATen\ops\nll_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2158949Z copying torch\include\ATen\ops\nll_loss_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2166189Z copying torch\include\ATen\ops\nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2172785Z copying torch\include\ATen\ops\nll_loss_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2179482Z copying torch\include\ATen\ops\nll_loss_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2186092Z copying torch\include\ATen\ops\nll_loss_forward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2192919Z copying torch\include\ATen\ops\nll_loss_forward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2199833Z copying torch\include\ATen\ops\nll_loss_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2206871Z copying torch\include\ATen\ops\nll_loss_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2213498Z copying torch\include\ATen\ops\nll_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2219867Z copying torch\include\ATen\ops\nll_loss_nd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2227709Z copying torch\include\ATen\ops\nll_loss_nd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2234403Z copying torch\include\ATen\ops\nll_loss_nd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2241791Z copying torch\include\ATen\ops\nll_loss_nd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2248700Z copying torch\include\ATen\ops\nll_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2255308Z copying torch\include\ATen\ops\nonzero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2261733Z copying torch\include\ATen\ops\nonzero_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2268109Z copying torch\include\ATen\ops\nonzero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2274606Z copying torch\include\ATen\ops\nonzero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2281244Z copying torch\include\ATen\ops\nonzero_numpy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2287966Z copying torch\include\ATen\ops\nonzero_numpy_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2294796Z copying torch\include\ATen\ops\nonzero_numpy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2301206Z copying torch\include\ATen\ops\nonzero_numpy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2307638Z copying torch\include\ATen\ops\nonzero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2314054Z copying torch\include\ATen\ops\nonzero_static.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2320600Z copying torch\include\ATen\ops\nonzero_static_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2327288Z copying torch\include\ATen\ops\nonzero_static_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2333740Z copying torch\include\ATen\ops\nonzero_static_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2340128Z copying torch\include\ATen\ops\norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2346226Z copying torch\include\ATen\ops\normal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2356920Z copying torch\include\ATen\ops\normal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2366145Z copying torch\include\ATen\ops\normal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2372568Z copying torch\include\ATen\ops\normal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2379292Z copying torch\include\ATen\ops\normal_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2386387Z copying torch\include\ATen\ops\normal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2392428Z copying torch\include\ATen\ops\normal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2399510Z copying torch\include\ATen\ops\norm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2406432Z copying torch\include\ATen\ops\norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2413434Z copying torch\include\ATen\ops\norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2419722Z copying torch\include\ATen\ops\norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2426124Z copying torch\include\ATen\ops\norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2432625Z copying torch\include\ATen\ops\norm_except_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2439898Z copying torch\include\ATen\ops\norm_except_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2446152Z copying torch\include\ATen\ops\norm_except_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2452214Z copying torch\include\ATen\ops\norm_except_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2458437Z copying torch\include\ATen\ops\norm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2464923Z copying torch\include\ATen\ops\norm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2471438Z copying torch\include\ATen\ops\norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2478149Z copying torch\include\ATen\ops\norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2484986Z copying torch\include\ATen\ops\not_equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2499866Z copying torch\include\ATen\ops\not_equal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2510224Z copying torch\include\ATen\ops\not_equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2517397Z copying torch\include\ATen\ops\not_equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2524561Z copying torch\include\ATen\ops\nuclear_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2531964Z copying torch\include\ATen\ops\nuclear_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2538375Z copying torch\include\ATen\ops\nuclear_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2545027Z copying torch\include\ATen\ops\nuclear_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2551893Z copying torch\include\ATen\ops\numpy_T.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2558314Z copying torch\include\ATen\ops\numpy_T_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2565174Z copying torch\include\ATen\ops\numpy_T_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2571026Z copying torch\include\ATen\ops\numpy_T_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2577418Z copying torch\include\ATen\ops\ones.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2583850Z copying torch\include\ATen\ops\ones_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2590071Z copying torch\include\ATen\ops\ones_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2597146Z copying torch\include\ATen\ops\ones_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2603437Z copying torch\include\ATen\ops\ones_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2610047Z copying torch\include\ATen\ops\ones_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2616520Z copying torch\include\ATen\ops\ones_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2622880Z copying torch\include\ATen\ops\ones_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2628906Z copying torch\include\ATen\ops\one_hot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2635549Z copying torch\include\ATen\ops\one_hot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2641827Z copying torch\include\ATen\ops\one_hot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2647861Z copying torch\include\ATen\ops\one_hot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2654110Z copying torch\include\ATen\ops\or.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2660151Z copying torch\include\ATen\ops\orgqr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2666779Z copying torch\include\ATen\ops\orgqr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2672878Z copying torch\include\ATen\ops\orgqr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2679255Z copying torch\include\ATen\ops\orgqr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2685632Z copying torch\include\ATen\ops\ormqr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2691805Z copying torch\include\ATen\ops\ormqr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2698123Z copying torch\include\ATen\ops\ormqr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2704372Z copying torch\include\ATen\ops\ormqr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2710583Z copying torch\include\ATen\ops\ormqr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2717231Z copying torch\include\ATen\ops\or_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2723598Z copying torch\include\ATen\ops\or_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2729809Z copying torch\include\ATen\ops\or_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2742912Z copying torch\include\ATen\ops\outer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2749516Z copying torch\include\ATen\ops\outer_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2755740Z copying torch\include\ATen\ops\outer_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2762201Z copying torch\include\ATen\ops\outer_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2768613Z copying torch\include\ATen\ops\output_nr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2775114Z copying torch\include\ATen\ops\output_nr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2782445Z copying torch\include\ATen\ops\output_nr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2788609Z copying torch\include\ATen\ops\output_nr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2795376Z copying torch\include\ATen\ops\pad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2802602Z copying torch\include\ATen\ops\pad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2813358Z copying torch\include\ATen\ops\pad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2820372Z copying torch\include\ATen\ops\pad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2827319Z copying torch\include\ATen\ops\pad_sequence.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2834662Z copying torch\include\ATen\ops\pad_sequence_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2841771Z copying torch\include\ATen\ops\pad_sequence_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2848545Z copying torch\include\ATen\ops\pad_sequence_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2856149Z copying torch\include\ATen\ops\pairwise_distance.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2862998Z copying torch\include\ATen\ops\pairwise_distance_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2869896Z copying torch\include\ATen\ops\pairwise_distance_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2876239Z copying torch\include\ATen\ops\pairwise_distance_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2882702Z copying torch\include\ATen\ops\pdist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2889322Z copying torch\include\ATen\ops\pdist_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2895647Z copying torch\include\ATen\ops\pdist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2901898Z copying torch\include\ATen\ops\pdist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2908105Z copying torch\include\ATen\ops\permute.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2918539Z copying torch\include\ATen\ops\permute_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2924787Z copying torch\include\ATen\ops\permute_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2931724Z copying torch\include\ATen\ops\permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2938552Z copying torch\include\ATen\ops\permute_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2944827Z copying torch\include\ATen\ops\permute_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2951410Z copying torch\include\ATen\ops\permute_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2958465Z copying torch\include\ATen\ops\permute_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2964718Z copying torch\include\ATen\ops\permute_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2970962Z copying torch\include\ATen\ops\pinverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2977139Z copying torch\include\ATen\ops\pinverse_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2983724Z copying torch\include\ATen\ops\pinverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2990129Z copying torch\include\ATen\ops\pinverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.2996752Z copying torch\include\ATen\ops\pin_memory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3003686Z copying torch\include\ATen\ops\pin_memory_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3010150Z copying torch\include\ATen\ops\pin_memory_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3016657Z copying torch\include\ATen\ops\pin_memory_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3023647Z copying torch\include\ATen\ops\pixel_shuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3032205Z copying torch\include\ATen\ops\pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3039758Z copying torch\include\ATen\ops\pixel_shuffle_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3047306Z copying torch\include\ATen\ops\pixel_shuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3058051Z copying torch\include\ATen\ops\pixel_shuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3064719Z copying torch\include\ATen\ops\pixel_shuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3071414Z copying torch\include\ATen\ops\pixel_unshuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3078537Z copying torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3085688Z copying torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3092919Z copying torch\include\ATen\ops\pixel_unshuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3099568Z copying torch\include\ATen\ops\pixel_unshuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3106015Z copying torch\include\ATen\ops\pixel_unshuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3112419Z copying torch\include\ATen\ops\poisson.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3118805Z copying torch\include\ATen\ops\poisson_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3125458Z copying torch\include\ATen\ops\poisson_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3132124Z copying torch\include\ATen\ops\poisson_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3138457Z copying torch\include\ATen\ops\poisson_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3145061Z copying torch\include\ATen\ops\poisson_nll_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3151884Z copying torch\include\ATen\ops\poisson_nll_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3158324Z copying torch\include\ATen\ops\poisson_nll_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3164831Z copying torch\include\ATen\ops\poisson_nll_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3171327Z copying torch\include\ATen\ops\poisson_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3177703Z copying torch\include\ATen\ops\polar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3183988Z copying torch\include\ATen\ops\polar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3190449Z copying torch\include\ATen\ops\polar_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3197079Z copying torch\include\ATen\ops\polar_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3204650Z copying torch\include\ATen\ops\polar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3211884Z copying torch\include\ATen\ops\polar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3219008Z copying torch\include\ATen\ops\polygamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3227380Z copying torch\include\ATen\ops\polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3234871Z copying torch\include\ATen\ops\polygamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3243097Z copying torch\include\ATen\ops\polygamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3250504Z copying torch\include\ATen\ops\polygamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3257086Z copying torch\include\ATen\ops\polygamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3264245Z copying torch\include\ATen\ops\polygamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3271166Z copying torch\include\ATen\ops\polygamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3277665Z copying torch\include\ATen\ops\polygamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3284947Z copying torch\include\ATen\ops\positive.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3291266Z copying torch\include\ATen\ops\positive_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3297614Z copying torch\include\ATen\ops\positive_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3304297Z copying torch\include\ATen\ops\positive_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3310810Z copying torch\include\ATen\ops\pow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3317774Z copying torch\include\ATen\ops\pow_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3330738Z copying torch\include\ATen\ops\pow_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3337176Z copying torch\include\ATen\ops\pow_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3343453Z copying torch\include\ATen\ops\pow_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3350055Z copying torch\include\ATen\ops\pow_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3356502Z copying torch\include\ATen\ops\pow_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3362918Z copying torch\include\ATen\ops\pow_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3369187Z copying torch\include\ATen\ops\prelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3375933Z copying torch\include\ATen\ops\prelu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3382638Z copying torch\include\ATen\ops\prelu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3388856Z copying torch\include\ATen\ops\prelu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3395028Z copying torch\include\ATen\ops\prod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3423018Z copying torch\include\ATen\ops\prod_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3429538Z copying torch\include\ATen\ops\prod_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3436503Z copying torch\include\ATen\ops\prod_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3443503Z copying torch\include\ATen\ops\prod_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3450721Z copying torch\include\ATen\ops\prod_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3457674Z copying torch\include\ATen\ops\prod_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3464741Z copying torch\include\ATen\ops\prod_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3471703Z copying torch\include\ATen\ops\prod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3478383Z copying torch\include\ATen\ops\prod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3485076Z copying torch\include\ATen\ops\promote_types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3491938Z copying torch\include\ATen\ops\promote_types_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3498962Z copying torch\include\ATen\ops\promote_types_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3505909Z copying torch\include\ATen\ops\promote_types_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3513410Z copying torch\include\ATen\ops\put.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3521087Z copying torch\include\ATen\ops\put_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3527727Z copying torch\include\ATen\ops\put_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3534807Z copying torch\include\ATen\ops\put_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3541778Z copying torch\include\ATen\ops\put_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3547959Z copying torch\include\ATen\ops\put_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3554504Z copying torch\include\ATen\ops\put_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3560685Z copying torch\include\ATen\ops\qr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3567563Z copying torch\include\ATen\ops\qr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3573736Z copying torch\include\ATen\ops\qr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3580684Z copying torch\include\ATen\ops\qr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3586655Z copying torch\include\ATen\ops\qscheme.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3592500Z copying torch\include\ATen\ops\qscheme_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3598615Z copying torch\include\ATen\ops\qscheme_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3605355Z copying torch\include\ATen\ops\quantile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3611682Z copying torch\include\ATen\ops\quantile_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3617989Z copying torch\include\ATen\ops\quantile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3624303Z copying torch\include\ATen\ops\quantile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3630754Z copying torch\include\ATen\ops\quantized_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3637535Z copying torch\include\ATen\ops\quantized_batch_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3644006Z copying torch\include\ATen\ops\quantized_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3650428Z copying torch\include\ATen\ops\quantized_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3656936Z copying torch\include\ATen\ops\quantized_gru_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3664468Z copying torch\include\ATen\ops\quantized_gru_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3670664Z copying torch\include\ATen\ops\quantized_gru_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3677080Z copying torch\include\ATen\ops\quantized_gru_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3683457Z copying torch\include\ATen\ops\quantized_lstm_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3690197Z copying torch\include\ATen\ops\quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3696557Z copying torch\include\ATen\ops\quantized_lstm_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3703123Z copying torch\include\ATen\ops\quantized_lstm_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3709524Z copying torch\include\ATen\ops\quantized_max_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3716381Z copying torch\include\ATen\ops\quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3722943Z copying torch\include\ATen\ops\quantized_max_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3729337Z copying torch\include\ATen\ops\quantized_max_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3735784Z copying torch\include\ATen\ops\quantized_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3742509Z copying torch\include\ATen\ops\quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3749044Z copying torch\include\ATen\ops\quantized_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3755574Z copying torch\include\ATen\ops\quantized_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3762475Z copying torch\include\ATen\ops\quantized_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3769922Z copying torch\include\ATen\ops\quantized_max_pool3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3776505Z copying torch\include\ATen\ops\quantized_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3783907Z copying torch\include\ATen\ops\quantized_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3791675Z copying torch\include\ATen\ops\quantized_rnn_relu_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3799734Z 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:35:04.3806849Z copying torch\include\ATen\ops\quantized_rnn_relu_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3814093Z copying torch\include\ATen\ops\quantized_rnn_relu_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3821373Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3828431Z 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:35:04.3835271Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3841995Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3848529Z copying torch\include\ATen\ops\quantize_per_channel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3855431Z copying torch\include\ATen\ops\quantize_per_channel_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3861878Z copying torch\include\ATen\ops\quantize_per_channel_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3868507Z copying torch\include\ATen\ops\quantize_per_channel_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3875267Z copying torch\include\ATen\ops\quantize_per_channel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3881721Z copying torch\include\ATen\ops\quantize_per_channel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3888104Z copying torch\include\ATen\ops\quantize_per_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3895159Z copying torch\include\ATen\ops\quantize_per_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3901700Z copying torch\include\ATen\ops\quantize_per_tensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3908197Z copying torch\include\ATen\ops\quantize_per_tensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3914979Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3922004Z 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:35:04.3928598Z 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:35:04.3935195Z 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:35:04.3941790Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3948493Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3955090Z copying torch\include\ATen\ops\quantize_per_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3961740Z copying torch\include\ATen\ops\quantize_per_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3968075Z copying torch\include\ATen\ops\q_per_channel_axis.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3974826Z copying torch\include\ATen\ops\q_per_channel_axis_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3980898Z copying torch\include\ATen\ops\q_per_channel_axis_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3987137Z copying torch\include\ATen\ops\q_per_channel_scales.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.3994650Z 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:35:04.4001118Z copying torch\include\ATen\ops\q_per_channel_scales_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4008039Z copying torch\include\ATen\ops\q_per_channel_scales_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4014537Z copying torch\include\ATen\ops\q_per_channel_zero_points.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4021475Z 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:35:04.4027877Z 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:35:04.4034524Z 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:35:04.4041119Z copying torch\include\ATen\ops\q_scale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4053674Z copying torch\include\ATen\ops\q_scale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4060385Z copying torch\include\ATen\ops\q_scale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4066844Z copying torch\include\ATen\ops\q_zero_point.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4073242Z copying torch\include\ATen\ops\q_zero_point_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4079448Z copying torch\include\ATen\ops\q_zero_point_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4085936Z copying torch\include\ATen\ops\rad2deg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4093088Z copying torch\include\ATen\ops\rad2deg_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4099325Z copying torch\include\ATen\ops\rad2deg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4105598Z copying torch\include\ATen\ops\rad2deg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4111860Z copying torch\include\ATen\ops\rand.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4118418Z copying torch\include\ATen\ops\randint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4125242Z copying torch\include\ATen\ops\randint_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4131525Z copying torch\include\ATen\ops\randint_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4138366Z copying torch\include\ATen\ops\randint_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4144810Z copying torch\include\ATen\ops\randint_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4151246Z copying torch\include\ATen\ops\randint_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4158386Z copying torch\include\ATen\ops\randint_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4164692Z copying torch\include\ATen\ops\randint_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4171184Z copying torch\include\ATen\ops\randn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4178171Z copying torch\include\ATen\ops\randn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4184862Z copying torch\include\ATen\ops\randn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4191425Z copying torch\include\ATen\ops\randn_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4198324Z copying torch\include\ATen\ops\randn_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4205306Z copying torch\include\ATen\ops\randn_like_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4211782Z copying torch\include\ATen\ops\randn_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4218389Z copying torch\include\ATen\ops\randn_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4224759Z copying torch\include\ATen\ops\randn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4262144Z copying torch\include\ATen\ops\randn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4269509Z copying torch\include\ATen\ops\random.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4276808Z copying torch\include\ATen\ops\random_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4283791Z copying torch\include\ATen\ops\random_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4290253Z copying torch\include\ATen\ops\random_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4296781Z copying torch\include\ATen\ops\random_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4303373Z copying torch\include\ATen\ops\random_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4309840Z copying torch\include\ATen\ops\random_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4316238Z copying torch\include\ATen\ops\randperm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4323173Z copying torch\include\ATen\ops\randperm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4329501Z copying torch\include\ATen\ops\randperm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4336062Z copying torch\include\ATen\ops\randperm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4342474Z copying torch\include\ATen\ops\randperm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4348729Z copying torch\include\ATen\ops\randperm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4355372Z copying torch\include\ATen\ops\rand_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4361988Z copying torch\include\ATen\ops\rand_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4368414Z copying torch\include\ATen\ops\rand_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4375081Z copying torch\include\ATen\ops\rand_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4381340Z copying torch\include\ATen\ops\rand_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4387617Z copying torch\include\ATen\ops\rand_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4394132Z copying torch\include\ATen\ops\rand_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4400511Z copying torch\include\ATen\ops\rand_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4406694Z copying torch\include\ATen\ops\range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4412858Z copying torch\include\ATen\ops\range_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4418899Z copying torch\include\ATen\ops\range_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4425369Z copying torch\include\ATen\ops\range_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4431859Z copying torch\include\ATen\ops\range_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4438398Z copying torch\include\ATen\ops\range_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4445077Z copying torch\include\ATen\ops\range_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4451528Z copying torch\include\ATen\ops\ravel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4457819Z copying torch\include\ATen\ops\ravel_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4464704Z copying torch\include\ATen\ops\ravel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4470923Z copying torch\include\ATen\ops\ravel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4477096Z copying torch\include\ATen\ops\real.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4483376Z copying torch\include\ATen\ops\real_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4489759Z copying torch\include\ATen\ops\real_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4496412Z copying torch\include\ATen\ops\real_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4502711Z copying torch\include\ATen\ops\reciprocal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4509502Z copying torch\include\ATen\ops\reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4515886Z copying torch\include\ATen\ops\reciprocal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4522478Z copying torch\include\ATen\ops\reciprocal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4529123Z copying torch\include\ATen\ops\reciprocal_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4535870Z copying torch\include\ATen\ops\reciprocal_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4542454Z copying torch\include\ATen\ops\reciprocal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4548969Z copying torch\include\ATen\ops\reciprocal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4555640Z copying torch\include\ATen\ops\record_stream.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4562385Z copying torch\include\ATen\ops\record_stream_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4569393Z copying torch\include\ATen\ops\record_stream_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4576285Z copying torch\include\ATen\ops\record_stream_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4583017Z copying torch\include\ATen\ops\refine_names.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4589765Z copying torch\include\ATen\ops\refine_names_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4596217Z copying torch\include\ATen\ops\refine_names_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4602643Z copying torch\include\ATen\ops\refine_names_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4609157Z copying torch\include\ATen\ops\reflection_pad1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4616426Z copying torch\include\ATen\ops\reflection_pad1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4624126Z copying torch\include\ATen\ops\reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4631257Z copying torch\include\ATen\ops\reflection_pad1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4638367Z copying torch\include\ATen\ops\reflection_pad1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4645951Z copying torch\include\ATen\ops\reflection_pad1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4653040Z copying torch\include\ATen\ops\reflection_pad1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4660103Z copying torch\include\ATen\ops\reflection_pad1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4667329Z copying torch\include\ATen\ops\reflection_pad1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4675636Z copying torch\include\ATen\ops\reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4683008Z copying torch\include\ATen\ops\reflection_pad1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4690614Z copying torch\include\ATen\ops\reflection_pad1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4698808Z copying torch\include\ATen\ops\reflection_pad1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4706485Z copying torch\include\ATen\ops\reflection_pad1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4713448Z copying torch\include\ATen\ops\reflection_pad1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4720797Z copying torch\include\ATen\ops\reflection_pad1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4728244Z copying torch\include\ATen\ops\reflection_pad2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4735657Z copying torch\include\ATen\ops\reflection_pad2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4743154Z copying torch\include\ATen\ops\reflection_pad2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4751280Z copying torch\include\ATen\ops\reflection_pad2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4758231Z copying torch\include\ATen\ops\reflection_pad2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4765572Z copying torch\include\ATen\ops\reflection_pad2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4773465Z copying torch\include\ATen\ops\reflection_pad2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4779999Z copying torch\include\ATen\ops\reflection_pad2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4786641Z copying torch\include\ATen\ops\reflection_pad2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4793844Z copying torch\include\ATen\ops\reflection_pad2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4800253Z copying torch\include\ATen\ops\reflection_pad3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4806938Z copying torch\include\ATen\ops\reflection_pad3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4814161Z copying torch\include\ATen\ops\reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4820717Z copying torch\include\ATen\ops\reflection_pad3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4827421Z copying torch\include\ATen\ops\reflection_pad3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4834134Z copying torch\include\ATen\ops\reflection_pad3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4841161Z copying torch\include\ATen\ops\reflection_pad3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4847728Z copying torch\include\ATen\ops\reflection_pad3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4854423Z copying torch\include\ATen\ops\reflection_pad3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4861595Z copying torch\include\ATen\ops\reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4867903Z copying torch\include\ATen\ops\reflection_pad3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4874835Z copying torch\include\ATen\ops\reflection_pad3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4881398Z copying torch\include\ATen\ops\reflection_pad3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4887955Z copying torch\include\ATen\ops\reflection_pad3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4894539Z copying torch\include\ATen\ops\reflection_pad3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4901669Z copying torch\include\ATen\ops\reflection_pad3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4908320Z copying torch\include\ATen\ops\relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4914417Z copying torch\include\ATen\ops\relu6.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4920969Z copying torch\include\ATen\ops\relu6_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4927494Z copying torch\include\ATen\ops\relu6_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4933617Z copying torch\include\ATen\ops\relu6_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4940611Z copying torch\include\ATen\ops\relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4946840Z copying torch\include\ATen\ops\relu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4953195Z copying torch\include\ATen\ops\relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4959585Z copying torch\include\ATen\ops\relu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4965944Z copying torch\include\ATen\ops\relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4972903Z copying torch\include\ATen\ops\relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4979077Z copying torch\include\ATen\ops\remainder.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4985957Z copying torch\include\ATen\ops\remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.4992400Z copying torch\include\ATen\ops\remainder_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5015311Z copying torch\include\ATen\ops\remainder_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5022102Z copying torch\include\ATen\ops\remainder_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5029817Z copying torch\include\ATen\ops\remainder_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5036844Z copying torch\include\ATen\ops\remainder_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5043503Z copying torch\include\ATen\ops\remainder_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5051120Z copying torch\include\ATen\ops\remainder_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5057837Z copying torch\include\ATen\ops\rename.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5064333Z copying torch\include\ATen\ops\rename_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5070666Z copying torch\include\ATen\ops\rename_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5077222Z copying torch\include\ATen\ops\rename_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5084474Z copying torch\include\ATen\ops\renorm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5091671Z copying torch\include\ATen\ops\renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5098063Z copying torch\include\ATen\ops\renorm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5105611Z copying torch\include\ATen\ops\renorm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5112048Z copying torch\include\ATen\ops\renorm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5118591Z copying torch\include\ATen\ops\renorm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5125382Z copying torch\include\ATen\ops\renorm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5132334Z copying torch\include\ATen\ops\renorm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5138800Z copying torch\include\ATen\ops\repeat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5145392Z copying torch\include\ATen\ops\repeat_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5151778Z copying torch\include\ATen\ops\repeat_interleave.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5158916Z copying torch\include\ATen\ops\repeat_interleave_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5165652Z copying torch\include\ATen\ops\repeat_interleave_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5172289Z copying torch\include\ATen\ops\repeat_interleave_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5178841Z copying torch\include\ATen\ops\repeat_interleave_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5185486Z copying torch\include\ATen\ops\repeat_interleave_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5192156Z copying torch\include\ATen\ops\repeat_interleave_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5198603Z copying torch\include\ATen\ops\repeat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5204877Z copying torch\include\ATen\ops\repeat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5211489Z copying torch\include\ATen\ops\replication_pad1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5217911Z copying torch\include\ATen\ops\replication_pad1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5225132Z copying torch\include\ATen\ops\replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5234948Z copying torch\include\ATen\ops\replication_pad1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5241922Z copying torch\include\ATen\ops\replication_pad1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5248502Z copying torch\include\ATen\ops\replication_pad1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5255114Z copying torch\include\ATen\ops\replication_pad1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5261772Z copying torch\include\ATen\ops\replication_pad1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5268724Z copying torch\include\ATen\ops\replication_pad1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5275609Z copying torch\include\ATen\ops\replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5282123Z copying torch\include\ATen\ops\replication_pad1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5288699Z copying torch\include\ATen\ops\replication_pad1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5295523Z copying torch\include\ATen\ops\replication_pad1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5302062Z copying torch\include\ATen\ops\replication_pad1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5308872Z copying torch\include\ATen\ops\replication_pad1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5315453Z copying torch\include\ATen\ops\replication_pad1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5322118Z copying torch\include\ATen\ops\replication_pad2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5329002Z copying torch\include\ATen\ops\replication_pad2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5335663Z copying torch\include\ATen\ops\replication_pad2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5342531Z copying torch\include\ATen\ops\replication_pad2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5348933Z copying torch\include\ATen\ops\replication_pad2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5355696Z copying torch\include\ATen\ops\replication_pad2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5362948Z copying torch\include\ATen\ops\replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5369412Z copying torch\include\ATen\ops\replication_pad2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5376127Z copying torch\include\ATen\ops\replication_pad2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5382681Z copying torch\include\ATen\ops\replication_pad2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5389418Z copying torch\include\ATen\ops\replication_pad2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5396090Z copying torch\include\ATen\ops\replication_pad2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5403135Z copying torch\include\ATen\ops\replication_pad2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5409615Z copying torch\include\ATen\ops\replication_pad3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5416575Z copying torch\include\ATen\ops\replication_pad3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5423309Z copying torch\include\ATen\ops\replication_pad3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5430338Z copying torch\include\ATen\ops\replication_pad3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5437121Z copying torch\include\ATen\ops\replication_pad3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5443918Z copying torch\include\ATen\ops\replication_pad3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5451234Z copying torch\include\ATen\ops\replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5458198Z copying torch\include\ATen\ops\replication_pad3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5465009Z copying torch\include\ATen\ops\replication_pad3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5471774Z copying torch\include\ATen\ops\replication_pad3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5478900Z copying torch\include\ATen\ops\replication_pad3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5485606Z copying torch\include\ATen\ops\replication_pad3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5492308Z copying torch\include\ATen\ops\replication_pad3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5499064Z copying torch\include\ATen\ops\requires_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5505776Z copying torch\include\ATen\ops\requires_grad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5512786Z copying torch\include\ATen\ops\requires_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5519426Z copying torch\include\ATen\ops\requires_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5525935Z copying torch\include\ATen\ops\reshape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5532154Z copying torch\include\ATen\ops\reshape_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5538905Z copying torch\include\ATen\ops\reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5545578Z copying torch\include\ATen\ops\reshape_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5553025Z copying torch\include\ATen\ops\reshape_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5559421Z copying torch\include\ATen\ops\reshape_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5571080Z copying torch\include\ATen\ops\reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5578018Z copying torch\include\ATen\ops\reshape_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5584403Z copying torch\include\ATen\ops\reshape_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5591024Z copying torch\include\ATen\ops\reshape_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5597773Z copying torch\include\ATen\ops\resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5604245Z copying torch\include\ATen\ops\resize_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5611291Z copying torch\include\ATen\ops\resize_as_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5617703Z copying torch\include\ATen\ops\resize_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5624444Z copying torch\include\ATen\ops\resize_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5631303Z copying torch\include\ATen\ops\resize_as_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5638482Z copying torch\include\ATen\ops\resize_as_sparse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5645328Z copying torch\include\ATen\ops\resize_as_sparse_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5652086Z copying torch\include\ATen\ops\resize_as_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5658827Z copying torch\include\ATen\ops\resize_as_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5665804Z copying torch\include\ATen\ops\resize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5672437Z copying torch\include\ATen\ops\resize_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5679113Z copying torch\include\ATen\ops\resize_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5685803Z copying torch\include\ATen\ops\resize_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5692715Z copying torch\include\ATen\ops\resize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5699246Z copying torch\include\ATen\ops\resize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5705924Z copying torch\include\ATen\ops\resolve_conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5712924Z copying torch\include\ATen\ops\resolve_conj_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5719483Z copying torch\include\ATen\ops\resolve_conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5725854Z copying torch\include\ATen\ops\resolve_conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5732545Z copying torch\include\ATen\ops\resolve_neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5739475Z copying torch\include\ATen\ops\resolve_neg_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5746227Z copying torch\include\ATen\ops\resolve_neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5752582Z copying torch\include\ATen\ops\resolve_neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5759382Z copying torch\include\ATen\ops\result_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5766460Z copying torch\include\ATen\ops\result_type_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5772862Z copying torch\include\ATen\ops\result_type_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5779297Z copying torch\include\ATen\ops\result_type_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5785932Z copying torch\include\ATen\ops\retains_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5792329Z copying torch\include\ATen\ops\retains_grad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5798664Z copying torch\include\ATen\ops\retains_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5805123Z copying torch\include\ATen\ops\retains_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5812118Z copying torch\include\ATen\ops\retain_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5818658Z copying torch\include\ATen\ops\retain_grad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5825020Z copying torch\include\ATen\ops\retain_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5831647Z copying torch\include\ATen\ops\retain_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5842168Z copying torch\include\ATen\ops\rms_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5848751Z copying torch\include\ATen\ops\rms_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5856022Z copying torch\include\ATen\ops\rms_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5863804Z copying torch\include\ATen\ops\rms_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5870975Z copying torch\include\ATen\ops\rnn_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5878111Z copying torch\include\ATen\ops\rnn_relu_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5885403Z copying torch\include\ATen\ops\rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5892423Z copying torch\include\ATen\ops\rnn_relu_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5898716Z copying torch\include\ATen\ops\rnn_relu_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5905570Z copying torch\include\ATen\ops\rnn_relu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5911986Z copying torch\include\ATen\ops\rnn_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5918845Z copying torch\include\ATen\ops\rnn_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5925337Z copying torch\include\ATen\ops\rnn_tanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5931793Z copying torch\include\ATen\ops\rnn_tanh_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5938834Z copying torch\include\ATen\ops\rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5945289Z copying torch\include\ATen\ops\rnn_tanh_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5951880Z copying torch\include\ATen\ops\rnn_tanh_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5958672Z copying torch\include\ATen\ops\rnn_tanh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5965058Z copying torch\include\ATen\ops\rnn_tanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5971488Z copying torch\include\ATen\ops\rnn_tanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5977834Z copying torch\include\ATen\ops\roll.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5984222Z copying torch\include\ATen\ops\roll_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5990524Z copying torch\include\ATen\ops\roll_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.5996850Z copying torch\include\ATen\ops\roll_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6003542Z copying torch\include\ATen\ops\roll_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6009660Z copying torch\include\ATen\ops\roll_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6015954Z copying torch\include\ATen\ops\rot90.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6022528Z copying torch\include\ATen\ops\rot90_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6028980Z copying torch\include\ATen\ops\rot90_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6035203Z copying torch\include\ATen\ops\rot90_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6041655Z copying torch\include\ATen\ops\round.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6048158Z copying torch\include\ATen\ops\round_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6054270Z copying torch\include\ATen\ops\round_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6060647Z copying torch\include\ATen\ops\round_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6067130Z copying torch\include\ATen\ops\round_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6073629Z copying torch\include\ATen\ops\round_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6080000Z copying torch\include\ATen\ops\round_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6086685Z copying torch\include\ATen\ops\round_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6093102Z copying torch\include\ATen\ops\row_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6099664Z copying torch\include\ATen\ops\row_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6105967Z copying torch\include\ATen\ops\row_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6112817Z copying torch\include\ATen\ops\row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6119580Z copying torch\include\ATen\ops\row_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6126177Z copying torch\include\ATen\ops\row_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6133089Z copying torch\include\ATen\ops\row_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6139718Z copying torch\include\ATen\ops\row_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6146128Z copying torch\include\ATen\ops\row_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6152535Z copying torch\include\ATen\ops\row_stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6159543Z copying torch\include\ATen\ops\row_stack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6166396Z copying torch\include\ATen\ops\row_stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6172672Z copying torch\include\ATen\ops\row_stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6179063Z copying torch\include\ATen\ops\rrelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6189028Z copying torch\include\ATen\ops\rrelu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6194526Z copying torch\include\ATen\ops\rrelu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6200861Z copying torch\include\ATen\ops\rrelu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6207582Z copying torch\include\ATen\ops\rrelu_with_noise.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6214380Z copying torch\include\ATen\ops\rrelu_with_noise_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6246124Z 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:35:04.6253267Z copying torch\include\ATen\ops\rrelu_with_noise_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6259974Z copying torch\include\ATen\ops\rrelu_with_noise_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6267903Z copying torch\include\ATen\ops\rrelu_with_noise_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6276012Z copying torch\include\ATen\ops\rrelu_with_noise_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6283901Z copying torch\include\ATen\ops\rrelu_with_noise_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6290365Z copying torch\include\ATen\ops\rrelu_with_noise_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6297055Z copying torch\include\ATen\ops\rrelu_with_noise_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6303638Z copying torch\include\ATen\ops\rshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6310217Z copying torch\include\ATen\ops\rshift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6316637Z copying torch\include\ATen\ops\rshift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6323363Z copying torch\include\ATen\ops\rshift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6329830Z copying torch\include\ATen\ops\rshift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6336438Z copying torch\include\ATen\ops\rshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6342924Z copying torch\include\ATen\ops\rshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6349388Z copying torch\include\ATen\ops\rsqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6356228Z copying torch\include\ATen\ops\rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6362244Z copying torch\include\ATen\ops\rsqrt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6368847Z copying torch\include\ATen\ops\rsqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6375399Z copying torch\include\ATen\ops\rsqrt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6382943Z copying torch\include\ATen\ops\rsqrt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6389344Z copying torch\include\ATen\ops\rsqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6395725Z copying torch\include\ATen\ops\rsqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6402243Z copying torch\include\ATen\ops\rsub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6408700Z copying torch\include\ATen\ops\rsub_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6415346Z copying torch\include\ATen\ops\rsub_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6422151Z copying torch\include\ATen\ops\rsub_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6428870Z copying torch\include\ATen\ops\rsub_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6435343Z copying torch\include\ATen\ops\rsub_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6441550Z copying torch\include\ATen\ops\scalar_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6448299Z copying torch\include\ATen\ops\scalar_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6454683Z copying torch\include\ATen\ops\scalar_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6460976Z copying torch\include\ATen\ops\scalar_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6467568Z copying torch\include\ATen\ops\scaled_dot_product_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6474284Z 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:35:04.6480996Z copying torch\include\ATen\ops\scaled_dot_product_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6487493Z copying torch\include\ATen\ops\scaled_dot_product_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6493748Z copying torch\include\ATen\ops\scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6499919Z copying torch\include\ATen\ops\scatter_add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6506962Z copying torch\include\ATen\ops\scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6513743Z copying torch\include\ATen\ops\scatter_add_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6520289Z copying torch\include\ATen\ops\scatter_add_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6526712Z copying torch\include\ATen\ops\scatter_add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6533285Z copying torch\include\ATen\ops\scatter_add_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6539857Z copying torch\include\ATen\ops\scatter_add_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6546278Z copying torch\include\ATen\ops\scatter_add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6552782Z copying torch\include\ATen\ops\scatter_add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6559560Z copying torch\include\ATen\ops\scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6567141Z copying torch\include\ATen\ops\scatter_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6573761Z copying torch\include\ATen\ops\scatter_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6580402Z copying torch\include\ATen\ops\scatter_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6586950Z copying torch\include\ATen\ops\scatter_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6593648Z copying torch\include\ATen\ops\scatter_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6600403Z copying torch\include\ATen\ops\scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6607028Z copying torch\include\ATen\ops\scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6613855Z copying torch\include\ATen\ops\scatter_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6620942Z copying torch\include\ATen\ops\scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6627387Z copying torch\include\ATen\ops\scatter_reduce_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6633800Z copying torch\include\ATen\ops\scatter_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6640391Z copying torch\include\ATen\ops\scatter_reduce_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6647384Z copying torch\include\ATen\ops\scatter_reduce_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6654796Z copying torch\include\ATen\ops\scatter_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6661580Z copying torch\include\ATen\ops\scatter_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6668146Z copying torch\include\ATen\ops\searchsorted.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6674615Z copying torch\include\ATen\ops\searchsorted_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6681153Z copying torch\include\ATen\ops\searchsorted_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6687523Z copying torch\include\ATen\ops\searchsorted_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6694244Z copying torch\include\ATen\ops\searchsorted_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6700905Z copying torch\include\ATen\ops\segment_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6707774Z copying torch\include\ATen\ops\segment_reduce_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6714185Z copying torch\include\ATen\ops\segment_reduce_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6720933Z copying torch\include\ATen\ops\segment_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6727549Z copying torch\include\ATen\ops\segment_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6734261Z copying torch\include\ATen\ops\segment_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6740725Z copying torch\include\ATen\ops\select.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6747083Z copying torch\include\ATen\ops\select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6754245Z copying torch\include\ATen\ops\select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6762000Z copying torch\include\ATen\ops\select_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6768666Z copying torch\include\ATen\ops\select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6775556Z copying torch\include\ATen\ops\select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6783379Z copying torch\include\ATen\ops\select_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6790237Z copying torch\include\ATen\ops\select_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6796780Z copying torch\include\ATen\ops\select_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6804341Z copying torch\include\ATen\ops\select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6810812Z copying torch\include\ATen\ops\select_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6817289Z copying torch\include\ATen\ops\select_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6823639Z copying torch\include\ATen\ops\select_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6830209Z copying torch\include\ATen\ops\select_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6836652Z copying torch\include\ATen\ops\select_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6843514Z copying torch\include\ATen\ops\select_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6850539Z copying torch\include\ATen\ops\select_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6857145Z copying torch\include\ATen\ops\select_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6863633Z copying torch\include\ATen\ops\select_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6870064Z copying torch\include\ATen\ops\select_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6876510Z copying torch\include\ATen\ops\selu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6883281Z copying torch\include\ATen\ops\selu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6889675Z copying torch\include\ATen\ops\selu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6895360Z copying torch\include\ATen\ops\selu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6901350Z copying torch\include\ATen\ops\set.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6907935Z copying torch\include\ATen\ops\set_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6914584Z copying torch\include\ATen\ops\set_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6920891Z copying torch\include\ATen\ops\set_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6927219Z copying torch\include\ATen\ops\set_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6933698Z copying torch\include\ATen\ops\set_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6940031Z copying torch\include\ATen\ops\set_data_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6946205Z copying torch\include\ATen\ops\set_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6952256Z copying torch\include\ATen\ops\set_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6958571Z copying torch\include\ATen\ops\set_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6965138Z copying torch\include\ATen\ops\set_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6971393Z copying torch\include\ATen\ops\set_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6977422Z copying torch\include\ATen\ops\sgn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6984156Z copying torch\include\ATen\ops\sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6990182Z copying torch\include\ATen\ops\sgn_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.6996555Z copying torch\include\ATen\ops\sgn_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7003032Z copying torch\include\ATen\ops\sgn_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7008927Z copying torch\include\ATen\ops\sgn_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7015117Z copying torch\include\ATen\ops\sgn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7021265Z copying torch\include\ATen\ops\sgn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7027233Z copying torch\include\ATen\ops\sigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7033583Z copying torch\include\ATen\ops\sigmoid_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7040424Z copying torch\include\ATen\ops\sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7047505Z copying torch\include\ATen\ops\sigmoid_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7053746Z copying torch\include\ATen\ops\sigmoid_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7060121Z copying torch\include\ATen\ops\sigmoid_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7066767Z copying torch\include\ATen\ops\sigmoid_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7073394Z copying torch\include\ATen\ops\sigmoid_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7080362Z copying torch\include\ATen\ops\sigmoid_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7087291Z copying torch\include\ATen\ops\sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7093828Z copying torch\include\ATen\ops\sigmoid_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7100477Z copying torch\include\ATen\ops\sigmoid_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7107046Z copying torch\include\ATen\ops\sigmoid_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7113601Z copying torch\include\ATen\ops\sigmoid_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7120230Z copying torch\include\ATen\ops\sigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7127283Z copying torch\include\ATen\ops\sigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7133764Z copying torch\include\ATen\ops\sign.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7139980Z copying torch\include\ATen\ops\signbit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7146647Z copying torch\include\ATen\ops\signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7152971Z copying torch\include\ATen\ops\signbit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7159655Z copying torch\include\ATen\ops\signbit_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7166058Z copying torch\include\ATen\ops\signbit_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7172443Z copying torch\include\ATen\ops\signbit_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7179355Z copying torch\include\ATen\ops\signbit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7185831Z copying torch\include\ATen\ops\signbit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7193085Z copying torch\include\ATen\ops\sign_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7199364Z copying torch\include\ATen\ops\sign_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7206142Z copying torch\include\ATen\ops\sign_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7213189Z copying torch\include\ATen\ops\sign_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7219430Z copying torch\include\ATen\ops\sign_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7226376Z copying torch\include\ATen\ops\sign_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7232743Z copying torch\include\ATen\ops\sign_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7238947Z copying torch\include\ATen\ops\silu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7245178Z copying torch\include\ATen\ops\silu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7252077Z copying torch\include\ATen\ops\silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7259197Z copying torch\include\ATen\ops\silu_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7266185Z copying torch\include\ATen\ops\silu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7274128Z copying torch\include\ATen\ops\silu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7281185Z copying torch\include\ATen\ops\silu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7287889Z copying torch\include\ATen\ops\silu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7294448Z copying torch\include\ATen\ops\silu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7301149Z copying torch\include\ATen\ops\silu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7308142Z copying torch\include\ATen\ops\silu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7314513Z copying torch\include\ATen\ops\silu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7321216Z copying torch\include\ATen\ops\silu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7327745Z copying torch\include\ATen\ops\silu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7333876Z copying torch\include\ATen\ops\silu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7340374Z copying torch\include\ATen\ops\silu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7346547Z copying torch\include\ATen\ops\silu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7352680Z copying torch\include\ATen\ops\sin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7358644Z copying torch\include\ATen\ops\sinc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7365535Z copying torch\include\ATen\ops\sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7371707Z copying torch\include\ATen\ops\sinc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7378070Z copying torch\include\ATen\ops\sinc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7384337Z copying torch\include\ATen\ops\sinc_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7390467Z copying torch\include\ATen\ops\sinc_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7396970Z copying torch\include\ATen\ops\sinc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7403388Z copying torch\include\ATen\ops\sinc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7409361Z copying torch\include\ATen\ops\sinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7416310Z copying torch\include\ATen\ops\sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7422644Z copying torch\include\ATen\ops\sinh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7428861Z copying torch\include\ATen\ops\sinh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7435288Z copying torch\include\ATen\ops\sinh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7441483Z copying torch\include\ATen\ops\sinh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7447903Z copying torch\include\ATen\ops\sinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7454115Z copying torch\include\ATen\ops\sinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7460666Z copying torch\include\ATen\ops\sin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7466782Z copying torch\include\ATen\ops\sin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7473299Z copying torch\include\ATen\ops\sin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7479720Z copying torch\include\ATen\ops\sin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7486167Z copying torch\include\ATen\ops\sin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7492465Z copying torch\include\ATen\ops\sin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7498662Z copying torch\include\ATen\ops\sin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7504670Z copying torch\include\ATen\ops\size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7511074Z copying torch\include\ATen\ops\size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7517598Z copying torch\include\ATen\ops\size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7524299Z copying torch\include\ATen\ops\size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7530317Z copying torch\include\ATen\ops\slice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7536244Z copying torch\include\ATen\ops\slice_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7543029Z copying torch\include\ATen\ops\slice_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7549400Z copying torch\include\ATen\ops\slice_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7556143Z copying torch\include\ATen\ops\slice_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7562988Z copying torch\include\ATen\ops\slice_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7569584Z copying torch\include\ATen\ops\slice_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7576560Z copying torch\include\ATen\ops\slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7583279Z copying torch\include\ATen\ops\slice_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7589705Z copying torch\include\ATen\ops\slice_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7596627Z copying torch\include\ATen\ops\slice_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7603211Z copying torch\include\ATen\ops\slice_inverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7610422Z copying torch\include\ATen\ops\slice_inverse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7617147Z copying torch\include\ATen\ops\slice_inverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7623665Z copying torch\include\ATen\ops\slice_inverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7630500Z copying torch\include\ATen\ops\slice_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7636922Z copying torch\include\ATen\ops\slice_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7643466Z copying torch\include\ATen\ops\slice_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7650621Z copying torch\include\ATen\ops\slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7657358Z copying torch\include\ATen\ops\slice_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7664228Z copying torch\include\ATen\ops\slice_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7670816Z copying torch\include\ATen\ops\slice_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7677359Z copying torch\include\ATen\ops\slogdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7695104Z copying torch\include\ATen\ops\slogdet_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7696435Z copying torch\include\ATen\ops\slogdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7697591Z copying torch\include\ATen\ops\slogdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7704386Z copying torch\include\ATen\ops\slow_conv3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7711255Z copying torch\include\ATen\ops\slow_conv3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7717582Z copying torch\include\ATen\ops\slow_conv3d_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7724361Z copying torch\include\ATen\ops\slow_conv3d_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7730946Z copying torch\include\ATen\ops\slow_conv3d_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7737511Z copying torch\include\ATen\ops\slow_conv3d_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7744203Z copying torch\include\ATen\ops\slow_conv3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7750713Z copying torch\include\ATen\ops\slow_conv3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7757466Z copying torch\include\ATen\ops\slow_conv_dilated2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7765353Z copying torch\include\ATen\ops\slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7771986Z copying torch\include\ATen\ops\slow_conv_dilated2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7778782Z copying torch\include\ATen\ops\slow_conv_dilated2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7785387Z copying torch\include\ATen\ops\slow_conv_dilated2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7792120Z copying torch\include\ATen\ops\slow_conv_dilated2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7798714Z copying torch\include\ATen\ops\slow_conv_dilated3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7805768Z copying torch\include\ATen\ops\slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7818014Z copying torch\include\ATen\ops\slow_conv_dilated3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7824486Z copying torch\include\ATen\ops\slow_conv_dilated3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7831737Z copying torch\include\ATen\ops\slow_conv_dilated3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7838138Z copying torch\include\ATen\ops\slow_conv_dilated3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7844689Z copying torch\include\ATen\ops\slow_conv_transpose2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7852092Z copying torch\include\ATen\ops\slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7858748Z copying torch\include\ATen\ops\slow_conv_transpose2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7865313Z copying torch\include\ATen\ops\slow_conv_transpose2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7871751Z copying torch\include\ATen\ops\slow_conv_transpose2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7878652Z copying torch\include\ATen\ops\slow_conv_transpose2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7885095Z copying torch\include\ATen\ops\slow_conv_transpose2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7891630Z copying torch\include\ATen\ops\slow_conv_transpose2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7898129Z copying torch\include\ATen\ops\slow_conv_transpose3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7905030Z copying torch\include\ATen\ops\slow_conv_transpose3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7911587Z copying torch\include\ATen\ops\slow_conv_transpose3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7918094Z copying torch\include\ATen\ops\slow_conv_transpose3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7924839Z copying torch\include\ATen\ops\slow_conv_transpose3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7931286Z copying torch\include\ATen\ops\smm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7937511Z copying torch\include\ATen\ops\smm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7943658Z copying torch\include\ATen\ops\smm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7949825Z copying torch\include\ATen\ops\smm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7955943Z copying torch\include\ATen\ops\smooth_l1_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7962496Z copying torch\include\ATen\ops\smooth_l1_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7969130Z 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:35:04.7975736Z 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:35:04.7982270Z 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:35:04.7988869Z copying torch\include\ATen\ops\smooth_l1_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.7995309Z copying torch\include\ATen\ops\smooth_l1_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8002327Z copying torch\include\ATen\ops\smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8009246Z copying torch\include\ATen\ops\smooth_l1_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8015897Z copying torch\include\ATen\ops\smooth_l1_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8022656Z copying torch\include\ATen\ops\smooth_l1_loss_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8029105Z copying torch\include\ATen\ops\smooth_l1_loss_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8035751Z copying torch\include\ATen\ops\smooth_l1_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8042308Z copying torch\include\ATen\ops\smooth_l1_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8054164Z copying torch\include\ATen\ops\softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8057010Z copying torch\include\ATen\ops\softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8064103Z copying torch\include\ATen\ops\softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8070147Z copying torch\include\ATen\ops\softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8076562Z copying torch\include\ATen\ops\softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8083299Z copying torch\include\ATen\ops\softplus.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8089560Z copying torch\include\ATen\ops\softplus_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8096637Z copying torch\include\ATen\ops\softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8103274Z copying torch\include\ATen\ops\softplus_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8109805Z copying torch\include\ATen\ops\softplus_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8116647Z copying torch\include\ATen\ops\softplus_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8123610Z copying torch\include\ATen\ops\softplus_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8130682Z copying torch\include\ATen\ops\softplus_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8137994Z copying torch\include\ATen\ops\softplus_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8145195Z copying torch\include\ATen\ops\softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8152609Z copying torch\include\ATen\ops\softplus_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8159499Z copying torch\include\ATen\ops\softplus_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8166167Z copying torch\include\ATen\ops\softplus_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8172760Z copying torch\include\ATen\ops\softplus_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8179352Z copying torch\include\ATen\ops\softplus_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8185807Z copying torch\include\ATen\ops\softplus_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8192381Z copying torch\include\ATen\ops\softshrink.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8199030Z copying torch\include\ATen\ops\softshrink_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8206070Z copying torch\include\ATen\ops\softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8212413Z copying torch\include\ATen\ops\softshrink_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8219009Z copying torch\include\ATen\ops\softshrink_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8225648Z copying torch\include\ATen\ops\softshrink_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8232174Z copying torch\include\ATen\ops\softshrink_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8238890Z copying torch\include\ATen\ops\softshrink_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8245404Z copying torch\include\ATen\ops\softshrink_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8252221Z copying torch\include\ATen\ops\softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8258552Z copying torch\include\ATen\ops\softshrink_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8265028Z copying torch\include\ATen\ops\softshrink_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8271361Z copying torch\include\ATen\ops\softshrink_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8278008Z copying torch\include\ATen\ops\softshrink_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8284893Z copying torch\include\ATen\ops\softshrink_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8291350Z copying torch\include\ATen\ops\softshrink_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8298024Z copying torch\include\ATen\ops\soft_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8304442Z copying torch\include\ATen\ops\soft_margin_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8311302Z 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:35:04.8317672Z copying torch\include\ATen\ops\soft_margin_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8324394Z copying torch\include\ATen\ops\soft_margin_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8331170Z copying torch\include\ATen\ops\soft_margin_loss_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8337541Z copying torch\include\ATen\ops\soft_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8343924Z copying torch\include\ATen\ops\soft_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8350226Z copying torch\include\ATen\ops\sort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8357595Z copying torch\include\ATen\ops\sort_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8364263Z copying torch\include\ATen\ops\sort_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8370993Z copying torch\include\ATen\ops\sort_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8377415Z copying torch\include\ATen\ops\sort_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8383739Z copying torch\include\ATen\ops\sort_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8390732Z copying torch\include\ATen\ops\sort_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8397873Z copying torch\include\ATen\ops\sort_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8404555Z copying torch\include\ATen\ops\sort_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8411137Z copying torch\include\ATen\ops\sort_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8418379Z copying torch\include\ATen\ops\sparse_bsc_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8425731Z copying torch\include\ATen\ops\sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8431901Z copying torch\include\ATen\ops\sparse_bsc_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8438661Z copying torch\include\ATen\ops\sparse_bsc_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8445272Z copying torch\include\ATen\ops\sparse_bsr_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8452619Z copying torch\include\ATen\ops\sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8459414Z copying torch\include\ATen\ops\sparse_bsr_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8466219Z copying torch\include\ATen\ops\sparse_bsr_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8472994Z copying torch\include\ATen\ops\sparse_compressed_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8480374Z copying torch\include\ATen\ops\sparse_compressed_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8487113Z copying torch\include\ATen\ops\sparse_compressed_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8493937Z copying torch\include\ATen\ops\sparse_compressed_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8500784Z copying torch\include\ATen\ops\sparse_coo_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8508187Z copying torch\include\ATen\ops\sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8534429Z copying torch\include\ATen\ops\sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8593399Z copying torch\include\ATen\ops\sparse_coo_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8600715Z copying torch\include\ATen\ops\sparse_coo_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8608161Z copying torch\include\ATen\ops\sparse_csc_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8615947Z copying torch\include\ATen\ops\sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8623970Z copying torch\include\ATen\ops\sparse_csc_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8631116Z copying torch\include\ATen\ops\sparse_csc_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8639103Z copying torch\include\ATen\ops\sparse_csr_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8647652Z copying torch\include\ATen\ops\sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8654304Z copying torch\include\ATen\ops\sparse_csr_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8660924Z copying torch\include\ATen\ops\sparse_csr_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8667406Z copying torch\include\ATen\ops\sparse_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8675006Z copying torch\include\ATen\ops\sparse_dim_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8680855Z copying torch\include\ATen\ops\sparse_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8687409Z copying torch\include\ATen\ops\sparse_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8693722Z copying torch\include\ATen\ops\sparse_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8701526Z copying torch\include\ATen\ops\sparse_mask_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8708851Z copying torch\include\ATen\ops\sparse_mask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8715856Z copying torch\include\ATen\ops\sparse_mask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8723014Z copying torch\include\ATen\ops\sparse_resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8729281Z copying torch\include\ATen\ops\sparse_resize_and_clear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8736377Z 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:35:04.8743692Z 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:35:04.8750234Z copying torch\include\ATen\ops\sparse_resize_and_clear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8756785Z copying torch\include\ATen\ops\sparse_resize_and_clear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8763737Z copying torch\include\ATen\ops\sparse_resize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8770422Z copying torch\include\ATen\ops\sparse_resize_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8776845Z copying torch\include\ATen\ops\sparse_resize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8783566Z copying torch\include\ATen\ops\sparse_resize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8790292Z copying torch\include\ATen\ops\sparse_sampled_addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8796756Z copying torch\include\ATen\ops\sparse_sampled_addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8803426Z copying torch\include\ATen\ops\sparse_sampled_addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8810001Z copying torch\include\ATen\ops\special_airy_ai.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8816929Z copying torch\include\ATen\ops\special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8823404Z copying torch\include\ATen\ops\special_airy_ai_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8830045Z copying torch\include\ATen\ops\special_airy_ai_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8836163Z copying torch\include\ATen\ops\special_airy_ai_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8842793Z copying torch\include\ATen\ops\special_airy_ai_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8849373Z copying torch\include\ATen\ops\special_airy_ai_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8855821Z copying torch\include\ATen\ops\special_airy_ai_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8862283Z copying torch\include\ATen\ops\special_bessel_j0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8869176Z copying torch\include\ATen\ops\special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8875603Z copying torch\include\ATen\ops\special_bessel_j0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8882294Z copying torch\include\ATen\ops\special_bessel_j0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8888819Z copying torch\include\ATen\ops\special_bessel_j0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8896519Z copying torch\include\ATen\ops\special_bessel_j0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8903485Z copying torch\include\ATen\ops\special_bessel_j0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8911077Z copying torch\include\ATen\ops\special_bessel_j0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8917648Z copying torch\include\ATen\ops\special_bessel_j1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8924973Z copying torch\include\ATen\ops\special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8931485Z copying torch\include\ATen\ops\special_bessel_j1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8938379Z copying torch\include\ATen\ops\special_bessel_j1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8944906Z copying torch\include\ATen\ops\special_bessel_j1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8951769Z copying torch\include\ATen\ops\special_bessel_j1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8958400Z copying torch\include\ATen\ops\special_bessel_j1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:04.8965079Z copying torch\include\ATen\ops\special_bessel_j1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1119968Z copying torch\include\ATen\ops\special_bessel_y0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1127013Z copying torch\include\ATen\ops\special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1133791Z copying torch\include\ATen\ops\special_bessel_y0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1140377Z copying torch\include\ATen\ops\special_bessel_y0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1146906Z copying torch\include\ATen\ops\special_bessel_y0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1153680Z copying torch\include\ATen\ops\special_bessel_y0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1160336Z copying torch\include\ATen\ops\special_bessel_y0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1167547Z copying torch\include\ATen\ops\special_bessel_y0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1173812Z copying torch\include\ATen\ops\special_bessel_y1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1180810Z copying torch\include\ATen\ops\special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1187420Z copying torch\include\ATen\ops\special_bessel_y1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1194103Z copying torch\include\ATen\ops\special_bessel_y1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1204359Z copying torch\include\ATen\ops\special_bessel_y1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1211087Z copying torch\include\ATen\ops\special_bessel_y1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1218258Z copying torch\include\ATen\ops\special_bessel_y1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1224629Z copying torch\include\ATen\ops\special_bessel_y1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1231302Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1238538Z 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:35:05.1245465Z 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:35:05.1252618Z 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:35:05.1259497Z 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:35:05.1266145Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1273157Z 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:35:05.1280083Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1287256Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1295301Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1303679Z 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:35:05.1311488Z 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:35:05.1318177Z 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:35:05.1325376Z 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:35:05.1332337Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1339184Z 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:35:05.1346004Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1352674Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1359316Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1367062Z 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:35:05.1373708Z 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:35:05.1380194Z 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:35:05.1386888Z 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:35:05.1393750Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1400765Z 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:35:05.1407366Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1414020Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1420731Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1427955Z 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:35:05.1435065Z 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:35:05.1443076Z 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:35:05.1449910Z 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:35:05.1456575Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1463276Z 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:35:05.1470289Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1476969Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1483595Z copying torch\include\ATen\ops\special_digamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1490522Z copying torch\include\ATen\ops\special_digamma_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1497021Z copying torch\include\ATen\ops\special_digamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1503677Z copying torch\include\ATen\ops\special_digamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1510350Z copying torch\include\ATen\ops\special_entr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1517550Z copying torch\include\ATen\ops\special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1524142Z copying torch\include\ATen\ops\special_entr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1530753Z copying torch\include\ATen\ops\special_entr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1537228Z copying torch\include\ATen\ops\special_entr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1543822Z copying torch\include\ATen\ops\special_entr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1550433Z copying torch\include\ATen\ops\special_entr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1557399Z copying torch\include\ATen\ops\special_entr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1564442Z copying torch\include\ATen\ops\special_erf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1571035Z copying torch\include\ATen\ops\special_erfc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1577570Z copying torch\include\ATen\ops\special_erfcx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1584702Z copying torch\include\ATen\ops\special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1591057Z copying torch\include\ATen\ops\special_erfcx_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1597657Z copying torch\include\ATen\ops\special_erfcx_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1604492Z copying torch\include\ATen\ops\special_erfcx_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1611286Z copying torch\include\ATen\ops\special_erfcx_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1617950Z copying torch\include\ATen\ops\special_erfcx_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1624735Z copying torch\include\ATen\ops\special_erfcx_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1634602Z copying torch\include\ATen\ops\special_erfc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1640144Z copying torch\include\ATen\ops\special_erfc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1646295Z copying torch\include\ATen\ops\special_erfc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1653148Z copying torch\include\ATen\ops\special_erfinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1660569Z copying torch\include\ATen\ops\special_erfinv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1666677Z copying torch\include\ATen\ops\special_erfinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1673145Z copying torch\include\ATen\ops\special_erfinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1680159Z copying torch\include\ATen\ops\special_erf_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1686660Z copying torch\include\ATen\ops\special_erf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1693062Z copying torch\include\ATen\ops\special_erf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1699723Z copying torch\include\ATen\ops\special_exp2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1707283Z copying torch\include\ATen\ops\special_exp2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1713725Z copying torch\include\ATen\ops\special_exp2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1720310Z copying torch\include\ATen\ops\special_exp2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1727101Z copying torch\include\ATen\ops\special_expit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1734021Z copying torch\include\ATen\ops\special_expit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1740650Z copying torch\include\ATen\ops\special_expit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1747151Z copying torch\include\ATen\ops\special_expit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1753786Z copying torch\include\ATen\ops\special_expm1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1760707Z copying torch\include\ATen\ops\special_expm1_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1767240Z copying torch\include\ATen\ops\special_expm1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1773637Z copying torch\include\ATen\ops\special_expm1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1780716Z copying torch\include\ATen\ops\special_gammainc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1803179Z copying torch\include\ATen\ops\special_gammaincc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1810786Z copying torch\include\ATen\ops\special_gammaincc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1817526Z copying torch\include\ATen\ops\special_gammaincc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1824415Z copying torch\include\ATen\ops\special_gammaincc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1831518Z copying torch\include\ATen\ops\special_gammainc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1838144Z copying torch\include\ATen\ops\special_gammainc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1844747Z copying torch\include\ATen\ops\special_gammainc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1851503Z copying torch\include\ATen\ops\special_gammaln.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1858242Z copying torch\include\ATen\ops\special_gammaln_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1865027Z copying torch\include\ATen\ops\special_gammaln_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1871649Z copying torch\include\ATen\ops\special_gammaln_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1878135Z copying torch\include\ATen\ops\special_hermite_polynomial_h.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1884700Z copying torch\include\ATen\ops\special_hermite_polynomial_he.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1891736Z 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:35:05.1898813Z 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:35:05.1905443Z 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:35:05.1912349Z 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:35:05.1918901Z copying torch\include\ATen\ops\special_hermite_polynomial_he_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1925685Z 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:35:05.1932447Z copying torch\include\ATen\ops\special_hermite_polynomial_he_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1939964Z copying torch\include\ATen\ops\special_hermite_polynomial_he_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1947291Z 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:35:05.1954025Z 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:35:05.1960861Z 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:35:05.1967629Z 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:35:05.1974282Z copying torch\include\ATen\ops\special_hermite_polynomial_h_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1981086Z 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:35:05.1987775Z copying torch\include\ATen\ops\special_hermite_polynomial_h_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.1994463Z copying torch\include\ATen\ops\special_hermite_polynomial_h_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2001280Z copying torch\include\ATen\ops\special_i0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2007828Z copying torch\include\ATen\ops\special_i0e.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2014731Z copying torch\include\ATen\ops\special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2021030Z copying torch\include\ATen\ops\special_i0e_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2027553Z copying torch\include\ATen\ops\special_i0e_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2033994Z copying torch\include\ATen\ops\special_i0e_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2040641Z copying torch\include\ATen\ops\special_i0e_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2047425Z copying torch\include\ATen\ops\special_i0e_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2053905Z copying torch\include\ATen\ops\special_i0e_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2060789Z copying torch\include\ATen\ops\special_i0_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2067186Z copying torch\include\ATen\ops\special_i0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2073438Z copying torch\include\ATen\ops\special_i0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2079902Z copying torch\include\ATen\ops\special_i1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2086588Z copying torch\include\ATen\ops\special_i1e.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2093750Z copying torch\include\ATen\ops\special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2100612Z copying torch\include\ATen\ops\special_i1e_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2107636Z copying torch\include\ATen\ops\special_i1e_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2114080Z copying torch\include\ATen\ops\special_i1e_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2120865Z copying torch\include\ATen\ops\special_i1e_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2127451Z copying torch\include\ATen\ops\special_i1e_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2133989Z copying torch\include\ATen\ops\special_i1e_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2141342Z copying torch\include\ATen\ops\special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2148122Z copying torch\include\ATen\ops\special_i1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2154699Z copying torch\include\ATen\ops\special_i1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2161501Z copying torch\include\ATen\ops\special_i1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2168214Z copying torch\include\ATen\ops\special_i1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2174973Z copying torch\include\ATen\ops\special_i1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2181621Z copying torch\include\ATen\ops\special_i1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2188671Z copying torch\include\ATen\ops\special_laguerre_polynomial_l.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2195800Z 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:35:05.2202739Z 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:35:05.2209536Z 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:35:05.2216593Z 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:35:05.2223301Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2230098Z 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:35:05.2237009Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2243836Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2250465Z copying torch\include\ATen\ops\special_legendre_polynomial_p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2257657Z 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:35:05.2264914Z 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:35:05.2271918Z 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:35:05.2278767Z 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:35:05.2285786Z copying torch\include\ATen\ops\special_legendre_polynomial_p_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2293404Z 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:35:05.2301298Z copying torch\include\ATen\ops\special_legendre_polynomial_p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2308254Z copying torch\include\ATen\ops\special_legendre_polynomial_p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2315043Z copying torch\include\ATen\ops\special_log1p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2322394Z copying torch\include\ATen\ops\special_log1p_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2328968Z copying torch\include\ATen\ops\special_log1p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2335569Z copying torch\include\ATen\ops\special_log1p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2342414Z copying torch\include\ATen\ops\special_logit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2349368Z copying torch\include\ATen\ops\special_logit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2356101Z copying torch\include\ATen\ops\special_logit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2362978Z copying torch\include\ATen\ops\special_logit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2369472Z copying torch\include\ATen\ops\special_logsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2376677Z copying torch\include\ATen\ops\special_logsumexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2383366Z copying torch\include\ATen\ops\special_logsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2390064Z copying torch\include\ATen\ops\special_logsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2396484Z copying torch\include\ATen\ops\special_log_ndtr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2403633Z copying torch\include\ATen\ops\special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2410030Z copying torch\include\ATen\ops\special_log_ndtr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2416725Z copying torch\include\ATen\ops\special_log_ndtr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2423270Z copying torch\include\ATen\ops\special_log_ndtr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2430087Z copying torch\include\ATen\ops\special_log_ndtr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2436715Z copying torch\include\ATen\ops\special_log_ndtr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2443694Z copying torch\include\ATen\ops\special_log_ndtr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2450437Z copying torch\include\ATen\ops\special_log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2458021Z copying torch\include\ATen\ops\special_log_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2464100Z copying torch\include\ATen\ops\special_log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2470826Z copying torch\include\ATen\ops\special_log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2477798Z copying torch\include\ATen\ops\special_modified_bessel_i0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2485283Z 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:35:05.2491864Z 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:35:05.2498740Z 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:35:05.2505543Z copying torch\include\ATen\ops\special_modified_bessel_i0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2513102Z 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:35:05.2519783Z copying torch\include\ATen\ops\special_modified_bessel_i0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2526757Z copying torch\include\ATen\ops\special_modified_bessel_i0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2533412Z copying torch\include\ATen\ops\special_modified_bessel_i1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2540966Z 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:35:05.2547733Z 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:35:05.2554843Z 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:35:05.2561701Z copying torch\include\ATen\ops\special_modified_bessel_i1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2568773Z 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:35:05.2575577Z copying torch\include\ATen\ops\special_modified_bessel_i1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2582470Z copying torch\include\ATen\ops\special_modified_bessel_i1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2589387Z copying torch\include\ATen\ops\special_modified_bessel_k0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2596752Z 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:35:05.2603971Z 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:35:05.2610761Z 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:35:05.2617594Z copying torch\include\ATen\ops\special_modified_bessel_k0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2624554Z 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:35:05.2631877Z copying torch\include\ATen\ops\special_modified_bessel_k0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2638510Z copying torch\include\ATen\ops\special_modified_bessel_k0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2645461Z copying torch\include\ATen\ops\special_modified_bessel_k1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2652694Z 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:35:05.2659621Z 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:35:05.2666737Z 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:35:05.2673445Z copying torch\include\ATen\ops\special_modified_bessel_k1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2680489Z 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:35:05.2687372Z copying torch\include\ATen\ops\special_modified_bessel_k1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2694329Z copying torch\include\ATen\ops\special_modified_bessel_k1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2713385Z copying torch\include\ATen\ops\special_multigammaln.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2720721Z copying torch\include\ATen\ops\special_multigammaln_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2727742Z copying torch\include\ATen\ops\special_multigammaln_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2734665Z copying torch\include\ATen\ops\special_multigammaln_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2741001Z copying torch\include\ATen\ops\special_ndtr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2747800Z copying torch\include\ATen\ops\special_ndtri.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2754907Z copying torch\include\ATen\ops\special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2761657Z copying torch\include\ATen\ops\special_ndtri_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2768557Z copying torch\include\ATen\ops\special_ndtri_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2775324Z copying torch\include\ATen\ops\special_ndtri_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2782115Z copying torch\include\ATen\ops\special_ndtri_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2788810Z copying torch\include\ATen\ops\special_ndtri_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2796541Z copying torch\include\ATen\ops\special_ndtri_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2804296Z copying torch\include\ATen\ops\special_ndtr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2811147Z copying torch\include\ATen\ops\special_ndtr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2817631Z copying torch\include\ATen\ops\special_ndtr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2824422Z copying torch\include\ATen\ops\special_polygamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2831552Z copying torch\include\ATen\ops\special_polygamma_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2838192Z copying torch\include\ATen\ops\special_polygamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2844826Z copying torch\include\ATen\ops\special_polygamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2852460Z copying torch\include\ATen\ops\special_psi.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2858510Z copying torch\include\ATen\ops\special_psi_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2864797Z copying torch\include\ATen\ops\special_psi_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2870976Z copying torch\include\ATen\ops\special_psi_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2877424Z copying torch\include\ATen\ops\special_round.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2884450Z copying torch\include\ATen\ops\special_round_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2890792Z copying torch\include\ATen\ops\special_round_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2897338Z copying torch\include\ATen\ops\special_round_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2904237Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2911326Z 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:35:05.2917823Z 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:35:05.2924659Z 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:35:05.2931236Z 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:35:05.2938296Z 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:35:05.2944841Z 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:35:05.2951536Z 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:35:05.2958068Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.2965364Z 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:35:05.2972139Z 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:35:05.2978836Z 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:35:05.2985478Z 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:35:05.2992276Z 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:35:05.2999185Z 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:35:05.3006215Z 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:35:05.3013012Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3020327Z 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:35:05.3027204Z 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:35:05.3034698Z 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:35:05.3042024Z 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:35:05.3048902Z 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:35:05.3055941Z 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:35:05.3062958Z 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:35:05.3070076Z 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:35:05.3077295Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3085241Z 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:35:05.3092314Z 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:35:05.3099485Z 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:35:05.3106243Z 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:35:05.3113126Z 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:35:05.3120900Z 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:35:05.3127318Z 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:35:05.3134178Z 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:35:05.3141310Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3149209Z 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:35:05.3156456Z 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:35:05.3163452Z 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:35:05.3171393Z 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:35:05.3177720Z 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:35:05.3184684Z 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:35:05.3191526Z 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:35:05.3199827Z 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:35:05.3206380Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3213857Z 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:35:05.3225062Z 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:35:05.3232073Z 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:35:05.3239561Z 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:35:05.3246742Z 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:35:05.3253683Z 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:35:05.3261440Z 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:35:05.3267780Z 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:35:05.3274577Z copying torch\include\ATen\ops\special_sinc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3281692Z copying torch\include\ATen\ops\special_sinc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3288350Z copying torch\include\ATen\ops\special_sinc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3296511Z copying torch\include\ATen\ops\special_sinc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3306893Z copying torch\include\ATen\ops\special_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3309683Z copying torch\include\ATen\ops\special_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3316258Z copying torch\include\ATen\ops\special_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3325379Z copying torch\include\ATen\ops\special_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3331304Z copying torch\include\ATen\ops\special_spherical_bessel_j0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3337700Z 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:35:05.3344433Z 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:35:05.3351271Z 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:35:05.3358189Z copying torch\include\ATen\ops\special_spherical_bessel_j0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3366127Z 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:35:05.3371802Z copying torch\include\ATen\ops\special_spherical_bessel_j0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3378494Z copying torch\include\ATen\ops\special_spherical_bessel_j0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3385030Z copying torch\include\ATen\ops\special_xlog1py.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3391986Z copying torch\include\ATen\ops\special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3398723Z copying torch\include\ATen\ops\special_xlog1py_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3405565Z copying torch\include\ATen\ops\special_xlog1py_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3412690Z copying torch\include\ATen\ops\special_xlog1py_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3419051Z copying torch\include\ATen\ops\special_xlog1py_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3425713Z copying torch\include\ATen\ops\special_xlog1py_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3432266Z copying torch\include\ATen\ops\special_xlog1py_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3438818Z copying torch\include\ATen\ops\special_xlog1py_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3445661Z copying torch\include\ATen\ops\special_xlogy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3452572Z copying torch\include\ATen\ops\special_xlogy_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3459151Z copying torch\include\ATen\ops\special_xlogy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3466105Z copying torch\include\ATen\ops\special_xlogy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3472663Z copying torch\include\ATen\ops\special_zeta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3479718Z copying torch\include\ATen\ops\special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3486561Z copying torch\include\ATen\ops\special_zeta_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3493320Z copying torch\include\ATen\ops\special_zeta_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3500143Z copying torch\include\ATen\ops\special_zeta_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3506583Z copying torch\include\ATen\ops\special_zeta_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3513284Z copying torch\include\ATen\ops\special_zeta_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3519758Z copying torch\include\ATen\ops\special_zeta_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3526822Z copying torch\include\ATen\ops\special_zeta_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3533522Z copying torch\include\ATen\ops\split.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3542602Z copying torch\include\ATen\ops\split_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3548384Z copying torch\include\ATen\ops\split_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3554524Z copying torch\include\ATen\ops\split_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3561380Z copying torch\include\ATen\ops\split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3568156Z copying torch\include\ATen\ops\split_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3574502Z copying torch\include\ATen\ops\split_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3581342Z copying torch\include\ATen\ops\split_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3587402Z copying torch\include\ATen\ops\split_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3593817Z copying torch\include\ATen\ops\split_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3600369Z copying torch\include\ATen\ops\split_with_sizes.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3607207Z copying torch\include\ATen\ops\split_with_sizes_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3613903Z copying torch\include\ATen\ops\split_with_sizes_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3620868Z 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:35:05.3627896Z 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:35:05.3634412Z 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:35:05.3641038Z copying torch\include\ATen\ops\split_with_sizes_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3647631Z copying torch\include\ATen\ops\split_with_sizes_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3654116Z copying torch\include\ATen\ops\split_with_sizes_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3661134Z copying torch\include\ATen\ops\split_with_sizes_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3667668Z copying torch\include\ATen\ops\sqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3674208Z copying torch\include\ATen\ops\sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3680364Z copying torch\include\ATen\ops\sqrt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3686809Z copying torch\include\ATen\ops\sqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3693186Z copying torch\include\ATen\ops\sqrt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3699338Z copying torch\include\ATen\ops\sqrt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3705742Z copying torch\include\ATen\ops\sqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3712047Z copying torch\include\ATen\ops\sqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3718345Z copying torch\include\ATen\ops\square.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3739952Z copying torch\include\ATen\ops\square_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3745911Z copying torch\include\ATen\ops\square_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3752349Z copying torch\include\ATen\ops\square_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3758556Z copying torch\include\ATen\ops\squeeze.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3765548Z copying torch\include\ATen\ops\squeeze_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3771767Z copying torch\include\ATen\ops\squeeze_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3778221Z copying torch\include\ATen\ops\squeeze_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3784825Z copying torch\include\ATen\ops\squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3791143Z copying torch\include\ATen\ops\squeeze_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3797237Z copying torch\include\ATen\ops\squeeze_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3803591Z copying torch\include\ATen\ops\squeeze_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3809861Z copying torch\include\ATen\ops\squeeze_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3816218Z copying torch\include\ATen\ops\squeeze_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3822484Z copying torch\include\ATen\ops\sspaddmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3829239Z copying torch\include\ATen\ops\sspaddmm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3835894Z copying torch\include\ATen\ops\sspaddmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3843127Z copying torch\include\ATen\ops\sspaddmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3850412Z copying torch\include\ATen\ops\sspaddmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3857557Z copying torch\include\ATen\ops\sspaddmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3864685Z copying torch\include\ATen\ops\stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3871145Z copying torch\include\ATen\ops\stack_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3877185Z copying torch\include\ATen\ops\stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3883580Z copying torch\include\ATen\ops\stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3890007Z copying torch\include\ATen\ops\std.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3896352Z copying torch\include\ATen\ops\std_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3902741Z copying torch\include\ATen\ops\std_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3909091Z copying torch\include\ATen\ops\std_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3915507Z copying torch\include\ATen\ops\std_mean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3922310Z copying torch\include\ATen\ops\std_mean_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3928741Z copying torch\include\ATen\ops\std_mean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3935141Z copying torch\include\ATen\ops\std_mean_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3941496Z copying torch\include\ATen\ops\std_mean_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3948079Z copying torch\include\ATen\ops\std_mean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3954513Z copying torch\include\ATen\ops\std_mean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3961092Z copying torch\include\ATen\ops\std_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3967569Z copying torch\include\ATen\ops\std_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3973607Z copying torch\include\ATen\ops\stft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3979979Z copying torch\include\ATen\ops\stft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3986305Z copying torch\include\ATen\ops\stft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3992393Z copying torch\include\ATen\ops\stft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.3998376Z copying torch\include\ATen\ops\stride.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4004946Z copying torch\include\ATen\ops\stride_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4011098Z copying torch\include\ATen\ops\stride_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4017298Z copying torch\include\ATen\ops\stride_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4023646Z copying torch\include\ATen\ops\sub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4029663Z copying torch\include\ATen\ops\subtract.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4036066Z copying torch\include\ATen\ops\subtract_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4042378Z copying torch\include\ATen\ops\subtract_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4048706Z copying torch\include\ATen\ops\subtract_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4055487Z copying torch\include\ATen\ops\sub_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4061847Z copying torch\include\ATen\ops\sub_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4068296Z copying torch\include\ATen\ops\sub_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4074644Z copying torch\include\ATen\ops\sub_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4080866Z copying torch\include\ATen\ops\sub_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4086789Z copying torch\include\ATen\ops\sub_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4093031Z copying torch\include\ATen\ops\sub_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4099284Z copying torch\include\ATen\ops\sub_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4105418Z copying torch\include\ATen\ops\sum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4112023Z copying torch\include\ATen\ops\sum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4118606Z copying torch\include\ATen\ops\sum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4125226Z copying torch\include\ATen\ops\sum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4131446Z copying torch\include\ATen\ops\sum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4137851Z copying torch\include\ATen\ops\sum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4144229Z copying torch\include\ATen\ops\sum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4150112Z copying torch\include\ATen\ops\sum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4156336Z copying torch\include\ATen\ops\sum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4162896Z copying torch\include\ATen\ops\sum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4169014Z copying torch\include\ATen\ops\sum_to_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4175702Z copying torch\include\ATen\ops\sum_to_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4182028Z copying torch\include\ATen\ops\sum_to_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4188196Z copying torch\include\ATen\ops\sum_to_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4194466Z copying torch\include\ATen\ops\svd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4201004Z copying torch\include\ATen\ops\svd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4207297Z copying torch\include\ATen\ops\svd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4214029Z copying torch\include\ATen\ops\svd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4220073Z copying torch\include\ATen\ops\swapaxes.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4226332Z copying torch\include\ATen\ops\swapaxes_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4232500Z copying torch\include\ATen\ops\swapaxes_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4238831Z copying torch\include\ATen\ops\swapaxes_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4245411Z copying torch\include\ATen\ops\swapdims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4251563Z copying torch\include\ATen\ops\swapdims_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4257703Z copying torch\include\ATen\ops\swapdims_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4264216Z copying torch\include\ATen\ops\swapdims_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4270577Z copying torch\include\ATen\ops\sym_constrain_range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4277279Z copying torch\include\ATen\ops\sym_constrain_range_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4283684Z copying torch\include\ATen\ops\sym_constrain_range_for_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4290550Z 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:35:05.4297109Z 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:35:05.4304612Z 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:35:05.4311467Z copying torch\include\ATen\ops\sym_constrain_range_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4318134Z copying torch\include\ATen\ops\sym_constrain_range_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4324837Z copying torch\include\ATen\ops\sym_numel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4331700Z copying torch\include\ATen\ops\sym_numel_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4338816Z copying torch\include\ATen\ops\sym_numel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4345133Z copying torch\include\ATen\ops\sym_numel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4352082Z copying torch\include\ATen\ops\sym_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4359168Z copying torch\include\ATen\ops\sym_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4366501Z copying torch\include\ATen\ops\sym_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4373658Z copying torch\include\ATen\ops\sym_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4380776Z copying torch\include\ATen\ops\sym_storage_offset.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4387682Z copying torch\include\ATen\ops\sym_storage_offset_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4394141Z copying torch\include\ATen\ops\sym_storage_offset_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4400992Z copying torch\include\ATen\ops\sym_storage_offset_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4407475Z copying torch\include\ATen\ops\sym_stride.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4414440Z copying torch\include\ATen\ops\sym_stride_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4420917Z copying torch\include\ATen\ops\sym_stride_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4426958Z copying torch\include\ATen\ops\sym_stride_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4433336Z copying torch\include\ATen\ops\t.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4439138Z copying torch\include\ATen\ops\take.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4445312Z copying torch\include\ATen\ops\take_along_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4452138Z copying torch\include\ATen\ops\take_along_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4458437Z copying torch\include\ATen\ops\take_along_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4464888Z copying torch\include\ATen\ops\take_along_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4471232Z copying torch\include\ATen\ops\take_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4477439Z copying torch\include\ATen\ops\take_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4484122Z copying torch\include\ATen\ops\take_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4490418Z copying torch\include\ATen\ops\take_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4496315Z copying torch\include\ATen\ops\tan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4502455Z copying torch\include\ATen\ops\tanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4508468Z copying torch\include\ATen\ops\tanh_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4515442Z copying torch\include\ATen\ops\tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4521749Z copying torch\include\ATen\ops\tanh_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4528041Z copying torch\include\ATen\ops\tanh_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4534357Z copying torch\include\ATen\ops\tanh_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4540821Z copying torch\include\ATen\ops\tanh_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4547408Z copying torch\include\ATen\ops\tanh_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4553913Z copying torch\include\ATen\ops\tanh_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4560702Z copying torch\include\ATen\ops\tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4566926Z copying torch\include\ATen\ops\tanh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4573369Z copying torch\include\ATen\ops\tanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4579557Z copying torch\include\ATen\ops\tanh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4585690Z copying torch\include\ATen\ops\tanh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4592223Z copying torch\include\ATen\ops\tanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4598401Z copying torch\include\ATen\ops\tanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4604930Z copying torch\include\ATen\ops\tan_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4611104Z copying torch\include\ATen\ops\tan_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4617662Z copying torch\include\ATen\ops\tan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4623896Z copying torch\include\ATen\ops\tan_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4629816Z copying torch\include\ATen\ops\tan_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4636423Z copying torch\include\ATen\ops\tan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4642743Z copying torch\include\ATen\ops\tan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4648865Z copying torch\include\ATen\ops\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4654969Z copying torch\include\ATen\ops\tensordot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4661779Z copying torch\include\ATen\ops\tensordot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4668196Z copying torch\include\ATen\ops\tensordot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4674597Z copying torch\include\ATen\ops\tensordot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4681130Z copying torch\include\ATen\ops\tensor_split.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4688162Z copying torch\include\ATen\ops\tensor_split_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4694748Z copying torch\include\ATen\ops\tensor_split_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4701230Z copying torch\include\ATen\ops\tensor_split_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4707736Z copying torch\include\ATen\ops\thnn_conv2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4714644Z copying torch\include\ATen\ops\thnn_conv2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4721057Z copying torch\include\ATen\ops\thnn_conv2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4727643Z copying torch\include\ATen\ops\thnn_conv2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4734105Z copying torch\include\ATen\ops\threshold.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4740804Z copying torch\include\ATen\ops\threshold_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4748067Z copying torch\include\ATen\ops\threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4754359Z copying torch\include\ATen\ops\threshold_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4760963Z copying torch\include\ATen\ops\threshold_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4767469Z copying torch\include\ATen\ops\threshold_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4774247Z copying torch\include\ATen\ops\threshold_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4780934Z copying torch\include\ATen\ops\threshold_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4788688Z copying torch\include\ATen\ops\threshold_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4795897Z copying torch\include\ATen\ops\threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4802222Z copying torch\include\ATen\ops\threshold_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4809047Z copying torch\include\ATen\ops\threshold_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4816424Z copying torch\include\ATen\ops\threshold_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4823166Z copying torch\include\ATen\ops\threshold_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4830159Z copying torch\include\ATen\ops\threshold_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4836632Z copying torch\include\ATen\ops\threshold_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4843260Z copying torch\include\ATen\ops\tile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4849625Z copying torch\include\ATen\ops\tile_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4855818Z copying torch\include\ATen\ops\tile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4862063Z copying torch\include\ATen\ops\tile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4867932Z copying torch\include\ATen\ops\to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4873760Z copying torch\include\ATen\ops\topk.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4884819Z copying torch\include\ATen\ops\topk_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4906254Z copying torch\include\ATen\ops\topk_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4912410Z copying torch\include\ATen\ops\topk_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4918924Z copying torch\include\ATen\ops\topk_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4925450Z copying torch\include\ATen\ops\topk_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4931666Z copying torch\include\ATen\ops\topk_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4937876Z copying torch\include\ATen\ops\topk_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4944127Z copying torch\include\ATen\ops\to_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4950490Z copying torch\include\ATen\ops\to_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4956470Z copying torch\include\ATen\ops\to_dense_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4963528Z copying torch\include\ATen\ops\to_dense_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4969806Z copying torch\include\ATen\ops\to_dense_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4975938Z copying torch\include\ATen\ops\to_dense_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4982518Z copying torch\include\ATen\ops\to_dense_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.4988544Z copying torch\include\ATen\ops\to_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5003629Z copying torch\include\ATen\ops\to_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5009898Z copying torch\include\ATen\ops\to_mkldnn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5016234Z copying torch\include\ATen\ops\to_mkldnn_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5022910Z copying torch\include\ATen\ops\to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5030140Z copying torch\include\ATen\ops\to_mkldnn_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5036470Z copying torch\include\ATen\ops\to_mkldnn_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5043395Z copying torch\include\ATen\ops\to_mkldnn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5049962Z copying torch\include\ATen\ops\to_mkldnn_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5056358Z copying torch\include\ATen\ops\to_mkldnn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5062788Z copying torch\include\ATen\ops\to_mkldnn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5069442Z copying torch\include\ATen\ops\to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5075730Z copying torch\include\ATen\ops\to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5082023Z copying torch\include\ATen\ops\to_padded_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5088710Z copying torch\include\ATen\ops\to_padded_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5095029Z copying torch\include\ATen\ops\to_padded_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5101866Z copying torch\include\ATen\ops\to_padded_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5108285Z copying torch\include\ATen\ops\to_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5114449Z copying torch\include\ATen\ops\to_sparse_bsc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5120840Z copying torch\include\ATen\ops\to_sparse_bsc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5127157Z copying torch\include\ATen\ops\to_sparse_bsc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5133526Z copying torch\include\ATen\ops\to_sparse_bsc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5140025Z copying torch\include\ATen\ops\to_sparse_bsr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5146864Z copying torch\include\ATen\ops\to_sparse_bsr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5153218Z copying torch\include\ATen\ops\to_sparse_bsr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5159423Z copying torch\include\ATen\ops\to_sparse_bsr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5166678Z copying torch\include\ATen\ops\to_sparse_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5173004Z copying torch\include\ATen\ops\to_sparse_csc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5179557Z copying torch\include\ATen\ops\to_sparse_csc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5185859Z copying torch\include\ATen\ops\to_sparse_csc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5192438Z copying torch\include\ATen\ops\to_sparse_csc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5198813Z copying torch\include\ATen\ops\to_sparse_csr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5205536Z copying torch\include\ATen\ops\to_sparse_csr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5212018Z copying torch\include\ATen\ops\to_sparse_csr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5218300Z copying torch\include\ATen\ops\to_sparse_csr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5224780Z copying torch\include\ATen\ops\to_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5231107Z copying torch\include\ATen\ops\to_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5237608Z copying torch\include\ATen\ops\trace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5243678Z copying torch\include\ATen\ops\trace_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5250344Z copying torch\include\ATen\ops\trace_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5256634Z copying torch\include\ATen\ops\trace_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5262707Z copying torch\include\ATen\ops\trace_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5269387Z copying torch\include\ATen\ops\trace_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5275830Z copying torch\include\ATen\ops\trace_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5282408Z copying torch\include\ATen\ops\trace_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5288632Z copying torch\include\ATen\ops\trace_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5295012Z copying torch\include\ATen\ops\trace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5301351Z copying torch\include\ATen\ops\transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5307849Z copying torch\include\ATen\ops\transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5314220Z copying torch\include\ATen\ops\transpose_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5320460Z copying torch\include\ATen\ops\transpose_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5327698Z copying torch\include\ATen\ops\transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5334204Z copying torch\include\ATen\ops\transpose_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5340454Z copying torch\include\ATen\ops\transpose_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5346768Z copying torch\include\ATen\ops\transpose_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5353162Z copying torch\include\ATen\ops\transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5359486Z copying torch\include\ATen\ops\transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5365923Z copying torch\include\ATen\ops\trapezoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5372776Z copying torch\include\ATen\ops\trapezoid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5378986Z copying torch\include\ATen\ops\trapezoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5385334Z copying torch\include\ATen\ops\trapezoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5391710Z copying torch\include\ATen\ops\trapz.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5398218Z copying torch\include\ATen\ops\trapz_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5404455Z copying torch\include\ATen\ops\trapz_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5410643Z copying torch\include\ATen\ops\trapz_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5417055Z copying torch\include\ATen\ops\triangular_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5424082Z copying torch\include\ATen\ops\triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5430400Z copying torch\include\ATen\ops\triangular_solve_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5437190Z copying torch\include\ATen\ops\triangular_solve_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5443279Z copying torch\include\ATen\ops\triangular_solve_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5449816Z copying torch\include\ATen\ops\triangular_solve_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5456228Z copying torch\include\ATen\ops\triangular_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5463449Z copying torch\include\ATen\ops\triangular_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5469581Z copying torch\include\ATen\ops\tril.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5476042Z copying torch\include\ATen\ops\tril_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5482209Z copying torch\include\ATen\ops\tril_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5488446Z copying torch\include\ATen\ops\tril_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5494672Z copying torch\include\ATen\ops\tril_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5501330Z copying torch\include\ATen\ops\tril_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5507780Z copying torch\include\ATen\ops\tril_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5514210Z copying torch\include\ATen\ops\tril_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5520777Z copying torch\include\ATen\ops\tril_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5527226Z copying torch\include\ATen\ops\tril_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5533570Z copying torch\include\ATen\ops\tril_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5539805Z copying torch\include\ATen\ops\tril_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5546029Z copying torch\include\ATen\ops\tril_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5552288Z copying torch\include\ATen\ops\tril_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5558573Z copying torch\include\ATen\ops\triplet_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5565315Z copying torch\include\ATen\ops\triplet_margin_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5571553Z copying torch\include\ATen\ops\triplet_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5577934Z copying torch\include\ATen\ops\triplet_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5584284Z copying torch\include\ATen\ops\triu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5590728Z copying torch\include\ATen\ops\triu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5597236Z copying torch\include\ATen\ops\triu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5603697Z copying torch\include\ATen\ops\triu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5609944Z copying torch\include\ATen\ops\triu_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5616929Z copying torch\include\ATen\ops\triu_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5623251Z copying torch\include\ATen\ops\triu_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5629410Z copying torch\include\ATen\ops\triu_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5635943Z copying torch\include\ATen\ops\triu_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5642708Z copying torch\include\ATen\ops\triu_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5649497Z copying torch\include\ATen\ops\triu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5656126Z copying torch\include\ATen\ops\triu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5662379Z copying torch\include\ATen\ops\triu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5668945Z copying torch\include\ATen\ops\triu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5675112Z copying torch\include\ATen\ops\true_divide.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5682109Z copying torch\include\ATen\ops\true_divide_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5688496Z copying torch\include\ATen\ops\true_divide_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5695046Z copying torch\include\ATen\ops\true_divide_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5701314Z copying torch\include\ATen\ops\trunc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5707919Z copying torch\include\ATen\ops\trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5714320Z copying torch\include\ATen\ops\trunc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5720679Z copying torch\include\ATen\ops\trunc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5727170Z copying torch\include\ATen\ops\trunc_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5733866Z copying torch\include\ATen\ops\trunc_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5740508Z copying torch\include\ATen\ops\trunc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5747045Z copying torch\include\ATen\ops\trunc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5753416Z copying torch\include\ATen\ops\type_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5759318Z copying torch\include\ATen\ops\type_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5765231Z copying torch\include\ATen\ops\type_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5771082Z copying torch\include\ATen\ops\type_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5777388Z copying torch\include\ATen\ops\t_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5783294Z copying torch\include\ATen\ops\t_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5796559Z copying torch\include\ATen\ops\t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5820095Z copying torch\include\ATen\ops\t_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5822700Z copying torch\include\ATen\ops\t_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5824866Z copying torch\include\ATen\ops\t_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5826947Z copying torch\include\ATen\ops\t_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5829020Z copying torch\include\ATen\ops\t_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5831173Z copying torch\include\ATen\ops\unbind.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5838717Z copying torch\include\ATen\ops\unbind_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5846513Z copying torch\include\ATen\ops\unbind_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5853250Z copying torch\include\ATen\ops\unbind_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5860030Z copying torch\include\ATen\ops\unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5866968Z copying torch\include\ATen\ops\unbind_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5873189Z copying torch\include\ATen\ops\unbind_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5879963Z copying torch\include\ATen\ops\unbind_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5886538Z copying torch\include\ATen\ops\unbind_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5892856Z copying torch\include\ATen\ops\unbind_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5898870Z copying torch\include\ATen\ops\unflatten.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5905441Z copying torch\include\ATen\ops\unflatten_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5911584Z copying torch\include\ATen\ops\unflatten_dense_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5918076Z copying torch\include\ATen\ops\unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5924144Z copying torch\include\ATen\ops\unflatten_dense_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5930170Z copying torch\include\ATen\ops\unflatten_dense_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5936512Z copying torch\include\ATen\ops\unflatten_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5942901Z copying torch\include\ATen\ops\unflatten_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5949181Z copying torch\include\ATen\ops\unfold.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5954987Z copying torch\include\ATen\ops\unfold_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5962045Z copying torch\include\ATen\ops\unfold_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5968544Z copying torch\include\ATen\ops\unfold_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5976395Z copying torch\include\ATen\ops\unfold_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5982451Z copying torch\include\ATen\ops\unfold_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5988593Z copying torch\include\ATen\ops\unfold_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.5994993Z copying torch\include\ATen\ops\unfold_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6001692Z copying torch\include\ATen\ops\unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6008261Z copying torch\include\ATen\ops\unfold_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6014734Z copying torch\include\ATen\ops\unfold_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6021078Z copying torch\include\ATen\ops\unfold_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6027135Z copying torch\include\ATen\ops\unfold_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6033281Z copying torch\include\ATen\ops\unfold_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6039746Z copying torch\include\ATen\ops\unfold_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6046257Z copying torch\include\ATen\ops\unfold_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6052545Z copying torch\include\ATen\ops\unfold_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6058566Z copying torch\include\ATen\ops\uniform.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6064965Z copying torch\include\ATen\ops\uniform_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6071246Z copying torch\include\ATen\ops\uniform_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6077574Z copying torch\include\ATen\ops\uniform_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6084013Z copying torch\include\ATen\ops\uniform_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6090622Z copying torch\include\ATen\ops\uniform_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6097127Z copying torch\include\ATen\ops\uniform_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6103517Z copying torch\include\ATen\ops\unique_consecutive.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6110242Z copying torch\include\ATen\ops\unique_consecutive_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6116828Z copying torch\include\ATen\ops\unique_consecutive_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6123286Z copying torch\include\ATen\ops\unique_consecutive_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6129724Z copying torch\include\ATen\ops\unique_consecutive_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6136072Z copying torch\include\ATen\ops\unique_consecutive_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6142128Z copying torch\include\ATen\ops\unique_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6148589Z copying torch\include\ATen\ops\unique_dim_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6154785Z copying torch\include\ATen\ops\unique_dim_consecutive.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6161422Z copying torch\include\ATen\ops\unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6167625Z copying torch\include\ATen\ops\unique_dim_consecutive_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6174054Z copying torch\include\ATen\ops\unique_dim_consecutive_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6180568Z copying torch\include\ATen\ops\unique_dim_consecutive_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6187534Z copying torch\include\ATen\ops\unique_dim_consecutive_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6194853Z copying torch\include\ATen\ops\unique_dim_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6201741Z copying torch\include\ATen\ops\unique_dim_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6208161Z copying torch\include\ATen\ops\unique_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6214728Z copying torch\include\ATen\ops\unique_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6221945Z copying torch\include\ATen\ops\unsafe_chunk.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6228447Z copying torch\include\ATen\ops\unsafe_chunk_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6234651Z copying torch\include\ATen\ops\unsafe_chunk_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6249090Z copying torch\include\ATen\ops\unsafe_chunk_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6256170Z copying torch\include\ATen\ops\unsafe_split.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6262801Z copying torch\include\ATen\ops\unsafe_split_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6269080Z copying torch\include\ATen\ops\unsafe_split_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6275874Z copying torch\include\ATen\ops\unsafe_split_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6282404Z copying torch\include\ATen\ops\unsafe_split_with_sizes.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6289119Z 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:35:05.6296077Z copying torch\include\ATen\ops\unsafe_split_with_sizes_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6302439Z copying torch\include\ATen\ops\unsafe_split_with_sizes_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6308829Z copying torch\include\ATen\ops\unsqueeze.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6315797Z copying torch\include\ATen\ops\unsqueeze_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6323113Z copying torch\include\ATen\ops\unsqueeze_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6329626Z copying torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6337092Z copying torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6344005Z copying torch\include\ATen\ops\unsqueeze_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6350494Z copying torch\include\ATen\ops\unsqueeze_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6357045Z copying torch\include\ATen\ops\unsqueeze_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6364004Z copying torch\include\ATen\ops\unsqueeze_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6370693Z copying torch\include\ATen\ops\upsample_bicubic2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6377175Z copying torch\include\ATen\ops\upsample_bicubic2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6384603Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6391267Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6397922Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6404889Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6411327Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6417959Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6424878Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6432668Z copying torch\include\ATen\ops\upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6439284Z copying torch\include\ATen\ops\upsample_bicubic2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6445846Z copying torch\include\ATen\ops\upsample_bicubic2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6452495Z copying torch\include\ATen\ops\upsample_bicubic2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6459603Z copying torch\include\ATen\ops\upsample_bicubic2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6466044Z copying torch\include\ATen\ops\upsample_bicubic2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6472286Z copying torch\include\ATen\ops\upsample_bicubic2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6478638Z copying torch\include\ATen\ops\upsample_bicubic2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6485012Z copying torch\include\ATen\ops\upsample_bilinear2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6491532Z copying torch\include\ATen\ops\upsample_bilinear2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6498169Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6504490Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6510837Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6517012Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6523488Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6529987Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6536509Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6543300Z copying torch\include\ATen\ops\upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6549956Z copying torch\include\ATen\ops\upsample_bilinear2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6556451Z copying torch\include\ATen\ops\upsample_bilinear2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6563472Z copying torch\include\ATen\ops\upsample_bilinear2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6570173Z copying torch\include\ATen\ops\upsample_bilinear2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6577218Z copying torch\include\ATen\ops\upsample_bilinear2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6583911Z copying torch\include\ATen\ops\upsample_bilinear2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6590495Z copying torch\include\ATen\ops\upsample_bilinear2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6596711Z copying torch\include\ATen\ops\upsample_linear1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6603426Z copying torch\include\ATen\ops\upsample_linear1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6610761Z copying torch\include\ATen\ops\upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6617275Z copying torch\include\ATen\ops\upsample_linear1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6630394Z copying torch\include\ATen\ops\upsample_linear1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6637645Z copying torch\include\ATen\ops\upsample_linear1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6644247Z copying torch\include\ATen\ops\upsample_linear1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6650667Z copying torch\include\ATen\ops\upsample_linear1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6657518Z copying torch\include\ATen\ops\upsample_linear1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6664313Z copying torch\include\ATen\ops\upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6670843Z copying torch\include\ATen\ops\upsample_linear1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6677120Z copying torch\include\ATen\ops\upsample_linear1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6683635Z copying torch\include\ATen\ops\upsample_linear1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6690019Z copying torch\include\ATen\ops\upsample_linear1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6696592Z copying torch\include\ATen\ops\upsample_linear1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6702807Z copying torch\include\ATen\ops\upsample_linear1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6709113Z copying torch\include\ATen\ops\upsample_linear1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6715430Z copying torch\include\ATen\ops\upsample_nearest1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6721904Z copying torch\include\ATen\ops\upsample_nearest1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6728728Z copying torch\include\ATen\ops\upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6735500Z copying torch\include\ATen\ops\upsample_nearest1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6742661Z copying torch\include\ATen\ops\upsample_nearest1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6748738Z copying torch\include\ATen\ops\upsample_nearest1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6755235Z copying torch\include\ATen\ops\upsample_nearest1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6761814Z copying torch\include\ATen\ops\upsample_nearest1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6768174Z copying torch\include\ATen\ops\upsample_nearest1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6775400Z copying torch\include\ATen\ops\upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6782317Z copying torch\include\ATen\ops\upsample_nearest1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6789093Z copying torch\include\ATen\ops\upsample_nearest1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6796217Z copying torch\include\ATen\ops\upsample_nearest1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6802880Z copying torch\include\ATen\ops\upsample_nearest1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6809822Z copying torch\include\ATen\ops\upsample_nearest1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6816694Z copying torch\include\ATen\ops\upsample_nearest1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6823886Z copying torch\include\ATen\ops\upsample_nearest1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6830634Z copying torch\include\ATen\ops\upsample_nearest2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6837368Z copying torch\include\ATen\ops\upsample_nearest2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6844499Z copying torch\include\ATen\ops\upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6852669Z copying torch\include\ATen\ops\upsample_nearest2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6859481Z copying torch\include\ATen\ops\upsample_nearest2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6866577Z copying torch\include\ATen\ops\upsample_nearest2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6875294Z copying torch\include\ATen\ops\upsample_nearest2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6884467Z copying torch\include\ATen\ops\upsample_nearest2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6892799Z copying torch\include\ATen\ops\upsample_nearest2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6901835Z copying torch\include\ATen\ops\upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6909664Z copying torch\include\ATen\ops\upsample_nearest2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6917222Z copying torch\include\ATen\ops\upsample_nearest2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6925752Z copying torch\include\ATen\ops\upsample_nearest2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6932823Z copying torch\include\ATen\ops\upsample_nearest2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6939371Z copying torch\include\ATen\ops\upsample_nearest2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6945809Z copying torch\include\ATen\ops\upsample_nearest2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6952514Z copying torch\include\ATen\ops\upsample_nearest2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6959200Z copying torch\include\ATen\ops\upsample_nearest3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6965786Z copying torch\include\ATen\ops\upsample_nearest3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6972458Z copying torch\include\ATen\ops\upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6979062Z copying torch\include\ATen\ops\upsample_nearest3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6985646Z copying torch\include\ATen\ops\upsample_nearest3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6992276Z copying torch\include\ATen\ops\upsample_nearest3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.6999091Z copying torch\include\ATen\ops\upsample_nearest3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7005801Z copying torch\include\ATen\ops\upsample_nearest3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7012404Z copying torch\include\ATen\ops\upsample_nearest3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7019778Z copying torch\include\ATen\ops\upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7026594Z copying torch\include\ATen\ops\upsample_nearest3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7033180Z copying torch\include\ATen\ops\upsample_nearest3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7039709Z copying torch\include\ATen\ops\upsample_nearest3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7046444Z copying torch\include\ATen\ops\upsample_nearest3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7053327Z copying torch\include\ATen\ops\upsample_nearest3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7059969Z copying torch\include\ATen\ops\upsample_nearest3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7066314Z copying torch\include\ATen\ops\upsample_nearest3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7132912Z copying torch\include\ATen\ops\upsample_trilinear3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7139562Z copying torch\include\ATen\ops\upsample_trilinear3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7146693Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7153723Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7160808Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7167616Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7174054Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7180498Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7186943Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7193914Z copying torch\include\ATen\ops\upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7200686Z copying torch\include\ATen\ops\upsample_trilinear3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7207424Z copying torch\include\ATen\ops\upsample_trilinear3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7213541Z copying torch\include\ATen\ops\upsample_trilinear3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7220304Z copying torch\include\ATen\ops\upsample_trilinear3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7227325Z copying torch\include\ATen\ops\upsample_trilinear3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7234027Z copying torch\include\ATen\ops\upsample_trilinear3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7241009Z copying torch\include\ATen\ops\upsample_trilinear3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7247568Z copying torch\include\ATen\ops\values.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7253851Z copying torch\include\ATen\ops\values_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7260194Z copying torch\include\ATen\ops\values_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7267182Z copying torch\include\ATen\ops\values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7274076Z copying torch\include\ATen\ops\values_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7280387Z copying torch\include\ATen\ops\values_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7287066Z copying torch\include\ATen\ops\values_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7293643Z copying torch\include\ATen\ops\values_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7300062Z copying torch\include\ATen\ops\values_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7306888Z copying torch\include\ATen\ops\value_selecting_reduction_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7313976Z 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:35:05.7320560Z copying torch\include\ATen\ops\value_selecting_reduction_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7328471Z copying torch\include\ATen\ops\value_selecting_reduction_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7335475Z copying torch\include\ATen\ops\vander.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7341958Z copying torch\include\ATen\ops\vander_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7348410Z copying torch\include\ATen\ops\vander_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7354860Z copying torch\include\ATen\ops\vander_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7361481Z copying torch\include\ATen\ops\var.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7367960Z copying torch\include\ATen\ops\var_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7374448Z copying torch\include\ATen\ops\var_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7380652Z copying torch\include\ATen\ops\var_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7387201Z copying torch\include\ATen\ops\var_mean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7393582Z copying torch\include\ATen\ops\var_mean_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7399955Z copying torch\include\ATen\ops\var_mean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7406592Z copying torch\include\ATen\ops\var_mean_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7413013Z copying torch\include\ATen\ops\var_mean_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7419642Z copying torch\include\ATen\ops\var_mean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7426121Z copying torch\include\ATen\ops\var_mean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7432531Z copying torch\include\ATen\ops\var_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7439062Z copying torch\include\ATen\ops\var_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7445069Z copying torch\include\ATen\ops\vdot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7451424Z copying torch\include\ATen\ops\vdot_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7457788Z copying torch\include\ATen\ops\vdot_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7464088Z copying torch\include\ATen\ops\vdot_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7470573Z copying torch\include\ATen\ops\vdot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7476898Z copying torch\include\ATen\ops\vdot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7482970Z copying torch\include\ATen\ops\view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7489117Z copying torch\include\ATen\ops\view_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7495269Z copying torch\include\ATen\ops\view_as_complex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7501945Z copying torch\include\ATen\ops\view_as_complex_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7508950Z 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:35:05.7515603Z 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:35:05.7522156Z copying torch\include\ATen\ops\view_as_complex_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7528663Z copying torch\include\ATen\ops\view_as_complex_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7535830Z copying torch\include\ATen\ops\view_as_complex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7542205Z copying torch\include\ATen\ops\view_as_complex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7548688Z copying torch\include\ATen\ops\view_as_complex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7554952Z copying torch\include\ATen\ops\view_as_complex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7561270Z copying torch\include\ATen\ops\view_as_complex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7567922Z copying torch\include\ATen\ops\view_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7573934Z copying torch\include\ATen\ops\view_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7579964Z copying torch\include\ATen\ops\view_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7586262Z copying torch\include\ATen\ops\view_as_real.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7593158Z copying torch\include\ATen\ops\view_as_real_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7599583Z 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:35:05.7606165Z 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:35:05.7612430Z copying torch\include\ATen\ops\view_as_real_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7618820Z copying torch\include\ATen\ops\view_as_real_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7625593Z copying torch\include\ATen\ops\view_as_real_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7632730Z copying torch\include\ATen\ops\view_as_real_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7639241Z copying torch\include\ATen\ops\view_as_real_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7645945Z copying torch\include\ATen\ops\view_as_real_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7652220Z copying torch\include\ATen\ops\view_as_real_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7659038Z copying torch\include\ATen\ops\view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7665199Z copying torch\include\ATen\ops\view_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7672853Z copying torch\include\ATen\ops\view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7679086Z copying torch\include\ATen\ops\view_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7685380Z copying torch\include\ATen\ops\view_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7691542Z copying torch\include\ATen\ops\view_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7698000Z copying torch\include\ATen\ops\view_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7704538Z copying torch\include\ATen\ops\view_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7711008Z copying torch\include\ATen\ops\view_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7717079Z copying torch\include\ATen\ops\view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7723935Z copying torch\include\ATen\ops\view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7729791Z copying torch\include\ATen\ops\vsplit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7736163Z copying torch\include\ATen\ops\vsplit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7742251Z copying torch\include\ATen\ops\vsplit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7748691Z copying torch\include\ATen\ops\vsplit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7755137Z copying torch\include\ATen\ops\vstack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7761799Z copying torch\include\ATen\ops\vstack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7767702Z copying torch\include\ATen\ops\vstack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7773858Z copying torch\include\ATen\ops\vstack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7780019Z copying torch\include\ATen\ops\where.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7786211Z copying torch\include\ATen\ops\where_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7792595Z copying torch\include\ATen\ops\where_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7798566Z copying torch\include\ATen\ops\where_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7804798Z copying torch\include\ATen\ops\where_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7811243Z copying torch\include\ATen\ops\where_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7817627Z copying torch\include\ATen\ops\xlogy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7824499Z copying torch\include\ATen\ops\xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7830744Z copying torch\include\ATen\ops\xlogy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7837034Z copying torch\include\ATen\ops\xlogy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7843511Z copying torch\include\ATen\ops\xlogy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7850403Z copying torch\include\ATen\ops\xlogy_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7856655Z copying torch\include\ATen\ops\xlogy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7862816Z copying torch\include\ATen\ops\xlogy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7869355Z copying torch\include\ATen\ops\xlogy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7875640Z copying torch\include\ATen\ops\xor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7882099Z copying torch\include\ATen\ops\xor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7888251Z copying torch\include\ATen\ops\xor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7894452Z copying torch\include\ATen\ops\xor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7900505Z copying torch\include\ATen\ops\zero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7906633Z copying torch\include\ATen\ops\zeros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7913008Z copying torch\include\ATen\ops\zeros_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7919091Z copying torch\include\ATen\ops\zeros_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7925950Z copying torch\include\ATen\ops\zeros_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7932286Z copying torch\include\ATen\ops\zeros_like_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7938523Z copying torch\include\ATen\ops\zeros_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7944826Z copying torch\include\ATen\ops\zeros_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7951092Z copying torch\include\ATen\ops\zeros_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7957404Z copying torch\include\ATen\ops\zeros_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7964237Z copying torch\include\ATen\ops\zero_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7970521Z copying torch\include\ATen\ops\zero_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7976933Z copying torch\include\ATen\ops\zero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7983407Z copying torch\include\ATen\ops\zero_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7989531Z copying torch\include\ATen\ops\zero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.7995741Z copying torch\include\ATen\ops\zero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8002123Z copying torch\include\ATen\ops\_adaptive_avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8008592Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8015536Z 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:35:05.8021973Z 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:35:05.8028623Z 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:35:05.8035721Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8042289Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8049177Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8056592Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8063207Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8069677Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8076250Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8082958Z copying torch\include\ATen\ops\_adaptive_avg_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8089558Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8096713Z 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:35:05.8104129Z 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:35:05.8111337Z 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:35:05.8118091Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8124834Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8132053Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8139283Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8146250Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8154449Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8162143Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8169760Z copying torch\include\ATen\ops\_addmm_activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8178491Z copying torch\include\ATen\ops\_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8185168Z copying torch\include\ATen\ops\_addmm_activation_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8191937Z copying torch\include\ATen\ops\_addmm_activation_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8198505Z copying torch\include\ATen\ops\_addmm_activation_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8205407Z copying torch\include\ATen\ops\_addmm_activation_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8212164Z copying torch\include\ATen\ops\_addmm_activation_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8219180Z copying torch\include\ATen\ops\_addmm_activation_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8225579Z copying torch\include\ATen\ops\_add_batch_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8233146Z copying torch\include\ATen\ops\_add_batch_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8240637Z copying torch\include\ATen\ops\_add_batch_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8247112Z copying torch\include\ATen\ops\_add_batch_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8253502Z copying torch\include\ATen\ops\_add_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8260140Z copying torch\include\ATen\ops\_add_relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8266975Z copying torch\include\ATen\ops\_add_relu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8273423Z copying torch\include\ATen\ops\_add_relu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8280039Z copying torch\include\ATen\ops\_add_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8286472Z copying torch\include\ATen\ops\_add_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8293010Z copying torch\include\ATen\ops\_aminmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8299689Z copying torch\include\ATen\ops\_aminmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8306357Z copying torch\include\ATen\ops\_aminmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8312916Z copying torch\include\ATen\ops\_aminmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8319901Z copying torch\include\ATen\ops\_aminmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8326378Z copying torch\include\ATen\ops\_aminmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8333288Z 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:35:05.8340742Z 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:35:05.8347412Z 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:35:05.8354678Z 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:35:05.8362336Z 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:35:05.8368934Z 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:35:05.8376615Z copying torch\include\ATen\ops\_amp_update_scale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8383380Z copying torch\include\ATen\ops\_amp_update_scale_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8390021Z copying torch\include\ATen\ops\_amp_update_scale_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8396553Z copying torch\include\ATen\ops\_amp_update_scale_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8403183Z copying torch\include\ATen\ops\_amp_update_scale_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8409840Z copying torch\include\ATen\ops\_amp_update_scale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8417085Z copying torch\include\ATen\ops\_amp_update_scale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8424050Z copying torch\include\ATen\ops\_assert_async.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8430246Z copying torch\include\ATen\ops\_assert_async_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8437012Z copying torch\include\ATen\ops\_assert_async_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8443483Z copying torch\include\ATen\ops\_assert_async_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8449894Z copying torch\include\ATen\ops\_assert_async_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8456312Z copying torch\include\ATen\ops\_assert_scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8467824Z copying torch\include\ATen\ops\_assert_scalar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8472021Z copying torch\include\ATen\ops\_assert_scalar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8478243Z copying torch\include\ATen\ops\_assert_scalar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8485507Z copying torch\include\ATen\ops\_assert_tensor_metadata.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8492893Z copying torch\include\ATen\ops\_assert_tensor_metadata_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8499514Z copying torch\include\ATen\ops\_assert_tensor_metadata_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8506119Z copying torch\include\ATen\ops\_assert_tensor_metadata_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8520592Z copying torch\include\ATen\ops\_autocast_to_full_precision.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8534856Z 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:35:05.8549001Z copying torch\include\ATen\ops\_autocast_to_full_precision_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8563084Z copying torch\include\ATen\ops\_autocast_to_full_precision_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8577990Z copying torch\include\ATen\ops\_autocast_to_reduced_precision.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8591107Z 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:35:05.8602156Z copying torch\include\ATen\ops\_autocast_to_reduced_precision_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8608706Z copying torch\include\ATen\ops\_autocast_to_reduced_precision_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8615036Z copying torch\include\ATen\ops\_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8621509Z copying torch\include\ATen\ops\_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8627834Z copying torch\include\ATen\ops\_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8634098Z copying torch\include\ATen\ops\_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8640771Z copying torch\include\ATen\ops\_batch_norm_impl_index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8647694Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8654765Z 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:35:05.8661377Z 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:35:05.8667992Z 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:35:05.8674963Z 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:35:05.8681870Z copying torch\include\ATen\ops\_batch_norm_impl_index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8688419Z copying torch\include\ATen\ops\_batch_norm_impl_index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8695096Z copying torch\include\ATen\ops\_batch_norm_no_update.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8702673Z 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:35:05.8709308Z copying torch\include\ATen\ops\_batch_norm_no_update_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8715847Z copying torch\include\ATen\ops\_batch_norm_no_update_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8722472Z copying torch\include\ATen\ops\_batch_norm_with_update.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8729417Z 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:35:05.8736710Z 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:35:05.8743346Z 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:35:05.8750298Z copying torch\include\ATen\ops\_batch_norm_with_update_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8756942Z copying torch\include\ATen\ops\_batch_norm_with_update_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8763582Z copying torch\include\ATen\ops\_cast_Byte.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8770782Z copying torch\include\ATen\ops\_cast_Byte_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8777082Z copying torch\include\ATen\ops\_cast_Byte_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8783767Z copying torch\include\ATen\ops\_cast_Byte_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8790481Z copying torch\include\ATen\ops\_cast_Char.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8797621Z copying torch\include\ATen\ops\_cast_Char_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8804403Z copying torch\include\ATen\ops\_cast_Char_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8825515Z copying torch\include\ATen\ops\_cast_Char_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8831989Z copying torch\include\ATen\ops\_cast_Double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8840690Z copying torch\include\ATen\ops\_cast_Double_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8847669Z copying torch\include\ATen\ops\_cast_Double_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8853944Z copying torch\include\ATen\ops\_cast_Double_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8861023Z copying torch\include\ATen\ops\_cast_Float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:05.8868268Z copying torch\include\ATen\ops\_cast_Float_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0043203Z copying torch\include\ATen\ops\_cast_Float_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0050704Z copying torch\include\ATen\ops\_cast_Float_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0058453Z copying torch\include\ATen\ops\_cast_Half.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0065682Z copying torch\include\ATen\ops\_cast_Half_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0072183Z copying torch\include\ATen\ops\_cast_Half_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0078681Z copying torch\include\ATen\ops\_cast_Half_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0085642Z copying torch\include\ATen\ops\_cast_Int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0093064Z copying torch\include\ATen\ops\_cast_Int_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0099328Z copying torch\include\ATen\ops\_cast_Int_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0105891Z copying torch\include\ATen\ops\_cast_Int_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0112319Z copying torch\include\ATen\ops\_cast_Long.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0119273Z copying torch\include\ATen\ops\_cast_Long_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0125839Z copying torch\include\ATen\ops\_cast_Long_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0132759Z copying torch\include\ATen\ops\_cast_Long_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0138971Z copying torch\include\ATen\ops\_cast_Short.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0145823Z copying torch\include\ATen\ops\_cast_Short_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0152251Z copying torch\include\ATen\ops\_cast_Short_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0158493Z copying torch\include\ATen\ops\_cast_Short_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0165109Z copying torch\include\ATen\ops\_cdist_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0172146Z copying torch\include\ATen\ops\_cdist_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0179034Z copying torch\include\ATen\ops\_cdist_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0185911Z copying torch\include\ATen\ops\_cdist_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0192891Z copying torch\include\ATen\ops\_cdist_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0199684Z copying torch\include\ATen\ops\_cdist_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0206868Z copying torch\include\ATen\ops\_cdist_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0213435Z copying torch\include\ATen\ops\_cdist_forward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0220119Z copying torch\include\ATen\ops\_cdist_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0226615Z copying torch\include\ATen\ops\_cdist_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0233123Z copying torch\include\ATen\ops\_cdist_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0239681Z copying torch\include\ATen\ops\_cdist_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0246946Z copying torch\include\ATen\ops\_cholesky_solve_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0253586Z copying torch\include\ATen\ops\_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0260135Z copying torch\include\ATen\ops\_cholesky_solve_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0267027Z copying torch\include\ATen\ops\_cholesky_solve_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0274033Z copying torch\include\ATen\ops\_cholesky_solve_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0280988Z copying torch\include\ATen\ops\_cholesky_solve_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0287890Z copying torch\include\ATen\ops\_choose_qparams_per_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0295124Z 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:35:06.0319249Z copying torch\include\ATen\ops\_choose_qparams_per_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0325662Z copying torch\include\ATen\ops\_choose_qparams_per_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0332037Z copying torch\include\ATen\ops\_chunk_cat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0339165Z copying torch\include\ATen\ops\_chunk_cat_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0346059Z copying torch\include\ATen\ops\_chunk_cat_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0352240Z copying torch\include\ATen\ops\_chunk_cat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0358742Z copying torch\include\ATen\ops\_chunk_cat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0365196Z copying torch\include\ATen\ops\_coalesce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0371453Z copying torch\include\ATen\ops\_coalesced.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0378282Z copying torch\include\ATen\ops\_coalesced_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0384620Z copying torch\include\ATen\ops\_coalesced_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0391265Z copying torch\include\ATen\ops\_coalesced_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0397586Z copying torch\include\ATen\ops\_coalesced_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0404684Z copying torch\include\ATen\ops\_coalesce_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0411081Z copying torch\include\ATen\ops\_coalesce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0417604Z copying torch\include\ATen\ops\_coalesce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0424629Z copying torch\include\ATen\ops\_compute_linear_combination.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0430845Z copying torch\include\ATen\ops\_compute_linear_combination_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0437512Z copying torch\include\ATen\ops\_compute_linear_combination_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0444212Z copying torch\include\ATen\ops\_compute_linear_combination_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0450588Z copying torch\include\ATen\ops\_compute_linear_combination_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0456819Z copying torch\include\ATen\ops\_conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0463501Z copying torch\include\ATen\ops\_conj_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0470660Z copying torch\include\ATen\ops\_conj_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0477741Z copying torch\include\ATen\ops\_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0485930Z copying torch\include\ATen\ops\_conj_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0492053Z copying torch\include\ATen\ops\_conj_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0498384Z copying torch\include\ATen\ops\_conj_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0504970Z copying torch\include\ATen\ops\_conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0511053Z copying torch\include\ATen\ops\_conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0517658Z copying torch\include\ATen\ops\_conj_physical.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0525688Z copying torch\include\ATen\ops\_conj_physical_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0532416Z copying torch\include\ATen\ops\_conj_physical_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0539112Z copying torch\include\ATen\ops\_conj_physical_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0545427Z 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:35:06.0552564Z 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:35:06.0558998Z 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:35:06.0566225Z 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:35:06.0572896Z 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:35:06.0579388Z 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:35:06.0586000Z 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:35:06.0592766Z 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:35:06.0599728Z 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:35:06.0607636Z 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:35:06.0613786Z 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:35:06.0620550Z 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:35:06.0627390Z 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:35:06.0634369Z 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:35:06.0641781Z 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:35:06.0648326Z 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:35:06.0654881Z copying torch\include\ATen\ops\_convert_weight_to_int4pack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0661687Z 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:35:06.0668426Z 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:35:06.0675400Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0681918Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0688441Z copying torch\include\ATen\ops\_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0695346Z copying torch\include\ATen\ops\_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0701901Z copying torch\include\ATen\ops\_convolution_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0708402Z copying torch\include\ATen\ops\_convolution_double_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0715648Z copying torch\include\ATen\ops\_convolution_double_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0722226Z copying torch\include\ATen\ops\_convolution_double_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0729370Z copying torch\include\ATen\ops\_convolution_double_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0735582Z copying torch\include\ATen\ops\_convolution_mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0742477Z copying torch\include\ATen\ops\_convolution_mode_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0749228Z copying torch\include\ATen\ops\_convolution_mode_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0755893Z copying torch\include\ATen\ops\_convolution_mode_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0762437Z copying torch\include\ATen\ops\_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0768843Z copying torch\include\ATen\ops\_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0775325Z copying torch\include\ATen\ops\_conv_depthwise2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0782071Z copying torch\include\ATen\ops\_conv_depthwise2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0788468Z copying torch\include\ATen\ops\_conv_depthwise2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0794911Z copying torch\include\ATen\ops\_conv_depthwise2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0801506Z copying torch\include\ATen\ops\_copy_from.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0807929Z copying torch\include\ATen\ops\_copy_from_and_resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0814605Z 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:35:06.0820963Z copying torch\include\ATen\ops\_copy_from_and_resize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0827170Z copying torch\include\ATen\ops\_copy_from_and_resize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0833811Z copying torch\include\ATen\ops\_copy_from_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0840407Z copying torch\include\ATen\ops\_copy_from_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0846806Z copying torch\include\ATen\ops\_copy_from_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0853179Z copying torch\include\ATen\ops\_cslt_compress.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0859694Z copying torch\include\ATen\ops\_cslt_compress_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0865867Z copying torch\include\ATen\ops\_cslt_compress_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0872112Z copying torch\include\ATen\ops\_cslt_compress_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0879039Z copying torch\include\ATen\ops\_cslt_sparse_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0886677Z copying torch\include\ATen\ops\_cslt_sparse_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0894556Z copying torch\include\ATen\ops\_cslt_sparse_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0901475Z copying torch\include\ATen\ops\_cslt_sparse_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0909246Z copying torch\include\ATen\ops\_cslt_sparse_mm_search.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0916779Z 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:35:06.0924616Z copying torch\include\ATen\ops\_cslt_sparse_mm_search_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0931404Z copying torch\include\ATen\ops\_cslt_sparse_mm_search_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0938173Z copying torch\include\ATen\ops\_ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0945147Z copying torch\include\ATen\ops\_ctc_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0951994Z copying torch\include\ATen\ops\_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0959079Z copying torch\include\ATen\ops\_ctc_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0965648Z copying torch\include\ATen\ops\_ctc_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0972603Z copying torch\include\ATen\ops\_ctc_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0979167Z copying torch\include\ATen\ops\_ctc_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0986704Z copying torch\include\ATen\ops\_ctc_loss_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0993612Z copying torch\include\ATen\ops\_ctc_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.0999581Z copying torch\include\ATen\ops\_ctc_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1006233Z copying torch\include\ATen\ops\_ctc_loss_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1012677Z copying torch\include\ATen\ops\_ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1019149Z copying torch\include\ATen\ops\_ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1025637Z copying torch\include\ATen\ops\_cudnn_ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1032438Z copying torch\include\ATen\ops\_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1039069Z copying torch\include\ATen\ops\_cudnn_ctc_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1045533Z copying torch\include\ATen\ops\_cudnn_ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1051759Z copying torch\include\ATen\ops\_cudnn_ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1058549Z copying torch\include\ATen\ops\_cudnn_init_dropout_state.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1065414Z 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:35:06.1071864Z 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:35:06.1078636Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1085289Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1091708Z copying torch\include\ATen\ops\_cudnn_rnn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1098410Z copying torch\include\ATen\ops\_cudnn_rnn_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1105692Z copying torch\include\ATen\ops\_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1111940Z copying torch\include\ATen\ops\_cudnn_rnn_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1118602Z copying torch\include\ATen\ops\_cudnn_rnn_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1125292Z copying torch\include\ATen\ops\_cudnn_rnn_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1131979Z copying torch\include\ATen\ops\_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1138509Z copying torch\include\ATen\ops\_cudnn_rnn_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1145018Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1151832Z 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:35:06.1158640Z 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:35:06.1165386Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1172418Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1178897Z copying torch\include\ATen\ops\_cudnn_rnn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1185351Z copying torch\include\ATen\ops\_cudnn_rnn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1192711Z copying torch\include\ATen\ops\_cufft_clear_plan_cache.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1200980Z 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:35:06.1207690Z copying torch\include\ATen\ops\_cufft_clear_plan_cache_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1214219Z copying torch\include\ATen\ops\_cufft_clear_plan_cache_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1220995Z 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:35:06.1228081Z 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:35:06.1234800Z 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:35:06.1241463Z 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:35:06.1248414Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1255623Z 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:35:06.1262101Z 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:35:06.1268603Z 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:35:06.1275337Z 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:35:06.1282724Z 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:35:06.1289256Z 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:35:06.1296103Z 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:35:06.1302702Z copying torch\include\ATen\ops\_cummax_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1309459Z copying torch\include\ATen\ops\_cummax_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1316344Z copying torch\include\ATen\ops\_cummax_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1322936Z copying torch\include\ATen\ops\_cummax_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1329790Z copying torch\include\ATen\ops\_cummax_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1336288Z copying torch\include\ATen\ops\_cummin_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1342824Z copying torch\include\ATen\ops\_cummin_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1349506Z copying torch\include\ATen\ops\_cummin_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1356204Z copying torch\include\ATen\ops\_cummin_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1363483Z copying torch\include\ATen\ops\_cummin_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1371622Z copying torch\include\ATen\ops\_debug_has_internal_overlap.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1378206Z 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:35:06.1384374Z copying torch\include\ATen\ops\_debug_has_internal_overlap_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1391061Z copying torch\include\ATen\ops\_debug_has_internal_overlap_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1397815Z copying torch\include\ATen\ops\_dimI.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1403980Z copying torch\include\ATen\ops\_dimI_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1409823Z copying torch\include\ATen\ops\_dimI_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1416330Z copying torch\include\ATen\ops\_dimV.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1422099Z copying torch\include\ATen\ops\_dimV_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1428097Z copying torch\include\ATen\ops\_dimV_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1434752Z copying torch\include\ATen\ops\_dim_arange.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1441442Z copying torch\include\ATen\ops\_dim_arange_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1448200Z copying torch\include\ATen\ops\_dim_arange_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1454335Z copying torch\include\ATen\ops\_dim_arange_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1461953Z copying torch\include\ATen\ops\_dirichlet_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1468192Z copying torch\include\ATen\ops\_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1474456Z copying torch\include\ATen\ops\_dirichlet_grad_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1481096Z copying torch\include\ATen\ops\_dirichlet_grad_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1487506Z copying torch\include\ATen\ops\_dirichlet_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1493987Z copying torch\include\ATen\ops\_dirichlet_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1500468Z copying torch\include\ATen\ops\_efficientzerotensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1507600Z copying torch\include\ATen\ops\_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1513994Z copying torch\include\ATen\ops\_efficientzerotensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1520794Z copying torch\include\ATen\ops\_efficientzerotensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1527274Z copying torch\include\ATen\ops\_efficientzerotensor_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1533708Z copying torch\include\ATen\ops\_efficientzerotensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1540216Z copying torch\include\ATen\ops\_efficientzerotensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1546932Z copying torch\include\ATen\ops\_efficient_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1553692Z copying torch\include\ATen\ops\_efficient_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1560408Z copying torch\include\ATen\ops\_efficient_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1566996Z copying torch\include\ATen\ops\_efficient_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1573546Z copying torch\include\ATen\ops\_efficient_attention_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1580241Z copying torch\include\ATen\ops\_efficient_attention_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1586942Z copying torch\include\ATen\ops\_efficient_attention_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1593481Z copying torch\include\ATen\ops\_efficient_attention_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1599731Z copying torch\include\ATen\ops\_embedding_bag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1606011Z copying torch\include\ATen\ops\_embedding_bag_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1612899Z copying torch\include\ATen\ops\_embedding_bag_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1620522Z copying torch\include\ATen\ops\_embedding_bag_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1627965Z copying torch\include\ATen\ops\_embedding_bag_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1634600Z copying torch\include\ATen\ops\_embedding_bag_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1641954Z copying torch\include\ATen\ops\_embedding_bag_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1648293Z copying torch\include\ATen\ops\_embedding_bag_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1654568Z copying torch\include\ATen\ops\_embedding_bag_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1661236Z copying torch\include\ATen\ops\_embedding_bag_dense_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1668260Z 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:35:06.1674984Z 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:35:06.1682415Z 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:35:06.1689413Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1696036Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1704357Z copying torch\include\ATen\ops\_embedding_bag_forward_only.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1712018Z 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:35:06.1718556Z 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:35:06.1725465Z 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:35:06.1732353Z copying torch\include\ATen\ops\_embedding_bag_forward_only_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1739103Z copying torch\include\ATen\ops\_embedding_bag_forward_only_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1745702Z copying torch\include\ATen\ops\_embedding_bag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1752353Z copying torch\include\ATen\ops\_embedding_bag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1759283Z 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:35:06.1766878Z 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:35:06.1773424Z 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:35:06.1780239Z 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:35:06.1787235Z 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:35:06.1794178Z 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:35:06.1801430Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1808333Z 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:35:06.1814992Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1821803Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1828375Z copying torch\include\ATen\ops\_empty_affine_quantized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1835832Z copying torch\include\ATen\ops\_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1842019Z copying torch\include\ATen\ops\_empty_affine_quantized_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1848712Z copying torch\include\ATen\ops\_empty_affine_quantized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1856669Z copying torch\include\ATen\ops\_empty_affine_quantized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1863546Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1871114Z 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:35:06.1877772Z 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:35:06.1884651Z 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:35:06.1891606Z 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:35:06.1898724Z copying torch\include\ATen\ops\_euclidean_dist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1905436Z copying torch\include\ATen\ops\_euclidean_dist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1911976Z copying torch\include\ATen\ops\_euclidean_dist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1918258Z copying torch\include\ATen\ops\_euclidean_dist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.1925465Z 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:35:06.1932391Z 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:35:06.1939186Z 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:35:06.1945850Z 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:35:06.1952403Z 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:35:06.1959349Z 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:35:06.1966613Z 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:35:06.1973288Z 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:35:06.1980074Z 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:35:06.1986874Z 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:35:06.1993655Z 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:35:06.2000341Z 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:35:06.2007835Z 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:35:06.2014909Z 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:35:06.2021713Z 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:35:06.2028694Z 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:35:06.2035528Z 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:35:06.2042749Z 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:35:06.2049486Z 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:35:06.2056419Z 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:35:06.2063109Z 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:35:06.2069837Z 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:35:06.2076699Z 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:35:06.2083996Z 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:35:06.2090872Z 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:35:06.2098082Z 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:35:06.2104957Z 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:35:06.2111975Z 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:35:06.2118896Z copying torch\include\ATen\ops\_fft_c2c.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2125322Z copying torch\include\ATen\ops\_fft_c2c_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2132249Z copying torch\include\ATen\ops\_fft_c2c_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2138387Z copying torch\include\ATen\ops\_fft_c2c_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2144909Z copying torch\include\ATen\ops\_fft_c2c_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2151548Z copying torch\include\ATen\ops\_fft_c2r.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2158299Z copying torch\include\ATen\ops\_fft_c2r_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2165260Z copying torch\include\ATen\ops\_fft_c2r_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2172285Z copying torch\include\ATen\ops\_fft_c2r_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2178584Z copying torch\include\ATen\ops\_fft_c2r_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2185141Z copying torch\include\ATen\ops\_fft_r2c.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2191425Z copying torch\include\ATen\ops\_fft_r2c_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2197855Z copying torch\include\ATen\ops\_fft_r2c_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2204455Z copying torch\include\ATen\ops\_fft_r2c_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2211061Z copying torch\include\ATen\ops\_fft_r2c_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2218112Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2224524Z 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:35:06.2231280Z 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:35:06.2238121Z 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:35:06.2244543Z 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:35:06.2251362Z copying torch\include\ATen\ops\_flash_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2258286Z copying torch\include\ATen\ops\_flash_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2264735Z copying torch\include\ATen\ops\_flash_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2271335Z copying torch\include\ATen\ops\_flash_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2277932Z copying torch\include\ATen\ops\_flash_attention_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2285057Z copying torch\include\ATen\ops\_flash_attention_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2292232Z copying torch\include\ATen\ops\_flash_attention_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2298823Z copying torch\include\ATen\ops\_flash_attention_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2305505Z copying torch\include\ATen\ops\_foobar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2312072Z copying torch\include\ATen\ops\_foobar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2318416Z copying torch\include\ATen\ops\_foobar_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2325030Z copying torch\include\ATen\ops\_foobar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2331646Z copying torch\include\ATen\ops\_foobar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2338325Z copying torch\include\ATen\ops\_foreach_abs.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2345440Z copying torch\include\ATen\ops\_foreach_abs_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2352504Z copying torch\include\ATen\ops\_foreach_abs_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2360149Z copying torch\include\ATen\ops\_foreach_abs_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2367961Z copying torch\include\ATen\ops\_foreach_abs_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2374258Z copying torch\include\ATen\ops\_foreach_acos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2381225Z copying torch\include\ATen\ops\_foreach_acos_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2388587Z copying torch\include\ATen\ops\_foreach_acos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2395194Z copying torch\include\ATen\ops\_foreach_acos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2401380Z copying torch\include\ATen\ops\_foreach_acos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2408134Z copying torch\include\ATen\ops\_foreach_add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2414613Z copying torch\include\ATen\ops\_foreach_addcdiv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2422019Z copying torch\include\ATen\ops\_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2443409Z copying torch\include\ATen\ops\_foreach_addcdiv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2449752Z copying torch\include\ATen\ops\_foreach_addcdiv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2456524Z copying torch\include\ATen\ops\_foreach_addcdiv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2463070Z copying torch\include\ATen\ops\_foreach_addcmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2469909Z copying torch\include\ATen\ops\_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2476286Z copying torch\include\ATen\ops\_foreach_addcmul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2483198Z copying torch\include\ATen\ops\_foreach_addcmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2490416Z copying torch\include\ATen\ops\_foreach_addcmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2497201Z copying torch\include\ATen\ops\_foreach_add_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2503762Z copying torch\include\ATen\ops\_foreach_add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2510095Z copying torch\include\ATen\ops\_foreach_add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2516750Z copying torch\include\ATen\ops\_foreach_add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2523462Z copying torch\include\ATen\ops\_foreach_asin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2530831Z copying torch\include\ATen\ops\_foreach_asin_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2551336Z copying torch\include\ATen\ops\_foreach_asin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2552716Z copying torch\include\ATen\ops\_foreach_asin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2554480Z copying torch\include\ATen\ops\_foreach_asin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2557579Z copying torch\include\ATen\ops\_foreach_atan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2564653Z copying torch\include\ATen\ops\_foreach_atan_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2571605Z copying torch\include\ATen\ops\_foreach_atan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2577985Z copying torch\include\ATen\ops\_foreach_atan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2584516Z copying torch\include\ATen\ops\_foreach_atan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2591131Z copying torch\include\ATen\ops\_foreach_ceil.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2599233Z copying torch\include\ATen\ops\_foreach_ceil_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2605535Z copying torch\include\ATen\ops\_foreach_ceil_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2612083Z copying torch\include\ATen\ops\_foreach_ceil_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2618555Z copying torch\include\ATen\ops\_foreach_ceil_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2625206Z copying torch\include\ATen\ops\_foreach_clamp_max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2632591Z copying torch\include\ATen\ops\_foreach_clamp_max_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2639406Z copying torch\include\ATen\ops\_foreach_clamp_max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2646317Z copying torch\include\ATen\ops\_foreach_clamp_max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2652830Z copying torch\include\ATen\ops\_foreach_clamp_max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2659474Z copying torch\include\ATen\ops\_foreach_clamp_min.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2666513Z copying torch\include\ATen\ops\_foreach_clamp_min_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2673136Z copying torch\include\ATen\ops\_foreach_clamp_min_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2680181Z copying torch\include\ATen\ops\_foreach_clamp_min_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2686795Z copying torch\include\ATen\ops\_foreach_clamp_min_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2693388Z copying torch\include\ATen\ops\_foreach_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2700312Z copying torch\include\ATen\ops\_foreach_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2707043Z copying torch\include\ATen\ops\_foreach_copy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2713560Z copying torch\include\ATen\ops\_foreach_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2720617Z copying torch\include\ATen\ops\_foreach_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2726859Z copying torch\include\ATen\ops\_foreach_cos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2734047Z copying torch\include\ATen\ops\_foreach_cosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2740996Z copying torch\include\ATen\ops\_foreach_cosh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2747448Z copying torch\include\ATen\ops\_foreach_cosh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2754259Z copying torch\include\ATen\ops\_foreach_cosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2761000Z copying torch\include\ATen\ops\_foreach_cosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2767868Z copying torch\include\ATen\ops\_foreach_cos_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2774607Z copying torch\include\ATen\ops\_foreach_cos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2781182Z copying torch\include\ATen\ops\_foreach_cos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2787869Z copying torch\include\ATen\ops\_foreach_cos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2794575Z copying torch\include\ATen\ops\_foreach_div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2801413Z copying torch\include\ATen\ops\_foreach_div_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2807783Z copying torch\include\ATen\ops\_foreach_div_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2814574Z copying torch\include\ATen\ops\_foreach_div_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2821305Z copying torch\include\ATen\ops\_foreach_div_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2828193Z copying torch\include\ATen\ops\_foreach_erf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2835159Z copying torch\include\ATen\ops\_foreach_erfc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2841916Z copying torch\include\ATen\ops\_foreach_erfc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2848432Z copying torch\include\ATen\ops\_foreach_erfc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2855088Z copying torch\include\ATen\ops\_foreach_erfc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2862053Z copying torch\include\ATen\ops\_foreach_erfc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2869388Z copying torch\include\ATen\ops\_foreach_erf_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2875578Z copying torch\include\ATen\ops\_foreach_erf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2882097Z copying torch\include\ATen\ops\_foreach_erf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2888922Z copying torch\include\ATen\ops\_foreach_erf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2895460Z copying torch\include\ATen\ops\_foreach_exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2901877Z copying torch\include\ATen\ops\_foreach_expm1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2908733Z copying torch\include\ATen\ops\_foreach_expm1_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2915803Z copying torch\include\ATen\ops\_foreach_expm1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2922063Z copying torch\include\ATen\ops\_foreach_expm1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2928520Z copying torch\include\ATen\ops\_foreach_expm1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2935282Z copying torch\include\ATen\ops\_foreach_exp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2941760Z copying torch\include\ATen\ops\_foreach_exp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2948266Z copying torch\include\ATen\ops\_foreach_exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2954732Z copying torch\include\ATen\ops\_foreach_exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2961595Z copying torch\include\ATen\ops\_foreach_floor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2968447Z copying torch\include\ATen\ops\_foreach_floor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2975449Z copying torch\include\ATen\ops\_foreach_floor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2982064Z copying torch\include\ATen\ops\_foreach_floor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2988714Z copying torch\include\ATen\ops\_foreach_floor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.2995475Z copying torch\include\ATen\ops\_foreach_frac.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3003259Z copying torch\include\ATen\ops\_foreach_frac_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3009677Z copying torch\include\ATen\ops\_foreach_frac_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3016423Z copying torch\include\ATen\ops\_foreach_frac_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3023340Z copying torch\include\ATen\ops\_foreach_frac_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3029872Z copying torch\include\ATen\ops\_foreach_lerp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3036848Z copying torch\include\ATen\ops\_foreach_lerp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3043502Z copying torch\include\ATen\ops\_foreach_lerp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3050259Z copying torch\include\ATen\ops\_foreach_lerp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3057946Z copying torch\include\ATen\ops\_foreach_lerp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3064301Z copying torch\include\ATen\ops\_foreach_lgamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3071841Z copying torch\include\ATen\ops\_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3078481Z copying torch\include\ATen\ops\_foreach_lgamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3085325Z copying torch\include\ATen\ops\_foreach_lgamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3092505Z copying torch\include\ATen\ops\_foreach_lgamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3098959Z copying torch\include\ATen\ops\_foreach_log.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3105743Z copying torch\include\ATen\ops\_foreach_log10.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3113157Z copying torch\include\ATen\ops\_foreach_log10_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3119384Z copying torch\include\ATen\ops\_foreach_log10_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3126490Z copying torch\include\ATen\ops\_foreach_log10_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3132911Z copying torch\include\ATen\ops\_foreach_log10_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3139613Z copying torch\include\ATen\ops\_foreach_log1p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3146625Z copying torch\include\ATen\ops\_foreach_log1p_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3153399Z copying torch\include\ATen\ops\_foreach_log1p_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3160059Z copying torch\include\ATen\ops\_foreach_log1p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3167015Z copying torch\include\ATen\ops\_foreach_log1p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3173271Z copying torch\include\ATen\ops\_foreach_log2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3180300Z copying torch\include\ATen\ops\_foreach_log2_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3187019Z copying torch\include\ATen\ops\_foreach_log2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3193934Z copying torch\include\ATen\ops\_foreach_log2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3200716Z copying torch\include\ATen\ops\_foreach_log2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3207467Z copying torch\include\ATen\ops\_foreach_log_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3214119Z copying torch\include\ATen\ops\_foreach_log_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3220772Z copying torch\include\ATen\ops\_foreach_log_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3227381Z copying torch\include\ATen\ops\_foreach_log_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3234022Z copying torch\include\ATen\ops\_foreach_max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3241246Z copying torch\include\ATen\ops\_foreach_maximum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3248394Z copying torch\include\ATen\ops\_foreach_maximum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3255078Z copying torch\include\ATen\ops\_foreach_maximum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3261716Z copying torch\include\ATen\ops\_foreach_maximum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3268499Z copying torch\include\ATen\ops\_foreach_maximum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3275731Z copying torch\include\ATen\ops\_foreach_max_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3282656Z copying torch\include\ATen\ops\_foreach_max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3289842Z copying torch\include\ATen\ops\_foreach_max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3296296Z copying torch\include\ATen\ops\_foreach_max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3302977Z copying torch\include\ATen\ops\_foreach_minimum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3309646Z copying torch\include\ATen\ops\_foreach_minimum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3315941Z copying torch\include\ATen\ops\_foreach_minimum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3322418Z copying torch\include\ATen\ops\_foreach_minimum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3329055Z copying torch\include\ATen\ops\_foreach_minimum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3335740Z copying torch\include\ATen\ops\_foreach_mul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3342660Z copying torch\include\ATen\ops\_foreach_mul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3349319Z copying torch\include\ATen\ops\_foreach_mul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3355872Z copying torch\include\ATen\ops\_foreach_mul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3362450Z copying torch\include\ATen\ops\_foreach_mul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3369124Z copying torch\include\ATen\ops\_foreach_neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3376007Z copying torch\include\ATen\ops\_foreach_neg_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3382755Z copying torch\include\ATen\ops\_foreach_neg_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3389162Z copying torch\include\ATen\ops\_foreach_neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3395500Z copying torch\include\ATen\ops\_foreach_neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3402266Z copying torch\include\ATen\ops\_foreach_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3409096Z copying torch\include\ATen\ops\_foreach_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3415538Z copying torch\include\ATen\ops\_foreach_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3422147Z copying torch\include\ATen\ops\_foreach_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3428600Z copying torch\include\ATen\ops\_foreach_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3434978Z copying torch\include\ATen\ops\_foreach_pow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3441977Z copying torch\include\ATen\ops\_foreach_pow_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3448494Z copying torch\include\ATen\ops\_foreach_pow_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3454922Z copying torch\include\ATen\ops\_foreach_pow_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3461534Z copying torch\include\ATen\ops\_foreach_pow_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3468185Z copying torch\include\ATen\ops\_foreach_reciprocal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3475388Z copying torch\include\ATen\ops\_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3482018Z copying torch\include\ATen\ops\_foreach_reciprocal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3488621Z copying torch\include\ATen\ops\_foreach_reciprocal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3495075Z copying torch\include\ATen\ops\_foreach_reciprocal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3502147Z copying torch\include\ATen\ops\_foreach_round.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3509379Z copying torch\include\ATen\ops\_foreach_round_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3517440Z copying torch\include\ATen\ops\_foreach_round_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3524306Z copying torch\include\ATen\ops\_foreach_round_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3530907Z copying torch\include\ATen\ops\_foreach_round_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3537504Z copying torch\include\ATen\ops\_foreach_sigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3544556Z copying torch\include\ATen\ops\_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3551118Z copying torch\include\ATen\ops\_foreach_sigmoid_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3558159Z copying torch\include\ATen\ops\_foreach_sigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3564816Z copying torch\include\ATen\ops\_foreach_sigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3571482Z copying torch\include\ATen\ops\_foreach_sign.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3578492Z copying torch\include\ATen\ops\_foreach_sign_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3585119Z copying torch\include\ATen\ops\_foreach_sign_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3591894Z copying torch\include\ATen\ops\_foreach_sign_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3598723Z copying torch\include\ATen\ops\_foreach_sign_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3605473Z copying torch\include\ATen\ops\_foreach_sin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3612031Z copying torch\include\ATen\ops\_foreach_sinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3618999Z copying torch\include\ATen\ops\_foreach_sinh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3625487Z copying torch\include\ATen\ops\_foreach_sinh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3632463Z copying torch\include\ATen\ops\_foreach_sinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3638858Z copying torch\include\ATen\ops\_foreach_sinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3646099Z copying torch\include\ATen\ops\_foreach_sin_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3652950Z copying torch\include\ATen\ops\_foreach_sin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3659556Z copying torch\include\ATen\ops\_foreach_sin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3666432Z copying torch\include\ATen\ops\_foreach_sin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3673012Z copying torch\include\ATen\ops\_foreach_sqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3679826Z copying torch\include\ATen\ops\_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3686594Z copying torch\include\ATen\ops\_foreach_sqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3693185Z copying torch\include\ATen\ops\_foreach_sqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3699972Z copying torch\include\ATen\ops\_foreach_sqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3706943Z copying torch\include\ATen\ops\_foreach_sub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3713626Z copying torch\include\ATen\ops\_foreach_sub_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3720254Z copying torch\include\ATen\ops\_foreach_sub_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3726801Z copying torch\include\ATen\ops\_foreach_sub_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3733496Z copying torch\include\ATen\ops\_foreach_sub_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3740027Z copying torch\include\ATen\ops\_foreach_tan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3747355Z copying torch\include\ATen\ops\_foreach_tanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3754052Z copying torch\include\ATen\ops\_foreach_tanh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3760878Z copying torch\include\ATen\ops\_foreach_tanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3767327Z copying torch\include\ATen\ops\_foreach_tanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3776479Z copying torch\include\ATen\ops\_foreach_tanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3784005Z copying torch\include\ATen\ops\_foreach_tan_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3790381Z copying torch\include\ATen\ops\_foreach_tan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3815712Z copying torch\include\ATen\ops\_foreach_tan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3822225Z copying torch\include\ATen\ops\_foreach_tan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3828677Z copying torch\include\ATen\ops\_foreach_trunc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3835985Z copying torch\include\ATen\ops\_foreach_trunc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3842354Z copying torch\include\ATen\ops\_foreach_trunc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3848833Z copying torch\include\ATen\ops\_foreach_trunc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3855196Z copying torch\include\ATen\ops\_foreach_trunc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3862128Z copying torch\include\ATen\ops\_foreach_zero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3868894Z copying torch\include\ATen\ops\_foreach_zero_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3875296Z copying torch\include\ATen\ops\_foreach_zero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3881850Z copying torch\include\ATen\ops\_foreach_zero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3888392Z copying torch\include\ATen\ops\_foreach_zero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3894741Z copying torch\include\ATen\ops\_functional_assert_async.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3901015Z copying torch\include\ATen\ops\_functional_assert_async_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3907476Z copying torch\include\ATen\ops\_functional_assert_async_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3913594Z copying torch\include\ATen\ops\_functional_assert_async_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3919760Z copying torch\include\ATen\ops\_functional_assert_scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3926506Z copying torch\include\ATen\ops\_functional_assert_scalar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3932996Z copying torch\include\ATen\ops\_functional_assert_scalar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3939614Z copying torch\include\ATen\ops\_functional_assert_scalar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3946312Z copying torch\include\ATen\ops\_functional_sym_constrain_range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3953080Z 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:35:06.3959723Z 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:35:06.3966713Z 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:35:06.3973223Z 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:35:06.3979996Z 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:35:06.3986358Z copying torch\include\ATen\ops\_functional_sym_constrain_range_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.3992906Z copying torch\include\ATen\ops\_functional_sym_constrain_range_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4000050Z copying torch\include\ATen\ops\_fused_adagrad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4006971Z copying torch\include\ATen\ops\_fused_adagrad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4013498Z copying torch\include\ATen\ops\_fused_adagrad_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4019974Z copying torch\include\ATen\ops\_fused_adagrad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4026593Z copying torch\include\ATen\ops\_fused_adagrad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4033047Z copying torch\include\ATen\ops\_fused_adam.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4039409Z copying torch\include\ATen\ops\_fused_adamw.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4046218Z copying torch\include\ATen\ops\_fused_adamw_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4052489Z copying torch\include\ATen\ops\_fused_adamw_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4059076Z copying torch\include\ATen\ops\_fused_adamw_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4065485Z copying torch\include\ATen\ops\_fused_adamw_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4071993Z copying torch\include\ATen\ops\_fused_adamw_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4078824Z copying torch\include\ATen\ops\_fused_adam_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4085348Z copying torch\include\ATen\ops\_fused_adam_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4091958Z copying torch\include\ATen\ops\_fused_adam_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4098522Z copying torch\include\ATen\ops\_fused_adam_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4104864Z copying torch\include\ATen\ops\_fused_adam_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4111039Z copying torch\include\ATen\ops\_fused_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4118106Z copying torch\include\ATen\ops\_fused_dropout_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4124596Z copying torch\include\ATen\ops\_fused_dropout_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4130881Z copying torch\include\ATen\ops\_fused_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4137093Z copying torch\include\ATen\ops\_fused_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4143453Z 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:35:06.4150527Z 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:35:06.4157099Z 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:35:06.4163950Z 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:35:06.4170637Z 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:35:06.4177095Z 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:35:06.4183562Z copying torch\include\ATen\ops\_fused_sdp_choice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4190032Z copying torch\include\ATen\ops\_fused_sdp_choice_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4196309Z copying torch\include\ATen\ops\_fused_sdp_choice_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4202733Z copying torch\include\ATen\ops\_fused_sdp_choice_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4208880Z copying torch\include\ATen\ops\_fused_sdp_choice_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4215428Z copying torch\include\ATen\ops\_fused_sdp_choice_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4221948Z copying torch\include\ATen\ops\_fused_sgd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4228613Z copying torch\include\ATen\ops\_fused_sgd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4234972Z copying torch\include\ATen\ops\_fused_sgd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4241374Z copying torch\include\ATen\ops\_fused_sgd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4247551Z copying torch\include\ATen\ops\_fused_sgd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4253807Z copying torch\include\ATen\ops\_fused_sgd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4260328Z copying torch\include\ATen\ops\_fw_primal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4266796Z copying torch\include\ATen\ops\_fw_primal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4273217Z copying torch\include\ATen\ops\_fw_primal_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4280211Z copying torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4287155Z copying torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4297323Z copying torch\include\ATen\ops\_fw_primal_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4304025Z copying torch\include\ATen\ops\_fw_primal_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4310821Z copying torch\include\ATen\ops\_fw_primal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4317123Z copying torch\include\ATen\ops\_fw_primal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4324380Z copying torch\include\ATen\ops\_gather_sparse_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4330856Z copying torch\include\ATen\ops\_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4337306Z copying torch\include\ATen\ops\_gather_sparse_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4343900Z copying torch\include\ATen\ops\_gather_sparse_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4350621Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4356823Z 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:35:06.4363613Z 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:35:06.4369856Z 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:35:06.4376258Z 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:35:06.4382769Z 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:35:06.4389134Z 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:35:06.4395372Z 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:35:06.4401739Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4408142Z 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:35:06.4414338Z 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:35:06.4420409Z 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:35:06.4426607Z copying torch\include\ATen\ops\_has_same_storage_numel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4433020Z 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:35:06.4439478Z copying torch\include\ATen\ops\_has_same_storage_numel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4447527Z copying torch\include\ATen\ops\_has_same_storage_numel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4454971Z copying torch\include\ATen\ops\_histogramdd_bin_edges.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4463109Z copying torch\include\ATen\ops\_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4470450Z copying torch\include\ATen\ops\_histogramdd_bin_edges_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4477767Z copying torch\include\ATen\ops\_histogramdd_bin_edges_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4484277Z copying torch\include\ATen\ops\_histogramdd_bin_edges_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4490910Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4498201Z 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:35:06.4504712Z 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:35:06.4511257Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4517844Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4524500Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4531727Z 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:35:06.4538161Z 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:35:06.4544866Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4551501Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4558374Z copying torch\include\ATen\ops\_index_put_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4564984Z copying torch\include\ATen\ops\_index_put_impl_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4571191Z copying torch\include\ATen\ops\_index_put_impl_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4577631Z copying torch\include\ATen\ops\_index_put_impl_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4584343Z copying torch\include\ATen\ops\_index_put_impl_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4590927Z copying torch\include\ATen\ops\_index_put_impl_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4597387Z copying torch\include\ATen\ops\_index_put_impl_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4603888Z copying torch\include\ATen\ops\_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4609508Z copying torch\include\ATen\ops\_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4616539Z copying torch\include\ATen\ops\_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4622828Z copying torch\include\ATen\ops\_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4629269Z copying torch\include\ATen\ops\_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4635421Z copying torch\include\ATen\ops\_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4641985Z copying torch\include\ATen\ops\_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4648080Z copying torch\include\ATen\ops\_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4654513Z copying torch\include\ATen\ops\_int_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4660777Z copying torch\include\ATen\ops\_int_mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4667128Z copying torch\include\ATen\ops\_int_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4673953Z copying torch\include\ATen\ops\_int_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4680363Z copying torch\include\ATen\ops\_int_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4686720Z copying torch\include\ATen\ops\_is_all_true.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4693304Z copying torch\include\ATen\ops\_is_all_true_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4699726Z copying torch\include\ATen\ops\_is_all_true_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4705937Z copying torch\include\ATen\ops\_is_all_true_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4712064Z copying torch\include\ATen\ops\_is_any_true.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4719119Z copying torch\include\ATen\ops\_is_any_true_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4725658Z copying torch\include\ATen\ops\_is_any_true_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4732224Z copying torch\include\ATen\ops\_is_any_true_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4738530Z copying torch\include\ATen\ops\_is_zerotensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4745506Z copying torch\include\ATen\ops\_is_zerotensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4751905Z copying torch\include\ATen\ops\_is_zerotensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4757961Z copying torch\include\ATen\ops\_is_zerotensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4764639Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4771588Z 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:35:06.4778166Z 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:35:06.4784802Z 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:35:06.4791346Z 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:35:06.4797725Z copying torch\include\ATen\ops\_lazy_clone.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4804892Z copying torch\include\ATen\ops\_lazy_clone_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4811260Z copying torch\include\ATen\ops\_lazy_clone_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4817664Z copying torch\include\ATen\ops\_lazy_clone_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4824206Z copying torch\include\ATen\ops\_linalg_check_errors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4831077Z copying torch\include\ATen\ops\_linalg_check_errors_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4837486Z copying torch\include\ATen\ops\_linalg_check_errors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4843790Z copying torch\include\ATen\ops\_linalg_check_errors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4850364Z copying torch\include\ATen\ops\_linalg_det.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4857596Z copying torch\include\ATen\ops\_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4863987Z copying torch\include\ATen\ops\_linalg_det_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4870648Z copying torch\include\ATen\ops\_linalg_det_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4877319Z copying torch\include\ATen\ops\_linalg_det_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4884424Z copying torch\include\ATen\ops\_linalg_det_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4891566Z copying torch\include\ATen\ops\_linalg_det_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4898950Z copying torch\include\ATen\ops\_linalg_det_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4905866Z copying torch\include\ATen\ops\_linalg_eigh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4916919Z copying torch\include\ATen\ops\_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4923443Z copying torch\include\ATen\ops\_linalg_eigh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4930421Z copying torch\include\ATen\ops\_linalg_eigh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4936895Z copying torch\include\ATen\ops\_linalg_eigh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4943424Z copying torch\include\ATen\ops\_linalg_eigh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4949886Z copying torch\include\ATen\ops\_linalg_eigh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4956522Z copying torch\include\ATen\ops\_linalg_eigh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4963080Z copying torch\include\ATen\ops\_linalg_eigvals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4969728Z copying torch\include\ATen\ops\_linalg_eigvals_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4976273Z copying torch\include\ATen\ops\_linalg_eigvals_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4982888Z copying torch\include\ATen\ops\_linalg_eigvals_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4989413Z copying torch\include\ATen\ops\_linalg_eigvals_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.4996081Z copying torch\include\ATen\ops\_linalg_slogdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5003785Z copying torch\include\ATen\ops\_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5015484Z copying torch\include\ATen\ops\_linalg_slogdet_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5021980Z copying torch\include\ATen\ops\_linalg_slogdet_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5028602Z copying torch\include\ATen\ops\_linalg_slogdet_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5035210Z copying torch\include\ATen\ops\_linalg_slogdet_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5041759Z copying torch\include\ATen\ops\_linalg_slogdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5048319Z copying torch\include\ATen\ops\_linalg_slogdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5058297Z copying torch\include\ATen\ops\_linalg_solve_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5064887Z copying torch\include\ATen\ops\_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5070980Z copying torch\include\ATen\ops\_linalg_solve_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5077526Z copying torch\include\ATen\ops\_linalg_solve_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5084186Z copying torch\include\ATen\ops\_linalg_solve_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5090966Z copying torch\include\ATen\ops\_linalg_solve_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5097223Z copying torch\include\ATen\ops\_linalg_solve_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5103296Z copying torch\include\ATen\ops\_linalg_solve_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5109466Z copying torch\include\ATen\ops\_linalg_svd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5116077Z copying torch\include\ATen\ops\_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5122211Z copying torch\include\ATen\ops\_linalg_svd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5128443Z copying torch\include\ATen\ops\_linalg_svd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5134915Z copying torch\include\ATen\ops\_linalg_svd_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5141596Z copying torch\include\ATen\ops\_linalg_svd_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5148900Z copying torch\include\ATen\ops\_linalg_svd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5155828Z copying torch\include\ATen\ops\_linalg_svd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5163316Z copying torch\include\ATen\ops\_local_scalar_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5171003Z copying torch\include\ATen\ops\_local_scalar_dense_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5178490Z copying torch\include\ATen\ops\_local_scalar_dense_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5186380Z copying torch\include\ATen\ops\_local_scalar_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5193624Z copying torch\include\ATen\ops\_local_scalar_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5199650Z copying torch\include\ATen\ops\_logcumsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5206837Z copying torch\include\ATen\ops\_logcumsumexp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5213499Z copying torch\include\ATen\ops\_logcumsumexp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5219734Z copying torch\include\ATen\ops\_logcumsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5226008Z copying torch\include\ATen\ops\_logcumsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5232790Z copying torch\include\ATen\ops\_log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5239425Z copying torch\include\ATen\ops\_log_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5246856Z 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:35:06.5252383Z 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:35:06.5258712Z 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:35:06.5265162Z copying torch\include\ATen\ops\_log_softmax_backward_data_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5271912Z 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:35:06.5278355Z copying torch\include\ATen\ops\_log_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5284674Z copying torch\include\ATen\ops\_log_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5291573Z copying torch\include\ATen\ops\_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5297743Z copying torch\include\ATen\ops\_log_softmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5304011Z copying torch\include\ATen\ops\_log_softmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5310707Z copying torch\include\ATen\ops\_log_softmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5317021Z copying torch\include\ATen\ops\_log_softmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5323482Z copying torch\include\ATen\ops\_log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5329794Z copying torch\include\ATen\ops\_log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5336251Z copying torch\include\ATen\ops\_lstm_mps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5342833Z copying torch\include\ATen\ops\_lstm_mps_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5349000Z copying torch\include\ATen\ops\_lstm_mps_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5355516Z copying torch\include\ATen\ops\_lstm_mps_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5361973Z copying torch\include\ATen\ops\_lu_with_info.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5369049Z copying torch\include\ATen\ops\_lu_with_info_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5375512Z copying torch\include\ATen\ops\_lu_with_info_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5381484Z copying torch\include\ATen\ops\_lu_with_info_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5387542Z copying torch\include\ATen\ops\_make_dep_token.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5393613Z copying torch\include\ATen\ops\_make_dep_token_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5399502Z copying torch\include\ATen\ops\_make_dep_token_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5405842Z copying torch\include\ATen\ops\_make_dep_token_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5411794Z copying torch\include\ATen\ops\_make_dual.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5418284Z copying torch\include\ATen\ops\_make_dual_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5424175Z copying torch\include\ATen\ops\_make_dual_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5435179Z copying torch\include\ATen\ops\_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5441481Z copying torch\include\ATen\ops\_make_dual_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5447597Z copying torch\include\ATen\ops\_make_dual_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5454221Z copying torch\include\ATen\ops\_make_dual_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5460959Z copying torch\include\ATen\ops\_make_dual_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5467733Z copying torch\include\ATen\ops\_make_dual_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5475482Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5483931Z 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:35:06.5491955Z 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:35:06.5498983Z 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:35:06.5505540Z 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:35:06.5512234Z 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:35:06.5518981Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5526018Z 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:35:06.5532535Z 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:35:06.5538763Z 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:35:06.5545074Z 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:35:06.5551500Z 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:35:06.5557477Z copying torch\include\ATen\ops\_masked_scale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5564229Z copying torch\include\ATen\ops\_masked_scale_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5570854Z copying torch\include\ATen\ops\_masked_scale_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5576427Z copying torch\include\ATen\ops\_masked_scale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5582656Z copying torch\include\ATen\ops\_masked_scale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5588775Z copying torch\include\ATen\ops\_masked_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5595485Z copying torch\include\ATen\ops\_masked_softmax_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5602330Z copying torch\include\ATen\ops\_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5608680Z copying torch\include\ATen\ops\_masked_softmax_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5615001Z copying torch\include\ATen\ops\_masked_softmax_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5621295Z copying torch\include\ATen\ops\_masked_softmax_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5627583Z copying torch\include\ATen\ops\_masked_softmax_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5634526Z copying torch\include\ATen\ops\_masked_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5640597Z copying torch\include\ATen\ops\_masked_softmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5646801Z copying torch\include\ATen\ops\_masked_softmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5652944Z copying torch\include\ATen\ops\_masked_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5659332Z copying torch\include\ATen\ops\_masked_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5666081Z copying torch\include\ATen\ops\_mixed_dtypes_linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5672643Z copying torch\include\ATen\ops\_mixed_dtypes_linear_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5679077Z copying torch\include\ATen\ops\_mixed_dtypes_linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5686213Z copying torch\include\ATen\ops\_mixed_dtypes_linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5693381Z copying torch\include\ATen\ops\_mkldnn_reshape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5700114Z copying torch\include\ATen\ops\_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5706368Z copying torch\include\ATen\ops\_mkldnn_reshape_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5713021Z copying torch\include\ATen\ops\_mkldnn_reshape_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5720217Z copying torch\include\ATen\ops\_mkldnn_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5727207Z copying torch\include\ATen\ops\_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5733913Z copying torch\include\ATen\ops\_mkldnn_transpose_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5740473Z copying torch\include\ATen\ops\_mkldnn_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5747892Z copying torch\include\ATen\ops\_mkldnn_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5754300Z copying torch\include\ATen\ops\_mps_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5761492Z copying torch\include\ATen\ops\_mps_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5767747Z copying torch\include\ATen\ops\_mps_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5774555Z copying torch\include\ATen\ops\_mps_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5781342Z copying torch\include\ATen\ops\_mps_convolution_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5788636Z copying torch\include\ATen\ops\_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5795123Z copying torch\include\ATen\ops\_mps_convolution_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5802003Z copying torch\include\ATen\ops\_mps_convolution_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5808658Z copying torch\include\ATen\ops\_native_batch_norm_legit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5815948Z 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:35:06.5822850Z 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:35:06.5829389Z 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:35:06.5836020Z copying torch\include\ATen\ops\_native_batch_norm_legit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5843114Z 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:35:06.5850591Z 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:35:06.5857061Z 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:35:06.5863791Z 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:35:06.5870559Z copying torch\include\ATen\ops\_native_batch_norm_legit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5877751Z copying torch\include\ATen\ops\_native_multi_head_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5886465Z 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:35:06.5893131Z 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:35:06.5900036Z 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:35:06.5906700Z copying torch\include\ATen\ops\_native_multi_head_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5913365Z copying torch\include\ATen\ops\_native_multi_head_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5919750Z copying torch\include\ATen\ops\_neg_view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5926883Z copying torch\include\ATen\ops\_neg_view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5933387Z copying torch\include\ATen\ops\_neg_view_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5940635Z copying torch\include\ATen\ops\_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5947268Z copying torch\include\ATen\ops\_neg_view_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5953765Z copying torch\include\ATen\ops\_neg_view_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5960090Z copying torch\include\ATen\ops\_neg_view_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5966559Z copying torch\include\ATen\ops\_neg_view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5973382Z copying torch\include\ATen\ops\_neg_view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5980440Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.5987287Z 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:35:06.5997854Z 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:35:06.6004276Z 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:35:06.6011036Z 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:35:06.6017121Z copying torch\include\ATen\ops\_nested_from_padded.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6023723Z 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:35:06.6031028Z 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:35:06.6038273Z 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:35:06.6045294Z 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:35:06.6052435Z copying torch\include\ATen\ops\_nested_from_padded_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6059653Z copying torch\include\ATen\ops\_nested_from_padded_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6066343Z copying torch\include\ATen\ops\_nested_from_padded_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6072855Z copying torch\include\ATen\ops\_nested_from_padded_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6079711Z copying torch\include\ATen\ops\_nested_from_padded_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6086932Z copying torch\include\ATen\ops\_nested_from_padded_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6093588Z copying torch\include\ATen\ops\_nested_from_padded_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6100170Z copying torch\include\ATen\ops\_nested_from_padded_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6106809Z copying torch\include\ATen\ops\_nested_get_jagged_dummy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6113490Z copying torch\include\ATen\ops\_nested_get_jagged_dummy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6120156Z copying torch\include\ATen\ops\_nested_get_jagged_dummy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6127175Z copying torch\include\ATen\ops\_nested_get_lengths.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6133999Z copying torch\include\ATen\ops\_nested_get_lengths_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6147067Z copying torch\include\ATen\ops\_nested_get_lengths_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6154322Z copying torch\include\ATen\ops\_nested_get_max_seqlen.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6161081Z copying torch\include\ATen\ops\_nested_get_max_seqlen_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6168363Z copying torch\include\ATen\ops\_nested_get_max_seqlen_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6176170Z copying torch\include\ATen\ops\_nested_get_min_seqlen.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6183362Z copying torch\include\ATen\ops\_nested_get_min_seqlen_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6189793Z copying torch\include\ATen\ops\_nested_get_min_seqlen_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6196199Z copying torch\include\ATen\ops\_nested_get_offsets.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6202794Z copying torch\include\ATen\ops\_nested_get_offsets_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6214106Z copying torch\include\ATen\ops\_nested_get_offsets_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6220320Z copying torch\include\ATen\ops\_nested_get_ragged_idx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6226593Z copying torch\include\ATen\ops\_nested_get_ragged_idx_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6232673Z copying torch\include\ATen\ops\_nested_get_ragged_idx_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6238953Z copying torch\include\ATen\ops\_nested_get_values.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6245359Z copying torch\include\ATen\ops\_nested_get_values_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6252355Z 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:35:06.6259052Z 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:35:06.6265956Z copying torch\include\ATen\ops\_nested_get_values_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6272413Z copying torch\include\ATen\ops\_nested_get_values_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6282620Z copying torch\include\ATen\ops\_nested_get_values_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6289262Z copying torch\include\ATen\ops\_nested_get_values_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6296038Z copying torch\include\ATen\ops\_nested_select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6302325Z copying torch\include\ATen\ops\_nested_select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6309108Z copying torch\include\ATen\ops\_nested_select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6315649Z copying torch\include\ATen\ops\_nested_sum_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6322526Z copying torch\include\ATen\ops\_nested_sum_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6329101Z copying torch\include\ATen\ops\_nested_sum_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6335933Z copying torch\include\ATen\ops\_nested_tensor_from_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6342609Z 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:35:06.6349145Z 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:35:06.6355749Z 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:35:06.6362622Z 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:35:06.6369032Z 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:35:06.6375653Z 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:35:06.6381995Z 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:35:06.6388320Z 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:35:06.6394720Z copying torch\include\ATen\ops\_nested_tensor_from_mask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6401721Z copying torch\include\ATen\ops\_nested_tensor_from_mask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6408479Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6415478Z 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:35:06.6421840Z 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:35:06.6428195Z 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:35:06.6434505Z copying torch\include\ATen\ops\_nested_tensor_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6441054Z copying torch\include\ATen\ops\_nested_tensor_size_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6448004Z copying torch\include\ATen\ops\_nested_tensor_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6455279Z copying torch\include\ATen\ops\_nested_tensor_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6462663Z copying torch\include\ATen\ops\_nested_tensor_softmax_with_shape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6469782Z 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:35:06.6476911Z 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:35:06.6484405Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6492201Z 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:35:06.6498562Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6505059Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6511886Z copying torch\include\ATen\ops\_nested_tensor_strides.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6518592Z copying torch\include\ATen\ops\_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6525124Z copying torch\include\ATen\ops\_nested_tensor_strides_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6532001Z copying torch\include\ATen\ops\_nested_tensor_strides_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6538468Z copying torch\include\ATen\ops\_nested_view_from_buffer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6545144Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6557234Z 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:35:06.6564184Z 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:35:06.6570845Z 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:35:06.6577379Z 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:35:06.6584070Z 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:35:06.6594978Z 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:35:06.6601830Z copying torch\include\ATen\ops\_nested_view_from_buffer_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6608107Z copying torch\include\ATen\ops\_nested_view_from_buffer_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6614460Z copying torch\include\ATen\ops\_nested_view_from_jagged.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6621225Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6628227Z 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:35:06.6635144Z 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:35:06.6641688Z 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:35:06.6648518Z 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:35:06.6654984Z copying torch\include\ATen\ops\_nested_view_from_jagged_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6661345Z copying torch\include\ATen\ops\_nested_view_from_jagged_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6667818Z 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:35:06.6675358Z 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:35:06.6681980Z 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:35:06.6688518Z 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:35:06.6699091Z copying torch\include\ATen\ops\_nnpack_available.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6705752Z copying torch\include\ATen\ops\_nnpack_available_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6712283Z copying torch\include\ATen\ops\_nnpack_available_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6718674Z copying torch\include\ATen\ops\_nnpack_available_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6725099Z copying torch\include\ATen\ops\_nnpack_spatial_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6732808Z copying torch\include\ATen\ops\_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6739321Z copying torch\include\ATen\ops\_nnpack_spatial_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6745772Z copying torch\include\ATen\ops\_nnpack_spatial_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6752438Z copying torch\include\ATen\ops\_nnz.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6758266Z copying torch\include\ATen\ops\_nnz_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6764803Z copying torch\include\ATen\ops\_nnz_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6770926Z copying torch\include\ATen\ops\_pack_padded_sequence.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6778315Z copying torch\include\ATen\ops\_pack_padded_sequence_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6784446Z 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:35:06.6790814Z copying torch\include\ATen\ops\_pack_padded_sequence_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6797929Z copying torch\include\ATen\ops\_pack_padded_sequence_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6805269Z copying torch\include\ATen\ops\_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6811622Z copying torch\include\ATen\ops\_pack_padded_sequence_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6818047Z copying torch\include\ATen\ops\_pack_padded_sequence_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6824688Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6831481Z 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:35:06.6838182Z 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:35:06.6844701Z 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:35:06.6851165Z 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:35:06.6857808Z copying torch\include\ATen\ops\_pad_circular.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6864599Z copying torch\include\ATen\ops\_pad_circular_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6871297Z copying torch\include\ATen\ops\_pad_circular_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6877124Z copying torch\include\ATen\ops\_pad_circular_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6884101Z copying torch\include\ATen\ops\_pad_enum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6891406Z copying torch\include\ATen\ops\_pad_enum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6898418Z copying torch\include\ATen\ops\_pad_enum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6905142Z copying torch\include\ATen\ops\_pad_enum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6912373Z copying torch\include\ATen\ops\_pad_packed_sequence.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6919864Z copying torch\include\ATen\ops\_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6927033Z copying torch\include\ATen\ops\_pad_packed_sequence_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6933925Z copying torch\include\ATen\ops\_pad_packed_sequence_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6940445Z copying torch\include\ATen\ops\_pdist_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6947193Z copying torch\include\ATen\ops\_pdist_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6953750Z copying torch\include\ATen\ops\_pdist_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6960589Z copying torch\include\ATen\ops\_pdist_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6967232Z copying torch\include\ATen\ops\_pdist_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6973926Z copying torch\include\ATen\ops\_pdist_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6980465Z copying torch\include\ATen\ops\_pdist_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6987372Z copying torch\include\ATen\ops\_pdist_forward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.6993989Z copying torch\include\ATen\ops\_pdist_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7000544Z copying torch\include\ATen\ops\_pdist_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7007377Z copying torch\include\ATen\ops\_pdist_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7014416Z copying torch\include\ATen\ops\_pdist_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7020646Z copying torch\include\ATen\ops\_pin_memory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7027196Z copying torch\include\ATen\ops\_pin_memory_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7033352Z copying torch\include\ATen\ops\_pin_memory_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7040173Z copying torch\include\ATen\ops\_pin_memory_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7046939Z copying torch\include\ATen\ops\_prelu_kernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7053099Z copying torch\include\ATen\ops\_prelu_kernel_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7059891Z copying torch\include\ATen\ops\_prelu_kernel_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7066634Z copying torch\include\ATen\ops\_prelu_kernel_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7072796Z copying torch\include\ATen\ops\_prelu_kernel_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7079272Z copying torch\include\ATen\ops\_prelu_kernel_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7085851Z copying torch\include\ATen\ops\_prelu_kernel_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7092294Z copying torch\include\ATen\ops\_prelu_kernel_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7098774Z copying torch\include\ATen\ops\_prelu_kernel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7105452Z copying torch\include\ATen\ops\_prelu_kernel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7111796Z copying torch\include\ATen\ops\_print.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7117946Z copying torch\include\ATen\ops\_print_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7124582Z copying torch\include\ATen\ops\_print_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7130916Z copying torch\include\ATen\ops\_print_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7137330Z copying torch\include\ATen\ops\_propagate_xla_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7144032Z copying torch\include\ATen\ops\_propagate_xla_data_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7150450Z copying torch\include\ATen\ops\_propagate_xla_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7156663Z copying torch\include\ATen\ops\_propagate_xla_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7163082Z copying torch\include\ATen\ops\_remove_batch_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7169914Z copying torch\include\ATen\ops\_remove_batch_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7176335Z copying torch\include\ATen\ops\_remove_batch_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7182420Z copying torch\include\ATen\ops\_remove_batch_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7188873Z copying torch\include\ATen\ops\_reshape_alias.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7195526Z copying torch\include\ATen\ops\_reshape_alias_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7203547Z copying torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7209887Z copying torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7216017Z copying torch\include\ATen\ops\_reshape_alias_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7223112Z copying torch\include\ATen\ops\_reshape_alias_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7230004Z copying torch\include\ATen\ops\_reshape_alias_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7237644Z copying torch\include\ATen\ops\_reshape_alias_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7243738Z copying torch\include\ATen\ops\_reshape_alias_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7250463Z copying torch\include\ATen\ops\_reshape_alias_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7256880Z copying torch\include\ATen\ops\_reshape_alias_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7263495Z copying torch\include\ATen\ops\_reshape_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7271362Z copying torch\include\ATen\ops\_reshape_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7277652Z copying torch\include\ATen\ops\_reshape_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7283509Z copying torch\include\ATen\ops\_reshape_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7290191Z copying torch\include\ATen\ops\_reshape_from_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7297261Z copying torch\include\ATen\ops\_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7303813Z copying torch\include\ATen\ops\_reshape_from_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7309801Z copying torch\include\ATen\ops\_reshape_from_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7316662Z copying torch\include\ATen\ops\_resize_output.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7323944Z copying torch\include\ATen\ops\_resize_output_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7330135Z copying torch\include\ATen\ops\_resize_output_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7336623Z copying torch\include\ATen\ops\_resize_output_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7343447Z copying torch\include\ATen\ops\_resize_output_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7350085Z copying torch\include\ATen\ops\_rowwise_prune.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7357042Z copying torch\include\ATen\ops\_rowwise_prune_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7363811Z copying torch\include\ATen\ops\_rowwise_prune_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7370546Z copying torch\include\ATen\ops\_rowwise_prune_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7377223Z copying torch\include\ATen\ops\_safe_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7384143Z copying torch\include\ATen\ops\_safe_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7391492Z copying torch\include\ATen\ops\_safe_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7398422Z copying torch\include\ATen\ops\_safe_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7405202Z copying torch\include\ATen\ops\_sample_dirichlet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7412471Z copying torch\include\ATen\ops\_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7420107Z copying torch\include\ATen\ops\_sample_dirichlet_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7427004Z copying torch\include\ATen\ops\_sample_dirichlet_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7447055Z copying torch\include\ATen\ops\_sample_dirichlet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7453475Z copying torch\include\ATen\ops\_sample_dirichlet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7459859Z copying torch\include\ATen\ops\_saturate_weight_to_fp16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7467036Z 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:35:06.7473723Z copying torch\include\ATen\ops\_saturate_weight_to_fp16_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7484185Z copying torch\include\ATen\ops\_saturate_weight_to_fp16_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7490409Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7497465Z 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:35:06.7504419Z 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:35:06.7511088Z 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:35:06.7517350Z 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:35:06.7524319Z 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:35:06.7530942Z 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:35:06.7537671Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7544541Z 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:35:06.7551570Z 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:35:06.7558467Z 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:35:06.7565117Z 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:35:06.7572106Z 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:35:06.7578802Z 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:35:06.7589034Z 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:35:06.7595703Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7602556Z 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:35:06.7609561Z 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:35:06.7616729Z 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:35:06.7623465Z 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:35:06.7630657Z 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:35:06.7637412Z 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:35:06.7644122Z 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:35:06.7651200Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7657769Z 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:35:06.7664696Z 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:35:06.7671797Z 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:35:06.7678443Z 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:35:06.7685764Z 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:35:06.7692825Z 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:35:06.7699869Z 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:35:06.7708180Z 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:35:06.7714911Z 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:35:06.7722555Z 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:35:06.7729631Z 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:35:06.7736323Z 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:35:06.7742861Z 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:35:06.7750256Z 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:35:06.7757523Z 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:35:06.7764459Z 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:35:06.7771029Z 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:35:06.7778027Z 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:35:06.7784789Z 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:35:06.7791306Z 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:35:06.7798659Z 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:35:06.7805789Z 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:35:06.7812954Z 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:35:06.7819661Z copying torch\include\ATen\ops\_scaled_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7826123Z copying torch\include\ATen\ops\_scaled_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7832505Z copying torch\include\ATen\ops\_scaled_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7838916Z copying torch\include\ATen\ops\_scaled_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7846567Z copying torch\include\ATen\ops\_segment_reduce_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7853613Z copying torch\include\ATen\ops\_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7859972Z copying torch\include\ATen\ops\_segment_reduce_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7866546Z copying torch\include\ATen\ops\_segment_reduce_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7873794Z copying torch\include\ATen\ops\_segment_reduce_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7880579Z copying torch\include\ATen\ops\_segment_reduce_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7887748Z copying torch\include\ATen\ops\_shape_as_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7896367Z copying torch\include\ATen\ops\_shape_as_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7908273Z copying torch\include\ATen\ops\_shape_as_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7909506Z copying torch\include\ATen\ops\_shape_as_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7914584Z copying torch\include\ATen\ops\_slow_conv2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7921587Z copying torch\include\ATen\ops\_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7929169Z copying torch\include\ATen\ops\_slow_conv2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7939948Z copying torch\include\ATen\ops\_slow_conv2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7946846Z copying torch\include\ATen\ops\_slow_conv2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7953341Z copying torch\include\ATen\ops\_slow_conv2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7960556Z copying torch\include\ATen\ops\_slow_conv2d_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7967585Z copying torch\include\ATen\ops\_slow_conv2d_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7974115Z copying torch\include\ATen\ops\_slow_conv2d_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7980651Z copying torch\include\ATen\ops\_slow_conv2d_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7987266Z copying torch\include\ATen\ops\_slow_conv2d_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.7993814Z copying torch\include\ATen\ops\_sobol_engine_draw.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8000802Z copying torch\include\ATen\ops\_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8007248Z copying torch\include\ATen\ops\_sobol_engine_draw_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8013723Z copying torch\include\ATen\ops\_sobol_engine_draw_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8020172Z copying torch\include\ATen\ops\_sobol_engine_ff.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8027001Z copying torch\include\ATen\ops\_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8033640Z copying torch\include\ATen\ops\_sobol_engine_ff_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8040312Z copying torch\include\ATen\ops\_sobol_engine_ff_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8047176Z copying torch\include\ATen\ops\_sobol_engine_initialize_state.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8053987Z 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:35:06.8060424Z copying torch\include\ATen\ops\_sobol_engine_initialize_state_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8066981Z copying torch\include\ATen\ops\_sobol_engine_initialize_state_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8073420Z copying torch\include\ATen\ops\_sobol_engine_scramble.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8080588Z copying torch\include\ATen\ops\_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8086793Z copying torch\include\ATen\ops\_sobol_engine_scramble_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8093118Z copying torch\include\ATen\ops\_sobol_engine_scramble_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8099493Z copying torch\include\ATen\ops\_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8105908Z copying torch\include\ATen\ops\_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8113021Z copying torch\include\ATen\ops\_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8119683Z copying torch\include\ATen\ops\_softmax_backward_data_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8126280Z copying torch\include\ATen\ops\_softmax_backward_data_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8132830Z copying torch\include\ATen\ops\_softmax_backward_data_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8139427Z copying torch\include\ATen\ops\_softmax_backward_data_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8146243Z copying torch\include\ATen\ops\_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8155174Z copying torch\include\ATen\ops\_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8162014Z copying torch\include\ATen\ops\_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8168918Z copying torch\include\ATen\ops\_softmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8175638Z copying torch\include\ATen\ops\_softmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8182341Z copying torch\include\ATen\ops\_softmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8189277Z copying torch\include\ATen\ops\_softmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8195965Z copying torch\include\ATen\ops\_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8202615Z copying torch\include\ATen\ops\_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8209287Z copying torch\include\ATen\ops\_sparse_addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8216402Z copying torch\include\ATen\ops\_sparse_addmm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8222907Z copying torch\include\ATen\ops\_sparse_addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8229254Z copying torch\include\ATen\ops\_sparse_addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8236392Z copying torch\include\ATen\ops\_sparse_broadcast_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8243298Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8250508Z 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:35:06.8257408Z 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:35:06.8264002Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8271012Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8277948Z copying torch\include\ATen\ops\_sparse_broadcast_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8284739Z copying torch\include\ATen\ops\_sparse_broadcast_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8291293Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8298343Z 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:35:06.8305073Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8316169Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8323156Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8330424Z 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:35:06.8337364Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8344035Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8350742Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8358550Z 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:35:06.8365614Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8372342Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8379134Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8386382Z 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:35:06.8393278Z 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:35:06.8400641Z 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:35:06.8407536Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8415109Z 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:35:06.8421673Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8428361Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8439997Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8443512Z 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:35:06.8451891Z 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:35:06.8479479Z 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:35:06.8481040Z 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:35:06.8482488Z 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:35:06.8485283Z 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:35:06.8491768Z 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:35:06.8497736Z 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:35:06.8504601Z 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:35:06.8511199Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8518624Z 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:35:06.8525122Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8532167Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8538510Z copying torch\include\ATen\ops\_sparse_csr_prod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8545433Z copying torch\include\ATen\ops\_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8551577Z copying torch\include\ATen\ops\_sparse_csr_prod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8558170Z copying torch\include\ATen\ops\_sparse_csr_prod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8564839Z copying torch\include\ATen\ops\_sparse_csr_sum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8571680Z copying torch\include\ATen\ops\_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8578148Z copying torch\include\ATen\ops\_sparse_csr_sum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8584913Z copying torch\include\ATen\ops\_sparse_csr_sum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8591286Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8598386Z 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:35:06.8605206Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8612152Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8618742Z copying torch\include\ATen\ops\_sparse_log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8625897Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8633100Z 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:35:06.8640155Z 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:35:06.8647034Z 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:35:06.8654090Z copying torch\include\ATen\ops\_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8661137Z copying torch\include\ATen\ops\_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8667783Z copying torch\include\ATen\ops\_sparse_log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8674409Z copying torch\include\ATen\ops\_sparse_log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8681403Z copying torch\include\ATen\ops\_sparse_mask_projection.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8688399Z copying torch\include\ATen\ops\_sparse_mask_projection_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8694972Z copying torch\include\ATen\ops\_sparse_mask_projection_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8702267Z copying torch\include\ATen\ops\_sparse_mask_projection_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8708637Z copying torch\include\ATen\ops\_sparse_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8715741Z copying torch\include\ATen\ops\_sparse_mm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8722616Z copying torch\include\ATen\ops\_sparse_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8729010Z copying torch\include\ATen\ops\_sparse_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8736277Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8742777Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8749861Z 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:35:06.8756572Z 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:35:06.8773049Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8774353Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8776889Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8784139Z 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:35:06.8790843Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8797563Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8804282Z copying torch\include\ATen\ops\_sparse_semi_structured_apply.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8811636Z 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:35:06.8818831Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8825756Z 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:35:06.8833038Z 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:35:06.8839959Z 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:35:06.8847294Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8854036Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8861497Z copying torch\include\ATen\ops\_sparse_semi_structured_linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8867708Z 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:35:06.8875011Z copying torch\include\ATen\ops\_sparse_semi_structured_linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8881890Z copying torch\include\ATen\ops\_sparse_semi_structured_linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8889144Z copying torch\include\ATen\ops\_sparse_semi_structured_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8896049Z 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:35:06.8903256Z copying torch\include\ATen\ops\_sparse_semi_structured_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8910598Z copying torch\include\ATen\ops\_sparse_semi_structured_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8918297Z copying torch\include\ATen\ops\_sparse_semi_structured_tile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8925868Z 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:35:06.8932711Z copying torch\include\ATen\ops\_sparse_semi_structured_tile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8939597Z copying torch\include\ATen\ops\_sparse_semi_structured_tile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8946364Z copying torch\include\ATen\ops\_sparse_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8953149Z copying torch\include\ATen\ops\_sparse_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8960412Z 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:35:06.8967390Z copying torch\include\ATen\ops\_sparse_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8974295Z copying torch\include\ATen\ops\_sparse_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8981877Z copying torch\include\ATen\ops\_sparse_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8988933Z copying torch\include\ATen\ops\_sparse_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.8995586Z copying torch\include\ATen\ops\_sparse_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9002263Z copying torch\include\ATen\ops\_sparse_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9008988Z copying torch\include\ATen\ops\_sparse_sparse_matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9016210Z copying torch\include\ATen\ops\_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9022453Z copying torch\include\ATen\ops\_sparse_sparse_matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9028942Z copying torch\include\ATen\ops\_sparse_sparse_matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9035673Z copying torch\include\ATen\ops\_sparse_sum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9042742Z copying torch\include\ATen\ops\_sparse_sum_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9049897Z copying torch\include\ATen\ops\_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9056713Z copying torch\include\ATen\ops\_sparse_sum_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9063305Z copying torch\include\ATen\ops\_sparse_sum_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9070519Z copying torch\include\ATen\ops\_sparse_sum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9077166Z copying torch\include\ATen\ops\_sparse_sum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9087919Z copying torch\include\ATen\ops\_sparse_sum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9094502Z copying torch\include\ATen\ops\_sparse_sum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9101514Z copying torch\include\ATen\ops\_spdiags.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9108389Z copying torch\include\ATen\ops\_spdiags_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9114812Z copying torch\include\ATen\ops\_spdiags_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9121337Z copying torch\include\ATen\ops\_spdiags_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9128073Z copying torch\include\ATen\ops\_spdiags_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9134629Z copying torch\include\ATen\ops\_spsolve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9140880Z copying torch\include\ATen\ops\_spsolve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9147203Z copying torch\include\ATen\ops\_spsolve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9153726Z copying torch\include\ATen\ops\_stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9160416Z copying torch\include\ATen\ops\_stack_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9166948Z copying torch\include\ATen\ops\_stack_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9173484Z copying torch\include\ATen\ops\_stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9179734Z copying torch\include\ATen\ops\_stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9186456Z copying torch\include\ATen\ops\_standard_gamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9193462Z copying torch\include\ATen\ops\_standard_gamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9200032Z copying torch\include\ATen\ops\_standard_gamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9206682Z copying torch\include\ATen\ops\_standard_gamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9213716Z copying torch\include\ATen\ops\_standard_gamma_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9221333Z copying torch\include\ATen\ops\_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9228095Z copying torch\include\ATen\ops\_standard_gamma_grad_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9234965Z copying torch\include\ATen\ops\_standard_gamma_grad_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9241804Z copying torch\include\ATen\ops\_standard_gamma_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9248969Z copying torch\include\ATen\ops\_standard_gamma_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9255697Z copying torch\include\ATen\ops\_standard_gamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9262664Z copying torch\include\ATen\ops\_standard_gamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9270196Z copying torch\include\ATen\ops\_test_ambiguous_defaults.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9276708Z copying torch\include\ATen\ops\_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9283316Z copying torch\include\ATen\ops\_test_ambiguous_defaults_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9290189Z copying torch\include\ATen\ops\_test_ambiguous_defaults_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9297269Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9304175Z 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:35:06.9311332Z 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:35:06.9317747Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9325049Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9331925Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9339103Z 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:35:06.9346193Z 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:35:06.9353780Z 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:35:06.9361536Z 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:35:06.9368150Z 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:35:06.9374949Z 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:35:06.9382196Z 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:35:06.9388886Z 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:35:06.9395963Z copying torch\include\ATen\ops\_test_check_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9404795Z copying torch\include\ATen\ops\_test_check_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9411978Z copying torch\include\ATen\ops\_test_check_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9419490Z copying torch\include\ATen\ops\_test_check_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9426531Z copying torch\include\ATen\ops\_test_functorch_fallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9434412Z copying torch\include\ATen\ops\_test_functorch_fallback_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9441313Z copying torch\include\ATen\ops\_test_functorch_fallback_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9449155Z copying torch\include\ATen\ops\_test_functorch_fallback_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9456042Z copying torch\include\ATen\ops\_test_functorch_fallback_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9462653Z copying torch\include\ATen\ops\_test_optional_filled_intlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9469757Z 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:35:06.9476946Z 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:35:06.9483711Z copying torch\include\ATen\ops\_test_optional_filled_intlist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9490496Z copying torch\include\ATen\ops\_test_optional_filled_intlist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9497270Z copying torch\include\ATen\ops\_test_optional_floatlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9504773Z copying torch\include\ATen\ops\_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9511242Z copying torch\include\ATen\ops\_test_optional_floatlist_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9518392Z copying torch\include\ATen\ops\_test_optional_floatlist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9525008Z copying torch\include\ATen\ops\_test_optional_floatlist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9531469Z copying torch\include\ATen\ops\_test_optional_intlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9538449Z copying torch\include\ATen\ops\_test_optional_intlist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9545052Z copying torch\include\ATen\ops\_test_optional_intlist_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9551806Z copying torch\include\ATen\ops\_test_optional_intlist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9558773Z copying torch\include\ATen\ops\_test_optional_intlist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9565455Z copying torch\include\ATen\ops\_test_parallel_materialize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9576190Z copying torch\include\ATen\ops\_test_parallel_materialize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9582804Z copying torch\include\ATen\ops\_test_parallel_materialize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9589231Z copying torch\include\ATen\ops\_test_parallel_materialize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9595966Z copying torch\include\ATen\ops\_test_serialization_subcmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9603385Z copying torch\include\ATen\ops\_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9610067Z copying torch\include\ATen\ops\_test_serialization_subcmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9616920Z copying torch\include\ATen\ops\_test_serialization_subcmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9623345Z copying torch\include\ATen\ops\_test_string_default.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9630343Z copying torch\include\ATen\ops\_test_string_default_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9637092Z copying torch\include\ATen\ops\_test_string_default_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9643653Z copying torch\include\ATen\ops\_test_string_default_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9650050Z copying torch\include\ATen\ops\_test_warn_in_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9657454Z 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:35:06.9663830Z copying torch\include\ATen\ops\_test_warn_in_autograd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9670397Z copying torch\include\ATen\ops\_test_warn_in_autograd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9677726Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9684861Z 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:35:06.9691562Z 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:35:06.9698272Z 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:35:06.9704989Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9712339Z 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:35:06.9718718Z 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:35:06.9725610Z 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:35:06.9732514Z copying torch\include\ATen\ops\_thnn_fused_gru_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9739000Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9746033Z 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:35:06.9752377Z 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:35:06.9760038Z 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:35:06.9766751Z 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:35:06.9773679Z 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:35:06.9780347Z 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:35:06.9786827Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9794088Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9800510Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9808451Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9815217Z 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:35:06.9822142Z 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:35:06.9828956Z 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:35:06.9838650Z 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:35:06.9845462Z 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:35:06.9852305Z 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:35:06.9859425Z 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:35:06.9866052Z 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:35:06.9872893Z 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:35:06.9879431Z 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:35:06.9886053Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9892612Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9899212Z copying torch\include\ATen\ops\_to_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9905638Z copying torch\include\ATen\ops\_to_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9911893Z copying torch\include\ATen\ops\_to_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9918408Z copying torch\include\ATen\ops\_to_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9925106Z copying torch\include\ATen\ops\_to_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9931417Z copying torch\include\ATen\ops\_to_cpu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9937608Z copying torch\include\ATen\ops\_to_cpu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9943911Z copying torch\include\ATen\ops\_to_cpu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9950434Z copying torch\include\ATen\ops\_to_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9957092Z copying torch\include\ATen\ops\_to_dense_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9964147Z copying torch\include\ATen\ops\_to_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9971104Z copying torch\include\ATen\ops\_to_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9978775Z copying torch\include\ATen\ops\_to_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9986122Z copying torch\include\ATen\ops\_to_sparse_bsc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:06.9994531Z copying torch\include\ATen\ops\_to_sparse_bsc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0002460Z copying torch\include\ATen\ops\_to_sparse_bsc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0009242Z copying torch\include\ATen\ops\_to_sparse_bsc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0016123Z copying torch\include\ATen\ops\_to_sparse_bsc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0022729Z copying torch\include\ATen\ops\_to_sparse_bsc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0029470Z copying torch\include\ATen\ops\_to_sparse_bsr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0036387Z copying torch\include\ATen\ops\_to_sparse_bsr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0043157Z copying torch\include\ATen\ops\_to_sparse_bsr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0050159Z copying torch\include\ATen\ops\_to_sparse_bsr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0057148Z copying torch\include\ATen\ops\_to_sparse_bsr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0063747Z copying torch\include\ATen\ops\_to_sparse_bsr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0070491Z copying torch\include\ATen\ops\_to_sparse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0077304Z copying torch\include\ATen\ops\_to_sparse_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0084029Z copying torch\include\ATen\ops\_to_sparse_csc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0091159Z copying torch\include\ATen\ops\_to_sparse_csc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0097674Z copying torch\include\ATen\ops\_to_sparse_csc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0104206Z copying torch\include\ATen\ops\_to_sparse_csc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0110994Z copying torch\include\ATen\ops\_to_sparse_csc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0117528Z copying torch\include\ATen\ops\_to_sparse_csc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0124193Z copying torch\include\ATen\ops\_to_sparse_csr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0131066Z copying torch\include\ATen\ops\_to_sparse_csr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0137825Z copying torch\include\ATen\ops\_to_sparse_csr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0144479Z copying torch\include\ATen\ops\_to_sparse_csr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0150965Z copying torch\include\ATen\ops\_to_sparse_csr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0157540Z copying torch\include\ATen\ops\_to_sparse_csr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0164330Z copying torch\include\ATen\ops\_to_sparse_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0170933Z copying torch\include\ATen\ops\_to_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0178083Z copying torch\include\ATen\ops\_to_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0184824Z copying torch\include\ATen\ops\_to_sparse_semi_structured.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0191672Z 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:35:07.0198359Z copying torch\include\ATen\ops\_to_sparse_semi_structured_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0204847Z copying torch\include\ATen\ops\_to_sparse_semi_structured_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0211353Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0218300Z 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:35:07.0224862Z 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:35:07.0231670Z 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:35:07.0238292Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0245235Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0251860Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0262976Z 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:35:07.0269537Z 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:35:07.0276684Z 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:35:07.0283361Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0290114Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0300114Z copying torch\include\ATen\ops\_trilinear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0307422Z copying torch\include\ATen\ops\_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0314501Z copying torch\include\ATen\ops\_trilinear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0321252Z copying torch\include\ATen\ops\_trilinear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0328376Z copying torch\include\ATen\ops\_trilinear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0338419Z copying torch\include\ATen\ops\_triton_multi_head_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0345263Z 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:35:07.0352313Z 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:35:07.0358991Z copying torch\include\ATen\ops\_triton_multi_head_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0365750Z copying torch\include\ATen\ops\_triton_multi_head_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0372674Z copying torch\include\ATen\ops\_triton_scaled_dot_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0379926Z 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:35:07.0386805Z 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:35:07.0393745Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0400459Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0407341Z copying torch\include\ATen\ops\_unique.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0413629Z copying torch\include\ATen\ops\_unique2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0421290Z copying torch\include\ATen\ops\_unique2_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0428113Z copying torch\include\ATen\ops\_unique2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0434881Z copying torch\include\ATen\ops\_unique2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0441473Z copying torch\include\ATen\ops\_unique2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0448011Z copying torch\include\ATen\ops\_unique2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0454930Z copying torch\include\ATen\ops\_unique_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0461438Z copying torch\include\ATen\ops\_unique_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0467979Z copying torch\include\ATen\ops\_unique_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0478449Z copying torch\include\ATen\ops\_unique_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0485115Z copying torch\include\ATen\ops\_unique_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0491490Z copying torch\include\ATen\ops\_unpack_dual.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0498307Z copying torch\include\ATen\ops\_unpack_dual_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0504678Z copying torch\include\ATen\ops\_unpack_dual_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0510855Z copying torch\include\ATen\ops\_unpack_dual_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0517308Z copying torch\include\ATen\ops\_unsafe_index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0524756Z copying torch\include\ATen\ops\_unsafe_index_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0530890Z copying torch\include\ATen\ops\_unsafe_index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0537163Z copying torch\include\ATen\ops\_unsafe_index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0543564Z copying torch\include\ATen\ops\_unsafe_index_put.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0550379Z copying torch\include\ATen\ops\_unsafe_index_put_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0557025Z copying torch\include\ATen\ops\_unsafe_index_put_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0563556Z copying torch\include\ATen\ops\_unsafe_index_put_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0569929Z copying torch\include\ATen\ops\_unsafe_masked_index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0576754Z copying torch\include\ATen\ops\_unsafe_masked_index_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0583404Z copying torch\include\ATen\ops\_unsafe_masked_index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0589882Z copying torch\include\ATen\ops\_unsafe_masked_index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0596616Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0604127Z 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:35:07.0610681Z 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:35:07.0617488Z 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:35:07.0623824Z copying torch\include\ATen\ops\_unsafe_view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0630543Z copying torch\include\ATen\ops\_unsafe_view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0636992Z copying torch\include\ATen\ops\_unsafe_view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0643511Z copying torch\include\ATen\ops\_unsafe_view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0650056Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0656560Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0664023Z 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:35:07.0670425Z 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:35:07.0677744Z 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:35:07.0684467Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0691571Z 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:35:07.0699077Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0705655Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0712790Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0719603Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0726600Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0733305Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0740430Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0747375Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0754437Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0761129Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0767864Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0774923Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0782375Z 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:35:07.0789179Z 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:35:07.0796044Z 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:35:07.0803032Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0810185Z 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:35:07.0817087Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0824039Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0831379Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0838598Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0846000Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0852838Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0860109Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0866925Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0874038Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0880860Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0888086Z copying torch\include\ATen\ops\_upsample_nearest_exact1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0895302Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0903074Z 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:35:07.0910288Z 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:35:07.0917988Z 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:35:07.0926075Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0933471Z 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:35:07.0940636Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0947344Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0954848Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0962588Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0970810Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0977375Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0984010Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.0990756Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1013874Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1020400Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1026906Z copying torch\include\ATen\ops\_upsample_nearest_exact2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1033635Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1041547Z 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:35:07.1049006Z 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:35:07.1056076Z 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:35:07.1062977Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1069886Z 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:35:07.1076821Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1083782Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1091268Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1098747Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1105599Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1112666Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1119636Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1126332Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1133290Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1140144Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1147166Z copying torch\include\ATen\ops\_upsample_nearest_exact3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1154243Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1161767Z 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:35:07.1168892Z 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:35:07.1175985Z 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:35:07.1182793Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1189861Z 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:35:07.1196979Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1203575Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1210856Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1218201Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1224980Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1232430Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1239084Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1246886Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1254498Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1262431Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1270485Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1279057Z 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:35:07.1287187Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1309860Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1316432Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1323642Z 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:35:07.1330354Z 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:35:07.1337162Z 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:35:07.1343936Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1350770Z 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:35:07.1357511Z 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:35:07.1364329Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1371324Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1378344Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1385541Z 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:35:07.1392231Z 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:35:07.1399041Z 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:35:07.1405942Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1413830Z 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:35:07.1420659Z 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:35:07.1428069Z 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:35:07.1434925Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1442791Z 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:35:07.1449382Z 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:35:07.1456286Z 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:35:07.1463036Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1470532Z 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:35:07.1477002Z 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:35:07.1484050Z 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:35:07.1490703Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1497658Z 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:35:07.1504192Z 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:35:07.1510886Z 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:35:07.1517900Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1525071Z 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:35:07.1531684Z 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:35:07.1538298Z 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:35:07.1544660Z copying torch\include\ATen\ops\_values.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1550533Z copying torch\include\ATen\ops\_values_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1557717Z copying torch\include\ATen\ops\_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1564524Z copying torch\include\ATen\ops\_values_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1570932Z copying torch\include\ATen\ops\_values_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1577320Z copying torch\include\ATen\ops\_values_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1583843Z copying torch\include\ATen\ops\_values_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1590451Z copying torch\include\ATen\ops\_values_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1596654Z copying torch\include\ATen\ops\_version.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1603110Z copying torch\include\ATen\ops\_version_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1609363Z copying torch\include\ATen\ops\_version_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1615464Z copying torch\include\ATen\ops\_version_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1622046Z copying torch\include\ATen\ops\_weight_int4pack_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1628482Z copying torch\include\ATen\ops\_weight_int4pack_mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1634959Z copying torch\include\ATen\ops\_weight_int4pack_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1641539Z copying torch\include\ATen\ops\_weight_int4pack_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1648259Z copying torch\include\ATen\ops\_weight_int4pack_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1654855Z copying torch\include\ATen\ops\_weight_int8pack_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1661507Z copying torch\include\ATen\ops\_weight_int8pack_mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1668147Z copying torch\include\ATen\ops\_weight_int8pack_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1674547Z copying torch\include\ATen\ops\_weight_int8pack_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1681174Z copying torch\include\ATen\ops\_weight_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1688305Z copying torch\include\ATen\ops\_weight_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1695246Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1702657Z 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:35:07.1709507Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1716256Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1723090Z copying torch\include\ATen\ops\_weight_norm_interface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1729870Z copying torch\include\ATen\ops\_weight_norm_interface_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1737172Z 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:35:07.1743921Z 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:35:07.1750734Z 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:35:07.1757608Z copying torch\include\ATen\ops\_weight_norm_interface_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1764761Z copying torch\include\ATen\ops\_weight_norm_interface_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1772102Z copying torch\include\ATen\ops\_weight_norm_interface_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1778910Z copying torch\include\ATen\ops\_weight_norm_interface_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1785762Z copying torch\include\ATen\ops\_weight_norm_interface_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1792539Z copying torch\include\ATen\ops\_weight_norm_interface_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1805714Z copying torch\include\ATen\ops\_weight_norm_interface_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1812503Z copying torch\include\ATen\ops\_weight_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1819259Z copying torch\include\ATen\ops\_weight_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1826590Z copying torch\include\ATen\ops\_wrapped_linear_prepack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1834271Z copying torch\include\ATen\ops\_wrapped_linear_prepack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1841820Z copying torch\include\ATen\ops\_wrapped_linear_prepack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1848487Z copying torch\include\ATen\ops\_wrapped_linear_prepack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1855424Z copying torch\include\ATen\ops\_wrapped_quantized_linear_prepacked.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1862891Z 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:35:07.1869838Z copying torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1876711Z copying torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:35:07.1883265Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\hip 2024-11-01T16:35:07.1884884Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2024-11-01T16:35:07.1887557Z copying torch\include\ATen\hip\impl\HIPAllocatorMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2024-11-01T16:35:07.1893602Z copying torch\include\ATen\hip\impl\HIPCachingAllocatorMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2024-11-01T16:35:07.1899677Z copying torch\include\ATen\hip\impl\HIPGuardImplMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2024-11-01T16:35:07.1910424Z copying torch\include\ATen\hip\impl\HIPStreamMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2024-11-01T16:35:07.1915680Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-11-01T16:35:07.1918265Z copying torch\include\ATen\mps\EmptyTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-11-01T16:35:07.1924366Z copying torch\include\ATen\mps\IndexKernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-11-01T16:35:07.1931410Z copying torch\include\ATen\mps\MPSAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-11-01T16:35:07.1937933Z copying torch\include\ATen\mps\MPSAllocatorInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-11-01T16:35:07.1947846Z copying torch\include\ATen\mps\MPSDevice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-11-01T16:35:07.1954949Z copying torch\include\ATen\mps\MPSEvent.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-11-01T16:35:07.1961082Z copying torch\include\ATen\mps\MPSGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-11-01T16:35:07.1966819Z copying torch\include\ATen\mps\MPSGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-11-01T16:35:07.1972564Z copying torch\include\ATen\mps\MPSHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-11-01T16:35:07.1978247Z copying torch\include\ATen\mps\MPSProfiler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-11-01T16:35:07.1984724Z copying torch\include\ATen\mps\MPSStream.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-11-01T16:35:07.1990411Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-11-01T16:35:07.1992900Z copying torch\include\ATen\miopen\Descriptors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-11-01T16:35:07.1998887Z copying torch\include\ATen\miopen\Exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-11-01T16:35:07.2004886Z copying torch\include\ATen\miopen\Handle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-11-01T16:35:07.2010680Z copying torch\include\ATen\miopen\miopen-wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-11-01T16:35:07.2020354Z copying torch\include\ATen\miopen\Types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-11-01T16:35:07.2025825Z copying torch\include\ATen\miopen\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-11-01T16:35:07.2030872Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-11-01T16:35:07.2033616Z copying torch\include\ATen\detail\AcceleratorHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-11-01T16:35:07.2039400Z copying torch\include\ATen\detail\CUDAHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-11-01T16:35:07.2045338Z copying torch\include\ATen\detail\FunctionTraits.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-11-01T16:35:07.2055355Z copying torch\include\ATen\detail\HIPHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-11-01T16:35:07.2061258Z copying torch\include\ATen\detail\HPUHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-11-01T16:35:07.2067595Z copying torch\include\ATen\detail\IPUHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-11-01T16:35:07.2073707Z copying torch\include\ATen\detail\MAIAHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-11-01T16:35:07.2079661Z copying torch\include\ATen\detail\MPSHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-11-01T16:35:07.2085723Z copying torch\include\ATen\detail\MTIAHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-11-01T16:35:07.2091892Z copying torch\include\ATen\detail\PrivateUse1HooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-11-01T16:35:07.2097837Z copying torch\include\ATen\detail\XPUHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-11-01T16:35:07.2103119Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2105659Z copying torch\include\ATen\native\Activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2111686Z copying torch\include\ATen\native\AdaptivePooling.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2117734Z copying torch\include\ATen\native\AmpKernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2123809Z copying torch\include\ATen\native\BatchLinearAlgebra.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2133865Z copying torch\include\ATen\native\batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2139796Z copying torch\include\ATen\native\BinaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2145984Z copying torch\include\ATen\native\BucketizationUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2152052Z copying torch\include\ATen\native\CanUse32BitIndexMath.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2157764Z copying torch\include\ATen\native\ComplexHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2164043Z copying torch\include\ATen\native\CompositeRandomAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2170336Z copying torch\include\ATen\native\CompositeRandomAccessorCommon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2180366Z copying torch\include\ATen\native\ConvolutionMM3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2186132Z copying torch\include\ATen\native\ConvUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2192527Z copying torch\include\ATen\native\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2198158Z copying torch\include\ATen\native\CPUBlas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2204259Z copying torch\include\ATen\native\CPUFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2210217Z copying torch\include\ATen\native\Cross.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2216093Z copying torch\include\ATen\native\DilatedConvolutionUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2222282Z copying torch\include\ATen\native\DispatchStub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2228660Z copying torch\include\ATen\native\Distance.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2234751Z copying torch\include\ATen\native\Distributions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2245798Z copying torch\include\ATen\native\DistributionTemplates.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2253248Z copying torch\include\ATen\native\EmbeddingBag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2259316Z copying torch\include\ATen\native\Fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2265260Z copying torch\include\ATen\native\ForeachUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2271626Z copying torch\include\ATen\native\FractionalMaxPooling.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2278040Z copying torch\include\ATen\native\FunctionOfAMatrixUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2284130Z copying torch\include\ATen\native\FusedAdagrad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2290396Z copying torch\include\ATen\native\FusedAdam.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2296710Z copying torch\include\ATen\native\FusedSGD.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2302542Z copying torch\include\ATen\native\GridSampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2314527Z copying torch\include\ATen\native\GridSamplerUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2320415Z copying torch\include\ATen\native\group_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2326670Z copying torch\include\ATen\native\Histogram.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2332726Z copying torch\include\ATen\native\im2col.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2338873Z copying torch\include\ATen\native\im2col_shape_check.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2345117Z copying torch\include\ATen\native\IndexingUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2351564Z copying torch\include\ATen\native\IndexKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2357739Z copying torch\include\ATen\native\layer_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2364197Z copying torch\include\ATen\native\Lerp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2370241Z copying torch\include\ATen\native\LinearAlgebra.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2376182Z copying torch\include\ATen\native\LinearAlgebraUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2386828Z copying torch\include\ATen\native\LossMulti.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2392711Z copying torch\include\ATen\native\Math.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2400675Z copying torch\include\ATen\native\MathBitFallThroughLists.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2406714Z copying torch\include\ATen\native\MathBitsFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2413562Z copying torch\include\ATen\native\MaxPooling.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2420184Z copying torch\include\ATen\native\NonEmptyUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2426516Z copying torch\include\ATen\native\NonSymbolicBC.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2433510Z copying torch\include\ATen\native\Normalization.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2439713Z copying torch\include\ATen\native\Padding.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2445771Z copying torch\include\ATen\native\PixelShuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2451942Z copying torch\include\ATen\native\PointwiseOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2462274Z copying torch\include\ATen\native\Pool.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2468292Z copying torch\include\ATen\native\Pow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2474671Z copying torch\include\ATen\native\RangeFactories.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2480482Z copying torch\include\ATen\native\ReduceAllOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2486514Z copying torch\include\ATen\native\ReduceOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2492560Z copying torch\include\ATen\native\ReduceOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2499023Z copying torch\include\ATen\native\ReductionType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2505027Z copying torch\include\ATen\native\Repeat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2510925Z copying torch\include\ATen\native\Resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2516968Z copying torch\include\ATen\native\ResizeCommon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2523003Z copying torch\include\ATen\native\RNN.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2529177Z copying torch\include\ATen\native\ScatterGatherChecks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2543263Z copying torch\include\ATen\native\SegmentReduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2549409Z copying torch\include\ATen\native\SharedReduceOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2556474Z copying torch\include\ATen\native\SobolEngineOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2562320Z copying torch\include\ATen\native\Sorting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2568337Z copying torch\include\ATen\native\SortingUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2574424Z copying torch\include\ATen\native\SparseTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2580653Z copying torch\include\ATen\native\SpectralOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2586890Z copying torch\include\ATen\native\StridedRandomAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2593439Z copying torch\include\ATen\native\TensorAdvancedIndexing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2609765Z copying torch\include\ATen\native\TensorAdvancedIndexingUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2615607Z copying torch\include\ATen\native\TensorCompare.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2621750Z copying torch\include\ATen\native\TensorConversions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2627953Z copying torch\include\ATen\native\TensorDimApply.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2634154Z copying torch\include\ATen\native\TensorFactories.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2640454Z copying torch\include\ATen\native\TensorIterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2646571Z copying torch\include\ATen\native\TensorIteratorDynamicCasting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2653122Z copying torch\include\ATen\native\TensorProperties.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2659112Z copying torch\include\ATen\native\TensorShape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2670529Z copying torch\include\ATen\native\TensorTransformations.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2676521Z copying torch\include\ATen\native\TopKImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2682709Z copying torch\include\ATen\native\TransposeType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2688668Z copying torch\include\ATen\native\TriangularOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2695324Z copying torch\include\ATen\native\TypeProperties.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2701440Z copying torch\include\ATen\native\UnaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2707668Z copying torch\include\ATen\native\Unfold2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2714022Z copying torch\include\ATen\native\Unfold3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2720510Z copying torch\include\ATen\native\UnfoldBackward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2726744Z copying torch\include\ATen\native\UpSample.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2733371Z copying torch\include\ATen\native\verbose_wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2739340Z copying torch\include\ATen\native\vol2col.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:35:07.2745293Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:35:07.2747908Z copying torch\include\ATen\native\cpu\AtomicAddFloat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:35:07.2754119Z copying torch\include\ATen\native\cpu\avx_mathfun.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:35:07.2760760Z copying torch\include\ATen\native\cpu\CatKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:35:07.2766901Z copying torch\include\ATen\native\cpu\ChannelShuffleKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:35:07.2777411Z copying torch\include\ATen\native\cpu\CopyKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:35:07.2783401Z copying torch\include\ATen\native\cpu\DepthwiseConvKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:35:07.2789912Z copying torch\include\ATen\native\cpu\DistributionTemplates.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:35:07.2796191Z copying torch\include\ATen\native\cpu\GridSamplerKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:35:07.2802500Z copying torch\include\ATen\native\cpu\IndexKernelUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:35:07.2808659Z copying torch\include\ATen\native\cpu\Intrinsics.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:35:07.2814891Z copying torch\include\ATen\native\cpu\int_mm_kernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:35:07.2821125Z copying torch\include\ATen\native\cpu\IsContiguous.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:35:07.2827268Z copying torch\include\ATen\native\cpu\LogAddExp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:35:07.2833499Z copying torch\include\ATen\native\cpu\Loops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:35:07.2839650Z copying torch\include\ATen\native\cpu\MaxUnpoolKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:35:07.2845698Z copying torch\include\ATen\native\cpu\mixed_data_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:35:07.2851850Z copying torch\include\ATen\native\cpu\moments_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:35:07.2858251Z copying torch\include\ATen\native\cpu\PixelShuffleKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:35:07.2864094Z copying torch\include\ATen\native\cpu\Reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:35:07.2870589Z copying torch\include\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:35:07.2881668Z copying torch\include\ATen\native\cpu\ReduceUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:35:07.2888005Z copying torch\include\ATen\native\cpu\SampledAddmmKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:35:07.2893961Z copying torch\include\ATen\native\cpu\SerialStackImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:35:07.2900163Z copying torch\include\ATen\native\cpu\SoftmaxKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:35:07.2906501Z copying torch\include\ATen\native\cpu\SpmmReduceKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:35:07.2912753Z copying torch\include\ATen\native\cpu\StackKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:35:07.2919374Z copying torch\include\ATen\native\cpu\UpSampleKernelAVXAntialias.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:35:07.2926586Z copying torch\include\ATen\native\cpu\utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:35:07.2933019Z copying torch\include\ATen\native\cpu\WeightNormKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:35:07.2942982Z copying torch\include\ATen\native\cpu\zmath.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:35:07.2948918Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.2952371Z copying torch\include\ATen\native\cuda\Activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.2959244Z copying torch\include\ATen\native\cuda\BinaryInternal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.2965896Z copying torch\include\ATen\native\cuda\CompositeRandomAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.2972391Z copying torch\include\ATen\native\cuda\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.2982461Z copying torch\include\ATen\native\cuda\CuFFTPlanCache.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.2988951Z copying torch\include\ATen\native\cuda\CuFFTUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.2995548Z copying torch\include\ATen\native\cuda\Distributions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.3001855Z copying torch\include\ATen\native\cuda\DistributionTemplates.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.3008523Z copying torch\include\ATen\native\cuda\GridSampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.3014677Z copying torch\include\ATen\native\cuda\IndexKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.3020487Z copying torch\include\ATen\native\cuda\jit_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.3026542Z copying torch\include\ATen\native\cuda\LaunchUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.3032382Z copying torch\include\ATen\native\cuda\MiscUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.3038520Z copying torch\include\ATen\native\cuda\ReduceOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.3044511Z copying torch\include\ATen\native\cuda\Resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.3050677Z copying torch\include\ATen\native\cuda\RowwiseScaledMM.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.3056567Z copying torch\include\ATen\native\cuda\ScanKernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.3062478Z copying torch\include\ATen\native\cuda\Sort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.3068249Z copying torch\include\ATen\native\cuda\Sorting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.3073956Z copying torch\include\ATen\native\cuda\SortStable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.3079791Z copying torch\include\ATen\native\cuda\TensorModeKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.3090612Z copying torch\include\ATen\native\cuda\TensorTopK.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.3096357Z copying torch\include\ATen\native\cuda\thread_constants.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.3102363Z copying torch\include\ATen\native\cuda\block_reduce.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.3108418Z copying torch\include\ATen\native\cuda\CUDAJitLoops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.3114655Z copying torch\include\ATen\native\cuda\CUDALoops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.3120907Z copying torch\include\ATen\native\cuda\DeviceSqrt.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.3127474Z copying torch\include\ATen\native\cuda\EmbeddingBackwardKernel.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.3133253Z copying torch\include\ATen\native\cuda\ForeachFunctors.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.3139891Z copying torch\include\ATen\native\cuda\ForeachMinMaxFunctors.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.3145857Z 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:35:07.3151821Z copying torch\include\ATen\native\cuda\fused_adamw_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.3161992Z 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:35:07.3168481Z copying torch\include\ATen\native\cuda\fused_adam_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.3174608Z copying torch\include\ATen\native\cuda\fused_adam_utils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.3180713Z copying torch\include\ATen\native\cuda\GridSampler.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.3186781Z copying torch\include\ATen\native\cuda\im2col.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.3192706Z copying torch\include\ATen\native\cuda\JitLoops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.3199135Z copying torch\include\ATen\native\cuda\KernelUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.3205307Z copying torch\include\ATen\native\cuda\Loops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.3211203Z copying torch\include\ATen\native\cuda\Math.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.3219105Z copying torch\include\ATen\native\cuda\MemoryAccess.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.3225308Z copying torch\include\ATen\native\cuda\MultiTensorApply.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.3231340Z copying torch\include\ATen\native\cuda\Normalization.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.3238499Z copying torch\include\ATen\native\cuda\PersistentSoftmax.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.3245008Z copying torch\include\ATen\native\cuda\Pow.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.3255721Z copying torch\include\ATen\native\cuda\Randperm.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.3261517Z copying torch\include\ATen\native\cuda\Reduce.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.3268332Z copying torch\include\ATen\native\cuda\reduction_template.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.3274876Z copying torch\include\ATen\native\cuda\ScanUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.3281741Z copying torch\include\ATen\native\cuda\SortingCommon.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.3288462Z copying torch\include\ATen\native\cuda\SortingRadixSelect.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.3294573Z copying torch\include\ATen\native\cuda\SortUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.3300873Z copying torch\include\ATen\native\cuda\TensorModeKernel.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.3306985Z copying torch\include\ATen\native\cuda\UniqueCub.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.3312803Z copying torch\include\ATen\native\cuda\UpSample.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.3318755Z copying torch\include\ATen\native\cuda\vol2col.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:35:07.3328671Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2024-11-01T16:35:07.3331256Z copying torch\include\ATen\native\hip\ck_gemm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2024-11-01T16:35:07.3337112Z copying torch\include\ATen\native\hip\ck_gemm_template.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2024-11-01T16:35:07.3342426Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-11-01T16:35:07.3344904Z copying torch\include\ATen\native\mps\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-11-01T16:35:07.3350663Z copying torch\include\ATen\native\mps\MPSGraphSequoiaOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-11-01T16:35:07.3356914Z copying torch\include\ATen\native\mps\MPSGraphSonomaOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-11-01T16:35:07.3362932Z copying torch\include\ATen\native\mps\MPSGraphVenturaOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-11-01T16:35:07.3374746Z copying torch\include\ATen\native\mps\OperationUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-11-01T16:35:07.3381112Z copying torch\include\ATen\native\mps\TensorFactory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-11-01T16:35:07.3387030Z copying torch\include\ATen\native\mps\UnaryConstants.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-11-01T16:35:07.3392963Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn 2024-11-01T16:35:07.3394436Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu 2024-11-01T16:35:07.3395967Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2024-11-01T16:35:07.3398427Z 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:35:07.3404870Z 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:35:07.3416874Z 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:35:07.3418510Z 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:35:07.3423489Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2024-11-01T16:35:07.3426279Z copying torch\include\ATen\native\nested\NestedTensorBinaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2024-11-01T16:35:07.3432038Z copying torch\include\ATen\native\nested\NestedTensorMath.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2024-11-01T16:35:07.3438208Z copying torch\include\ATen\native\nested\NestedTensorTransformerFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2024-11-01T16:35:07.3448580Z copying torch\include\ATen\native\nested\NestedTensorTransformerUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2024-11-01T16:35:07.3454669Z copying torch\include\ATen\native\nested\NestedTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2024-11-01T16:35:07.3460059Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-11-01T16:35:07.3462917Z copying torch\include\ATen\native\quantized\AffineQuantizer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-11-01T16:35:07.3468935Z copying torch\include\ATen\native\quantized\AffineQuantizerBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-11-01T16:35:07.3474929Z copying torch\include\ATen\native\quantized\ConvUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-11-01T16:35:07.3485088Z copying torch\include\ATen\native\quantized\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-11-01T16:35:07.3490802Z copying torch\include\ATen\native\quantized\FakeQuantAffine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-11-01T16:35:07.3496833Z copying torch\include\ATen\native\quantized\IndexKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-11-01T16:35:07.3502662Z copying torch\include\ATen\native\quantized\PackedParams.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-11-01T16:35:07.3508169Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-11-01T16:35:07.3510800Z copying torch\include\ATen\native\quantized\cpu\BinaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-11-01T16:35:07.3516659Z 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:35:07.3522852Z copying torch\include\ATen\native\quantized\cpu\EmbeddingPackedParams.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-11-01T16:35:07.3528995Z 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:35:07.3540512Z 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:35:07.3546884Z copying torch\include\ATen\native\quantized\cpu\OnednnUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-11-01T16:35:07.3553754Z copying torch\include\ATen\native\quantized\cpu\qconv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-11-01T16:35:07.3560588Z copying torch\include\ATen\native\quantized\cpu\qembeddingbag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-11-01T16:35:07.3567593Z 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:35:07.3573325Z copying torch\include\ATen\native\quantized\cpu\qlinear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-11-01T16:35:07.3579938Z copying torch\include\ATen\native\quantized\cpu\QnnpackUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-11-01T16:35:07.3586551Z copying torch\include\ATen\native\quantized\cpu\QuantizedOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-11-01T16:35:07.3592707Z copying torch\include\ATen\native\quantized\cpu\QuantUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-11-01T16:35:07.3598861Z copying torch\include\ATen\native\quantized\cpu\RuyUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-11-01T16:35:07.3610708Z copying torch\include\ATen\native\quantized\cpu\XnnpackUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-11-01T16:35:07.3616114Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers 2024-11-01T16:35:07.3619001Z copying torch\include\ATen\native\transformers\attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers 2024-11-01T16:35:07.3625268Z copying torch\include\ATen\native\transformers\sdp_utils_cpp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers 2024-11-01T16:35:07.3631127Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2024-11-01T16:35:07.3633633Z copying torch\include\ATen\native\utils\Factory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2024-11-01T16:35:07.3639435Z copying torch\include\ATen\native\utils\ParamsHash.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2024-11-01T16:35:07.3645618Z copying torch\include\ATen\native\utils\ParamUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2024-11-01T16:35:07.3651041Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\quantized 2024-11-01T16:35:07.3653659Z copying torch\include\ATen\quantized\QTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\quantized 2024-11-01T16:35:07.3660332Z copying torch\include\ATen\quantized\Quantizer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\quantized 2024-11-01T16:35:07.3665735Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-11-01T16:35:07.3668464Z copying torch\include\ATen\xpu\CachingHostAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-11-01T16:35:07.3674418Z copying torch\include\ATen\xpu\PinnedMemoryAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-11-01T16:35:07.3680359Z copying torch\include\ATen\xpu\XPUContext.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-11-01T16:35:07.3686279Z copying torch\include\ATen\xpu\XPUDevice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-11-01T16:35:07.3695936Z copying torch\include\ATen\xpu\XPUEvent.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-11-01T16:35:07.3701882Z copying torch\include\ATen\xpu\XPUGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-11-01T16:35:07.3707230Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\detail 2024-11-01T16:35:07.3709718Z copying torch\include\ATen\xpu\detail\XPUHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\detail 2024-11-01T16:35:07.3715086Z creating build\lib.win-amd64-cpython-39\torch\include\caffe2 2024-11-01T16:35:07.3716547Z creating build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-11-01T16:35:07.3719017Z copying torch\include\caffe2\serialize\crc_alt.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-11-01T16:35:07.3726333Z copying torch\include\caffe2\serialize\file_adapter.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-11-01T16:35:07.3732274Z copying torch\include\caffe2\serialize\inline_container.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-11-01T16:35:07.3738350Z copying torch\include\caffe2\serialize\in_memory_adapter.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-11-01T16:35:07.3749656Z copying torch\include\caffe2\serialize\istream_adapter.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-11-01T16:35:07.3755798Z copying torch\include\caffe2\serialize\read_adapter_interface.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-11-01T16:35:07.3761682Z copying torch\include\caffe2\serialize\versions.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-11-01T16:35:07.3771065Z creating build\lib.win-amd64-cpython-39\torch\include\c10 2024-11-01T16:35:07.3772678Z creating build\lib.win-amd64-cpython-39\torch\include\c10\macros 2024-11-01T16:35:07.3775113Z copying torch\include\c10\macros\cmake_macros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\macros 2024-11-01T16:35:07.3780937Z copying torch\include\c10\macros\Export.h -> build\lib.win-amd64-cpython-39\torch\include\c10\macros 2024-11-01T16:35:07.3786930Z copying torch\include\c10\macros\Macros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\macros 2024-11-01T16:35:07.3792633Z creating build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:35:07.3795123Z copying torch\include\c10\core\alignment.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:35:07.3800933Z copying torch\include\c10\core\Allocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:35:07.3807388Z copying torch\include\c10\core\AutogradState.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:35:07.3813401Z copying torch\include\c10\core\Backend.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:35:07.3823666Z copying torch\include\c10\core\CachingDeviceAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:35:07.3829745Z copying torch\include\c10\core\CompileTimeFunctionPointer.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:35:07.3835941Z copying torch\include\c10\core\ConstantSymNodeImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:35:07.3842578Z copying torch\include\c10\core\Contiguity.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:35:07.3848676Z copying torch\include\c10\core\CopyBytes.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:35:07.3854732Z copying torch\include\c10\core\CPUAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:35:07.3861056Z copying torch\include\c10\core\DefaultDtype.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:35:07.3867107Z copying torch\include\c10\core\DefaultTensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:35:07.3873014Z copying torch\include\c10\core\Device.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:35:07.3879104Z copying torch\include\c10\core\DeviceArray.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:35:07.3885368Z copying torch\include\c10\core\DeviceGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:35:07.3891563Z copying torch\include\c10\core\DeviceType.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:35:07.3897815Z copying torch\include\c10\core\DispatchKey.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:35:07.3905771Z copying torch\include\c10\core\DispatchKeySet.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:35:07.3912567Z copying torch\include\c10\core\DynamicCast.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:35:07.3918953Z copying torch\include\c10\core\Event.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:35:07.3931211Z copying torch\include\c10\core\GeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:35:07.3937879Z copying torch\include\c10\core\GradMode.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:35:07.3944486Z copying torch\include\c10\core\InferenceMode.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:35:07.3950559Z copying torch\include\c10\core\Layout.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:35:07.3956706Z copying torch\include\c10\core\MemoryFormat.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:35:07.3963102Z copying torch\include\c10\core\OptionalRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:35:07.3969176Z copying torch\include\c10\core\PyHandleCache.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:35:07.3975220Z copying torch\include\c10\core\QEngine.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:35:07.3981235Z copying torch\include\c10\core\QScheme.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:35:07.3987097Z copying torch\include\c10\core\RefcountedDeleter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:35:07.3993131Z copying torch\include\c10\core\SafePyObject.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:35:07.3999374Z copying torch\include\c10\core\Scalar.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:35:07.4005359Z copying torch\include\c10\core\ScalarType.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:35:07.4015714Z copying torch\include\c10\core\ScalarTypeToTypeMeta.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:35:07.4021613Z copying torch\include\c10\core\Storage.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:35:07.4027866Z copying torch\include\c10\core\StorageImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:35:07.4033870Z copying torch\include\c10\core\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:35:07.4039822Z copying torch\include\c10\core\StreamGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:35:07.4046276Z copying torch\include\c10\core\SymbolicShapeMeta.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:35:07.4052349Z copying torch\include\c10\core\SymBool.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:35:07.4058569Z copying torch\include\c10\core\SymFloat.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:35:07.4064488Z copying torch\include\c10\core\SymInt.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:35:07.4070508Z copying torch\include\c10\core\SymIntArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:35:07.4076657Z copying torch\include\c10\core\SymNodeImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:35:07.4082865Z copying torch\include\c10\core\TensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:35:07.4094384Z copying torch\include\c10\core\TensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:35:07.4100896Z copying torch\include\c10\core\thread_pool.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:35:07.4107305Z copying torch\include\c10\core\UndefinedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:35:07.4113394Z copying torch\include\c10\core\WrapDimMinimal.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:35:07.4118742Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2024-11-01T16:35:07.4121505Z copying torch\include\ATen\core\boxing\BoxedKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2024-11-01T16:35:07.4127755Z copying torch\include\ATen\core\boxing\BoxedKernel_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2024-11-01T16:35:07.4133651Z copying torch\include\ATen\core\boxing\KernelFunction.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2024-11-01T16:35:07.4139765Z copying torch\include\ATen\core\boxing\KernelFunction_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2024-11-01T16:35:07.4150251Z copying torch\include\ATen\core\boxing\OperatorKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2024-11-01T16:35:07.4155434Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2024-11-01T16:35:07.4157965Z copying torch\include\ATen\core\boxing\impl\boxing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2024-11-01T16:35:07.4164470Z 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:35:07.4170896Z 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:35:07.4177023Z copying torch\include\ATen\core\boxing\impl\WrapFunctionIntoFunctor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2024-11-01T16:35:07.4187817Z copying torch\include\ATen\core\boxing\impl\WrapFunctionIntoRuntimeFunctor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2024-11-01T16:35:07.4192938Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-11-01T16:35:07.4195549Z copying torch\include\ATen\core\dispatch\CppSignature.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-11-01T16:35:07.4201764Z copying torch\include\ATen\core\dispatch\Dispatcher.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-11-01T16:35:07.4208350Z copying torch\include\ATen\core\dispatch\DispatchKeyExtractor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-11-01T16:35:07.4214468Z copying torch\include\ATen\core\dispatch\ObservedOperators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-11-01T16:35:07.4224634Z copying torch\include\ATen\core\dispatch\OperatorEntry.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-11-01T16:35:07.4230594Z copying torch\include\ATen\core\dispatch\OperatorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-11-01T16:35:07.4236810Z copying torch\include\ATen\core\dispatch\RegistrationHandleRAII.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-11-01T16:35:07.4242150Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2024-11-01T16:35:07.4244884Z copying torch\include\ATen\core\op_registration\adaption.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2024-11-01T16:35:07.4250613Z 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:35:07.4256625Z 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:35:07.4262824Z 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:35:07.4272267Z creating build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:35:07.4275052Z copying torch\include\c10\core\impl\alloc_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:35:07.4280836Z copying torch\include\c10\core\impl\COW.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:35:07.4287147Z copying torch\include\c10\core\impl\COWDeleter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:35:07.4293281Z copying torch\include\c10\core\impl\DeviceGuardImplInterface.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:35:07.4303613Z copying torch\include\c10\core\impl\FakeGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:35:07.4309555Z copying torch\include\c10\core\impl\GPUTrace.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:35:07.4315498Z copying torch\include\c10\core\impl\HermeticPyObjectTLS.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:35:07.4321696Z copying torch\include\c10\core\impl\InlineDeviceGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:35:07.4327644Z copying torch\include\c10\core\impl\InlineEvent.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:35:07.4334078Z copying torch\include\c10\core\impl\InlineStreamGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:35:07.4340464Z copying torch\include\c10\core\impl\LocalDispatchKeySet.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:35:07.4346612Z copying torch\include\c10\core\impl\PyInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:35:07.4352899Z copying torch\include\c10\core\impl\PyObjectSlot.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:35:07.4360210Z copying torch\include\c10\core\impl\PythonDispatcherTLS.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:35:07.4365418Z copying torch\include\c10\core\impl\SizesAndStrides.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:35:07.4371700Z copying torch\include\c10\core\impl\TorchDispatchModeTLS.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:35:07.4377886Z copying torch\include\c10\core\impl\VirtualGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:35:07.4383429Z creating build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4385932Z copying torch\include\c10\util\AbortHandler.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4392421Z copying torch\include\c10\util\accumulate.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4398499Z copying torch\include\c10\util\AlignOf.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4404665Z copying torch\include\c10\util\ApproximateClock.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4415193Z copying torch\include\c10\util\Array.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4420971Z copying torch\include\c10\util\ArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4427949Z copying torch\include\c10\util\Backtrace.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4434819Z copying torch\include\c10\util\BFloat16-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4441389Z copying torch\include\c10\util\BFloat16-math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4449234Z copying torch\include\c10\util\BFloat16.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4455916Z copying torch\include\c10\util\bits.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4461906Z copying torch\include\c10\util\Bitset.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4467939Z copying torch\include\c10\util\bit_cast.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4473884Z copying torch\include\c10\util\C++17.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4480113Z copying torch\include\c10\util\CallOnce.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4486136Z copying torch\include\c10\util\complex.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4492643Z copying torch\include\c10\util\complex_math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4498797Z copying torch\include\c10\util\complex_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4504886Z copying torch\include\c10\util\ConstexprCrc.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4511353Z copying torch\include\c10\util\copysign.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4517297Z copying torch\include\c10\util\DeadlockDetection.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4523383Z copying torch\include\c10\util\Deprecated.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4529407Z copying torch\include\c10\util\DimVector.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4535302Z copying torch\include\c10\util\DynamicCounter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4546157Z copying torch\include\c10\util\env.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4551981Z copying torch\include\c10\util\Exception.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4559012Z copying torch\include\c10\util\ExclusivelyOwned.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4564996Z copying torch\include\c10\util\ExclusivelyOwnedTensorTraits.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4571138Z copying torch\include\c10\util\FbcodeMaps.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4577260Z copying torch\include\c10\util\Flags.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4583286Z copying torch\include\c10\util\flat_hash_map.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4590418Z copying torch\include\c10\util\Float8_e4m3fn-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4596518Z copying torch\include\c10\util\Float8_e4m3fn.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4602928Z copying torch\include\c10\util\Float8_e4m3fnuz-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4609186Z copying torch\include\c10\util\Float8_e4m3fnuz.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4619469Z copying torch\include\c10\util\Float8_e5m2-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4625715Z copying torch\include\c10\util\Float8_e5m2.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4631941Z copying torch\include\c10\util\Float8_e5m2fnuz-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4638615Z copying torch\include\c10\util\Float8_e5m2fnuz.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4644860Z copying torch\include\c10\util\Float8_fnuz_cvt.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4651073Z copying torch\include\c10\util\floating_point_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4657080Z copying torch\include\c10\util\FunctionRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4663139Z copying torch\include\c10\util\Gauge.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4669123Z copying torch\include\c10\util\generic_math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4679132Z copying torch\include\c10\util\Half-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4685349Z copying torch\include\c10\util\Half.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4691649Z copying torch\include\c10\util\hash.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4697802Z copying torch\include\c10\util\IdWrapper.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4703993Z copying torch\include\c10\util\int128.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4710225Z copying torch\include\c10\util\intrusive_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4717015Z copying torch\include\c10\util\irange.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4723094Z copying torch\include\c10\util\Lazy.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4729244Z copying torch\include\c10\util\LeftRight.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4735569Z copying torch\include\c10\util\llvmMathExtras.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4742247Z copying torch\include\c10\util\Load.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4748493Z copying torch\include\c10\util\Logging.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4754687Z copying torch\include\c10\util\logging_is_google_glog.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4761069Z copying torch\include\c10\util\logging_is_not_google_glog.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4771175Z copying torch\include\c10\util\MathConstants.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4777293Z copying torch\include\c10\util\MaybeOwned.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4783500Z copying torch\include\c10\util\Metaprogramming.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4789714Z copying torch\include\c10\util\NetworkFlow.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4795852Z copying torch\include\c10\util\numa.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4801753Z copying torch\include\c10\util\Optional.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4807907Z copying torch\include\c10\util\OptionalArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4814306Z copying torch\include\c10\util\order_preserving_flat_hash_map.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4821566Z copying torch\include\c10\util\overloaded.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4828005Z copying torch\include\c10\util\ParallelGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4841611Z copying torch\include\c10\util\python_stub.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4847486Z copying torch\include\c10\util\qint32.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4853236Z copying torch\include\c10\util\qint8.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4859089Z copying torch\include\c10\util\quint2x4.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4864847Z copying torch\include\c10\util\quint4x2.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4870807Z copying torch\include\c10\util\quint8.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4876637Z copying torch\include\c10\util\Registry.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4882912Z copying torch\include\c10\util\safe_numerics.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4889477Z copying torch\include\c10\util\ScopeExit.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4895765Z copying torch\include\c10\util\signal_handler.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4901956Z copying torch\include\c10\util\SmallBuffer.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4908140Z copying torch\include\c10\util\SmallVector.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4915308Z copying torch\include\c10\util\sparse_bitset.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4926512Z copying torch\include\c10\util\ssize.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4933751Z copying torch\include\c10\util\static_tracepoint.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4940840Z copying torch\include\c10\util\static_tracepoint_elfx86.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4947049Z copying torch\include\c10\util\strides.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4952760Z copying torch\include\c10\util\StringUtil.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4960598Z copying torch\include\c10\util\string_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4966566Z copying torch\include\c10\util\string_view.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4973307Z copying torch\include\c10\util\strong_type.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4980110Z copying torch\include\c10\util\Synchronized.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4986096Z copying torch\include\c10\util\tempfile.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.4992302Z copying torch\include\c10\util\ThreadLocal.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.5004068Z copying torch\include\c10\util\ThreadLocalDebugInfo.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.5010162Z copying torch\include\c10\util\thread_name.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.5016000Z copying torch\include\c10\util\Type.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.5021675Z copying torch\include\c10\util\TypeCast.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.5027569Z copying torch\include\c10\util\typeid.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.5033723Z copying torch\include\c10\util\TypeIndex.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.5039972Z copying torch\include\c10\util\TypeList.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.5046426Z copying torch\include\c10\util\TypeSafeSignMath.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.5052528Z copying torch\include\c10\util\TypeTraits.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.5058769Z copying torch\include\c10\util\Unicode.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.5064583Z copying torch\include\c10\util\UniqueVoidPtr.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.5074450Z copying torch\include\c10\util\Unroll.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.5080842Z copying torch\include\c10\util\WaitCounter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.5088233Z copying torch\include\c10\util\WaitCounterDynamicBackend.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.5094202Z copying torch\include\c10\util\win32-headers.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:35:07.5099764Z creating build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-11-01T16:35:07.5102277Z copying torch\include\c10\cuda\CUDAAlgorithm.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-11-01T16:35:07.5108403Z copying torch\include\c10\cuda\CUDAAllocatorConfig.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-11-01T16:35:07.5114741Z copying torch\include\c10\cuda\CUDACachingAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-11-01T16:35:07.5121250Z copying torch\include\c10\cuda\CUDADeviceAssertion.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-11-01T16:35:07.5135923Z copying torch\include\c10\cuda\CUDADeviceAssertionHost.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-11-01T16:35:07.5141789Z copying torch\include\c10\cuda\CUDAException.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-11-01T16:35:07.5147897Z copying torch\include\c10\cuda\CUDAFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-11-01T16:35:07.5154676Z copying torch\include\c10\cuda\CUDAGraphsC10Utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-11-01T16:35:07.5160736Z copying torch\include\c10\cuda\CUDAGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-11-01T16:35:07.5166698Z copying torch\include\c10\cuda\CUDAMacros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-11-01T16:35:07.5177730Z copying torch\include\c10\cuda\CUDAMathCompat.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-11-01T16:35:07.5180358Z copying torch\include\c10\cuda\CUDAMiscFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-11-01T16:35:07.5186371Z copying torch\include\c10\cuda\CUDAStream.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-11-01T16:35:07.5199085Z copying torch\include\c10\cuda\driver_api.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-11-01T16:35:07.5199464Z creating build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2024-11-01T16:35:07.5200319Z copying torch\include\c10\cuda\impl\CUDAGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2024-11-01T16:35:07.5206445Z copying torch\include\c10\cuda\impl\CUDATest.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2024-11-01T16:35:07.5211286Z creating build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-11-01T16:35:07.5221578Z copying torch\include\c10\xpu\XPUCachingAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-11-01T16:35:07.5222105Z copying torch\include\c10\xpu\XPUDeviceProp.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-11-01T16:35:07.5231978Z copying torch\include\c10\xpu\XPUException.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-11-01T16:35:07.5232470Z copying torch\include\c10\xpu\XPUFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-11-01T16:35:07.5252497Z copying torch\include\c10\xpu\XPUMacros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-11-01T16:35:07.5253258Z copying torch\include\c10\xpu\XPUStream.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-11-01T16:35:07.5253567Z creating build\lib.win-amd64-cpython-39\torch\include\c10\xpu\impl 2024-11-01T16:35:07.5255581Z copying torch\include\c10\xpu\impl\XPUGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu\impl 2024-11-01T16:35:07.5260821Z creating build\lib.win-amd64-cpython-39\torch\include\torch 2024-11-01T16:35:07.5263295Z copying torch\include\torch\custom_class.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2024-11-01T16:35:07.5269775Z copying torch\include\torch\custom_class_detail.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2024-11-01T16:35:07.5275486Z copying torch\include\torch\extension.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2024-11-01T16:35:07.5281335Z copying torch\include\torch\library.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2024-11-01T16:35:07.5295392Z copying torch\include\torch\script.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2024-11-01T16:35:07.5300477Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:35:07.5302943Z copying torch\include\torch\csrc\copy_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:35:07.5309470Z copying torch\include\torch\csrc\CudaIPCTypes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:35:07.5315346Z copying torch\include\torch\csrc\DataLoader.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:35:07.5321158Z copying torch\include\torch\csrc\Device.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:35:07.5331437Z copying torch\include\torch\csrc\DeviceAccelerator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:35:07.5337118Z copying torch\include\torch\csrc\Dtype.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:35:07.5343066Z copying torch\include\torch\csrc\DynamicTypes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:35:07.5348975Z copying torch\include\torch\csrc\Event.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:35:07.5354801Z copying torch\include\torch\csrc\Exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:35:07.5361001Z copying torch\include\torch\csrc\Export.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:35:07.5366759Z copying torch\include\torch\csrc\Generator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:35:07.5372664Z copying torch\include\torch\csrc\itt_wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:35:07.5378235Z copying torch\include\torch\csrc\Layout.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:35:07.5384083Z copying torch\include\torch\csrc\MemoryFormat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:35:07.5390461Z copying torch\include\torch\csrc\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:35:07.5396190Z copying torch\include\torch\csrc\PyInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:35:07.5402049Z copying torch\include\torch\csrc\python_dimname.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:35:07.5408289Z copying torch\include\torch\csrc\python_headers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:35:07.5414355Z copying torch\include\torch\csrc\QScheme.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:35:07.5424227Z copying torch\include\torch\csrc\serialization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:35:07.5430147Z copying torch\include\torch\csrc\Size.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:35:07.5435834Z copying torch\include\torch\csrc\Storage.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:35:07.5441778Z copying torch\include\torch\csrc\StorageMethods.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:35:07.5447519Z copying torch\include\torch\csrc\StorageSharing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:35:07.5457647Z copying torch\include\torch\csrc\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:35:07.5463265Z copying torch\include\torch\csrc\THConcat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:35:07.5469338Z copying torch\include\torch\csrc\THP.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:35:07.5475299Z copying torch\include\torch\csrc\TypeInfo.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:35:07.5481011Z copying torch\include\torch\csrc\Types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:35:07.5486801Z copying torch\include\torch\csrc\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:35:07.5492578Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api 2024-11-01T16:35:07.5494017Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include 2024-11-01T16:35:07.5495317Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-11-01T16:35:07.5497858Z 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:35:07.5503552Z 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:35:07.5509418Z 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:35:07.5514929Z 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:35:07.5520960Z 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:35:07.5526505Z 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:35:07.5532606Z 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:35:07.5543208Z 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:35:07.5549064Z 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:35:07.5554910Z 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:35:07.5560717Z 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:35:07.5567288Z 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:35:07.5573199Z 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:35:07.5578941Z 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:35:07.5584697Z 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:35:07.5591019Z 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:35:07.5597143Z 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:35:07.5603239Z 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:35:07.5608907Z 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:35:07.5615416Z 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:35:07.5621090Z 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:35:07.5627220Z 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:35:07.5633084Z 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:35:07.5638703Z 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:35:07.5643817Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data 2024-11-01T16:35:07.5646489Z 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:35:07.5653082Z 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:35:07.5659227Z 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:35:07.5665001Z 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:35:07.5670912Z 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:35:07.5681421Z 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:35:07.5686975Z 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:35:07.5692881Z 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:35:07.5698146Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\dataloader 2024-11-01T16:35:07.5701343Z 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:35:07.5707219Z 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:35:07.5713291Z 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:35:07.5718625Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets 2024-11-01T16:35:07.5721404Z 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:35:07.5727427Z 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:35:07.5733772Z 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:35:07.5739909Z 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:35:07.5745945Z 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:35:07.5751813Z 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:35:07.5757844Z 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:35:07.5767797Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\detail 2024-11-01T16:35:07.5770535Z 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:35:07.5776558Z 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:35:07.5782725Z 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:35:07.5788163Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers 2024-11-01T16:35:07.5790857Z 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:35:07.5796957Z 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:35:07.5807435Z 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:35:07.5813474Z 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:35:07.5819479Z 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:35:07.5830956Z 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:35:07.5837112Z 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:35:07.5842406Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms 2024-11-01T16:35:07.5845102Z 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:35:07.5851309Z 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:35:07.5858139Z 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:35:07.5864480Z 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:35:07.5870471Z 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:35:07.5875500Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\detail 2024-11-01T16:35:07.5878294Z 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:35:07.5884505Z 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:35:07.5889861Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2024-11-01T16:35:07.5892476Z 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:35:07.5898617Z 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:35:07.5904719Z 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:35:07.5910856Z 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:35:07.5918039Z 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:35:07.5929074Z 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:35:07.5935477Z 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:35:07.5942176Z 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:35:07.5948621Z 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:35:07.5953690Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2024-11-01T16:35:07.5956473Z 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:35:07.5963445Z 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:35:07.5969476Z 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:35:07.5975695Z 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:35:07.5985966Z 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:35:07.5991893Z 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:35:07.5997912Z 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:35:07.6004038Z 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:35:07.6009822Z 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:35:07.6015623Z 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:35:07.6022156Z 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:35:07.6028277Z 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:35:07.6034508Z 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:35:07.6040591Z 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:35:07.6047510Z 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:35:07.6053600Z 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:35:07.6058648Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2024-11-01T16:35:07.6061274Z 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:35:07.6067721Z 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:35:07.6073650Z 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:35:07.6079967Z 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:35:07.6086940Z 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:35:07.6097270Z 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:35:07.6102948Z 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:35:07.6109052Z 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:35:07.6114995Z 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:35:07.6121166Z 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:35:07.6127203Z 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:35:07.6133444Z 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:35:07.6142973Z 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:35:07.6148948Z 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:35:07.6155564Z 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:35:07.6162035Z 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:35:07.6168139Z 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:35:07.6174559Z 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:35:07.6183855Z 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:35:07.6190035Z 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:35:07.6196152Z 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:35:07.6201476Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2024-11-01T16:35:07.6204170Z 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:35:07.6210664Z 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:35:07.6216511Z 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:35:07.6222507Z 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:35:07.6228572Z 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:35:07.6239099Z 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:35:07.6245229Z 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:35:07.6251346Z 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:35:07.6257520Z 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:35:07.6263698Z 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:35:07.6269833Z 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:35:07.6275918Z 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:35:07.6282745Z 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:35:07.6289068Z 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:35:07.6299921Z 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:35:07.6306181Z 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:35:07.6312672Z 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:35:07.6318994Z 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:35:07.6325400Z 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:35:07.6331611Z 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:35:07.6338024Z 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:35:07.6344217Z 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:35:07.6350290Z 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:35:07.6355759Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2024-11-01T16:35:07.6358548Z 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:35:07.6365214Z 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:35:07.6371334Z 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:35:07.6377545Z 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:35:07.6387976Z 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:35:07.6394092Z 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:35:07.6400424Z 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:35:07.6407248Z 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:35:07.6413674Z 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:35:07.6419913Z 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:35:07.6426470Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\parallel 2024-11-01T16:35:07.6429306Z 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:35:07.6435098Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\utils 2024-11-01T16:35:07.6438178Z 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:35:07.6445426Z 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:35:07.6451765Z 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:35:07.6457252Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim 2024-11-01T16:35:07.6460154Z 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:35:07.6466249Z 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:35:07.6472295Z 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:35:07.6478345Z 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:35:07.6484456Z 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:35:07.6490637Z 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:35:07.6501120Z 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:35:07.6507428Z 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:35:07.6512585Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\schedulers 2024-11-01T16:35:07.6515357Z 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:35:07.6521772Z 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:35:07.6527610Z 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:35:07.6537186Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize 2024-11-01T16:35:07.6539868Z 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:35:07.6545679Z 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:35:07.6551901Z 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:35:07.6557862Z 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:35:07.6567148Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:35:07.6569698Z copying torch\include\torch\csrc\autograd\anomaly_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:35:07.6575724Z copying torch\include\torch\csrc\autograd\autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:35:07.6581784Z 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:35:07.6587655Z copying torch\include\torch\csrc\autograd\cpp_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:35:07.6597956Z copying torch\include\torch\csrc\autograd\custom_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:35:07.6608224Z copying torch\include\torch\csrc\autograd\edge.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:35:07.6614049Z copying torch\include\torch\csrc\autograd\engine.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:35:07.6620177Z copying torch\include\torch\csrc\autograd\forward_grad.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:35:07.6626211Z copying torch\include\torch\csrc\autograd\function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:35:07.6632703Z copying torch\include\torch\csrc\autograd\FunctionsManual.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:35:07.6639223Z copying torch\include\torch\csrc\autograd\function_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:35:07.6649084Z copying torch\include\torch\csrc\autograd\grad_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:35:07.6654772Z copying torch\include\torch\csrc\autograd\graph_task.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:35:07.6660974Z copying torch\include\torch\csrc\autograd\InferenceMode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:35:07.6666663Z copying torch\include\torch\csrc\autograd\input_buffer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:35:07.6672686Z copying torch\include\torch\csrc\autograd\input_metadata.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:35:07.6678885Z copying torch\include\torch\csrc\autograd\jit_decomp_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:35:07.6685530Z copying torch\include\torch\csrc\autograd\profiler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:35:07.6691263Z copying torch\include\torch\csrc\autograd\profiler_kineto.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:35:07.6697500Z copying torch\include\torch\csrc\autograd\profiler_legacy.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:35:07.6703790Z copying torch\include\torch\csrc\autograd\profiler_python.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:35:07.6709910Z copying torch\include\torch\csrc\autograd\python_anomaly_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:35:07.6720490Z copying torch\include\torch\csrc\autograd\python_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:35:07.6732236Z copying torch\include\torch\csrc\autograd\python_cpp_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:35:07.6738379Z copying torch\include\torch\csrc\autograd\python_engine.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:35:07.6744402Z copying torch\include\torch\csrc\autograd\python_enum_tag.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:35:07.6750441Z copying torch\include\torch\csrc\autograd\python_fft_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:35:07.6756698Z copying torch\include\torch\csrc\autograd\python_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:35:07.6763058Z copying torch\include\torch\csrc\autograd\python_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:35:07.6769504Z copying torch\include\torch\csrc\autograd\python_legacy_variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:35:07.6775586Z copying torch\include\torch\csrc\autograd\python_linalg_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:35:07.6787336Z copying torch\include\torch\csrc\autograd\python_nested_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:35:07.6793502Z copying torch\include\torch\csrc\autograd\python_nn_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:35:07.6799652Z 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:35:07.6805976Z copying torch\include\torch\csrc\autograd\python_sparse_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:35:07.6812092Z copying torch\include\torch\csrc\autograd\python_special_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:35:07.6818136Z copying torch\include\torch\csrc\autograd\python_torch_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:35:07.6824398Z copying torch\include\torch\csrc\autograd\python_variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:35:07.6830791Z copying torch\include\torch\csrc\autograd\python_variable_indexing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:35:07.6837113Z copying torch\include\torch\csrc\autograd\record_function_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:35:07.6843538Z copying torch\include\torch\csrc\autograd\saved_variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:35:07.6854625Z copying torch\include\torch\csrc\autograd\saved_variable_hooks.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:35:07.6865530Z copying torch\include\torch\csrc\autograd\symbolic.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:35:07.6871190Z copying torch\include\torch\csrc\autograd\variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:35:07.6877934Z copying torch\include\torch\csrc\autograd\VariableTypeUtils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:35:07.6884326Z copying torch\include\torch\csrc\autograd\variable_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:35:07.6889789Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-11-01T16:35:07.6892608Z 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:35:07.6898804Z 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:35:07.6905147Z copying torch\include\torch\csrc\autograd\functions\comm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-11-01T16:35:07.6911166Z copying torch\include\torch\csrc\autograd\functions\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-11-01T16:35:07.6921864Z copying torch\include\torch\csrc\autograd\functions\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-11-01T16:35:07.6927677Z copying torch\include\torch\csrc\autograd\functions\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-11-01T16:35:07.6932919Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-11-01T16:35:07.6936082Z copying torch\include\torch\csrc\autograd\generated\Functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-11-01T16:35:07.6948386Z 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:35:07.6954623Z 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:35:07.6964901Z copying torch\include\torch\csrc\autograd\generated\VariableType.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-11-01T16:35:07.6970867Z 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:35:07.6978034Z copying torch\include\torch\csrc\autograd\generated\ViewFuncs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-11-01T16:35:07.6984144Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2024-11-01T16:35:07.6986807Z 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:35:07.6992597Z 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:35:07.6999052Z 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:35:07.7005669Z 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:35:07.7014903Z copying torch\include\torch\csrc\autograd\utils\warnings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2024-11-01T16:35:07.7020453Z 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:35:07.7025620Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-11-01T16:35:07.7028234Z copying torch\include\torch\csrc\cuda\comm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-11-01T16:35:07.7034556Z copying torch\include\torch\csrc\cuda\CUDAPluggableAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-11-01T16:35:07.7040537Z copying torch\include\torch\csrc\cuda\device_set.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-11-01T16:35:07.7046222Z copying torch\include\torch\csrc\cuda\Event.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-11-01T16:35:07.7051871Z copying torch\include\torch\csrc\cuda\GdsFile.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-11-01T16:35:07.7061994Z copying torch\include\torch\csrc\cuda\memory_snapshot.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-11-01T16:35:07.7067808Z copying torch\include\torch\csrc\cuda\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-11-01T16:35:07.7073421Z copying torch\include\torch\csrc\cuda\nccl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-11-01T16:35:07.7079293Z copying torch\include\torch\csrc\cuda\python_comm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-11-01T16:35:07.7085261Z copying torch\include\torch\csrc\cuda\python_nccl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-11-01T16:35:07.7091446Z copying torch\include\torch\csrc\cuda\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-11-01T16:35:07.7097284Z copying torch\include\torch\csrc\cuda\THCP.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-11-01T16:35:07.7102677Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed 2024-11-01T16:35:07.7104308Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:35:07.7106835Z copying torch\include\torch\csrc\distributed\c10d\c10d.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:35:07.7112831Z 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:35:07.7118806Z copying torch\include\torch\csrc\distributed\c10d\debug.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:35:07.7124703Z copying torch\include\torch\csrc\distributed\c10d\error.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:35:07.7130636Z copying torch\include\torch\csrc\distributed\c10d\exception.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:35:07.7141470Z copying torch\include\torch\csrc\distributed\c10d\logging.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:35:07.7147426Z 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:35:07.7153663Z copying torch\include\torch\csrc\distributed\c10d\socket.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:35:07.7159711Z 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:35:07.7166040Z copying torch\include\torch\csrc\distributed\c10d\TraceUtils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:35:07.7172123Z copying torch\include\torch\csrc\distributed\c10d\Backend.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:35:07.7178276Z copying torch\include\torch\csrc\distributed\c10d\Backoff.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:35:07.7184268Z copying torch\include\torch\csrc\distributed\c10d\comm.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:35:07.7190526Z copying torch\include\torch\csrc\distributed\c10d\CUDASymmetricMemory.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:35:07.7196698Z 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:35:07.7203461Z copying torch\include\torch\csrc\distributed\c10d\DMAConnectivity.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:35:07.7209741Z copying torch\include\torch\csrc\distributed\c10d\FakeProcessGroup.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:35:07.7215961Z copying torch\include\torch\csrc\distributed\c10d\FileStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:35:07.7222038Z copying torch\include\torch\csrc\distributed\c10d\Functional.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:35:07.7227957Z copying torch\include\torch\csrc\distributed\c10d\GlooDeviceFactory.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:35:07.7234312Z copying torch\include\torch\csrc\distributed\c10d\GroupRegistry.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:35:07.7240275Z copying torch\include\torch\csrc\distributed\c10d\HashStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:35:07.7246717Z 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:35:07.7257192Z copying torch\include\torch\csrc\distributed\c10d\logger.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:35:07.7263254Z copying torch\include\torch\csrc\distributed\c10d\NanCheck.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:35:07.7269328Z copying torch\include\torch\csrc\distributed\c10d\NCCLUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:35:07.7276086Z copying torch\include\torch\csrc\distributed\c10d\ParamCommsUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:35:07.7282489Z copying torch\include\torch\csrc\distributed\c10d\PrefixStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:35:07.7288690Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroup.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:35:07.7295484Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupGloo.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:35:07.7301954Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupMPI.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:35:07.7308370Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupNCCL.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:35:07.7321118Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupUCC.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:35:07.7327680Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupWrapper.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:35:07.7334001Z copying torch\include\torch\csrc\distributed\c10d\PyProcessGroup.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:35:07.7340342Z copying torch\include\torch\csrc\distributed\c10d\RankLocal.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:35:07.7346580Z copying torch\include\torch\csrc\distributed\c10d\reducer.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:35:07.7353266Z 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:35:07.7359376Z 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:35:07.7365897Z copying torch\include\torch\csrc\distributed\c10d\Store.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:35:07.7372212Z copying torch\include\torch\csrc\distributed\c10d\SymmetricMemory.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:35:07.7378599Z copying torch\include\torch\csrc\distributed\c10d\TCPStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:35:07.7384796Z copying torch\include\torch\csrc\distributed\c10d\TCPStoreBackend.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:35:07.7394651Z copying torch\include\torch\csrc\distributed\c10d\Types.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:35:07.7400613Z copying torch\include\torch\csrc\distributed\c10d\UCCTracing.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:35:07.7406806Z copying torch\include\torch\csrc\distributed\c10d\UCCUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:35:07.7412863Z copying torch\include\torch\csrc\distributed\c10d\UnixSockUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:35:07.7418708Z copying torch\include\torch\csrc\distributed\c10d\Utils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:35:07.7425224Z copying torch\include\torch\csrc\distributed\c10d\WinSockUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:35:07.7430904Z copying torch\include\torch\csrc\distributed\c10d\Work.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:35:07.7436277Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:35:07.7439317Z 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:35:07.7445556Z copying torch\include\torch\csrc\distributed\rpc\message.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:35:07.7451643Z 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:35:07.7457598Z 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:35:07.7467738Z 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:35:07.7478167Z 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:35:07.7484428Z 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:35:07.7490401Z 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:35:07.7496422Z 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:35:07.7502992Z 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:35:07.7509276Z 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:35:07.7515194Z copying torch\include\torch\csrc\distributed\rpc\rpc.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:35:07.7521078Z 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:35:07.7527238Z 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:35:07.7533585Z 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:35:07.7539688Z 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:35:07.7546202Z 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:35:07.7552544Z 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:35:07.7559129Z 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:35:07.7565472Z 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:35:07.7575234Z 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:35:07.7581984Z 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:35:07.7588533Z 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:35:07.7598334Z copying torch\include\torch\csrc\distributed\rpc\types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:35:07.7604769Z 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:35:07.7610988Z 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:35:07.7617194Z copying torch\include\torch\csrc\distributed\rpc\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:35:07.7622686Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd 2024-11-01T16:35:07.7624210Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\context 2024-11-01T16:35:07.7626832Z 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:35:07.7633311Z 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:35:07.7638437Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\functions 2024-11-01T16:35:07.7641403Z 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:35:07.7647440Z 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:35:07.7652870Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2024-11-01T16:35:07.7656030Z 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:35:07.7662861Z 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:35:07.7669138Z 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:35:07.7679726Z 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:35:07.7685866Z 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:35:07.7692434Z 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:35:07.7698523Z 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:35:07.7705787Z 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:35:07.7712040Z 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:35:07.7718697Z 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:35:07.7723731Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-11-01T16:35:07.7726340Z copying torch\include\torch\csrc\dynamo\cache_entry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-11-01T16:35:07.7732577Z copying torch\include\torch\csrc\dynamo\compiled_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-11-01T16:35:07.7739484Z copying torch\include\torch\csrc\dynamo\cpp_shim.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-11-01T16:35:07.7745359Z copying torch\include\torch\csrc\dynamo\cpython_defs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-11-01T16:35:07.7756147Z copying torch\include\torch\csrc\dynamo\cpython_includes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-11-01T16:35:07.7762235Z copying torch\include\torch\csrc\dynamo\debug_macros.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-11-01T16:35:07.7768680Z copying torch\include\torch\csrc\dynamo\eval_frame.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-11-01T16:35:07.7774570Z copying torch\include\torch\csrc\dynamo\extra_state.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-11-01T16:35:07.7781051Z copying torch\include\torch\csrc\dynamo\framelocals_mapping.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-11-01T16:35:07.7786743Z copying torch\include\torch\csrc\dynamo\guards.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-11-01T16:35:07.7792721Z copying torch\include\torch\csrc\dynamo\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-11-01T16:35:07.7798940Z copying torch\include\torch\csrc\dynamo\python_compiled_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-11-01T16:35:07.7804618Z copying torch\include\torch\csrc\dynamo\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-11-01T16:35:07.7809857Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor 2024-11-01T16:35:07.7812505Z copying torch\include\torch\csrc\inductor\inductor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor 2024-11-01T16:35:07.7817725Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_package 2024-11-01T16:35:07.7820423Z 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:35:07.7826278Z 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:35:07.7831613Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner 2024-11-01T16:35:07.7834364Z 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:35:07.7840680Z 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:35:07.7846618Z 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:35:07.7856778Z 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:35:07.7861775Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2024-11-01T16:35:07.7872946Z 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:35:07.7879128Z 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:35:07.7885383Z 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:35:07.7897064Z 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:35:07.7903483Z 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:35:07.7910895Z 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:35:07.7917266Z 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:35:07.7923488Z 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:35:07.7930017Z 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:35:07.7935322Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch 2024-11-01T16:35:07.7938199Z 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:35:07.7944963Z 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:35:07.7955524Z 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:35:07.7965618Z 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:35:07.7972024Z 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:35:07.7978049Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c 2024-11-01T16:35:07.7980604Z 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:35:07.7987792Z 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:35:07.7993964Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\generated 2024-11-01T16:35:07.7996943Z 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:35:07.8003668Z 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:35:07.8010279Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2024-11-01T16:35:07.8012930Z copying torch\include\torch\csrc\jit\jit_log.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2024-11-01T16:35:07.8019406Z copying torch\include\torch\csrc\jit\jit_opt_limit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2024-11-01T16:35:07.8025999Z copying torch\include\torch\csrc\jit\resource_guard.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2024-11-01T16:35:07.8031453Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-11-01T16:35:07.8034074Z copying torch\include\torch\csrc\jit\backends\backend.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-11-01T16:35:07.8040283Z 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:35:07.8046488Z 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:35:07.8052694Z 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:35:07.8064003Z 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:35:07.8070004Z 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:35:07.8080472Z 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:35:07.8086758Z 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:35:07.8092772Z 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:35:07.8098162Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:35:07.8105117Z 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:35:07.8110895Z 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:35:07.8117018Z copying torch\include\torch\csrc\jit\passes\autocast.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:35:07.8122521Z 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:35:07.8133093Z 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:35:07.8138745Z copying torch\include\torch\csrc\jit\passes\canonicalize.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:35:07.8144668Z 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:35:07.8150785Z 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:35:07.8156533Z 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:35:07.8162522Z 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:35:07.8168804Z 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:35:07.8174462Z 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:35:07.8180553Z 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:35:07.8186551Z 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:35:07.8192830Z 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:35:07.8199098Z 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:35:07.8205181Z 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:35:07.8211666Z 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:35:07.8217836Z 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:35:07.8228069Z 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:35:07.8233803Z 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:35:07.8239637Z 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:35:07.8246314Z 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:35:07.8261500Z 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:35:07.8268171Z 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:35:07.8274622Z 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:35:07.8280914Z 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:35:07.8288259Z 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:35:07.8298913Z 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:35:07.8305205Z 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:35:07.8311398Z 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:35:07.8317765Z 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:35:07.8324016Z 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:35:07.8330084Z 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:35:07.8336295Z 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:35:07.8342335Z 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:35:07.8348560Z 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:35:07.8359152Z 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:35:07.8365855Z 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:35:07.8371467Z copying torch\include\torch\csrc\jit\passes\inliner.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:35:07.8377315Z 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:35:07.8383407Z 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:35:07.8389369Z 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:35:07.8395546Z 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:35:07.8401877Z 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:35:07.8408262Z 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:35:07.8419384Z 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:35:07.8425243Z copying torch\include\torch\csrc\jit\passes\liveness.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:35:07.8431109Z 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:35:07.8437290Z 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:35:07.8443369Z 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:35:07.8449551Z 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:35:07.8455684Z 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:35:07.8461657Z 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:35:07.8468218Z 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:35:07.8474344Z 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:35:07.8489363Z 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:35:07.8495379Z copying torch\include\torch\csrc\jit\passes\onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:35:07.8501426Z 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:35:07.8507479Z copying torch\include\torch\csrc\jit\passes\peephole.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:35:07.8513272Z 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:35:07.8519237Z 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:35:07.8525568Z 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:35:07.8531961Z 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:35:07.8537950Z 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:35:07.8543937Z 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:35:07.8549871Z 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:35:07.8559898Z 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:35:07.8566191Z 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:35:07.8572188Z 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:35:07.8578140Z 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:35:07.8584612Z 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:35:07.8590857Z 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:35:07.8596994Z 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:35:07.8602943Z 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:35:07.8609089Z 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:35:07.8619758Z 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:35:07.8625858Z 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:35:07.8632012Z 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:35:07.8638593Z 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:35:07.8645511Z 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:35:07.8651685Z 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:35:07.8658114Z 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:35:07.8664250Z 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:35:07.8670408Z 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:35:07.8681007Z 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:35:07.8687302Z 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:35:07.8692773Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2024-11-01T16:35:07.8695502Z 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:35:07.8701476Z 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:35:07.8707544Z 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:35:07.8713721Z 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:35:07.8724296Z 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:35:07.8730433Z 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:35:07.8736638Z 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:35:07.8743751Z 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:35:07.8749708Z 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:35:07.8754952Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils 2024-11-01T16:35:07.8757641Z 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:35:07.8764002Z 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:35:07.8770197Z 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:35:07.8782315Z 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:35:07.8788763Z 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:35:07.8793903Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:35:07.8796717Z 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:35:07.8803346Z copying torch\include\torch\csrc\jit\runtime\autodiff.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:35:07.8809821Z 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:35:07.8816008Z 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:35:07.8826451Z 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:35:07.8832568Z 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:35:07.8838495Z 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:35:07.8844831Z 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:35:07.8851251Z 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:35:07.8857461Z 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:35:07.8863581Z copying torch\include\torch\csrc\jit\runtime\instruction.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:35:07.8870028Z copying torch\include\torch\csrc\jit\runtime\interpreter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:35:07.8876357Z 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:35:07.8882698Z 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:35:07.8888913Z copying torch\include\torch\csrc\jit\runtime\logging.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:35:07.8895092Z copying torch\include\torch\csrc\jit\runtime\operator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:35:07.8901217Z 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:35:07.8907369Z 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:35:07.8913639Z 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:35:07.8919915Z 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:35:07.8931681Z 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:35:07.8938802Z 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:35:07.8945592Z 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:35:07.8952700Z 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:35:07.8959485Z 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:35:07.8966772Z 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:35:07.8973698Z 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:35:07.8980196Z 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:35:07.8986871Z 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:35:07.8996964Z 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:35:07.9003767Z 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:35:07.9009108Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-11-01T16:35:07.9011842Z 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:35:07.9018491Z copying torch\include\torch\csrc\jit\ir\attributes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-11-01T16:35:07.9024911Z copying torch\include\torch\csrc\jit\ir\constants.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-11-01T16:35:07.9031029Z 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:35:07.9044553Z 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:35:07.9050312Z copying torch\include\torch\csrc\jit\ir\ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-11-01T16:35:07.9057441Z copying torch\include\torch\csrc\jit\ir\irparser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-11-01T16:35:07.9063751Z 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:35:07.9069824Z 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:35:07.9076209Z 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:35:07.9082084Z copying torch\include\torch\csrc\jit\ir\scope.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-11-01T16:35:07.9088542Z 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:35:07.9094962Z 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:35:07.9100466Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:35:07.9102931Z 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:35:07.9108993Z 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:35:07.9119045Z 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:35:07.9128755Z 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:35:07.9134476Z 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:35:07.9140516Z 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:35:07.9146798Z 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:35:07.9152760Z 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:35:07.9158850Z 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:35:07.9165002Z 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:35:07.9170761Z copying torch\include\torch\csrc\jit\frontend\lexer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:35:07.9177370Z 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:35:07.9183507Z 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:35:07.9189533Z copying torch\include\torch\csrc\jit\frontend\parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:35:07.9195520Z 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:35:07.9201762Z 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:35:07.9207937Z copying torch\include\torch\csrc\jit\frontend\resolver.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:35:07.9214131Z 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:35:07.9220364Z 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:35:07.9226994Z 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:35:07.9237334Z 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:35:07.9243530Z 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:35:07.9249705Z copying torch\include\torch\csrc\jit\frontend\strtod.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:35:07.9255937Z 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:35:07.9262667Z copying torch\include\torch\csrc\jit\frontend\tracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:35:07.9269209Z copying torch\include\torch\csrc\jit\frontend\tree.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:35:07.9275161Z 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:35:07.9282052Z 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:35:07.9287449Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2024-11-01T16:35:07.9290048Z 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:35:07.9296224Z 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:35:07.9302278Z copying torch\include\torch\csrc\jit\api\method.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2024-11-01T16:35:07.9308311Z copying torch\include\torch\csrc\jit\api\module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2024-11-01T16:35:07.9315043Z copying torch\include\torch\csrc\jit\api\object.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2024-11-01T16:35:07.9324886Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-11-01T16:35:07.9327815Z 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:35:07.9334121Z copying torch\include\torch\csrc\jit\serialization\export.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-11-01T16:35:07.9340272Z 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:35:07.9350038Z 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:35:07.9356208Z 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:35:07.9362466Z copying torch\include\torch\csrc\jit\serialization\import.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-11-01T16:35:07.9368720Z 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:35:07.9374900Z 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:35:07.9381062Z 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:35:07.9387549Z 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:35:07.9393863Z 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:35:07.9400365Z 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:35:07.9407849Z copying torch\include\torch\csrc\jit\serialization\onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-11-01T16:35:07.9413683Z copying torch\include\torch\csrc\jit\serialization\pickle.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-11-01T16:35:07.9420255Z copying torch\include\torch\csrc\jit\serialization\pickler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-11-01T16:35:07.9426872Z 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:35:07.9433814Z 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:35:07.9440430Z 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:35:07.9446867Z 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:35:07.9454016Z 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:35:07.9465493Z copying torch\include\torch\csrc\jit\serialization\unpickler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-11-01T16:35:07.9471299Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-11-01T16:35:07.9473946Z copying torch\include\torch\csrc\jit\python\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-11-01T16:35:07.9480326Z 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:35:07.9486642Z copying torch\include\torch\csrc\jit\python\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-11-01T16:35:07.9492642Z 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:35:07.9499692Z 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:35:07.9510045Z 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:35:07.9515960Z 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:35:07.9522091Z 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:35:07.9528463Z 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:35:07.9534853Z 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:35:07.9541451Z 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:35:07.9548495Z 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:35:07.9554492Z 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:35:07.9560394Z 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:35:07.9566381Z 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:35:07.9572174Z 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:35:07.9577273Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:35:07.9580426Z copying torch\include\torch\csrc\jit\mobile\code.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:35:07.9585843Z 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:35:07.9591681Z 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:35:07.9597855Z 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:35:07.9609113Z copying torch\include\torch\csrc\jit\mobile\frame.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:35:07.9615052Z copying torch\include\torch\csrc\jit\mobile\function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:35:07.9620980Z copying torch\include\torch\csrc\jit\mobile\import.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:35:07.9627108Z 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:35:07.9633238Z 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:35:07.9639076Z copying torch\include\torch\csrc\jit\mobile\interpreter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:35:07.9645182Z copying torch\include\torch\csrc\jit\mobile\method.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:35:07.9651041Z copying torch\include\torch\csrc\jit\mobile\module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:35:07.9657177Z copying torch\include\torch\csrc\jit\mobile\observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:35:07.9663151Z 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:35:07.9669249Z 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:35:07.9675336Z 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:35:07.9681319Z 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:35:07.9687474Z 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:35:07.9693592Z copying torch\include\torch\csrc\jit\mobile\quantization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:35:07.9699818Z 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:35:07.9705950Z 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:35:07.9712719Z 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:35:07.9722076Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing 2024-11-01T16:35:07.9724565Z 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:35:07.9737144Z 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:35:07.9742071Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:35:07.9744880Z copying torch\include\torch\csrc\jit\tensorexpr\analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:35:07.9750906Z 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:35:07.9757072Z 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:35:07.9763212Z 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:35:07.9774335Z copying torch\include\torch\csrc\jit\tensorexpr\codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:35:07.9780173Z 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:35:07.9786566Z 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:35:07.9792611Z 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:35:07.9798737Z 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:35:07.9804956Z copying torch\include\torch\csrc\jit\tensorexpr\eval.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:35:07.9811082Z copying torch\include\torch\csrc\jit\tensorexpr\exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:35:07.9816995Z copying torch\include\torch\csrc\jit\tensorexpr\expr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:35:07.9823097Z 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:35:07.9829293Z 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:35:07.9835397Z 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:35:07.9841384Z 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:35:07.9847509Z 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:35:07.9853679Z 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:35:07.9859714Z 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:35:07.9866285Z 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:35:07.9872320Z copying torch\include\torch\csrc\jit\tensorexpr\ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:35:07.9883334Z 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:35:07.9889516Z 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:35:07.9895609Z 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:35:07.9901893Z 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:35:07.9908103Z 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:35:07.9914109Z 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:35:07.9920107Z copying torch\include\torch\csrc\jit\tensorexpr\kernel.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:35:07.9926281Z 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:35:07.9932352Z 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:35:07.9938271Z copying torch\include\torch\csrc\jit\tensorexpr\loopnest.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:35:07.9945001Z 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:35:07.9955228Z copying torch\include\torch\csrc\jit\tensorexpr\lowerings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:35:07.9962014Z 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:35:07.9971584Z copying torch\include\torch\csrc\jit\tensorexpr\reduction.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:35:07.9977619Z copying torch\include\torch\csrc\jit\tensorexpr\registerizer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:35:07.9983691Z copying torch\include\torch\csrc\jit\tensorexpr\stmt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:35:07.9990084Z copying torch\include\torch\csrc\jit\tensorexpr\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:35:07.9996184Z 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:35:08.0002123Z copying torch\include\torch\csrc\jit\tensorexpr\types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:35:08.0009079Z 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:35:08.0016201Z 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:35:08.0022318Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-11-01T16:35:08.0043797Z 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:35:08.0044601Z 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:35:08.0045384Z 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:35:08.0046173Z 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:35:08.0052516Z 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:35:08.0062278Z 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:35:08.0068436Z 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:35:08.0074464Z 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:35:08.0080883Z 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:35:08.0086053Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen 2024-11-01T16:35:08.0087584Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\cuda 2024-11-01T16:35:08.0090051Z 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:35:08.0095432Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2024-11-01T16:35:08.0098025Z copying torch\include\torch\csrc\onnx\back_compat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2024-11-01T16:35:08.0103936Z copying torch\include\torch\csrc\onnx\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2024-11-01T16:35:08.0109617Z copying torch\include\torch\csrc\onnx\onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2024-11-01T16:35:08.0114685Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-11-01T16:35:08.0117234Z copying torch\include\torch\csrc\profiler\api.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-11-01T16:35:08.0123310Z copying torch\include\torch\csrc\profiler\collection.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-11-01T16:35:08.0129904Z copying torch\include\torch\csrc\profiler\combined_traceback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-11-01T16:35:08.0136003Z copying torch\include\torch\csrc\profiler\containers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-11-01T16:35:08.0146571Z copying torch\include\torch\csrc\profiler\data_flow.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-11-01T16:35:08.0152502Z copying torch\include\torch\csrc\profiler\events.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-11-01T16:35:08.0158466Z copying torch\include\torch\csrc\profiler\kineto_client_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-11-01T16:35:08.0164281Z copying torch\include\torch\csrc\profiler\kineto_shim.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-11-01T16:35:08.0170314Z copying torch\include\torch\csrc\profiler\perf-inl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-11-01T16:35:08.0176163Z copying torch\include\torch\csrc\profiler\perf.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-11-01T16:35:08.0182049Z copying torch\include\torch\csrc\profiler\util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-11-01T16:35:08.0187359Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2024-11-01T16:35:08.0190096Z copying torch\include\torch\csrc\profiler\orchestration\observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2024-11-01T16:35:08.0196419Z 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:35:08.0202613Z copying torch\include\torch\csrc\profiler\orchestration\vulkan.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2024-11-01T16:35:08.0207745Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2024-11-01T16:35:08.0210648Z 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:35:08.0216915Z 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:35:08.0222782Z 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:35:08.0233909Z 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:35:08.0242154Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\stubs 2024-11-01T16:35:08.0244626Z copying torch\include\torch\csrc\profiler\stubs\base.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\stubs 2024-11-01T16:35:08.0249796Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-11-01T16:35:08.0252344Z copying torch\include\torch\csrc\profiler\unwind\action.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-11-01T16:35:08.0258485Z copying torch\include\torch\csrc\profiler\unwind\communicate.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-11-01T16:35:08.0264614Z 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:35:08.0270594Z 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:35:08.0281504Z 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:35:08.0287515Z 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:35:08.0293869Z 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:35:08.0299953Z copying torch\include\torch\csrc\profiler\unwind\fde.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-11-01T16:35:08.0306089Z copying torch\include\torch\csrc\profiler\unwind\lexer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-11-01T16:35:08.0312184Z 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:35:08.0322325Z 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:35:08.0328603Z 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:35:08.0334696Z copying torch\include\torch\csrc\profiler\unwind\sections.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-11-01T16:35:08.0340740Z copying torch\include\torch\csrc\profiler\unwind\unwind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-11-01T16:35:08.0346835Z copying torch\include\torch\csrc\profiler\unwind\unwinder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-11-01T16:35:08.0352839Z 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:35:08.0358297Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2024-11-01T16:35:08.0361257Z 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:35:08.0367238Z copying torch\include\torch\csrc\profiler\python\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2024-11-01T16:35:08.0373285Z copying torch\include\torch\csrc\profiler\python\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2024-11-01T16:35:08.0378627Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:35:08.0381223Z copying torch\include\torch\csrc\utils\byte_order.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:35:08.0387467Z copying torch\include\torch\csrc\utils\cpp_stacktraces.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:35:08.0393351Z copying torch\include\torch\csrc\utils\cuda_enabled.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:35:08.0399315Z copying torch\include\torch\csrc\utils\device_lazy_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:35:08.0410153Z copying torch\include\torch\csrc\utils\disable_torch_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:35:08.0415999Z copying torch\include\torch\csrc\utils\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:35:08.0421794Z copying torch\include\torch\csrc\utils\invalid_arguments.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:35:08.0427472Z copying torch\include\torch\csrc\utils\nested.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:35:08.0433238Z copying torch\include\torch\csrc\utils\numpy_stub.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:35:08.0439290Z copying torch\include\torch\csrc\utils\object_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:35:08.0445501Z copying torch\include\torch\csrc\utils\out_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:35:08.0451357Z copying torch\include\torch\csrc\utils\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:35:08.0458670Z copying torch\include\torch\csrc\utils\pycfunction_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:35:08.0465132Z copying torch\include\torch\csrc\utils\pyobject_preservation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:35:08.0471954Z copying torch\include\torch\csrc\utils\pythoncapi_compat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:35:08.0479570Z copying torch\include\torch\csrc\utils\python_arg_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:35:08.0486602Z copying torch\include\torch\csrc\utils\python_compat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:35:08.0492997Z copying torch\include\torch\csrc\utils\python_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:35:08.0499124Z copying torch\include\torch\csrc\utils\python_numbers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:35:08.0505214Z copying torch\include\torch\csrc\utils\python_raii.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:35:08.0516764Z copying torch\include\torch\csrc\utils\python_scalars.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:35:08.0522951Z copying torch\include\torch\csrc\utils\python_strings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:35:08.0529224Z copying torch\include\torch\csrc\utils\python_stub.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:35:08.0535139Z copying torch\include\torch\csrc\utils\python_symnode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:35:08.0541493Z 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:35:08.0547547Z copying torch\include\torch\csrc\utils\python_tuples.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:35:08.0554008Z copying torch\include\torch\csrc\utils\schema_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:35:08.0560226Z copying torch\include\torch\csrc\utils\six.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:35:08.0566254Z copying torch\include\torch\csrc\utils\structseq.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:35:08.0572204Z copying torch\include\torch\csrc\utils\tensor_apply.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:35:08.0582298Z copying torch\include\torch\csrc\utils\tensor_dtypes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:35:08.0587976Z copying torch\include\torch\csrc\utils\tensor_flatten.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:35:08.0594089Z copying torch\include\torch\csrc\utils\tensor_layouts.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:35:08.0599971Z copying torch\include\torch\csrc\utils\tensor_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:35:08.0606197Z copying torch\include\torch\csrc\utils\tensor_memoryformats.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:35:08.0612233Z copying torch\include\torch\csrc\utils\tensor_new.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:35:08.0618605Z copying torch\include\torch\csrc\utils\tensor_numpy.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:35:08.0624731Z copying torch\include\torch\csrc\utils\tensor_qschemes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:35:08.0630699Z copying torch\include\torch\csrc\utils\tensor_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:35:08.0637051Z copying torch\include\torch\csrc\utils\throughput_benchmark-inl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:35:08.0647807Z copying torch\include\torch\csrc\utils\throughput_benchmark.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:35:08.0653966Z copying torch\include\torch\csrc\utils\torch_dispatch_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:35:08.0660217Z copying torch\include\torch\csrc\utils\variadic.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:35:08.0666376Z copying torch\include\torch\csrc\utils\verbose.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:35:08.0671521Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\tensor 2024-11-01T16:35:08.0674080Z copying torch\include\torch\csrc\tensor\python_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\tensor 2024-11-01T16:35:08.0679555Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy 2024-11-01T16:35:08.0681087Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2024-11-01T16:35:08.0683665Z 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:35:08.0689979Z 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:35:08.0696039Z 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:35:08.0702009Z 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:35:08.0712128Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:35:08.0714769Z copying torch\include\torch\csrc\lazy\core\cache.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:35:08.0721569Z copying torch\include\torch\csrc\lazy\core\config.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:35:08.0727474Z 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:35:08.0733497Z 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:35:08.0740174Z copying torch\include\torch\csrc\lazy\core\hash.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:35:08.0749896Z copying torch\include\torch\csrc\lazy\core\helpers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:35:08.0755763Z copying torch\include\torch\csrc\lazy\core\ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:35:08.0762327Z 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:35:08.0768447Z 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:35:08.0774487Z 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:35:08.0780503Z 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:35:08.0787933Z 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:35:08.0793720Z copying torch\include\torch\csrc\lazy\core\metrics.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:35:08.0799576Z 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:35:08.0806157Z 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:35:08.0812015Z copying torch\include\torch\csrc\lazy\core\shape.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:35:08.0818172Z 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:35:08.0824417Z copying torch\include\torch\csrc\lazy\core\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:35:08.0830510Z 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:35:08.0836697Z 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:35:08.0842954Z 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:35:08.0849156Z copying torch\include\torch\csrc\lazy\core\trie.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:35:08.0855418Z copying torch\include\torch\csrc\lazy\core\unique.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:35:08.0861888Z copying torch\include\torch\csrc\lazy\core\util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:35:08.0867042Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\internal_ops 2024-11-01T16:35:08.0873657Z 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:35:08.0884806Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ops 2024-11-01T16:35:08.0887622Z 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:35:08.0893481Z 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:35:08.0898951Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\python 2024-11-01T16:35:08.0901586Z 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:35:08.0906658Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2024-11-01T16:35:08.0909378Z 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:35:08.0915981Z 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:35:08.0922141Z 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:35:08.0928426Z 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:35:08.0938271Z 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:35:08.0944234Z 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:35:08.0950653Z 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:35:08.0957212Z 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:35:08.0963515Z 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:35:08.0970686Z 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:35:08.0976219Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2024-11-01T16:35:08.0979200Z copying torch\include\torch\csrc\xpu\Event.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2024-11-01T16:35:08.0984864Z copying torch\include\torch\csrc\xpu\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2024-11-01T16:35:08.0990544Z copying torch\include\torch\csrc\xpu\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2024-11-01T16:35:08.0995561Z creating build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:35:08.0998168Z copying torch\include\pybind11\attr.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:35:08.1004690Z copying torch\include\pybind11\buffer_info.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:35:08.1010655Z copying torch\include\pybind11\cast.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:35:08.1017815Z copying torch\include\pybind11\chrono.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:35:08.1023773Z copying torch\include\pybind11\common.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:35:08.1029357Z copying torch\include\pybind11\complex.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:35:08.1039297Z copying torch\include\pybind11\eigen.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:35:08.1044822Z copying torch\include\pybind11\embed.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:35:08.1054753Z copying torch\include\pybind11\eval.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:35:08.1060832Z copying torch\include\pybind11\functional.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:35:08.1066928Z copying torch\include\pybind11\gil.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:35:08.1073141Z copying torch\include\pybind11\gil_safe_call_once.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:35:08.1083171Z copying torch\include\pybind11\iostream.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:35:08.1089144Z copying torch\include\pybind11\numpy.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:35:08.1096359Z copying torch\include\pybind11\operators.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:35:08.1102656Z copying torch\include\pybind11\options.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:35:08.1113191Z copying torch\include\pybind11\pybind11.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:35:08.1121280Z copying torch\include\pybind11\pytypes.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:35:08.1128446Z copying torch\include\pybind11\stl.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:35:08.1134521Z copying torch\include\pybind11\stl_bind.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:35:08.1144986Z copying torch\include\pybind11\type_caster_pyobject_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:35:08.1151022Z copying torch\include\pybind11\typing.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:35:08.1156688Z creating build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-11-01T16:35:08.1159129Z copying torch\include\pybind11\detail\class.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-11-01T16:35:08.1165860Z copying torch\include\pybind11\detail\common.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-11-01T16:35:08.1173237Z copying torch\include\pybind11\detail\cpp_conduit.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-11-01T16:35:08.1179341Z copying torch\include\pybind11\detail\descr.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-11-01T16:35:08.1185528Z copying torch\include\pybind11\detail\exception_translation.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-11-01T16:35:08.1198407Z copying torch\include\pybind11\detail\init.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-11-01T16:35:08.1205025Z copying torch\include\pybind11\detail\internals.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-11-01T16:35:08.1211917Z copying torch\include\pybind11\detail\typeid.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-11-01T16:35:08.1218032Z copying torch\include\pybind11\detail\type_caster_base.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-11-01T16:35:08.1225322Z copying torch\include\pybind11\detail\value_and_holder.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-11-01T16:35:08.1230605Z creating build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2024-11-01T16:35:08.1233133Z copying torch\include\pybind11\eigen\common.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2024-11-01T16:35:08.1238717Z copying torch\include\pybind11\eigen\matrix.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2024-11-01T16:35:08.1249295Z copying torch\include\pybind11\eigen\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2024-11-01T16:35:08.1256158Z copying torch\_inductor\codegen\cpp_prefix.h -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:35:08.1272086Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime 2024-11-01T16:35:08.1275582Z copying torch\_inductor\codegen\aoti_runtime\implementation.cpp -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime 2024-11-01T16:35:08.1287096Z copying torch\_inductor\codegen\aoti_runtime\interface.cpp -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime 2024-11-01T16:35:08.1298707Z copying torch\_export\serde\schema.yaml -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-11-01T16:35:08.1309246Z creating build\lib.win-amd64-cpython-39\torch\share 2024-11-01T16:35:08.1310662Z creating build\lib.win-amd64-cpython-39\torch\share\cmake 2024-11-01T16:35:08.1315553Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\ATen 2024-11-01T16:35:08.1318279Z copying torch\share\cmake\ATen\ATenConfig.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\ATen 2024-11-01T16:35:08.1323995Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-11-01T16:35:08.1326691Z copying torch\share\cmake\Caffe2\Caffe2Config.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-11-01T16:35:08.1333259Z copying torch\share\cmake\Caffe2\Caffe2Targets-release.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-11-01T16:35:08.1343453Z copying torch\share\cmake\Caffe2\Caffe2Targets.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-11-01T16:35:08.1352031Z copying torch\share\cmake\Caffe2\FindCUDAToolkit.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-11-01T16:35:08.1359113Z copying torch\share\cmake\Caffe2\FindCUDSS.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-11-01T16:35:08.1369634Z copying torch\share\cmake\Caffe2\FindCUSPARSELT.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-11-01T16:35:08.1375876Z copying torch\share\cmake\Caffe2\FindSYCLToolkit.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-11-01T16:35:08.1381277Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-11-01T16:35:08.1383974Z copying torch\share\cmake\Caffe2\public\cuda.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-11-01T16:35:08.1395346Z copying torch\share\cmake\Caffe2\public\gflags.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-11-01T16:35:08.1401722Z copying torch\share\cmake\Caffe2\public\glog.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-11-01T16:35:08.1408042Z copying torch\share\cmake\Caffe2\public\LoadHIP.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-11-01T16:35:08.1418675Z copying torch\share\cmake\Caffe2\public\mkl.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-11-01T16:35:08.1424784Z copying torch\share\cmake\Caffe2\public\mkldnn.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-11-01T16:35:08.1431015Z copying torch\share\cmake\Caffe2\public\protobuf.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-11-01T16:35:08.1442693Z copying torch\share\cmake\Caffe2\public\utils.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-11-01T16:35:08.1444570Z copying torch\share\cmake\Caffe2\public\xpu.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-11-01T16:35:08.1464826Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix 2024-11-01T16:35:08.1466149Z 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:35:08.1467842Z 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:35:08.1482469Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2024-11-01T16:35:08.1492368Z 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:35:08.1495498Z 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:35:08.1509100Z 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:35:08.1513549Z 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:35:08.1523303Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2024-11-01T16:35:08.1525920Z 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:35:08.1532124Z 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:35:08.1538390Z 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:35:08.1553242Z 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:35:08.1558162Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Torch 2024-11-01T16:35:08.1560765Z copying torch\share\cmake\Torch\TorchConfig.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Torch 2024-11-01T16:35:08.1567350Z copying torch\share\cmake\Torch\TorchConfigVersion.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Torch 2024-11-01T16:35:08.1578417Z copying torch\utils\benchmark\utils\timeit_template.cpp -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-11-01T16:35:08.1588194Z 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:35:08.1602737Z 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:35:08.1612350Z copying torch\utils\benchmark\utils\valgrind_wrapper\callgrind.h -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-11-01T16:35:08.1622631Z copying torch\utils\benchmark\utils\valgrind_wrapper\valgrind.h -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-11-01T16:35:08.1632551Z copying torch\utils\model_dump\skeleton.html -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-11-01T16:35:08.1638717Z copying torch\utils\model_dump\code.js -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-11-01T16:35:08.1653220Z copying torch\utils\model_dump\htm.mjs -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-11-01T16:35:08.1670730Z copying torch\utils\model_dump\preact.mjs -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-11-01T16:35:08.1681621Z copying torch\lib\aoti_custom_ops.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:35:08.1689853Z copying torch\lib\asmjit.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:35:08.1699201Z copying torch\lib\backend_with_compiler.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:35:08.1714862Z copying torch\lib\c10.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:35:08.1729017Z copying torch\lib\fbgemm.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:35:08.1777891Z copying torch\lib\jitbackend_test.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:35:08.1785991Z copying torch\lib\torch.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:35:08.1795859Z copying torch\lib\torchbind_test.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:35:08.1807302Z copying torch\lib\torch_cpu.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:35:08.3041573Z copying torch\lib\torch_global_deps.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:35:08.3047969Z copying torch\lib\torch_python.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:35:08.3194442Z copying torch\lib\aoti_custom_ops.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:35:08.3201328Z copying torch\lib\asmjit.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:35:08.3209604Z copying torch\lib\backend_with_compiler.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:35:08.3216601Z copying torch\lib\c10.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:35:08.3233357Z copying torch\lib\cpuinfo.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:35:08.3240713Z copying torch\lib\dnnl.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:35:08.8871246Z copying torch\lib\fbgemm.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:35:08.8889957Z copying torch\lib\fmt.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:35:08.8913998Z copying torch\lib\jitbackend_test.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:35:08.8920708Z copying torch\lib\kineto.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:35:08.9115534Z copying torch\lib\libprotobuf-lite.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:35:08.9165008Z copying torch\lib\libprotobuf.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:35:08.9518928Z copying torch\lib\libprotoc.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:35:08.9860049Z copying torch\lib\pthreadpool.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:35:08.9868232Z copying torch\lib\sleef.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:35:08.9948009Z copying torch\lib\torch.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:35:08.9958590Z copying torch\lib\torchbind_test.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:35:08.9965450Z copying torch\lib\torch_cpu.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:35:09.0208470Z copying torch\lib\torch_python.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:35:09.0216950Z copying torch\lib\XNNPACK.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:35:09.0256698Z creating build\lib.win-amd64-cpython-39\torch\include\kineto 2024-11-01T16:35:09.0260039Z copying torch\include\kineto\AbstractConfig.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-11-01T16:35:09.0266378Z copying torch\include\kineto\ActivityProfilerInterface.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-11-01T16:35:09.0272611Z copying torch\include\kineto\ActivityTraceInterface.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-11-01T16:35:09.0286405Z copying torch\include\kineto\ActivityType.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-11-01T16:35:09.0292531Z copying torch\include\kineto\ClientInterface.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-11-01T16:35:09.0298273Z copying torch\include\kineto\Config.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-11-01T16:35:09.0304655Z copying torch\include\kineto\GenericTraceActivity.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-11-01T16:35:09.0314267Z copying torch\include\kineto\IActivityProfiler.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-11-01T16:35:09.0320700Z copying torch\include\kineto\ILoggerObserver.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-11-01T16:35:09.0326843Z copying torch\include\kineto\ITraceActivity.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-11-01T16:35:09.0333047Z copying torch\include\kineto\libkineto.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-11-01T16:35:09.0342636Z copying torch\include\kineto\LoggingAPI.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-11-01T16:35:09.0348448Z copying torch\include\kineto\output_base.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-11-01T16:35:09.0354632Z copying torch\include\kineto\ThreadUtil.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-11-01T16:35:09.0361665Z copying torch\include\kineto\time_since_epoch.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-11-01T16:35:09.0371302Z copying torch\include\kineto\TraceSpan.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-11-01T16:35:09.0377302Z creating build\lib.win-amd64-cpython-39\torchgen\packaged 2024-11-01T16:35:09.0378866Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\ATen 2024-11-01T16:35:09.0380229Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native 2024-11-01T16:35:09.0383300Z copying torchgen\packaged\ATen\native\native_functions.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native 2024-11-01T16:35:09.1648932Z copying torchgen\packaged\ATen\native\tags.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native 2024-11-01T16:35:09.1658612Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:35:09.1661615Z copying torchgen\packaged\ATen\templates\ATenOpList.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:35:09.1672045Z copying torchgen\packaged\ATen\templates\aten_interned_strings.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:35:09.1681921Z copying torchgen\packaged\ATen\templates\CompositeViewCopyKernels.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:35:09.1952138Z copying torchgen\packaged\ATen\templates\DispatchKeyFunction.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:35:09.1962048Z copying torchgen\packaged\ATen\templates\DispatchKeyFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:35:09.1972174Z copying torchgen\packaged\ATen\templates\DispatchKeyFunctions_inl.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:35:09.1982550Z copying torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:35:09.1988739Z copying torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:35:09.1994917Z copying torchgen\packaged\ATen\templates\enum_tag.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:35:09.2006045Z copying torchgen\packaged\ATen\templates\Function.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:35:09.2012111Z copying torchgen\packaged\ATen\templates\FunctionalInverses.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:35:09.2022522Z copying torchgen\packaged\ATen\templates\Functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:35:09.2032313Z copying torchgen\packaged\ATen\templates\Functions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:35:09.2043507Z copying torchgen\packaged\ATen\templates\LazyIr.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:35:09.2049706Z copying torchgen\packaged\ATen\templates\LazyNonNativeIr.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:35:09.2055974Z copying torchgen\packaged\ATen\templates\MethodOperators.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:35:09.2066677Z copying torchgen\packaged\ATen\templates\NativeFunction.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:35:09.2076960Z copying torchgen\packaged\ATen\templates\NativeFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:35:09.2087440Z copying torchgen\packaged\ATen\templates\NativeMetaFunction.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:35:09.2098471Z copying torchgen\packaged\ATen\templates\NativeMetaFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:35:09.2104493Z copying torchgen\packaged\ATen\templates\Operator.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:35:09.2114752Z copying torchgen\packaged\ATen\templates\Operators.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:35:09.2120938Z copying torchgen\packaged\ATen\templates\Operators.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:35:09.2133716Z copying torchgen\packaged\ATen\templates\RedispatchFunctions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:35:09.2140660Z copying torchgen\packaged\ATen\templates\RedispatchFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:35:09.2155073Z copying torchgen\packaged\ATen\templates\RegisterBackendSelect.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:35:09.2165867Z copying torchgen\packaged\ATen\templates\RegisterCodegenUnboxedKernels.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:35:09.2177121Z copying torchgen\packaged\ATen\templates\RegisterDispatchDefinitions.ini -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:35:09.2183326Z copying torchgen\packaged\ATen\templates\RegisterDispatchKey.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:35:09.2197184Z copying torchgen\packaged\ATen\templates\RegisterFunctionalization.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:35:09.2207570Z copying torchgen\packaged\ATen\templates\RegisterSchema.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:35:09.2214034Z copying torchgen\packaged\ATen\templates\RegistrationDeclarations.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:35:09.2220549Z copying torchgen\packaged\ATen\templates\TensorBody.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:35:09.2237523Z copying torchgen\packaged\ATen\templates\TensorMethods.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:35:09.2957628Z copying torchgen\packaged\ATen\templates\UfuncCPU.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:35:09.2963607Z copying torchgen\packaged\ATen\templates\UfuncCPUKernel.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:35:09.2969769Z copying torchgen\packaged\ATen\templates\UfuncCUDA.cu -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:35:09.2976110Z copying torchgen\packaged\ATen\templates\UnboxingFunctions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:35:09.2989881Z copying torchgen\packaged\ATen\templates\UnboxingFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:35:09.2999857Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:35:09.3002574Z copying torchgen\packaged\autograd\BUILD.bazel -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:35:09.3012648Z copying torchgen\packaged\autograd\build.bzl -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:35:09.3018483Z copying torchgen\packaged\autograd\context.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:35:09.3027495Z copying torchgen\packaged\autograd\deprecated.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:35:09.3037880Z copying torchgen\packaged\autograd\derivatives.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:35:09.4392845Z copying torchgen\packaged\autograd\gen_annotated_fn_args.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:35:09.4404974Z copying torchgen\packaged\autograd\gen_autograd.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:35:09.4416846Z copying torchgen\packaged\autograd\gen_autograd_functions.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:35:09.4437547Z copying torchgen\packaged\autograd\gen_inplace_or_view_type.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:35:09.4454119Z copying torchgen\packaged\autograd\gen_python_functions.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:35:09.4473906Z copying torchgen\packaged\autograd\gen_trace_type.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:35:09.4490374Z copying torchgen\packaged\autograd\gen_variable_factories.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:35:09.4502152Z copying torchgen\packaged\autograd\gen_variable_type.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:35:09.4534957Z copying torchgen\packaged\autograd\gen_view_funcs.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:35:09.4546647Z copying torchgen\packaged\autograd\load_derivatives.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:35:09.4567891Z copying torchgen\packaged\autograd\README.md -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:35:09.4574122Z copying torchgen\packaged\autograd\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:35:09.4578593Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:35:09.4581583Z copying torchgen\packaged\autograd\templates\ADInplaceOrViewType.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:35:09.4592658Z copying torchgen\packaged\autograd\templates\annotated_fn_args.py.in -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:35:09.4598595Z copying torchgen\packaged\autograd\templates\Functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:35:09.4612664Z copying torchgen\packaged\autograd\templates\Functions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:35:09.4623008Z copying torchgen\packaged\autograd\templates\python_enum_tag.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:35:09.4629135Z copying torchgen\packaged\autograd\templates\python_fft_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:35:09.4639635Z copying torchgen\packaged\autograd\templates\python_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:35:09.4650008Z copying torchgen\packaged\autograd\templates\python_functions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:35:09.4656267Z copying torchgen\packaged\autograd\templates\python_linalg_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:35:09.4667042Z copying torchgen\packaged\autograd\templates\python_nested_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:35:09.4683808Z copying torchgen\packaged\autograd\templates\python_nn_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:35:09.4700204Z copying torchgen\packaged\autograd\templates\python_return_types.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:35:09.4712895Z copying torchgen\packaged\autograd\templates\python_return_types.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:35:09.4719388Z copying torchgen\packaged\autograd\templates\python_sparse_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:35:09.4729584Z copying torchgen\packaged\autograd\templates\python_special_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:35:09.4739500Z copying torchgen\packaged\autograd\templates\python_torch_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:35:09.4749643Z copying torchgen\packaged\autograd\templates\python_variable_methods.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:35:09.4780962Z copying torchgen\packaged\autograd\templates\TraceType.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:35:09.4790836Z copying torchgen\packaged\autograd\templates\VariableType.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:35:09.4806276Z copying torchgen\packaged\autograd\templates\VariableType.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:35:09.4816995Z copying torchgen\packaged\autograd\templates\variable_factories.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:35:09.4829089Z copying torchgen\packaged\autograd\templates\ViewFuncs.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:35:09.4835154Z copying torchgen\packaged\autograd\templates\ViewFuncs.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:35:09.4845361Z copying torch\jit\_script.pyi -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:35:09.4852758Z copying torch\nn\functional.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2024-11-01T16:35:09.4860597Z copying torch\nn\parameter.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2024-11-01T16:35:09.4868232Z copying torch\utils\_config_typing.pyi -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:35:09.4879152Z copying torch\distributed\optim\zero_redundancy_optimizer.pyi -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-11-01T16:35:09.4888794Z copying torch\optim\_multi_tensor\__init__.pyi -> build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor 2024-11-01T16:35:09.4895341Z copying torch\utils\data\datapipes\datapipe.pyi -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-11-01T16:35:09.5751159Z running build_ext 2024-11-01T16:35:12.3499173Z -- Building with NumPy bindings 2024-11-01T16:35:12.3499622Z -- Not using cuDNN 2024-11-01T16:35:12.3499926Z -- Not using CUDA 2024-11-01T16:35:12.3500209Z -- Not using XPU 2024-11-01T16:35:12.3500478Z -- Using MKLDNN 2024-11-01T16:35:12.3500905Z -- Not using Compute Library for the Arm architecture with MKLDNN 2024-11-01T16:35:12.3501460Z -- Not using CBLAS in MKLDNN 2024-11-01T16:35:12.3501794Z -- Not using NCCL 2024-11-01T16:35:12.3502099Z -- Building without distributed package 2024-11-01T16:35:12.3502509Z -- Building Executorch 2024-11-01T16:35:12.3502807Z -- Using ITT 2024-11-01T16:35:12.3503777Z 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:35:12.3505445Z 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:35:12.3530110Z building 'torch._C' extension 2024-11-01T16:35:12.3545630Z creating build\temp.win-amd64-cpython-39 2024-11-01T16:35:12.3547412Z creating build\temp.win-amd64-cpython-39\Release 2024-11-01T16:35:12.3548790Z creating build\temp.win-amd64-cpython-39\Release\torch 2024-11-01T16:35:12.3550112Z creating build\temp.win-amd64-cpython-39\Release\torch\csrc 2024-11-01T16:35:12.3566150Z "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:35:12.3786370Z stub.c 2024-11-01T16:35:12.7933547Z "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:35:12.8228215Z 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:35:12.8295521Z Generating code 2024-11-01T16:35:12.8819376Z Finished generating code 2024-11-01T16:35:12.9255320Z 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:35:12.9299900Z C:\Jenkins\Miniconda3\lib\site-packages\setuptools\_distutils\cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 2024-11-01T16:35:12.9301053Z !! 2024-11-01T16:35:12.9301180Z 2024-11-01T16:35:12.9301382Z ******************************************************************************** 2024-11-01T16:35:12.9301893Z Please avoid running ``setup.py`` directly. 2024-11-01T16:35:12.9302434Z Instead, use pypa/build, pypa/installer or other 2024-11-01T16:35:12.9302932Z standards-based tools. 2024-11-01T16:35:12.9303168Z 2024-11-01T16:35:12.9303565Z See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 2024-11-01T16:35:12.9304302Z ******************************************************************************** 2024-11-01T16:35:12.9304645Z 2024-11-01T16:35:12.9304737Z !! 2024-11-01T16:35:12.9304975Z self.initialize_options() 2024-11-01T16:35:12.9421819Z installing to build\bdist.win-amd64\wheel 2024-11-01T16:35:12.9422266Z running install 2024-11-01T16:35:12.9450008Z running install_lib 2024-11-01T16:35:12.9568679Z creating build\bdist.win-amd64 2024-11-01T16:35:12.9570348Z creating build\bdist.win-amd64\wheel 2024-11-01T16:35:12.9573355Z creating build\bdist.win-amd64\wheel\functorch 2024-11-01T16:35:12.9576282Z creating build\bdist.win-amd64\wheel\functorch\compile 2024-11-01T16:35:12.9579291Z copying build\lib.win-amd64-cpython-39\functorch\compile\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\compile 2024-11-01T16:35:12.9585749Z creating build\bdist.win-amd64\wheel\functorch\dim 2024-11-01T16:35:12.9588850Z copying build\lib.win-amd64-cpython-39\functorch\dim\batch_tensor.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-11-01T16:35:12.9598827Z copying build\lib.win-amd64-cpython-39\functorch\dim\delayed_mul_tensor.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-11-01T16:35:12.9604403Z copying build\lib.win-amd64-cpython-39\functorch\dim\dim.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-11-01T16:35:12.9609918Z copying build\lib.win-amd64-cpython-39\functorch\dim\magic_trace.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-11-01T16:35:12.9620982Z copying build\lib.win-amd64-cpython-39\functorch\dim\op_properties.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-11-01T16:35:12.9631257Z copying build\lib.win-amd64-cpython-39\functorch\dim\reference.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-11-01T16:35:12.9636884Z copying build\lib.win-amd64-cpython-39\functorch\dim\tree_map.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-11-01T16:35:12.9642266Z copying build\lib.win-amd64-cpython-39\functorch\dim\wrap_type.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-11-01T16:35:12.9647369Z copying build\lib.win-amd64-cpython-39\functorch\dim\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-11-01T16:35:12.9656997Z creating build\bdist.win-amd64\wheel\functorch\einops 2024-11-01T16:35:12.9659765Z copying build\lib.win-amd64-cpython-39\functorch\einops\rearrange.py -> build\bdist.win-amd64\wheel\.\functorch\einops 2024-11-01T16:35:12.9665111Z copying build\lib.win-amd64-cpython-39\functorch\einops\_parsing.py -> build\bdist.win-amd64\wheel\.\functorch\einops 2024-11-01T16:35:12.9670469Z copying build\lib.win-amd64-cpython-39\functorch\einops\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\einops 2024-11-01T16:35:12.9680882Z creating build\bdist.win-amd64\wheel\functorch\experimental 2024-11-01T16:35:12.9683938Z copying build\lib.win-amd64-cpython-39\functorch\experimental\control_flow.py -> build\bdist.win-amd64\wheel\.\functorch\experimental 2024-11-01T16:35:12.9688822Z copying build\lib.win-amd64-cpython-39\functorch\experimental\ops.py -> build\bdist.win-amd64\wheel\.\functorch\experimental 2024-11-01T16:35:12.9693788Z copying build\lib.win-amd64-cpython-39\functorch\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\experimental 2024-11-01T16:35:12.9703332Z copying build\lib.win-amd64-cpython-39\functorch\_C.cp39-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\functorch 2024-11-01T16:35:12.9717315Z creating build\bdist.win-amd64\wheel\functorch\_src 2024-11-01T16:35:12.9720451Z creating build\bdist.win-amd64\wheel\functorch\_src\aot_autograd 2024-11-01T16:35:12.9723360Z 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:35:12.9735894Z creating build\bdist.win-amd64\wheel\functorch\_src\eager_transforms 2024-11-01T16:35:12.9738632Z 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:35:12.9743913Z creating build\bdist.win-amd64\wheel\functorch\_src\make_functional 2024-11-01T16:35:12.9746985Z 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:35:12.9762324Z creating build\bdist.win-amd64\wheel\functorch\_src\vmap 2024-11-01T16:35:12.9771518Z copying build\lib.win-amd64-cpython-39\functorch\_src\vmap\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\vmap 2024-11-01T16:35:12.9777151Z copying build\lib.win-amd64-cpython-39\functorch\_src\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src 2024-11-01T16:35:12.9781374Z copying build\lib.win-amd64-cpython-39\functorch\__init__.py -> build\bdist.win-amd64\wheel\.\functorch 2024-11-01T16:35:12.9792197Z creating build\bdist.win-amd64\wheel\torch 2024-11-01T16:35:12.9794858Z creating build\bdist.win-amd64\wheel\torch\accelerator 2024-11-01T16:35:12.9798146Z copying build\lib.win-amd64-cpython-39\torch\accelerator\_utils.py -> build\bdist.win-amd64\wheel\.\torch\accelerator 2024-11-01T16:35:12.9802731Z copying build\lib.win-amd64-cpython-39\torch\accelerator\__init__.py -> build\bdist.win-amd64\wheel\.\torch\accelerator 2024-11-01T16:35:12.9811781Z creating build\bdist.win-amd64\wheel\torch\amp 2024-11-01T16:35:12.9814946Z copying build\lib.win-amd64-cpython-39\torch\amp\autocast_mode.py -> build\bdist.win-amd64\wheel\.\torch\amp 2024-11-01T16:35:12.9820369Z copying build\lib.win-amd64-cpython-39\torch\amp\grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\amp 2024-11-01T16:35:12.9826145Z copying build\lib.win-amd64-cpython-39\torch\amp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\amp 2024-11-01T16:35:12.9835602Z creating build\bdist.win-amd64\wheel\torch\ao 2024-11-01T16:35:12.9839592Z creating build\bdist.win-amd64\wheel\torch\ao\nn 2024-11-01T16:35:12.9842547Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic 2024-11-01T16:35:12.9845418Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\modules 2024-11-01T16:35:12.9851965Z 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:35:12.9857191Z 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:35:12.9866958Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\qat 2024-11-01T16:35:12.9869735Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\qat\modules 2024-11-01T16:35:12.9876657Z 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:35:12.9883103Z 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:35:12.9888322Z 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:35:12.9893458Z 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:35:12.9906212Z 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:35:12.9910895Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized 2024-11-01T16:35:12.9913736Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized\dynamic 2024-11-01T16:35:12.9916527Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized\dynamic\modules 2024-11-01T16:35:12.9924254Z 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:35:12.9929386Z 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:35:12.9934126Z 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:35:12.9939005Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized\modules 2024-11-01T16:35:12.9956339Z 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:35:12.9961399Z 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:35:12.9966494Z 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:35:12.9971853Z 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:35:12.9977092Z 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:35:12.9988612Z 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:35:12.9993216Z 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:35:12.9998369Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat 2024-11-01T16:35:13.0005075Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat\dynamic 2024-11-01T16:35:13.0007811Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat\dynamic\modules 2024-11-01T16:35:13.0010625Z 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:35:13.0015703Z 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:35:13.0024853Z 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:35:13.0029618Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat\modules 2024-11-01T16:35:13.0032422Z 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:35:13.0037616Z 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:35:13.0043125Z 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:35:13.0048122Z 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:35:13.0052760Z 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:35:13.0057812Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantizable 2024-11-01T16:35:13.0061088Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantizable\modules 2024-11-01T16:35:13.0067848Z 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:35:13.0073475Z 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:35:13.0078921Z 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:35:13.0088086Z 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:35:13.0092885Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized 2024-11-01T16:35:13.0100106Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\dynamic 2024-11-01T16:35:13.0102901Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\dynamic\modules 2024-11-01T16:35:13.0111142Z 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:35:13.0116922Z 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:35:13.0122167Z 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:35:13.0129168Z 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:35:13.0138217Z 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:35:13.0142631Z 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:35:13.0148459Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\modules 2024-11-01T16:35:13.0151478Z 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:35:13.0161315Z 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:35:13.0166166Z 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:35:13.0171885Z 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:35:13.0177200Z 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:35:13.0190641Z 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:35:13.0196243Z 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:35:13.0201648Z 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:35:13.0207019Z 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:35:13.0217082Z 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:35:13.0222174Z 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:35:13.0227378Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\reference 2024-11-01T16:35:13.0234432Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\reference\modules 2024-11-01T16:35:13.0241613Z 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:35:13.0246728Z 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:35:13.0252396Z 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:35:13.0258045Z 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:35:13.0263616Z 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:35:13.0269297Z 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:35:13.0274605Z 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:35:13.0279781Z 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:35:13.0288730Z creating build\bdist.win-amd64\wheel\torch\ao\nn\sparse 2024-11-01T16:35:13.0291714Z creating build\bdist.win-amd64\wheel\torch\ao\nn\sparse\quantized 2024-11-01T16:35:13.0294488Z creating build\bdist.win-amd64\wheel\torch\ao\nn\sparse\quantized\dynamic 2024-11-01T16:35:13.0297512Z 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:35:13.0308108Z 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:35:13.0312976Z 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:35:13.0318221Z 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:35:13.0323411Z 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:35:13.0332700Z 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:35:13.0337355Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn 2024-11-01T16:35:13.0342299Z creating build\bdist.win-amd64\wheel\torch\ao\ns 2024-11-01T16:35:13.0345097Z creating build\bdist.win-amd64\wheel\torch\ao\ns\fx 2024-11-01T16:35:13.0347983Z 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:35:13.0353583Z 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:35:13.0359535Z 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:35:13.0365307Z 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:35:13.0374539Z 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:35:13.0384433Z 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:35:13.0389687Z 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:35:13.0394710Z 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:35:13.0404300Z 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:35:13.0409733Z 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:35:13.0413875Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\_numeric_suite.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns 2024-11-01T16:35:13.0419522Z 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:35:13.0430755Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns 2024-11-01T16:35:13.0435291Z creating build\bdist.win-amd64\wheel\torch\ao\pruning 2024-11-01T16:35:13.0438272Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\scheduler 2024-11-01T16:35:13.0441353Z 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:35:13.0450568Z 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:35:13.0455672Z 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:35:13.0465088Z 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:35:13.0469251Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\sparsifier 2024-11-01T16:35:13.0476546Z 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:35:13.0482710Z 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:35:13.0488161Z 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:35:13.0498354Z 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:35:13.0507559Z 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:35:13.0511777Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental 2024-11-01T16:35:13.0514745Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\activation_sparsifier 2024-11-01T16:35:13.0518003Z 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:35:13.0523860Z 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:35:13.0527939Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_scheduler 2024-11-01T16:35:13.0531165Z 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:35:13.0536281Z 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:35:13.0554256Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_sparsifier 2024-11-01T16:35:13.0561284Z 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:35:13.0567023Z 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:35:13.0572489Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_sparsifier\lightning 2024-11-01T16:35:13.0579382Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2024-11-01T16:35:13.0583318Z 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:35:13.0588495Z 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:35:13.0593886Z 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:35:13.0606430Z 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:35:13.0611348Z 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:35:13.0616841Z 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:35:13.0622407Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\pruner 2024-11-01T16:35:13.0630744Z 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:35:13.0636858Z 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:35:13.0643089Z 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:35:13.0652471Z 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:35:13.0661221Z 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:35:13.0666315Z 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:35:13.0672089Z 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:35:13.0677165Z 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:35:13.0686369Z 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:35:13.0690273Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning 2024-11-01T16:35:13.0701324Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning 2024-11-01T16:35:13.0706411Z creating build\bdist.win-amd64\wheel\torch\ao\quantization 2024-11-01T16:35:13.0709522Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\backend_config 2024-11-01T16:35:13.0712824Z 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:35:13.0718498Z 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:35:13.0724379Z 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:35:13.0734015Z 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:35:13.0743026Z 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:35:13.0747205Z 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:35:13.0752770Z 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:35:13.0762366Z 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:35:13.0767305Z 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:35:13.0772628Z 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:35:13.0778301Z 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:35:13.0788086Z 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:35:13.0793174Z 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:35:13.0797981Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fake_quantize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:35:13.0806494Z 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:35:13.0816712Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fuse_modules.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:35:13.0822233Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\fx 2024-11-01T16:35:13.0825234Z 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:35:13.0831259Z 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:35:13.0840677Z 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:35:13.0845731Z 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:35:13.0850869Z 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:35:13.0860974Z 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:35:13.0869511Z 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:35:13.0874354Z 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:35:13.0880620Z 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:35:13.0885666Z 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:35:13.0895465Z 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:35:13.0902648Z 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:35:13.0908460Z 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:35:13.0913532Z 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:35:13.0922427Z 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:35:13.0928132Z 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:35:13.0934271Z 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:35:13.0940201Z 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:35:13.0951547Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\fx\_model_report 2024-11-01T16:35:13.0954753Z 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:35:13.0961223Z 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:35:13.0967021Z 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:35:13.0980018Z 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:35:13.0983837Z 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:35:13.0988008Z 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:35:13.0992994Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\observer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:35:13.0999619Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\pt2e 2024-11-01T16:35:13.1002950Z 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:35:13.1008376Z 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:35:13.1013826Z 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:35:13.1022793Z 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:35:13.1033022Z 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:35:13.1038647Z 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:35:13.1044863Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\pt2e\representation 2024-11-01T16:35:13.1065696Z 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:35:13.1071716Z 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:35:13.1076469Z 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:35:13.1082688Z 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:35:13.1092415Z 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:35:13.1096446Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\qconfig.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:35:13.1102194Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\qconfig_mapping.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:35:13.1107403Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantization_mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:35:13.1117348Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:35:13.1123162Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\quantizer 2024-11-01T16:35:13.1126422Z 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:35:13.1131545Z 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:35:13.1141077Z 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:35:13.1150221Z 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:35:13.1155551Z 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:35:13.1161622Z 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:35:13.1170860Z 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:35:13.1176494Z 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:35:13.1181319Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize_fx.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:35:13.1187162Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize_jit.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:35:13.1196569Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize_pt2e.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:35:13.1201887Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quant_type.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:35:13.1207000Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\stubs.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:35:13.1212423Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:35:13.1221953Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\_correct_bias.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:35:13.1227202Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\_equalize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:35:13.1232632Z 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:35:13.1237928Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:35:13.1247039Z copying build\lib.win-amd64-cpython-39\torch\ao\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao 2024-11-01T16:35:13.1252280Z creating build\bdist.win-amd64\wheel\torch\autograd 2024-11-01T16:35:13.1255148Z copying build\lib.win-amd64-cpython-39\torch\autograd\anomaly_mode.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-11-01T16:35:13.1260368Z copying build\lib.win-amd64-cpython-39\torch\autograd\forward_ad.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-11-01T16:35:13.1269278Z copying build\lib.win-amd64-cpython-39\torch\autograd\function.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-11-01T16:35:13.1274531Z copying build\lib.win-amd64-cpython-39\torch\autograd\functional.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-11-01T16:35:13.1284739Z copying build\lib.win-amd64-cpython-39\torch\autograd\gradcheck.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-11-01T16:35:13.1291313Z copying build\lib.win-amd64-cpython-39\torch\autograd\grad_mode.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-11-01T16:35:13.1296503Z copying build\lib.win-amd64-cpython-39\torch\autograd\graph.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-11-01T16:35:13.1301983Z copying build\lib.win-amd64-cpython-39\torch\autograd\profiler.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-11-01T16:35:13.1307969Z copying build\lib.win-amd64-cpython-39\torch\autograd\profiler_legacy.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-11-01T16:35:13.1313868Z copying build\lib.win-amd64-cpython-39\torch\autograd\profiler_util.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-11-01T16:35:13.1323205Z copying build\lib.win-amd64-cpython-39\torch\autograd\variable.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-11-01T16:35:13.1327820Z creating build\bdist.win-amd64\wheel\torch\autograd\_functions 2024-11-01T16:35:13.1330619Z copying build\lib.win-amd64-cpython-39\torch\autograd\_functions\tensor.py -> build\bdist.win-amd64\wheel\.\torch\autograd\_functions 2024-11-01T16:35:13.1336071Z copying build\lib.win-amd64-cpython-39\torch\autograd\_functions\utils.py -> build\bdist.win-amd64\wheel\.\torch\autograd\_functions 2024-11-01T16:35:13.1342384Z copying build\lib.win-amd64-cpython-39\torch\autograd\_functions\__init__.py -> build\bdist.win-amd64\wheel\.\torch\autograd\_functions 2024-11-01T16:35:13.1347671Z copying build\lib.win-amd64-cpython-39\torch\autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-11-01T16:35:13.1353999Z creating build\bdist.win-amd64\wheel\torch\backends 2024-11-01T16:35:13.1357367Z creating build\bdist.win-amd64\wheel\torch\backends\cpu 2024-11-01T16:35:13.1360293Z copying build\lib.win-amd64-cpython-39\torch\backends\cpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cpu 2024-11-01T16:35:13.1365551Z creating build\bdist.win-amd64\wheel\torch\backends\cuda 2024-11-01T16:35:13.1369067Z copying build\lib.win-amd64-cpython-39\torch\backends\cuda\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cuda 2024-11-01T16:35:13.1375596Z creating build\bdist.win-amd64\wheel\torch\backends\cudnn 2024-11-01T16:35:13.1378514Z copying build\lib.win-amd64-cpython-39\torch\backends\cudnn\rnn.py -> build\bdist.win-amd64\wheel\.\torch\backends\cudnn 2024-11-01T16:35:13.1384466Z copying build\lib.win-amd64-cpython-39\torch\backends\cudnn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cudnn 2024-11-01T16:35:13.1389259Z creating build\bdist.win-amd64\wheel\torch\backends\cusparselt 2024-11-01T16:35:13.1392301Z copying build\lib.win-amd64-cpython-39\torch\backends\cusparselt\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cusparselt 2024-11-01T16:35:13.1401298Z creating build\bdist.win-amd64\wheel\torch\backends\mha 2024-11-01T16:35:13.1404268Z copying build\lib.win-amd64-cpython-39\torch\backends\mha\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mha 2024-11-01T16:35:13.1409713Z creating build\bdist.win-amd64\wheel\torch\backends\mkl 2024-11-01T16:35:13.1412354Z copying build\lib.win-amd64-cpython-39\torch\backends\mkl\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mkl 2024-11-01T16:35:13.1421445Z creating build\bdist.win-amd64\wheel\torch\backends\mkldnn 2024-11-01T16:35:13.1429149Z copying build\lib.win-amd64-cpython-39\torch\backends\mkldnn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mkldnn 2024-11-01T16:35:13.1434169Z creating build\bdist.win-amd64\wheel\torch\backends\mps 2024-11-01T16:35:13.1437984Z copying build\lib.win-amd64-cpython-39\torch\backends\mps\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mps 2024-11-01T16:35:13.1443442Z creating build\bdist.win-amd64\wheel\torch\backends\nnpack 2024-11-01T16:35:13.1446488Z copying build\lib.win-amd64-cpython-39\torch\backends\nnpack\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\nnpack 2024-11-01T16:35:13.1451807Z creating build\bdist.win-amd64\wheel\torch\backends\openmp 2024-11-01T16:35:13.1454606Z copying build\lib.win-amd64-cpython-39\torch\backends\openmp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\openmp 2024-11-01T16:35:13.1459584Z creating build\bdist.win-amd64\wheel\torch\backends\opt_einsum 2024-11-01T16:35:13.1462435Z 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:35:13.1467704Z creating build\bdist.win-amd64\wheel\torch\backends\quantized 2024-11-01T16:35:13.1470531Z copying build\lib.win-amd64-cpython-39\torch\backends\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\quantized 2024-11-01T16:35:13.1476163Z creating build\bdist.win-amd64\wheel\torch\backends\xeon 2024-11-01T16:35:13.1478968Z copying build\lib.win-amd64-cpython-39\torch\backends\xeon\run_cpu.py -> build\bdist.win-amd64\wheel\.\torch\backends\xeon 2024-11-01T16:35:13.1485280Z copying build\lib.win-amd64-cpython-39\torch\backends\xeon\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\xeon 2024-11-01T16:35:13.1489612Z creating build\bdist.win-amd64\wheel\torch\backends\xnnpack 2024-11-01T16:35:13.1492494Z copying build\lib.win-amd64-cpython-39\torch\backends\xnnpack\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\xnnpack 2024-11-01T16:35:13.1497623Z creating build\bdist.win-amd64\wheel\torch\backends\_coreml 2024-11-01T16:35:13.1500749Z copying build\lib.win-amd64-cpython-39\torch\backends\_coreml\preprocess.py -> build\bdist.win-amd64\wheel\.\torch\backends\_coreml 2024-11-01T16:35:13.1506024Z copying build\lib.win-amd64-cpython-39\torch\backends\_coreml\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\_coreml 2024-11-01T16:35:13.1514203Z creating build\bdist.win-amd64\wheel\torch\backends\_nnapi 2024-11-01T16:35:13.1517115Z copying build\lib.win-amd64-cpython-39\torch\backends\_nnapi\prepare.py -> build\bdist.win-amd64\wheel\.\torch\backends\_nnapi 2024-11-01T16:35:13.1522535Z copying build\lib.win-amd64-cpython-39\torch\backends\_nnapi\serializer.py -> build\bdist.win-amd64\wheel\.\torch\backends\_nnapi 2024-11-01T16:35:13.1528748Z copying build\lib.win-amd64-cpython-39\torch\backends\_nnapi\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\_nnapi 2024-11-01T16:35:13.1539351Z copying build\lib.win-amd64-cpython-39\torch\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends 2024-11-01T16:35:13.1544564Z creating build\bdist.win-amd64\wheel\torch\bin 2024-11-01T16:35:13.1547341Z copying build\lib.win-amd64-cpython-39\torch\bin\asmjit.dll -> build\bdist.win-amd64\wheel\.\torch\bin 2024-11-01T16:35:13.1556346Z copying build\lib.win-amd64-cpython-39\torch\bin\fbgemm.dll -> build\bdist.win-amd64\wheel\.\torch\bin 2024-11-01T16:35:13.1605019Z copying build\lib.win-amd64-cpython-39\torch\bin\FileStoreTest.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-11-01T16:35:13.1613617Z copying build\lib.win-amd64-cpython-39\torch\bin\protoc.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-11-01T16:35:13.1645599Z copying build\lib.win-amd64-cpython-39\torch\bin\TCPStoreTest.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-11-01T16:35:13.1658453Z copying build\lib.win-amd64-cpython-39\torch\bin\test_api.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-11-01T16:35:13.1744135Z copying build\lib.win-amd64-cpython-39\torch\bin\test_edge_op_registration.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-11-01T16:35:13.1752099Z copying build\lib.win-amd64-cpython-39\torch\bin\test_jit.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-11-01T16:35:13.1801123Z copying build\lib.win-amd64-cpython-39\torch\bin\test_lazy.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-11-01T16:35:13.1826245Z copying build\lib.win-amd64-cpython-39\torch\bin\test_tensorexpr.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-11-01T16:35:13.1883572Z copying build\lib.win-amd64-cpython-39\torch\bin\tutorial_tensorexpr.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-11-01T16:35:13.1890627Z creating build\bdist.win-amd64\wheel\torch\compiler 2024-11-01T16:35:13.1898177Z copying build\lib.win-amd64-cpython-39\torch\compiler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\compiler 2024-11-01T16:35:13.1903434Z creating build\bdist.win-amd64\wheel\torch\contrib 2024-11-01T16:35:13.1911142Z copying build\lib.win-amd64-cpython-39\torch\contrib\_tensorboard_vis.py -> build\bdist.win-amd64\wheel\.\torch\contrib 2024-11-01T16:35:13.1916521Z copying build\lib.win-amd64-cpython-39\torch\contrib\__init__.py -> build\bdist.win-amd64\wheel\.\torch\contrib 2024-11-01T16:35:13.1921021Z creating build\bdist.win-amd64\wheel\torch\cpu 2024-11-01T16:35:13.1923800Z creating build\bdist.win-amd64\wheel\torch\cpu\amp 2024-11-01T16:35:13.1931289Z copying build\lib.win-amd64-cpython-39\torch\cpu\amp\autocast_mode.py -> build\bdist.win-amd64\wheel\.\torch\cpu\amp 2024-11-01T16:35:13.1936249Z copying build\lib.win-amd64-cpython-39\torch\cpu\amp\grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\cpu\amp 2024-11-01T16:35:13.1941372Z copying build\lib.win-amd64-cpython-39\torch\cpu\amp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cpu\amp 2024-11-01T16:35:13.1946308Z copying build\lib.win-amd64-cpython-39\torch\cpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cpu 2024-11-01T16:35:13.1955523Z creating build\bdist.win-amd64\wheel\torch\cuda 2024-11-01T16:35:13.1958306Z creating build\bdist.win-amd64\wheel\torch\cuda\amp 2024-11-01T16:35:13.1961372Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\autocast_mode.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2024-11-01T16:35:13.1966808Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\common.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2024-11-01T16:35:13.1975679Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2024-11-01T16:35:13.1980775Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2024-11-01T16:35:13.1985526Z copying build\lib.win-amd64-cpython-39\torch\cuda\comm.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:35:13.1990600Z copying build\lib.win-amd64-cpython-39\torch\cuda\error.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:35:13.1999185Z copying build\lib.win-amd64-cpython-39\torch\cuda\gds.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:35:13.2004349Z copying build\lib.win-amd64-cpython-39\torch\cuda\graphs.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:35:13.2009875Z copying build\lib.win-amd64-cpython-39\torch\cuda\jiterator.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:35:13.2019986Z copying build\lib.win-amd64-cpython-39\torch\cuda\memory.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:35:13.2029255Z copying build\lib.win-amd64-cpython-39\torch\cuda\nccl.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:35:13.2034736Z copying build\lib.win-amd64-cpython-39\torch\cuda\nvtx.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:35:13.2040516Z copying build\lib.win-amd64-cpython-39\torch\cuda\profiler.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:35:13.2045558Z copying build\lib.win-amd64-cpython-39\torch\cuda\random.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:35:13.2054093Z copying build\lib.win-amd64-cpython-39\torch\cuda\sparse.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:35:13.2059041Z copying build\lib.win-amd64-cpython-39\torch\cuda\streams.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:35:13.2064203Z copying build\lib.win-amd64-cpython-39\torch\cuda\tunable.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:35:13.2069378Z copying build\lib.win-amd64-cpython-39\torch\cuda\_gpu_trace.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:35:13.2078373Z copying build\lib.win-amd64-cpython-39\torch\cuda\_memory_viz.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:35:13.2084315Z copying build\lib.win-amd64-cpython-39\torch\cuda\_sanitizer.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:35:13.2090078Z copying build\lib.win-amd64-cpython-39\torch\cuda\_utils.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:35:13.2095801Z copying build\lib.win-amd64-cpython-39\torch\cuda\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:35:13.2106222Z creating build\bdist.win-amd64\wheel\torch\distributed 2024-11-01T16:35:13.2109469Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms 2024-11-01T16:35:13.2112404Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\ddp_comm_hooks 2024-11-01T16:35:13.2115585Z 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:35:13.2125814Z 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:35:13.2130628Z 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:35:13.2142090Z 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:35:13.2147434Z 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:35:13.2153243Z 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:35:13.2158837Z 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:35:13.2164908Z 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:35:13.2170224Z 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:35:13.2175261Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\join.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms 2024-11-01T16:35:13.2180682Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\model_averaging 2024-11-01T16:35:13.2184145Z 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:35:13.2190195Z 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:35:13.2194535Z 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:35:13.2204472Z 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:35:13.2208944Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_checkpoint 2024-11-01T16:35:13.2216101Z 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:35:13.2225615Z 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:35:13.2229970Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_comm_hooks 2024-11-01T16:35:13.2232822Z 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:35:13.2238134Z 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:35:13.2246719Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_optimizer_overlap 2024-11-01T16:35:13.2249667Z 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:35:13.2254917Z 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:35:13.2259698Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_quantization 2024-11-01T16:35:13.2266672Z 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:35:13.2272133Z 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:35:13.2276991Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms 2024-11-01T16:35:13.2282347Z copying build\lib.win-amd64-cpython-39\torch\distributed\argparse_util.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:35:13.2291324Z creating build\bdist.win-amd64\wheel\torch\distributed\autograd 2024-11-01T16:35:13.2294191Z copying build\lib.win-amd64-cpython-39\torch\distributed\autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\autograd 2024-11-01T16:35:13.2299219Z copying build\lib.win-amd64-cpython-39\torch\distributed\c10d_logger.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:35:13.2308839Z creating build\bdist.win-amd64\wheel\torch\distributed\checkpoint 2024-11-01T16:35:13.2315273Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:35:13.2320916Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\default_planner.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:35:13.2326591Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\filesystem.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:35:13.2332199Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\format_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:35:13.2342028Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\logger.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:35:13.2347106Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\logging_handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:35:13.2351979Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\metadata.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:35:13.2357152Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:35:13.2362365Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\planner.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:35:13.2368360Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\planner_helpers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:35:13.2373524Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\resharding.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:35:13.2378745Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\staging.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:35:13.2383858Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\stateful.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:35:13.2389154Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\state_dict.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:35:13.2395229Z 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:35:13.2400653Z 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:35:13.2411639Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\storage.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:35:13.2417234Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:35:13.2422030Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_checkpointer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:35:13.2427296Z 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:35:13.2437312Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_dedup_tensors.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:35:13.2442635Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_fsspec_filesystem.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:35:13.2448083Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_nested_dict.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:35:13.2457703Z 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:35:13.2462894Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_storage_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:35:13.2468411Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_traverse.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:35:13.2473944Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_version.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:35:13.2478629Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:35:13.2483588Z copying build\lib.win-amd64-cpython-39\torch\distributed\collective_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:35:13.2488882Z copying build\lib.win-amd64-cpython-39\torch\distributed\constants.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:35:13.2494496Z copying build\lib.win-amd64-cpython-39\torch\distributed\device_mesh.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:35:13.2500363Z copying build\lib.win-amd64-cpython-39\torch\distributed\distributed_c10d.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:35:13.2514507Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic 2024-11-01T16:35:13.2517390Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\agent 2024-11-01T16:35:13.2520397Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\agent\server 2024-11-01T16:35:13.2523290Z 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:35:13.2533815Z 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:35:13.2538995Z 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:35:13.2545093Z 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:35:13.2550347Z 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:35:13.2558545Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\control_plane.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic 2024-11-01T16:35:13.2563991Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\events 2024-11-01T16:35:13.2567050Z 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:35:13.2572183Z 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:35:13.2582115Z 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:35:13.2586881Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\metrics 2024-11-01T16:35:13.2589966Z 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:35:13.2595219Z 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:35:13.2604528Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\multiprocessing 2024-11-01T16:35:13.2611828Z 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:35:13.2617828Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\multiprocessing\errors 2024-11-01T16:35:13.2620877Z 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:35:13.2626394Z 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:35:13.2631504Z 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:35:13.2637144Z 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:35:13.2642492Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\multiprocessing\subprocess_handler 2024-11-01T16:35:13.2653351Z 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:35:13.2658519Z 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:35:13.2663741Z 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:35:13.2668736Z 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:35:13.2674226Z 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:35:13.2679246Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\rendezvous 2024-11-01T16:35:13.2682128Z 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:35:13.2687623Z 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:35:13.2697395Z 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:35:13.2707262Z 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:35:13.2713359Z 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:35:13.2718558Z 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:35:13.2724105Z 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:35:13.2729438Z 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:35:13.2734795Z 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:35:13.2740048Z 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:35:13.2745842Z 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:35:13.2751108Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\timer 2024-11-01T16:35:13.2754682Z 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:35:13.2759721Z 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:35:13.2764872Z 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:35:13.2771330Z 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:35:13.2783422Z 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:35:13.2789297Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\utils 2024-11-01T16:35:13.2797746Z 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:35:13.2803179Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\utils\data 2024-11-01T16:35:13.2807014Z 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:35:13.2812354Z 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:35:13.2817796Z 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:35:13.2822847Z 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:35:13.2828253Z 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:35:13.2833921Z 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:35:13.2847225Z 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:35:13.2852290Z 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:35:13.2857136Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic 2024-11-01T16:35:13.2862618Z creating build\bdist.win-amd64\wheel\torch\distributed\fsdp 2024-11-01T16:35:13.2865579Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:35:13.2871516Z 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:35:13.2877889Z 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:35:13.2883414Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\wrap.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:35:13.2889042Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_common_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:35:13.2899413Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_debug_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:35:13.2904681Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_dynamo_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:35:13.2909806Z 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:35:13.2915367Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_flat_param.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:35:13.2922531Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fsdp_extensions.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:35:13.2927960Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_init_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:35:13.2933684Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_limiter_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:35:13.2938928Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_optim_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:35:13.2945278Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_runtime_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:35:13.2951709Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_shard_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:35:13.2957055Z 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:35:13.2967283Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_trace_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:35:13.2972814Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_traversal_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:35:13.2978111Z 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:35:13.2983363Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_wrap_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:35:13.2995942Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:35:13.3001033Z copying build\lib.win-amd64-cpython-39\torch\distributed\launch.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:35:13.3006305Z creating build\bdist.win-amd64\wheel\torch\distributed\launcher 2024-11-01T16:35:13.3009279Z copying build\lib.win-amd64-cpython-39\torch\distributed\launcher\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\launcher 2024-11-01T16:35:13.3018478Z copying build\lib.win-amd64-cpython-39\torch\distributed\launcher\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\launcher 2024-11-01T16:35:13.3023706Z copying build\lib.win-amd64-cpython-39\torch\distributed\logging_handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:35:13.3028845Z creating build\bdist.win-amd64\wheel\torch\distributed\nn 2024-11-01T16:35:13.3031767Z creating build\bdist.win-amd64\wheel\torch\distributed\nn\api 2024-11-01T16:35:13.3038796Z 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:35:13.3044812Z 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:35:13.3048948Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\functional.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn 2024-11-01T16:35:13.3054300Z creating build\bdist.win-amd64\wheel\torch\distributed\nn\jit 2024-11-01T16:35:13.3057257Z 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:35:13.3062549Z creating build\bdist.win-amd64\wheel\torch\distributed\nn\jit\templates 2024-11-01T16:35:13.3066392Z 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:35:13.3071878Z 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:35:13.3080715Z 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:35:13.3084956Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn 2024-11-01T16:35:13.3090352Z creating build\bdist.win-amd64\wheel\torch\distributed\optim 2024-11-01T16:35:13.3093346Z 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:35:13.3098942Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adadelta.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-11-01T16:35:13.3104164Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adagrad.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-11-01T16:35:13.3114010Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adam.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-11-01T16:35:13.3119278Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adamax.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-11-01T16:35:13.3124831Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adamw.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-11-01T16:35:13.3130410Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_rmsprop.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-11-01T16:35:13.3135913Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_rprop.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-11-01T16:35:13.3141483Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_sgd.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-11-01T16:35:13.3148641Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\named_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-11-01T16:35:13.3154106Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-11-01T16:35:13.3159668Z 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:35:13.3164625Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-11-01T16:35:13.3169760Z 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:35:13.3176718Z 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:35:13.3188168Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-11-01T16:35:13.3190145Z creating build\bdist.win-amd64\wheel\torch\distributed\pipelining 2024-11-01T16:35:13.3197797Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\microbatch.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-11-01T16:35:13.3200088Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\schedules.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-11-01T16:35:13.3203196Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\stage.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-11-01T16:35:13.3215031Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_backward.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-11-01T16:35:13.3218867Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_debug.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-11-01T16:35:13.3226837Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_IR.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-11-01T16:35:13.3230276Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_unflatten.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-11-01T16:35:13.3242074Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-11-01T16:35:13.3243683Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-11-01T16:35:13.3245458Z copying build\lib.win-amd64-cpython-39\torch\distributed\remote_device.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:35:13.3251083Z copying build\lib.win-amd64-cpython-39\torch\distributed\rendezvous.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:35:13.3256698Z creating build\bdist.win-amd64\wheel\torch\distributed\rpc 2024-11-01T16:35:13.3259816Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-11-01T16:35:13.3265771Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\backend_registry.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-11-01T16:35:13.3272146Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\constants.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-11-01T16:35:13.3277423Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\functions.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-11-01T16:35:13.3287713Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\internal.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-11-01T16:35:13.3293710Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\options.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-11-01T16:35:13.3298482Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\rref_proxy.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-11-01T16:35:13.3304261Z 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:35:13.3309669Z creating build\bdist.win-amd64\wheel\torch\distributed\rpc\_testing 2024-11-01T16:35:13.3313306Z 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:35:13.3318730Z 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:35:13.3323256Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-11-01T16:35:13.3328300Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-11-01T16:35:13.3333632Z copying build\lib.win-amd64-cpython-39\torch\distributed\run.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:35:13.3339748Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor 2024-11-01T16:35:13.3342621Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\debug 2024-11-01T16:35:13.3346246Z 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:35:13.3351615Z 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:35:13.3357156Z 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:35:13.3362315Z 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:35:13.3371605Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\device_mesh.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-11-01T16:35:13.3376813Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\experimental 2024-11-01T16:35:13.3379821Z 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:35:13.3385556Z 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:35:13.3391214Z 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:35:13.3400190Z 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:35:13.3405730Z 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:35:13.3410992Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\parallel 2024-11-01T16:35:13.3413948Z 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:35:13.3418940Z 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:35:13.3424243Z 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:35:13.3429313Z 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:35:13.3434596Z 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:35:13.3439994Z 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:35:13.3449637Z 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:35:13.3454791Z 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:35:13.3459801Z 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:35:13.3464631Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\placement_types.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-11-01T16:35:13.3475537Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-11-01T16:35:13.3481563Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_collective_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-11-01T16:35:13.3486883Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_dispatch.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-11-01T16:35:13.3492421Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_dtensor_spec.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-11-01T16:35:13.3498468Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\_ops 2024-11-01T16:35:13.3501762Z 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:35:13.3507182Z 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:35:13.3512426Z 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:35:13.3517743Z 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:35:13.3527414Z 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:35:13.3532595Z 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:35:13.3537856Z 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:35:13.3543869Z 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:35:13.3549622Z 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:35:13.3555454Z 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:35:13.3560892Z 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:35:13.3566795Z 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:35:13.3572517Z 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:35:13.3577814Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_op_schema.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-11-01T16:35:13.3583526Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_random.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-11-01T16:35:13.3588850Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_redistribute.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-11-01T16:35:13.3594248Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_sharding_prop.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-11-01T16:35:13.3600134Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_shards_wrapper.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-11-01T16:35:13.3605539Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_tp_conv.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-11-01T16:35:13.3610778Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-11-01T16:35:13.3615992Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-11-01T16:35:13.3621620Z copying build\lib.win-amd64-cpython-39\torch\distributed\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:35:13.3627139Z copying build\lib.win-amd64-cpython-39\torch\distributed\_checkpointable.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:35:13.3632841Z creating build\bdist.win-amd64\wheel\torch\distributed\_composable 2024-11-01T16:35:13.3640514Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\checkpoint_activation.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2024-11-01T16:35:13.3645888Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\contract.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2024-11-01T16:35:13.3651616Z creating build\bdist.win-amd64\wheel\torch\distributed\_composable\fsdp 2024-11-01T16:35:13.3654905Z 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:35:13.3660721Z 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:35:13.3666236Z 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:35:13.3671883Z 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:35:13.3682959Z 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:35:13.3688821Z 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:35:13.3694870Z 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:35:13.3700674Z 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:35:13.3706594Z 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:35:13.3711786Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fully_shard.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2024-11-01T16:35:13.3723080Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\replicate.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2024-11-01T16:35:13.3729063Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2024-11-01T16:35:13.3734224Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable_state.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:35:13.3739523Z copying build\lib.win-amd64-cpython-39\torch\distributed\_functional_collectives.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:35:13.3746047Z copying build\lib.win-amd64-cpython-39\torch\distributed\_functional_collectives_impl.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:35:13.3751536Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard 2024-11-01T16:35:13.3754383Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-11-01T16:35:13.3759915Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\checkpoint 2024-11-01T16:35:13.3763440Z 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:35:13.3768341Z 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:35:13.3774653Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\metadata.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-11-01T16:35:13.3780602Z 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:35:13.3789916Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharded_optim 2024-11-01T16:35:13.3793584Z 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:35:13.3799772Z 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:35:13.3804934Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharded_tensor 2024-11-01T16:35:13.3807845Z 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:35:13.3814170Z 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:35:13.3819355Z 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:35:13.3824478Z 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:35:13.3829651Z 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:35:13.3839502Z 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:35:13.3844555Z 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:35:13.3849843Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharded_tensor\_ops 2024-11-01T16:35:13.3853002Z 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:35:13.3858384Z 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:35:13.3863476Z 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:35:13.3869466Z 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:35:13.3874084Z 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:35:13.3883264Z 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:35:13.3888018Z 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:35:13.3893440Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharder.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-11-01T16:35:13.3898802Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharding_plan 2024-11-01T16:35:13.3901836Z 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:35:13.3907444Z 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:35:13.3912570Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharding_spec 2024-11-01T16:35:13.3918988Z 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:35:13.3924674Z 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:35:13.3930124Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2024-11-01T16:35:13.3937332Z 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:35:13.3942634Z 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:35:13.3948214Z 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:35:13.3957561Z 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:35:13.3961675Z 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:35:13.3966899Z 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:35:13.3971636Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-11-01T16:35:13.3976933Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-11-01T16:35:13.3985518Z creating build\bdist.win-amd64\wheel\torch\distributed\_sharded_tensor 2024-11-01T16:35:13.3988669Z 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:35:13.3993550Z creating build\bdist.win-amd64\wheel\torch\distributed\_sharding_spec 2024-11-01T16:35:13.3996535Z 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:35:13.4004681Z copying build\lib.win-amd64-cpython-39\torch\distributed\_state_dict_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:35:13.4010481Z creating build\bdist.win-amd64\wheel\torch\distributed\_symmetric_memory 2024-11-01T16:35:13.4013470Z 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:35:13.4018967Z creating build\bdist.win-amd64\wheel\torch\distributed\_tensor 2024-11-01T16:35:13.4025510Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-11-01T16:35:13.4030505Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\placement_types.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-11-01T16:35:13.4035260Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-11-01T16:35:13.4041045Z creating build\bdist.win-amd64\wheel\torch\distributed\_tools 2024-11-01T16:35:13.4047770Z 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:35:13.4053560Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\ilp_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-11-01T16:35:13.4058794Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\memory_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-11-01T16:35:13.4063877Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\mem_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-11-01T16:35:13.4076640Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\mod_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-11-01T16:35:13.4082037Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\runtime_estimator.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-11-01T16:35:13.4087661Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\sac_estimator.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-11-01T16:35:13.4093433Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\sac_ilp.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-11-01T16:35:13.4102603Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-11-01T16:35:13.4107313Z copying build\lib.win-amd64-cpython-39\torch\distributed\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:35:13.4116937Z creating build\bdist.win-amd64\wheel\torch\distributions 2024-11-01T16:35:13.4120015Z copying build\lib.win-amd64-cpython-39\torch\distributions\bernoulli.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:35:13.4128906Z copying build\lib.win-amd64-cpython-39\torch\distributions\beta.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:35:13.4134049Z copying build\lib.win-amd64-cpython-39\torch\distributions\binomial.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:35:13.4139615Z copying build\lib.win-amd64-cpython-39\torch\distributions\categorical.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:35:13.4149956Z copying build\lib.win-amd64-cpython-39\torch\distributions\cauchy.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:35:13.4157392Z copying build\lib.win-amd64-cpython-39\torch\distributions\chi2.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:35:13.4162899Z copying build\lib.win-amd64-cpython-39\torch\distributions\constraints.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:35:13.4168736Z copying build\lib.win-amd64-cpython-39\torch\distributions\constraint_registry.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:35:13.4173935Z copying build\lib.win-amd64-cpython-39\torch\distributions\continuous_bernoulli.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:35:13.4182751Z copying build\lib.win-amd64-cpython-39\torch\distributions\dirichlet.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:35:13.4187830Z copying build\lib.win-amd64-cpython-39\torch\distributions\distribution.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:35:13.4193043Z copying build\lib.win-amd64-cpython-39\torch\distributions\exponential.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:35:13.4198402Z copying build\lib.win-amd64-cpython-39\torch\distributions\exp_family.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:35:13.4207769Z copying build\lib.win-amd64-cpython-39\torch\distributions\fishersnedecor.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:35:13.4212557Z copying build\lib.win-amd64-cpython-39\torch\distributions\gamma.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:35:13.4217626Z copying build\lib.win-amd64-cpython-39\torch\distributions\geometric.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:35:13.4223243Z copying build\lib.win-amd64-cpython-39\torch\distributions\gumbel.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:35:13.4231564Z copying build\lib.win-amd64-cpython-39\torch\distributions\half_cauchy.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:35:13.4236879Z copying build\lib.win-amd64-cpython-39\torch\distributions\half_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:35:13.4242425Z copying build\lib.win-amd64-cpython-39\torch\distributions\independent.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:35:13.4247928Z copying build\lib.win-amd64-cpython-39\torch\distributions\inverse_gamma.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:35:13.4256105Z copying build\lib.win-amd64-cpython-39\torch\distributions\kl.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:35:13.4261785Z copying build\lib.win-amd64-cpython-39\torch\distributions\kumaraswamy.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:35:13.4271331Z copying build\lib.win-amd64-cpython-39\torch\distributions\laplace.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:35:13.4276451Z copying build\lib.win-amd64-cpython-39\torch\distributions\lkj_cholesky.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:35:13.4286001Z copying build\lib.win-amd64-cpython-39\torch\distributions\logistic_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:35:13.4292215Z copying build\lib.win-amd64-cpython-39\torch\distributions\log_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:35:13.4297402Z copying build\lib.win-amd64-cpython-39\torch\distributions\lowrank_multivariate_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:35:13.4303658Z copying build\lib.win-amd64-cpython-39\torch\distributions\mixture_same_family.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:35:13.4326822Z copying build\lib.win-amd64-cpython-39\torch\distributions\multinomial.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:35:13.4332228Z copying build\lib.win-amd64-cpython-39\torch\distributions\multivariate_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:35:13.4337906Z copying build\lib.win-amd64-cpython-39\torch\distributions\negative_binomial.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:35:13.4347025Z copying build\lib.win-amd64-cpython-39\torch\distributions\normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:35:13.4352501Z copying build\lib.win-amd64-cpython-39\torch\distributions\one_hot_categorical.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:35:13.4357752Z copying build\lib.win-amd64-cpython-39\torch\distributions\pareto.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:35:13.4362965Z copying build\lib.win-amd64-cpython-39\torch\distributions\poisson.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:35:13.4368026Z copying build\lib.win-amd64-cpython-39\torch\distributions\relaxed_bernoulli.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:35:13.4373510Z copying build\lib.win-amd64-cpython-39\torch\distributions\relaxed_categorical.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:35:13.4378731Z copying build\lib.win-amd64-cpython-39\torch\distributions\studentT.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:35:13.4383848Z copying build\lib.win-amd64-cpython-39\torch\distributions\transformed_distribution.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:35:13.4389128Z copying build\lib.win-amd64-cpython-39\torch\distributions\transforms.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:35:13.4394904Z copying build\lib.win-amd64-cpython-39\torch\distributions\uniform.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:35:13.4402208Z copying build\lib.win-amd64-cpython-39\torch\distributions\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:35:13.4407354Z copying build\lib.win-amd64-cpython-39\torch\distributions\von_mises.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:35:13.4412752Z copying build\lib.win-amd64-cpython-39\torch\distributions\weibull.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:35:13.4422555Z copying build\lib.win-amd64-cpython-39\torch\distributions\wishart.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:35:13.4428058Z copying build\lib.win-amd64-cpython-39\torch\distributions\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:35:13.4433058Z creating build\bdist.win-amd64\wheel\torch\export 2024-11-01T16:35:13.4435901Z copying build\lib.win-amd64-cpython-39\torch\export\custom_obj.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-11-01T16:35:13.4440904Z copying build\lib.win-amd64-cpython-39\torch\export\decomp_utils.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-11-01T16:35:13.4446015Z copying build\lib.win-amd64-cpython-39\torch\export\dynamic_shapes.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-11-01T16:35:13.4451808Z creating build\bdist.win-amd64\wheel\torch\export\experimental 2024-11-01T16:35:13.4458504Z copying build\lib.win-amd64-cpython-39\torch\export\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\export\experimental 2024-11-01T16:35:13.4463659Z copying build\lib.win-amd64-cpython-39\torch\export\exported_program.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-11-01T16:35:13.4469672Z copying build\lib.win-amd64-cpython-39\torch\export\graph_signature.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-11-01T16:35:13.4475603Z creating build\bdist.win-amd64\wheel\torch\export\passes 2024-11-01T16:35:13.4478345Z copying build\lib.win-amd64-cpython-39\torch\export\passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\export\passes 2024-11-01T16:35:13.4483491Z copying build\lib.win-amd64-cpython-39\torch\export\unflatten.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-11-01T16:35:13.4489549Z copying build\lib.win-amd64-cpython-39\torch\export\_draft_export.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-11-01T16:35:13.4494957Z copying build\lib.win-amd64-cpython-39\torch\export\_remove_auto_functionalized_pass.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-11-01T16:35:13.4500188Z copying build\lib.win-amd64-cpython-39\torch\export\_remove_effect_tokens_pass.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-11-01T16:35:13.4505443Z copying build\lib.win-amd64-cpython-39\torch\export\_safeguard.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-11-01T16:35:13.4510511Z copying build\lib.win-amd64-cpython-39\torch\export\_swap.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-11-01T16:35:13.4515935Z copying build\lib.win-amd64-cpython-39\torch\export\_trace.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-11-01T16:35:13.4522168Z copying build\lib.win-amd64-cpython-39\torch\export\_tree_utils.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-11-01T16:35:13.4527263Z copying build\lib.win-amd64-cpython-39\torch\export\_unlift.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-11-01T16:35:13.4532346Z copying build\lib.win-amd64-cpython-39\torch\export\__init__.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-11-01T16:35:13.4538477Z creating build\bdist.win-amd64\wheel\torch\fft 2024-11-01T16:35:13.4540803Z copying build\lib.win-amd64-cpython-39\torch\fft\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fft 2024-11-01T16:35:13.4546854Z creating build\bdist.win-amd64\wheel\torch\func 2024-11-01T16:35:13.4549590Z copying build\lib.win-amd64-cpython-39\torch\func\__init__.py -> build\bdist.win-amd64\wheel\.\torch\func 2024-11-01T16:35:13.4554443Z copying build\lib.win-amd64-cpython-39\torch\functional.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:35:13.4561220Z creating build\bdist.win-amd64\wheel\torch\futures 2024-11-01T16:35:13.4564068Z copying build\lib.win-amd64-cpython-39\torch\futures\__init__.py -> build\bdist.win-amd64\wheel\.\torch\futures 2024-11-01T16:35:13.4569342Z creating build\bdist.win-amd64\wheel\torch\fx 2024-11-01T16:35:13.4572094Z copying build\lib.win-amd64-cpython-39\torch\fx\annotate.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:35:13.4577188Z copying build\lib.win-amd64-cpython-39\torch\fx\config.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:35:13.4582411Z creating build\bdist.win-amd64\wheel\torch\fx\experimental 2024-11-01T16:35:13.4585726Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\accelerator_partitioner.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:35:13.4591517Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\const_fold.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:35:13.4596440Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\debug.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:35:13.4605983Z 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:35:13.4611713Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\merge_matmul.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:35:13.4617055Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\meta_tracer.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:35:13.4622969Z creating build\bdist.win-amd64\wheel\torch\fx\experimental\migrate_gradual_types 2024-11-01T16:35:13.4626594Z 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:35:13.4632411Z 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:35:13.4638811Z 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:35:13.4648369Z 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:35:13.4653335Z 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:35:13.4658964Z 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:35:13.4664270Z 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:35:13.4669763Z 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:35:13.4673837Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\normalize.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:35:13.4679267Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\optimization.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:35:13.4685065Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\partitioner_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:35:13.4690269Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\proxy_tensor.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:35:13.4696748Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\recording.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:35:13.4702707Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\refinement_types.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:35:13.4707669Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\rewriter.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:35:13.4713117Z 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:35:13.4718536Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\symbolic_shapes.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:35:13.4726743Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\sym_node.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:35:13.4732971Z creating build\bdist.win-amd64\wheel\torch\fx\experimental\unification 2024-11-01T16:35:13.4736111Z 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:35:13.4741271Z 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:35:13.4746434Z 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:35:13.4751119Z 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:35:13.4756463Z creating build\bdist.win-amd64\wheel\torch\fx\experimental\unification\multipledispatch 2024-11-01T16:35:13.4764378Z 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:35:13.4769573Z 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:35:13.4774675Z 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:35:13.4780354Z 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:35:13.4786282Z 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:35:13.4795345Z 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:35:13.4800457Z 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:35:13.4805319Z 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:35:13.4810714Z 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:35:13.4815814Z 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:35:13.4820732Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unify_refinements.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:35:13.4825969Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\validator.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:35:13.4837639Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\_backward_state.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:35:13.4842963Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\_config.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:35:13.4848409Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:35:13.4852316Z copying build\lib.win-amd64-cpython-39\torch\fx\graph.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:35:13.4858419Z copying build\lib.win-amd64-cpython-39\torch\fx\graph_module.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:35:13.4868745Z copying build\lib.win-amd64-cpython-39\torch\fx\immutable_collections.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:35:13.4873805Z copying build\lib.win-amd64-cpython-39\torch\fx\interpreter.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:35:13.4879924Z copying build\lib.win-amd64-cpython-39\torch\fx\node.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:35:13.4885846Z copying build\lib.win-amd64-cpython-39\torch\fx\operator_schemas.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:35:13.4891732Z creating build\bdist.win-amd64\wheel\torch\fx\passes 2024-11-01T16:35:13.4894666Z 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:35:13.4899835Z creating build\bdist.win-amd64\wheel\torch\fx\passes\backends 2024-11-01T16:35:13.4902739Z 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:35:13.4907840Z 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:35:13.4911956Z creating build\bdist.win-amd64\wheel\torch\fx\passes\dialect 2024-11-01T16:35:13.4914683Z creating build\bdist.win-amd64\wheel\torch\fx\passes\dialect\common 2024-11-01T16:35:13.4917592Z 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:35:13.4922994Z 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:35:13.4927161Z 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:35:13.4931262Z 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:35:13.4936713Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\graph_drawer.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-11-01T16:35:13.4946506Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\graph_manipulation.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-11-01T16:35:13.4951671Z 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:35:13.4957613Z creating build\bdist.win-amd64\wheel\torch\fx\passes\infra 2024-11-01T16:35:13.4960686Z 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:35:13.4966186Z 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:35:13.4975148Z 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:35:13.4979077Z 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:35:13.4988186Z 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:35:13.4994160Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\operator_support.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-11-01T16:35:13.4999504Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\param_fetch.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-11-01T16:35:13.5004734Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\pass_manager.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-11-01T16:35:13.5009914Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\reinplace.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-11-01T16:35:13.5015850Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\runtime_assert.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-11-01T16:35:13.5023016Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\shape_prop.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-11-01T16:35:13.5028054Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\splitter_base.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-11-01T16:35:13.5034330Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\split_module.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-11-01T16:35:13.5040063Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\split_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-11-01T16:35:13.5045446Z creating build\bdist.win-amd64\wheel\torch\fx\passes\tests 2024-11-01T16:35:13.5048389Z 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:35:13.5053649Z 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:35:13.5057734Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\tools_common.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-11-01T16:35:13.5063203Z creating build\bdist.win-amd64\wheel\torch\fx\passes\utils 2024-11-01T16:35:13.5070351Z 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:35:13.5075361Z 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:35:13.5080631Z 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:35:13.5086710Z 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:35:13.5095783Z 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:35:13.5100975Z 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:35:13.5105925Z 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:35:13.5111512Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-11-01T16:35:13.5116290Z copying build\lib.win-amd64-cpython-39\torch\fx\proxy.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:35:13.5122097Z copying build\lib.win-amd64-cpython-39\torch\fx\subgraph_rewriter.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:35:13.5127261Z copying build\lib.win-amd64-cpython-39\torch\fx\tensor_type.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:35:13.5132342Z copying build\lib.win-amd64-cpython-39\torch\fx\traceback.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:35:13.5137665Z copying build\lib.win-amd64-cpython-39\torch\fx\_compatibility.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:35:13.5143071Z copying build\lib.win-amd64-cpython-39\torch\fx\_lazy_graph_module.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:35:13.5148608Z copying build\lib.win-amd64-cpython-39\torch\fx\_pytree.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:35:13.5154495Z copying build\lib.win-amd64-cpython-39\torch\fx\_symbolic_trace.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:35:13.5160643Z copying build\lib.win-amd64-cpython-39\torch\fx\_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:35:13.5165730Z copying build\lib.win-amd64-cpython-39\torch\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:35:13.5170638Z copying build\lib.win-amd64-cpython-39\torch\hub.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:35:13.5177000Z creating build\bdist.win-amd64\wheel\torch\include 2024-11-01T16:35:13.5181484Z creating build\bdist.win-amd64\wheel\torch\include\ATen 2024-11-01T16:35:13.5184436Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\AccumulateType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:13.5189568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:13.5194366Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ATen.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:13.5199598Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\autocast_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:13.5205377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Backend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:13.5214644Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Backtrace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:13.5219475Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\BlasBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:13.5224777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CachedTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:13.5229902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ceil_div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:13.5234859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\code_template.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:13.5240219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CollapseDims.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:13.5245652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:13.5251093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:13.5257250Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:13.5262696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:13.5268579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:13.5273907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:13.5280980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:13.5286925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:13.5295851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Config.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:13.5300905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Context.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:13.5307503Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core 2024-11-01T16:35:13.5310435Z 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:35:13.5315516Z 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:35:13.5320743Z 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:35:13.5325819Z 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:35:13.5334823Z 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:35:13.5341250Z 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:35:13.5348577Z 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:35:13.5354138Z 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:35:13.5359741Z 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:35:13.5365050Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\boxing 2024-11-01T16:35:13.5368138Z 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:35:13.5373553Z 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:35:13.5380002Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\boxing\impl 2024-11-01T16:35:13.5383713Z 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:35:13.5390235Z 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:35:13.5396515Z 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:35:13.5402745Z 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:35:13.5411998Z 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:35:13.5417276Z 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:35:13.5426693Z 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:35:13.5432161Z 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:35:13.5437379Z 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:35:13.5442832Z 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:35:13.5448354Z 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:35:13.5453465Z 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:35:13.5458760Z 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:35:13.5464120Z 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:35:13.5469530Z 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:35:13.5474537Z 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:35:13.5479754Z 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:35:13.5485143Z 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:35:13.5490242Z 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:35:13.5495518Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\dispatch 2024-11-01T16:35:13.5498440Z 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:35:13.5503976Z 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:35:13.5509797Z 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:35:13.5515012Z 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:35:13.5524345Z 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:35:13.5529395Z 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:35:13.5534855Z 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:35:13.5539996Z 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:35:13.5549132Z 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:35:13.5554276Z 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:35:13.5559025Z 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:35:13.5564390Z 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:35:13.5569520Z 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:35:13.5575135Z 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:35:13.5580570Z 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:35:13.5586496Z 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:35:13.5591826Z 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:35:13.5597532Z 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:35:13.5603059Z 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:35:13.5612252Z 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:35:13.5617890Z 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:35:13.5623419Z 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:35:13.5628988Z 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:35:13.5634347Z 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:35:13.5640950Z 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:35:13.5648481Z 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:35:13.5654147Z 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:35:13.5660550Z 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:35:13.5666655Z 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:35:13.5676340Z 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:35:13.5682143Z 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:35:13.5687501Z 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:35:13.5693207Z 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:35:13.5698819Z 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:35:13.5704298Z 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:35:13.5709935Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\op_registration 2024-11-01T16:35:13.5713442Z 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:35:13.5718589Z 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:35:13.5723870Z 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:35:13.5729316Z 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:35:13.5739171Z 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:35:13.5744656Z 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:35:13.5750236Z 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:35:13.5755631Z 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:35:13.5765610Z 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:35:13.5792700Z 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:35:13.5798231Z 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:35:13.5803519Z 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:35:13.5808832Z 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:35:13.5814322Z 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:35:13.5818754Z 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:35:13.5824131Z 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:35:13.5829847Z 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:35:13.5834948Z 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:35:13.5840620Z 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:35:13.5846894Z 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:35:13.5888543Z 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:35:13.5893471Z 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:35:13.5898798Z 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:35:13.5903579Z 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:35:13.5908930Z 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:35:13.5914138Z 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:35:13.5919166Z 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:35:13.5924510Z 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:35:13.5929793Z 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:35:13.5934897Z 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:35:13.5940798Z 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:35:13.5946308Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu 2024-11-01T16:35:13.5949229Z 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:35:13.5954253Z 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:35:13.5959527Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec 2024-11-01T16:35:13.5962471Z 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:35:13.5967403Z 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:35:13.5972725Z 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:35:13.5978342Z 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:35:13.5987964Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\sve 2024-11-01T16:35:13.5990784Z 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:35:13.5995949Z 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:35:13.6001322Z 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:35:13.6006900Z 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:35:13.6017641Z 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:35:13.6023108Z 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:35:13.6028603Z 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:35:13.6033885Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec128 2024-11-01T16:35:13.6036878Z 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:35:13.6042123Z 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:35:13.6047369Z 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:35:13.6053449Z 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:35:13.6063471Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec256 2024-11-01T16:35:13.6066402Z 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:35:13.6072238Z 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:35:13.6077232Z 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:35:13.6082568Z 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:35:13.6092901Z 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:35:13.6098667Z 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:35:13.6104821Z 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:35:13.6110876Z 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:35:13.6116494Z 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:35:13.6122755Z 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:35:13.6129223Z 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:35:13.6134951Z 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:35:13.6141252Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec256\vsx 2024-11-01T16:35:13.6144396Z 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:35:13.6149874Z 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:35:13.6155305Z 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:35:13.6166204Z 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:35:13.6172114Z 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:35:13.6177851Z 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:35:13.6184288Z 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:35:13.6190715Z 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:35:13.6196261Z 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:35:13.6201791Z 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:35:13.6207483Z 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:35:13.6213754Z 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:35:13.6219809Z 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:35:13.6225857Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec256\zarch 2024-11-01T16:35:13.6229201Z 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:35:13.6235671Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec512 2024-11-01T16:35:13.6238761Z 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:35:13.6244257Z 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:35:13.6250734Z 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:35:13.6256869Z 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:35:13.6267497Z 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:35:13.6273090Z 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:35:13.6279165Z 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:35:13.6285157Z 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:35:13.6292272Z 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:35:13.6297821Z 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:35:13.6304839Z 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:35:13.6311517Z 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:35:13.6316651Z 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:35:13.6321982Z 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:35:13.6327284Z 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:35:13.6332650Z 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:35:13.6337802Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUApplyUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:13.6344641Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUFixedAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:13.6350316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:13.6355906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:13.6363257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:13.6369291Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cuda 2024-11-01T16:35:13.6372281Z 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:35:13.6377505Z 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:35:13.6382627Z 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:35:13.6388694Z 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:35:13.6394560Z 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:35:13.6456624Z 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:35:13.6461657Z 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:35:13.6467583Z 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:35:13.6473671Z 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:35:13.6479160Z 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:35:13.6484510Z 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:35:13.6489574Z 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:35:13.6494962Z 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:35:13.6518732Z 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:35:13.6525267Z 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:35:13.6531452Z 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:35:13.6537079Z 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:35:13.6543065Z 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:35:13.6549226Z 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:35:13.6554800Z 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:35:13.6560466Z 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:35:13.6570043Z 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:35:13.6575427Z 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:35:13.6580887Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cuda\detail 2024-11-01T16:35:13.6584053Z 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:35:13.6589693Z 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:35:13.6595213Z 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:35:13.6601290Z 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:35:13.6612604Z 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:35:13.6617973Z 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:35:13.6623337Z 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:35:13.6628897Z 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:35:13.6633801Z 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:35:13.6639183Z 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:35:13.6644836Z 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:35:13.6650340Z 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:35:13.6655774Z 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:35:13.6661268Z 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:35:13.6666985Z 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:35:13.6672601Z 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:35:13.6677907Z 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:35:13.6688067Z 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:35:13.6693636Z 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:35:13.6699397Z 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:35:13.6704995Z 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:35:13.6712040Z 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:35:13.6718999Z 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:35:13.6725438Z 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:35:13.6732105Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cuda\tunable 2024-11-01T16:35:13.6735146Z 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:35:13.6740632Z 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:35:13.6746771Z 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:35:13.6751970Z 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:35:13.6800573Z 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:35:13.6807115Z 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:35:13.6812360Z 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:35:13.6818456Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CUDAFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:13.9714356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CUDAFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:13.9721218Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cudnn 2024-11-01T16:35:13.9724664Z 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:35:13.9730065Z 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:35:13.9735103Z 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:35:13.9740649Z 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:35:13.9745982Z 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:35:13.9756066Z 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:35:13.9762012Z creating build\bdist.win-amd64\wheel\torch\include\ATen\detail 2024-11-01T16:35:13.9765515Z 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:35:13.9775166Z 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:35:13.9781943Z 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:35:13.9791711Z 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:35:13.9797824Z 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:35:13.9803749Z 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:35:13.9809539Z 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:35:13.9816654Z 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:35:13.9823367Z 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:35:13.9829876Z 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:35:13.9837265Z 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:35:13.9844018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Device.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:13.9850792Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DeviceAccelerator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:13.9857751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DeviceGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:13.9863543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Dimname.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:13.9869191Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DimVector.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:13.9874931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:13.9882322Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Dispatch_v2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:13.9889983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\div_rtn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:13.9894593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DLConvertor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:13.9899830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\dlpack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:13.9909376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DynamicLibrary.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:13.9914606Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\EmptyTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:13.9920413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ExpandBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:13.9925276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ExpandUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:13.9931041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Formatting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:13.9936691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\FunctionalStorageImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:13.9942015Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\FunctionalTensorWrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:13.9947615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Functions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:13.9954081Z creating build\bdist.win-amd64\wheel\torch\include\ATen\functorch 2024-11-01T16:35:13.9957442Z 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:35:13.9962727Z 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:35:13.9968168Z 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:35:13.9977617Z 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:35:13.9982720Z 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:35:13.9988520Z 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:35:13.9994132Z 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:35:13.9999291Z 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:35:14.0004858Z 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:35:14.0010013Z 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:35:14.0015129Z 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:35:14.0020515Z 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:35:14.0025684Z 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:35:14.0030898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\FuncTorchTLS.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:14.0040783Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Generator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:14.0046140Z creating build\bdist.win-amd64\wheel\torch\include\ATen\hip 2024-11-01T16:35:14.0049188Z creating build\bdist.win-amd64\wheel\torch\include\ATen\hip\impl 2024-11-01T16:35:14.0052527Z 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:35:14.0058025Z 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:35:14.0062905Z 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:35:14.0074643Z 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:35:14.0079957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\InferSize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:14.0085748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\InitialTensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:14.0090994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\jiterator_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:14.0096293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\jit_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:14.0101325Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Layout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:14.0106382Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyBatchedFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:14.0111802Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyBatchedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:14.0117105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyVmapMode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:14.0130951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyVmapTransforms.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:14.0136450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LinalgBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:14.0141790Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MapAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:14.0147490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MatrixRef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:14.0152803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MemoryOverlap.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:14.0157965Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MetaFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:14.0163553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MetaFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:14.0169034Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MethodOperators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:14.0174785Z creating build\bdist.win-amd64\wheel\torch\include\ATen\miopen 2024-11-01T16:35:14.0177904Z 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:35:14.0183219Z 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:35:14.0188379Z 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:35:14.0193473Z 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:35:14.0203127Z 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:35:14.0207848Z 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:35:14.0213154Z creating build\bdist.win-amd64\wheel\torch\include\ATen\mps 2024-11-01T16:35:14.0216157Z 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:35:14.0221373Z 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:35:14.0226991Z 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:35:14.0232934Z 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:35:14.0242868Z 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:35:14.0248054Z 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:35:14.0253630Z 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:35:14.0259191Z 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:35:14.0264306Z 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:35:14.0269568Z 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:35:14.0275293Z 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:35:14.0280842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NamedTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:14.0289983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NamedTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:14.0296822Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native 2024-11-01T16:35:14.0299844Z 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:35:14.0305206Z 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:35:14.0310671Z 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:35:14.0316980Z 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:35:14.0327714Z 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:35:14.0332369Z 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:35:14.0354291Z 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:35:14.0359614Z 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:35:14.0364475Z 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:35:14.0369671Z 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:35:14.0375454Z 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:35:14.0380955Z 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:35:14.0385815Z 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:35:14.0391360Z 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:35:14.0396647Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\cpu 2024-11-01T16:35:14.0399911Z 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:35:14.0405567Z 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:35:14.0411088Z 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:35:14.0415949Z 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:35:14.0424969Z 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:35:14.0429741Z 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:35:14.0434718Z 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:35:14.0440970Z 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:35:14.0446000Z 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:35:14.0451046Z 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:35:14.0456144Z 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:35:14.0461799Z 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:35:14.0466362Z 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:35:14.0471800Z 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:35:14.0476957Z 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:35:14.0482589Z 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:35:14.0487832Z 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:35:14.0493819Z 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:35:14.0498936Z 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:35:14.0504501Z 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:35:14.0515241Z 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:35:14.0521075Z 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:35:14.0526163Z 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:35:14.0531560Z 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:35:14.0536959Z 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:35:14.0542741Z 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:35:14.0547405Z 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:35:14.0553907Z 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:35:14.0558829Z 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:35:14.0568102Z 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:35:14.0573145Z 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:35:14.0578349Z 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:35:14.0583603Z 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:35:14.0589064Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\cuda 2024-11-01T16:35:14.0592416Z 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:35:14.0597457Z 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:35:14.0602653Z 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:35:14.0607933Z 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:35:14.0617279Z 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:35:14.0621839Z 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:35:14.0627790Z 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:35:14.0633097Z 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:35:14.0638763Z 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:35:14.0644083Z 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:35:14.0649000Z 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:35:14.0654203Z 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:35:14.0660084Z 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:35:14.0665022Z 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:35:14.0671014Z 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:35:14.0676105Z 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:35:14.0681984Z 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:35:14.0687427Z 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:35:14.0696451Z 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:35:14.0701600Z 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:35:14.0707346Z 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:35:14.0712886Z 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:35:14.0718489Z 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:35:14.0724184Z 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:35:14.0729093Z 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:35:14.0734564Z 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:35:14.0739635Z 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:35:14.0745187Z 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:35:14.0754730Z 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:35:14.0759865Z 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:35:14.0766943Z 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:35:14.0772654Z 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:35:14.0796793Z 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:35:14.0802125Z 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:35:14.0808566Z 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:35:14.0814476Z 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:35:14.0819286Z 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:35:14.0824828Z 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:35:14.0830500Z 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:35:14.0835798Z 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:35:14.0846335Z 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:35:14.0851380Z 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:35:14.0856226Z 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:35:14.0861444Z 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:35:14.0867055Z 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:35:14.0871915Z 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:35:14.0876721Z 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:35:14.0890363Z 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:35:14.0892139Z 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:35:14.0893833Z 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:35:14.0898216Z 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:35:14.0908532Z 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:35:14.0913315Z 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:35:14.0918691Z 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:35:14.0923797Z 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:35:14.0928600Z 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:35:14.0933706Z 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:35:14.0939673Z 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:35:14.0944905Z 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:35:14.0956080Z 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:35:14.0961204Z 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:35:14.0967041Z 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:35:14.0972892Z 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:35:14.0978066Z 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:35:14.0982844Z 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:35:14.0988228Z 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:35:14.0993688Z 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:35:14.0998613Z 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:35:14.1003648Z 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:35:14.1008893Z 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:35:14.1013629Z 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:35:14.1023742Z 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:35:14.1028827Z 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:35:14.1034349Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\hip 2024-11-01T16:35:14.1037379Z 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:35:14.1042517Z 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:35:14.1047637Z 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:35:14.1052767Z 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:35:14.1058032Z 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:35:14.1063217Z 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:35:14.1069413Z 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:35:14.1077271Z 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:35:14.1082798Z 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:35:14.1088065Z 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:35:14.1098018Z 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:35:14.1103911Z 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:35:14.1108844Z 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:35:14.1115814Z 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:35:14.1121478Z 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:35:14.1126567Z 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:35:14.1132217Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mkldnn 2024-11-01T16:35:14.1135115Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mkldnn\xpu 2024-11-01T16:35:14.1138289Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mkldnn\xpu\detail 2024-11-01T16:35:14.1140940Z 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:35:14.1146070Z 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:35:14.1151144Z 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:35:14.1156614Z 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:35:14.1162787Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mps 2024-11-01T16:35:14.1165766Z 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:35:14.1170804Z 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:35:14.1176693Z 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:35:14.1181978Z 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:35:14.1192967Z 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:35:14.1198575Z 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:35:14.1203709Z 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:35:14.1209370Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\nested 2024-11-01T16:35:14.1212771Z 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:35:14.1217452Z 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:35:14.1222655Z 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:35:14.1232233Z 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:35:14.1237391Z 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:35:14.1242812Z 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:35:14.1248165Z 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:35:14.1258148Z 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:35:14.1262979Z 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:35:14.1268231Z 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:35:14.1273505Z 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:35:14.1278814Z 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:35:14.1284099Z 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:35:14.1289605Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\quantized 2024-11-01T16:35:14.1292758Z 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:35:14.1298646Z 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:35:14.1304016Z 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:35:14.1313832Z 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:35:14.1319221Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\quantized\cpu 2024-11-01T16:35:14.1322970Z 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:35:14.1327729Z 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:35:14.1333324Z 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:35:14.1338940Z 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:35:14.1349189Z 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:35:14.1354676Z 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:35:14.1359995Z 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:35:14.1365814Z 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:35:14.1371415Z 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:35:14.1376390Z 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:35:14.1381760Z 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:35:14.1388509Z 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:35:14.1394019Z 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:35:14.1399802Z 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:35:14.1404901Z 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:35:14.1410346Z 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:35:14.1420722Z 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:35:14.1425774Z 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:35:14.1431063Z 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:35:14.1441126Z 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:35:14.1446049Z 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:35:14.1451595Z 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:35:14.1465467Z 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:35:14.1470599Z 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:35:14.1476489Z 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:35:14.1481860Z 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:35:14.1487235Z 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:35:14.1492484Z 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:35:14.1497729Z 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:35:14.1502972Z 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:35:14.1508739Z 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:35:14.1513882Z 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:35:14.1518803Z 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:35:14.1524153Z 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:35:14.1534650Z 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:35:14.1540137Z 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:35:14.1545572Z 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:35:14.1551076Z 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:35:14.1556402Z 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:35:14.1561906Z 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:35:14.1567374Z 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:35:14.1572872Z 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:35:14.1578771Z 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:35:14.1588907Z 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:35:14.1594289Z 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:35:14.1599993Z 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:35:14.1605933Z 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:35:14.1611486Z 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:35:14.1617039Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\transformers 2024-11-01T16:35:14.1620425Z 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:35:14.1625682Z 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:35:14.1631391Z 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:35:14.1636795Z 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:35:14.1642295Z 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:35:14.1647899Z 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:35:14.1653019Z 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:35:14.1658157Z 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:35:14.1663312Z 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:35:14.1668766Z 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:35:14.1674875Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\utils 2024-11-01T16:35:14.1677819Z 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:35:14.1682953Z 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:35:14.1688419Z 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:35:14.1693610Z 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:35:14.1698665Z 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:35:14.1703801Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NativeFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:14.1710285Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NativeMetaFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:14.1716692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NestedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:14.1722209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NumericUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:14.1727694Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\OpaqueTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:14.1733269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Operators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:14.1739635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\OpMathType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:14.1883020Z creating build\bdist.win-amd64\wheel\torch\include\ATen\ops 2024-11-01T16:35:14.1885926Z 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:35:14.1890858Z 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:35:14.1896094Z 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:35:14.1900956Z 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:35:14.1910600Z 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:35:14.1915749Z 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:35:14.1921014Z 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:35:14.1926086Z 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:35:14.1930997Z 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:35:14.1935943Z 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:35:14.1941089Z 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:35:14.1945992Z 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:35:14.1951279Z 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:35:14.1956124Z 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:35:14.1961525Z 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:35:14.1985144Z 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:35:14.1990197Z 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:35:14.1995306Z 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:35:14.2000592Z 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:35:14.2006306Z 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:35:14.2016381Z 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:35:14.2021499Z 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:35:14.2026902Z 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:35:14.2032473Z 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:35:14.2037647Z 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:35:14.2043097Z 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:35:14.2049099Z 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:35:14.2054966Z 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:35:14.2060348Z 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:35:14.2065866Z 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:35:14.2076750Z 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:35:14.2082810Z 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:35:14.2087982Z 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:35:14.2094216Z 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:35:14.2099398Z 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:35:14.2104845Z 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:35:14.2110416Z 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:35:14.2116945Z 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:35:14.2126630Z 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:35:14.2132116Z 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:35:14.2139343Z 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:35:14.2145630Z 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:35:14.2151562Z 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:35:14.2157024Z 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:35:14.2162707Z 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:35:14.2168189Z 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:35:14.2174151Z 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:35:14.2180303Z 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:35:14.2194429Z 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:35:14.2199818Z 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:35:14.2205242Z 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:35:14.2210940Z 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:35:14.2216247Z 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:35:14.2222490Z 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:35:14.2228101Z 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:35:14.2233782Z 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:35:14.2239506Z 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:35:14.2245276Z 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:35:14.2250833Z 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:35:14.2262399Z 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:35:14.2268071Z 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:35:14.2273313Z 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:35:14.2279063Z 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:35:14.2284834Z 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:35:14.2290441Z 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:35:14.2301590Z 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:35:14.2306884Z 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:35:14.2312475Z 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:35:14.2318077Z 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:35:14.2324704Z 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:35:14.2329655Z 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:35:14.2339807Z 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:35:14.2345550Z 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:35:14.2351256Z 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:35:14.2356739Z 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:35:14.2362444Z 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:35:14.2368437Z 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:35:14.2374015Z 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:35:14.2379613Z 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:35:14.2385089Z 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:35:14.2390707Z 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:35:14.2396768Z 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:35:14.2402994Z 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:35:14.2408619Z 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:35:14.2414280Z 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:35:14.2419370Z 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:35:14.2424754Z 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:35:14.2430126Z 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:35:14.2435664Z 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:35:14.2451993Z 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:35:14.2457286Z 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:35:14.2463195Z 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:35:14.2468320Z 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:35:14.2479230Z 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:35:14.2484684Z 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:35:14.2490208Z 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:35:14.2495632Z 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:35:14.2500961Z 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:35:14.2506694Z 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:35:14.2512325Z 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:35:14.2517407Z 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:35:14.2522994Z 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:35:14.2528344Z 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:35:14.2533904Z 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:35:14.2539283Z 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:35:14.2545177Z 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:35:14.2550805Z 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:35:14.2556476Z 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:35:14.2561738Z 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:35:14.2567124Z 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:35:14.2572472Z 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:35:14.2577979Z 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:35:14.2583508Z 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:35:14.2588883Z 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:35:14.2599765Z 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:35:14.2605391Z 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:35:14.2611053Z 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:35:14.2616447Z 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:35:14.2621632Z 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:35:14.2627238Z 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:35:14.2632623Z 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:35:14.2638276Z 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:35:14.2643828Z 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:35:14.2649329Z 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:35:14.2654543Z 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:35:14.2660005Z 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:35:14.2665460Z 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:35:14.2670807Z 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:35:14.2676388Z 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:35:14.2682063Z 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:35:14.2687332Z 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:35:14.2692799Z 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:35:14.2698067Z 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:35:14.2703099Z 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:35:14.2708429Z 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:35:14.2714481Z 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:35:14.2719812Z 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:35:14.2725342Z 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:35:14.2730588Z 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:35:14.2735690Z 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:35:14.2741299Z 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:35:14.2746820Z 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:35:14.2752615Z 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:35:14.2758250Z 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:35:14.2764319Z 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:35:14.2770173Z 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:35:14.2775610Z 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:35:14.2781266Z 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:35:14.2786629Z 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:35:14.2792052Z 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:35:14.2797580Z 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:35:14.2804112Z 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:35:14.2809706Z 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:35:14.2821928Z 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:35:14.2827125Z 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:35:14.2833244Z 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:35:14.2838407Z 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:35:14.2843991Z 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:35:14.2850036Z 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:35:14.2855907Z 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:35:14.2861830Z 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:35:14.2867900Z 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:35:14.2874311Z 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:35:14.2880295Z 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:35:14.2885833Z 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:35:14.2891897Z 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:35:14.2898102Z 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:35:14.2903619Z 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:35:14.2909075Z 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:35:14.2915352Z 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:35:14.2920929Z 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:35:14.2926510Z 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:35:14.2932076Z 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:35:14.2937913Z 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:35:14.2943914Z 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:35:14.2950152Z 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:35:14.2956256Z 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:35:14.2962063Z 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:35:14.2967725Z 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:35:14.2973278Z 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:35:14.2978656Z 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:35:14.2984061Z 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:35:14.2989444Z 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:35:14.2994762Z 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:35:14.3000505Z 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:35:14.3006055Z 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:35:14.3012114Z 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:35:14.3017537Z 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:35:14.3023034Z 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:35:14.3028268Z 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:35:14.3033796Z 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:35:14.3039240Z 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:35:14.3044740Z 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:35:14.3050182Z 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:35:14.3060465Z 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:35:14.3065582Z 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:35:14.3070642Z 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:35:14.3076310Z 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:35:14.3081616Z 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:35:14.3087066Z 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:35:14.3092514Z 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:35:14.3098029Z 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:35:14.3103710Z 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:35:14.3109316Z 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:35:14.3115324Z 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:35:14.3120644Z 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:35:14.3126134Z 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:35:14.3131566Z 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:35:14.3137054Z 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:35:14.3142582Z 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:35:14.3148161Z 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:35:14.3153469Z 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:35:14.3158932Z 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:35:14.3164499Z 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:35:14.3170027Z 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:35:14.3175323Z 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:35:14.3180554Z 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:35:14.3186042Z 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:35:14.3191694Z 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:35:14.3197192Z 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:35:14.3202805Z 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:35:14.3208855Z 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:35:14.3214372Z 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:35:14.3219962Z 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:35:14.3225364Z 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:35:14.3231174Z 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:35:14.3236528Z 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:35:14.3242016Z 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:35:14.3247443Z 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:35:14.3252866Z 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:35:14.3258154Z 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:35:14.3263786Z 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:35:14.3269060Z 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:35:14.3274560Z 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:35:14.3280605Z 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:35:14.3306881Z 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:35:14.3312199Z 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:35:14.3317764Z 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:35:14.3323056Z 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:35:14.3329133Z 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:35:14.3335514Z 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:35:14.3340210Z 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:35:14.3346308Z 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:35:14.3352494Z 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:35:14.3358326Z 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:35:14.3364355Z 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:35:14.3369932Z 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:35:14.3375438Z 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:35:14.3380802Z 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:35:14.3386492Z 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:35:14.3392070Z 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:35:14.3398133Z 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:35:14.3403751Z 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:35:14.3409147Z 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:35:14.3414539Z 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:35:14.3420173Z 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:35:14.3425661Z 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:35:14.3431450Z 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:35:14.3436821Z 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:35:14.3442518Z 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:35:14.3447903Z 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:35:14.3453272Z 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:35:14.3458930Z 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:35:14.3464437Z 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:35:14.3469733Z 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:35:14.3475307Z 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:35:14.3481057Z 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:35:14.3486362Z 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:35:14.3491747Z 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:35:14.3497279Z 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:35:14.3502689Z 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:35:14.3530241Z 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:35:14.3535620Z 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:35:14.3541300Z 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:35:14.3546920Z 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:35:14.3552227Z 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:35:14.3557617Z 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:35:14.3563393Z 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:35:14.3568616Z 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:35:14.3573998Z 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:35:14.3579685Z 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:35:14.3585110Z 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:35:14.3590663Z 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:35:14.3595832Z 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:35:14.3601037Z 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:35:14.3606267Z 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:35:14.3611309Z 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:35:14.3616478Z 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:35:14.3621610Z 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:35:14.3627142Z 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:35:14.3632666Z 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:35:14.3638279Z 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:35:14.3643834Z 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:35:14.3649260Z 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:35:14.3654659Z 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:35:14.3660103Z 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:35:14.3665768Z 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:35:14.3671387Z 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:35:14.3677304Z 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:35:14.3682819Z 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:35:14.3688412Z 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:35:14.3693685Z 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:35:14.3698905Z 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:35:14.3704062Z 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:35:14.3709513Z 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:35:14.3714773Z 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:35:14.3720667Z 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:35:14.3726021Z 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:35:14.3732115Z 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:35:14.3745508Z 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:35:14.3757665Z 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:35:14.3763259Z 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:35:14.3768738Z 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:35:14.3774272Z 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:35:14.3779857Z 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:35:14.3785369Z 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:35:14.3790797Z 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:35:14.3796573Z 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:35:14.3802699Z 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:35:14.3808442Z 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:35:14.3814110Z 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:35:14.3819619Z 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:35:14.3825523Z 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:35:14.3831684Z 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:35:14.3837569Z 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:35:14.3844109Z 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:35:14.3851108Z 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:35:14.3856025Z 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:35:14.3861830Z 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:35:14.3867606Z 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:35:14.3872918Z 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:35:14.3878692Z 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:35:14.3884436Z 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:35:14.3889785Z 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:35:14.3895341Z 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:35:14.3900770Z 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:35:14.3906024Z 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:35:14.3911471Z 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:35:14.3916891Z 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:35:14.3923460Z 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:35:14.3928634Z 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:35:14.3933982Z 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:35:14.3939261Z 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:35:14.3944957Z 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:35:14.3949959Z 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:35:14.3955101Z 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:35:14.3960210Z 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:35:14.3966081Z 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:35:14.3971224Z 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:35:14.3976278Z 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:35:14.3981825Z 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:35:14.3987372Z 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:35:14.3992708Z 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:35:14.3997868Z 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:35:14.4003643Z 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:35:14.4009415Z 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:35:14.4014642Z 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:35:14.4019789Z 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:35:14.4025146Z 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:35:14.4030757Z 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:35:14.4036258Z 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:35:14.4041892Z 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:35:14.4047262Z 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:35:14.4052764Z 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:35:14.4059330Z 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:35:14.4064690Z 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:35:14.4070208Z 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:35:14.4075693Z 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:35:14.4081559Z 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:35:14.4086992Z 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:35:14.4092488Z 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:35:14.4098489Z 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:35:14.4103747Z 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:35:14.4109225Z 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:35:14.4114807Z 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:35:14.4124639Z 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:35:14.4127643Z 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:35:14.4159932Z 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:35:14.4165239Z 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:35:14.4170719Z 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:35:14.4179923Z 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:35:14.4185345Z 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:35:14.4190731Z 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:35:14.4196587Z 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:35:14.4202090Z 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:35:14.4207581Z 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:35:14.4213164Z 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:35:14.4219174Z 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:35:14.4224423Z 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:35:14.4230061Z 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:35:14.4242829Z 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:35:14.4248389Z 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:35:14.4253899Z 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:35:14.4259873Z 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:35:14.4265319Z 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:35:14.4271112Z 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:35:14.4276143Z 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:35:14.4281500Z 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:35:14.4286733Z 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:35:14.4293235Z 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:35:14.4298257Z 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:35:14.4303470Z 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:35:14.4309887Z 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:35:14.4315667Z 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:35:14.4321718Z 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:35:14.4327018Z 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:35:14.4332967Z 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:35:14.4339582Z 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:35:14.4345528Z 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:35:14.4352343Z 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:35:14.4358397Z 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:35:14.4365592Z 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:35:14.4371371Z 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:35:14.4376951Z 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:35:14.4382843Z 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:35:14.4388338Z 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:35:14.4393851Z 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:35:14.4400137Z 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:35:14.4406238Z 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:35:14.4411632Z 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:35:14.4416989Z 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:35:14.4423229Z 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:35:14.4428865Z 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:35:14.4434132Z 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:35:14.4439733Z 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:35:14.4445688Z 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:35:14.4451122Z 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:35:14.4457579Z 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:35:14.4463459Z 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:35:14.4468865Z 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:35:14.4474750Z 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:35:14.4480364Z 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:35:14.4486178Z 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:35:14.4492482Z 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:35:14.4497858Z 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:35:14.4503840Z 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:35:14.4509485Z 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:35:14.4514991Z 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:35:14.4520911Z 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:35:14.4526479Z 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:35:14.4532343Z 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:35:14.4537770Z 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:35:14.4543141Z 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:35:14.4548617Z 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:35:14.4554141Z 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:35:14.4560176Z 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:35:14.4566830Z 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:35:14.4571867Z 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:35:14.4577171Z 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:35:14.4583206Z 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:35:14.4588418Z 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:35:14.4594139Z 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:35:14.4599808Z 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:35:14.4605120Z 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:35:14.4611054Z 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:35:14.4622987Z 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:35:14.4628093Z 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:35:14.4633424Z 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:35:14.4638962Z 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:35:14.4644971Z 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:35:14.4650051Z 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:35:14.4655131Z 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:35:14.4660468Z 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:35:14.4666438Z 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:35:14.4672003Z 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:35:14.4677803Z 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:35:14.4683256Z 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:35:14.4688651Z 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:35:14.4694643Z 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:35:14.4700148Z 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:35:14.4706041Z 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:35:14.4712530Z 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:35:14.4718361Z 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:35:14.4725312Z 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:35:14.4730553Z 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:35:14.4736130Z 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:35:14.4742153Z 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:35:14.4747940Z 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:35:14.4753122Z 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:35:14.4759397Z 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:35:14.4764864Z 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:35:14.4770306Z 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:35:14.4775623Z 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:35:14.4781137Z 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:35:14.4786437Z 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:35:14.4791676Z 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:35:14.4797114Z 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:35:14.4802756Z 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:35:14.4808319Z 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:35:14.4814197Z 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:35:14.4819833Z 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:35:14.4825487Z 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:35:14.4831332Z 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:35:14.4837670Z 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:35:14.4844250Z 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:35:14.4850468Z 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:35:14.4855454Z 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:35:14.4862293Z 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:35:14.4869416Z 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:35:14.4875020Z 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:35:14.4880304Z 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:35:14.4886455Z 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:35:14.4892117Z 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:35:14.4897949Z 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:35:14.4903667Z 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:35:14.4909514Z 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:35:14.4914997Z 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:35:14.4921733Z 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:35:14.4926589Z 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:35:14.4932126Z 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:35:14.4937800Z 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:35:14.4943445Z 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:35:14.4949801Z 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:35:14.4955481Z 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:35:14.4960916Z 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:35:14.4966997Z 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:35:14.4972633Z 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:35:14.4978293Z 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:35:14.4983905Z 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:35:14.4989407Z 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:35:14.4995199Z 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:35:14.5000715Z 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:35:14.5006100Z 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:35:14.5029073Z 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:35:14.5035124Z 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:35:14.5042501Z 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:35:14.5048639Z 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:35:14.5076100Z 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:35:14.5082384Z 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:35:14.5087863Z 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:35:14.5093862Z 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:35:14.5100605Z 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:35:14.5106015Z 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:35:14.5112209Z 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:35:14.5118091Z 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:35:14.5123869Z 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:35:14.5130120Z 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:35:14.5135567Z 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:35:14.5141221Z 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:35:14.5146771Z 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:35:14.5152380Z 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:35:14.5158052Z 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:35:14.5163804Z 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:35:14.5169362Z 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:35:14.5174862Z 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:35:14.5180433Z 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:35:14.5186438Z 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:35:14.5191789Z 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:35:14.5196869Z 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:35:14.5202369Z 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:35:14.5207894Z 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:35:14.5213359Z 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:35:14.5218742Z 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:35:14.5224034Z 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:35:14.5228999Z 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:35:14.5234376Z 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:35:14.5239863Z 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:35:14.5245012Z 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:35:14.5250691Z 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:35:14.5256185Z 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:35:14.5261372Z 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:35:14.5266854Z 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:35:14.5272888Z 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:35:14.5278347Z 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:35:14.5283916Z 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:35:14.5289551Z 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:35:14.5295127Z 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:35:14.5300420Z 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:35:14.5305811Z 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:35:14.5311158Z 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:35:14.5316555Z 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:35:14.5322413Z 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:35:14.5327721Z 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:35:14.5333276Z 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:35:14.5338288Z 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:35:14.5343634Z 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:35:14.5349230Z 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:35:14.5354499Z 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:35:14.5359691Z 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:35:14.5365065Z 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:35:14.5370817Z 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:35:14.5376213Z 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:35:14.5381748Z 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:35:14.5387113Z 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:35:14.5392599Z 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:35:14.5397964Z 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:35:14.5403753Z 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:35:14.5409962Z 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:35:14.5415922Z 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:35:14.5422201Z 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:35:14.5428563Z 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:35:14.5434830Z 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:35:14.5440555Z 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:35:14.5453759Z 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:35:14.5459411Z 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:35:14.5465046Z 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:35:14.5470200Z 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:35:14.5475503Z 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:35:14.5481412Z 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:35:14.5487124Z 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:35:14.5492471Z 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:35:14.5498329Z 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:35:14.5503992Z 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:35:14.5509151Z 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:35:14.5514447Z 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:35:14.5519940Z 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:35:14.5525546Z 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:35:14.5530908Z 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:35:14.5536271Z 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:35:14.5541930Z 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:35:14.5547132Z 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:35:14.5552538Z 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:35:14.5558397Z 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:35:14.5563424Z 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:35:14.5568675Z 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:35:14.5573924Z 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:35:14.5579010Z 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:35:14.5584621Z 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:35:14.5589972Z 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:35:14.5595253Z 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:35:14.5600492Z 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:35:14.5606227Z 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:35:14.5611563Z 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:35:14.5616728Z 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:35:14.5622011Z 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:35:14.5627429Z 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:35:14.5632642Z 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:35:14.5645720Z 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:35:14.5648691Z 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:35:14.5650428Z 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:35:14.5659219Z 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:35:14.5660936Z 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:35:14.5675561Z 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:35:14.5678251Z 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:35:14.5682279Z 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:35:14.5685047Z 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:35:14.5689038Z 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:35:14.5694148Z 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:35:14.5699621Z 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:35:14.5705322Z 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:35:14.5710717Z 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:35:14.5716558Z 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:35:14.5722224Z 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:35:14.5727576Z 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:35:14.5732954Z 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:35:14.5739056Z 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:35:14.5744356Z 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:35:14.5749991Z 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:35:14.5755513Z 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:35:14.5761405Z 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:35:14.5766826Z 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:35:14.5772249Z 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:35:14.5777530Z 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:35:14.5782992Z 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:35:14.5788626Z 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:35:14.5793713Z 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:35:14.5799099Z 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:35:14.5804672Z 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:35:14.5809930Z 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:35:14.5815462Z 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:35:14.5820747Z 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:35:14.5826799Z 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:35:14.5832548Z 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:35:14.5838174Z 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:35:14.5843659Z 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:35:14.5849103Z 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:35:14.5856161Z 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:35:14.5861623Z 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:35:14.5867185Z 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:35:14.5872657Z 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:35:14.5878009Z 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:35:14.5884028Z 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:35:14.5890312Z 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:35:14.5896669Z 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:35:14.5902809Z 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:35:14.5908378Z 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:35:14.5914540Z 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:35:14.5921285Z 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:35:14.5927326Z 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:35:14.5933068Z 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:35:14.5938291Z 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:35:14.5945089Z 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:35:14.5949921Z 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:35:14.5956475Z 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:35:14.5962014Z 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:35:14.5967102Z 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:35:14.5973598Z 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:35:14.5978881Z 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:35:14.5984499Z 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:35:14.5989897Z 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:35:14.5995279Z 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:35:14.6000926Z 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:35:14.6006202Z 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:35:14.6011659Z 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:35:14.6017737Z 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:35:14.6023067Z 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:35:14.6028714Z 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:35:14.6034061Z 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:35:14.6039806Z 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:35:14.6045352Z 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:35:14.6050585Z 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:35:14.6056018Z 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:35:14.6061738Z 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:35:14.6067369Z 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:35:14.6073331Z 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:35:14.6078742Z 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:35:14.6084408Z 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:35:14.6089987Z 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:35:14.6095468Z 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:35:14.6100696Z 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:35:14.6106102Z 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:35:14.6112095Z 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:35:14.6117591Z 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:35:14.6123118Z 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:35:14.6128520Z 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:35:14.6133996Z 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:35:14.6139259Z 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:35:14.6144649Z 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:35:14.6150420Z 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:35:14.6155852Z 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:35:14.6161463Z 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:35:14.6166885Z 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:35:14.6172649Z 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:35:14.6178108Z 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:35:14.6183442Z 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:35:14.6189157Z 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:35:14.6194467Z 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:35:14.6200056Z 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:35:14.6205665Z 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:35:14.6210909Z 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:35:14.6216768Z 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:35:14.6222058Z 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:35:14.6227401Z 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:35:14.6233249Z 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:35:14.6239019Z 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:35:14.6244765Z 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:35:14.6250464Z 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:35:14.6256044Z 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:35:14.6262013Z 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:35:14.6267637Z 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:35:14.6273524Z 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:35:14.6278990Z 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:35:14.6284805Z 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:35:14.6290423Z 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:35:14.6303745Z 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:35:14.6309107Z 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:35:14.6314794Z 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:35:14.6320480Z 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:35:14.6326128Z 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:35:14.6331732Z 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:35:14.6337340Z 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:35:14.6344042Z 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:35:14.6350517Z 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:35:14.6355380Z 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:35:14.6362270Z 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:35:14.6368656Z 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:35:14.6374007Z 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:35:14.6379649Z 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:35:14.6385163Z 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:35:14.6390710Z 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:35:14.6396355Z 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:35:14.6402353Z 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:35:14.6408046Z 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:35:14.6413718Z 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:35:14.6419526Z 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:35:14.6425256Z 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:35:14.6431185Z 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:35:14.6436728Z 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:35:14.6442400Z 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:35:14.6448375Z 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:35:14.6454476Z 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:35:14.6461111Z 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:35:14.6466737Z 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:35:14.6472854Z 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:35:14.6478815Z 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:35:14.6484506Z 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:35:14.6490293Z 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:35:14.6496149Z 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:35:14.6501693Z 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:35:14.6507143Z 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:35:14.6512652Z 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:35:14.6518422Z 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:35:14.6523760Z 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:35:14.6544129Z 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:35:14.6549469Z 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:35:14.6555178Z 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:35:14.6560981Z 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:35:14.6566377Z 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:35:14.6571857Z 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:35:14.6577558Z 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:35:14.6583399Z 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:35:14.6588891Z 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:35:14.6594493Z 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:35:14.6600154Z 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:35:14.6605969Z 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:35:14.6611486Z 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:35:14.6617245Z 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:35:14.6622876Z 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:35:14.6628734Z 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:35:14.6634319Z 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:35:14.6639943Z 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:35:14.6645415Z 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:35:14.6650595Z 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:35:14.6656490Z 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:35:14.6662179Z 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:35:14.6667869Z 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:35:14.6673547Z 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:35:14.6679156Z 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:35:14.6684994Z 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:35:14.6690721Z 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:35:14.6696592Z 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:35:14.6703127Z 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:35:14.6708697Z 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:35:14.6714196Z 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:35:14.6719738Z 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:35:14.6725254Z 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:35:14.6730628Z 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:35:14.6737005Z 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:35:14.6742572Z 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:35:14.6748266Z 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:35:14.6754554Z 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:35:14.6759760Z 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:35:14.6765163Z 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:35:14.6770618Z 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:35:14.6776184Z 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:35:14.6781621Z 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:35:14.6786862Z 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:35:14.6792640Z 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:35:14.6798038Z 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:35:14.6803813Z 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:35:14.6809536Z 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:35:14.6814951Z 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:35:14.6820596Z 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:35:14.6826056Z 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:35:14.6831487Z 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:35:14.6837393Z 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:35:14.6843185Z 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:35:14.6848861Z 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:35:14.6855177Z 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:35:14.6861047Z 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:35:14.6868037Z 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:35:14.6873598Z 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:35:14.6880484Z 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:35:14.6885478Z 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:35:14.6891831Z 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:35:14.6898159Z 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:35:14.6902963Z 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:35:14.6909508Z 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:35:14.6914440Z 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:35:14.6919972Z 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:35:14.6926312Z 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:35:14.6932007Z 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:35:14.6937812Z 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:35:14.6943511Z 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:35:14.6949467Z 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:35:14.6955324Z 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:35:14.6961533Z 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:35:14.6970893Z 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:35:14.6976202Z 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:35:14.6981392Z 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:35:14.6986889Z 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:35:14.6993018Z 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:35:14.6998784Z 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:35:14.7007683Z 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:35:14.7013095Z 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:35:14.7018570Z 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:35:14.7024065Z 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:35:14.7029629Z 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:35:14.7035525Z 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:35:14.7040889Z 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:35:14.7047008Z 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:35:14.7052703Z 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:35:14.7058119Z 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:35:14.7063681Z 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:35:14.7069350Z 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:35:14.7074690Z 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:35:14.7080292Z 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:35:14.7085850Z 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:35:14.7091201Z 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:35:14.7096610Z 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:35:14.7102205Z 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:35:14.7118970Z 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:35:14.7124857Z 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:35:14.7130381Z 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:35:14.7135824Z 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:35:14.7172760Z 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:35:14.7178754Z 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:35:14.7184543Z 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:35:14.7190439Z 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:35:14.7196201Z 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:35:14.7202267Z 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:35:14.7207972Z 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:35:14.7214282Z 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:35:14.7220045Z 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:35:14.7225758Z 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:35:14.7231545Z 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:35:14.7237487Z 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:35:14.7243275Z 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:35:14.7249146Z 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:35:14.7254896Z 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:35:14.7260639Z 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:35:14.7266587Z 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:35:14.7272663Z 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:35:14.7278346Z 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:35:14.7284401Z 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:35:14.7290158Z 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:35:14.7295872Z 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:35:14.7301643Z 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:35:14.7307301Z 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:35:14.7313058Z 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:35:14.7319246Z 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:35:14.7326338Z 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:35:14.7332195Z 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:35:14.7337809Z 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:35:14.7344011Z 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:35:14.7350153Z 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:35:14.7356029Z 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:35:14.7362346Z 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:35:14.7368541Z 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:35:14.7374886Z 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:35:14.7381139Z 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:35:14.7387317Z 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:35:14.7393295Z 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:35:14.7399245Z 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:35:14.7405303Z 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:35:14.7410930Z 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:35:14.7416823Z 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:35:14.7422882Z 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:35:14.7428480Z 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:35:14.7434552Z 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:35:14.7440681Z 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:35:14.7446592Z 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:35:14.7451782Z 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:35:14.7457288Z 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:35:14.7462988Z 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:35:14.7468692Z 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:35:14.7474118Z 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:35:14.7479554Z 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:35:14.7485312Z 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:35:14.7490865Z 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:35:14.7496434Z 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:35:14.7501932Z 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:35:14.7507461Z 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:35:14.7513017Z 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:35:14.7518561Z 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:35:14.7523970Z 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:35:14.7529384Z 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:35:14.7534931Z 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:35:14.7540397Z 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:35:14.7546229Z 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:35:14.7551555Z 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:35:14.7556945Z 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:35:14.7563385Z 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:35:14.7569180Z 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:35:14.7574858Z 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:35:14.7580485Z 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:35:14.7585979Z 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:35:14.7591646Z 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:35:14.7597040Z 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:35:14.7602852Z 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:35:14.7608441Z 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:35:14.7614221Z 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:35:14.7619821Z 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:35:14.7625385Z 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:35:14.7630857Z 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:35:14.7636275Z 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:35:14.7641928Z 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:35:14.7647501Z 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:35:14.7652969Z 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:35:14.7658955Z 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:35:14.7664873Z 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:35:14.7670302Z 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:35:14.7676105Z 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:35:14.7681760Z 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:35:14.7687138Z 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:35:14.7692456Z 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:35:14.7697889Z 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:35:14.7703217Z 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:35:14.7708847Z 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:35:14.7714330Z 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:35:14.7719968Z 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:35:14.7725743Z 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:35:14.7731438Z 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:35:14.7736901Z 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:35:14.7742635Z 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:35:14.7748726Z 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:35:14.7754251Z 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:35:14.7759885Z 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:35:14.7765918Z 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:35:14.7771723Z 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:35:14.7777531Z 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:35:14.7783351Z 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:35:14.7788718Z 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:35:14.7794421Z 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:35:14.7799944Z 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:35:14.7806074Z 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:35:14.7811864Z 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:35:14.7818004Z 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:35:14.7823629Z 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:35:14.7829700Z 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:35:14.7835099Z 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:35:14.7841282Z 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:35:14.7846870Z 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:35:14.7852882Z 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:35:14.7858210Z 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:35:14.7864533Z 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:35:14.7870088Z 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:35:14.7876080Z 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:35:14.7881526Z 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:35:14.7887233Z 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:35:14.7892650Z 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:35:14.7898716Z 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:35:14.7904371Z 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:35:14.7910128Z 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:35:14.7916076Z 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:35:14.7921733Z 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:35:14.7927003Z 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:35:14.7933105Z 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:35:14.7938725Z 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:35:14.7944353Z 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:35:14.7949876Z 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:35:14.7955468Z 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:35:14.7961560Z 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:35:14.7966673Z 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:35:14.7972569Z 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:35:14.7978182Z 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:35:14.7983768Z 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:35:14.7989223Z 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:35:14.7995085Z 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:35:14.8000387Z 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:35:14.8006289Z 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:35:14.8012206Z 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:35:14.8017932Z 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:35:14.8023457Z 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:35:14.8028952Z 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:35:14.8034250Z 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:35:14.8039662Z 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:35:14.8045181Z 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:35:14.8071795Z 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:35:14.8077060Z 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:35:14.8082528Z 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:35:14.8088165Z 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:35:14.8093481Z 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:35:14.8099087Z 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:35:14.8104442Z 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:35:14.8109754Z 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:35:14.8115364Z 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:35:14.8121234Z 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:35:14.8126833Z 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:35:14.8132376Z 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:35:14.8137764Z 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:35:14.8143301Z 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:35:14.8149976Z 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:35:14.8155051Z 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:35:14.8161056Z 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:35:14.8167255Z 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:35:14.8173585Z 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:35:14.8180478Z 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:35:14.8186871Z 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:35:14.8192278Z 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:35:14.8197829Z 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:35:14.8204064Z 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:35:14.8209457Z 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:35:14.8215751Z 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:35:14.8221350Z 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:35:14.8227502Z 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:35:14.8232932Z 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:35:14.8238297Z 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:35:14.8243888Z 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:35:14.8249163Z 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:35:14.8254720Z 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:35:14.8259775Z 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:35:14.8265793Z 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:35:14.8271270Z 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:35:14.8276437Z 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:35:14.8281920Z 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:35:14.8287648Z 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:35:14.8292778Z 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:35:14.8298541Z 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:35:14.8304170Z 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:35:14.8309491Z 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:35:14.8314666Z 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:35:14.8319879Z 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:35:14.8325459Z 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:35:14.8330935Z 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:35:14.8336200Z 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:35:14.8341510Z 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:35:14.8347011Z 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:35:14.8352227Z 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:35:14.8359517Z 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:35:14.8364807Z 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:35:14.8371704Z 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:35:14.8377887Z 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:35:14.8384472Z 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:35:14.8389971Z 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:35:14.8396839Z 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:35:14.8403895Z 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:35:14.8408886Z 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:35:14.8414758Z 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:35:14.8420476Z 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:35:14.8425607Z 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:35:14.8430799Z 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:35:14.8436545Z 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:35:14.8442044Z 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:35:14.8447658Z 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:35:14.8453611Z 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:35:14.8459152Z 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:35:14.8464871Z 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:35:14.8470247Z 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:35:14.8476502Z 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:35:14.8482162Z 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:35:14.8487801Z 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:35:14.8493596Z 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:35:14.8499222Z 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:35:14.8505263Z 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:35:14.8510967Z 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:35:14.8516657Z 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:35:14.8522320Z 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:35:14.8528009Z 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:35:14.8533518Z 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:35:14.8538947Z 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:35:14.8544572Z 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:35:14.8550632Z 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:35:14.8556181Z 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:35:14.8561876Z 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:35:14.8567618Z 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:35:14.8573215Z 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:35:14.8578703Z 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:35:14.8584493Z 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:35:14.8590403Z 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:35:14.8595947Z 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:35:14.8601694Z 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:35:14.8607084Z 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:35:14.8612648Z 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:35:14.8618285Z 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:35:14.8624345Z 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:35:14.8630054Z 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:35:14.8635414Z 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:35:14.8641397Z 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:35:14.8646867Z 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:35:14.8652398Z 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:35:14.8658017Z 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:35:14.8663689Z 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:35:14.8669399Z 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:35:14.8675170Z 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:35:14.8681599Z 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:35:14.8687340Z 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:35:14.8693111Z 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:35:14.8698779Z 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:35:14.8704968Z 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:35:14.8710755Z 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:35:14.8716301Z 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:35:14.8721957Z 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:35:14.8727938Z 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:35:14.8733582Z 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:35:14.8739286Z 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:35:14.8745132Z 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:35:14.8750847Z 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:35:14.8756512Z 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:35:14.8762125Z 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:35:14.8767432Z 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:35:14.8772641Z 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:35:14.8778260Z 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:35:14.8783885Z 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:35:14.8789899Z 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:35:14.8795825Z 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:35:14.8801335Z 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:35:14.8806943Z 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:35:14.8812399Z 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:35:14.8817760Z 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:35:14.8823392Z 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:35:14.8828789Z 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:35:14.8834409Z 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:35:14.8839935Z 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:35:14.8845950Z 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:35:14.8861088Z 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:35:14.8867887Z 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:35:14.8873878Z 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:35:14.8879917Z 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:35:14.8885334Z 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:35:14.8891049Z 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:35:14.8896350Z 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:35:14.8902676Z 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:35:14.8908259Z 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:35:14.8913993Z 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:35:14.8919608Z 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:35:14.8929575Z 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:35:14.8935185Z 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:35:14.8940803Z 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:35:14.8946699Z 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:35:14.8951891Z 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:35:14.8957288Z 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:35:14.8963253Z 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:35:14.8968577Z 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:35:14.8974667Z 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:35:14.8979735Z 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:35:14.8985057Z 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:35:14.8990188Z 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:35:14.8995802Z 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:35:14.9001123Z 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:35:14.9006617Z 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:35:14.9011992Z 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:35:14.9017473Z 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:35:14.9023014Z 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:35:14.9028630Z 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:35:14.9033802Z 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:35:14.9039012Z 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:35:14.9044714Z 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:35:14.9050032Z 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:35:14.9055221Z 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:35:14.9061177Z 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:35:14.9072914Z 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:35:14.9081395Z 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:35:14.9086892Z 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:35:14.9092695Z 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:35:14.9098159Z 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:35:14.9103675Z 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:35:14.9108935Z 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:35:14.9114860Z 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:35:14.9121504Z 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:35:14.9126622Z 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:35:14.9131945Z 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:35:14.9137509Z 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:35:14.9142864Z 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:35:14.9148578Z 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:35:14.9154079Z 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:35:14.9159989Z 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:35:14.9165876Z 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:35:14.9171390Z 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:35:14.9181048Z 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:35:14.9186545Z 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:35:14.9192059Z 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:35:14.9197580Z 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:35:14.9203526Z 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:35:14.9209989Z 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:35:14.9220475Z 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:35:14.9225812Z 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:35:14.9230753Z 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:35:14.9236293Z 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:35:14.9241744Z 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:35:14.9246852Z 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:35:14.9252444Z 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:35:14.9257992Z 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:35:14.9263300Z 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:35:14.9268665Z 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:35:14.9274310Z 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:35:14.9279843Z 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:35:14.9285263Z 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:35:14.9290786Z 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:35:14.9296708Z 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:35:14.9302734Z 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:35:14.9308404Z 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:35:14.9314103Z 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:35:14.9320371Z 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:35:14.9326298Z 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:35:14.9332389Z 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:35:14.9338121Z 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:35:14.9343978Z 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:35:14.9350021Z 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:35:14.9355583Z 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:35:14.9361471Z 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:35:14.9367128Z 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:35:14.9372874Z 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:35:14.9379012Z 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:35:14.9385115Z 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:35:14.9390864Z 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:35:14.9396857Z 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:35:14.9403233Z 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:35:14.9408873Z 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:35:14.9414787Z 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:35:14.9420533Z 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:35:14.9426494Z 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:35:14.9432644Z 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:35:14.9438318Z 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:35:14.9444321Z 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:35:14.9450096Z 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:35:14.9456019Z 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:35:14.9461924Z 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:35:14.9467979Z 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:35:14.9473616Z 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:35:14.9479407Z 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:35:14.9485368Z 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:35:14.9491159Z 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:35:14.9496870Z 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:35:14.9502995Z 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:35:14.9508689Z 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:35:14.9514762Z 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:35:14.9521042Z 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:35:14.9526711Z 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:35:14.9532419Z 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:35:14.9538162Z 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:35:14.9544114Z 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:35:14.9550312Z 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:35:14.9555960Z 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:35:14.9576579Z 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:35:14.9582311Z 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:35:14.9588507Z 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:35:14.9594387Z 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:35:14.9599883Z 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:35:14.9605594Z 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:35:14.9611585Z 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:35:14.9617180Z 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:35:14.9622878Z 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:35:14.9628744Z 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:35:14.9634558Z 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:35:14.9640156Z 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:35:14.9645790Z 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:35:14.9651578Z 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:35:14.9657394Z 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:35:14.9663029Z 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:35:14.9668511Z 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:35:14.9673923Z 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:35:14.9679323Z 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:35:14.9684873Z 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:35:14.9690160Z 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:35:14.9695635Z 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:35:14.9701157Z 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:35:14.9707104Z 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:35:14.9712476Z 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:35:14.9717947Z 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:35:14.9723483Z 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:35:14.9728964Z 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:35:14.9734349Z 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:35:14.9740346Z 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:35:14.9746047Z 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:35:14.9751924Z 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:35:14.9757453Z 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:35:14.9762789Z 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:35:14.9768733Z 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:35:14.9774176Z 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:35:14.9779778Z 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:35:14.9785424Z 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:35:14.9791043Z 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:35:14.9796982Z 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:35:14.9824317Z 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:35:14.9829867Z 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:35:14.9835492Z 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:35:14.9841672Z 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:35:14.9847367Z 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:35:14.9853257Z 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:35:14.9859148Z 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:35:14.9864721Z 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:35:14.9872092Z 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:35:14.9878493Z 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:35:14.9884565Z 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:35:14.9890217Z 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:35:14.9896553Z 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:35:14.9902479Z 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:35:14.9908724Z 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:35:14.9914360Z 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:35:14.9921232Z 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:35:14.9927676Z 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:35:14.9933912Z 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:35:14.9940012Z 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:35:14.9945925Z 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:35:14.9950818Z 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:35:14.9957649Z 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:35:14.9962919Z 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:35:14.9968554Z 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:35:14.9974222Z 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:35:14.9979823Z 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:35:14.9985590Z 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:35:14.9991522Z 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:35:14.9997184Z 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:35:15.0003118Z 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:35:15.0009205Z 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:35:15.0014564Z 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:35:15.0020058Z 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:35:15.0025946Z 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:35:15.0031545Z 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:35:15.0037085Z 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:35:15.0042633Z 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:35:15.0048033Z 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:35:15.0053782Z 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:35:15.0059197Z 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:35:15.0065143Z 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:35:15.0070709Z 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:35:15.0076884Z 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:35:15.0082318Z 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:35:15.0087848Z 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:35:15.0093717Z 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:35:15.0099024Z 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:35:15.0104623Z 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:35:15.0110030Z 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:35:15.0115438Z 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:35:15.0121402Z 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:35:15.0126709Z 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:35:15.0132169Z 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:35:15.0137652Z 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:35:15.0143535Z 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:35:15.0149049Z 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:35:15.0154732Z 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:35:15.0160278Z 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:35:15.0166119Z 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:35:15.0171648Z 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:35:15.0177171Z 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:35:15.0184795Z 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:35:15.0191067Z 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:35:15.0198127Z 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:35:15.0204784Z 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:35:15.0211680Z 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:35:15.0217720Z 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:35:15.0224026Z 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:35:15.0230031Z 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:35:15.0235886Z 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:35:15.0241426Z 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:35:15.0247110Z 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:35:15.0252810Z 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:35:15.0258545Z 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:35:15.0264001Z 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:35:15.0269366Z 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:35:15.0275024Z 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:35:15.0280491Z 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:35:15.0286077Z 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:35:15.0291674Z 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:35:15.0297240Z 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:35:15.0302671Z 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:35:15.0308674Z 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:35:15.0314316Z 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:35:15.2236947Z 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:35:15.2238932Z 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:35:15.2254156Z 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:35:15.2255712Z 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:35:15.2272178Z 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:35:15.2273964Z 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:35:15.2275621Z 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:35:15.2277660Z 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:35:15.2279111Z 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:35:15.2280895Z 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:35:15.2283140Z 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:35:15.2284636Z 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:35:15.2285454Z 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:35:15.2286164Z 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:35:15.2287091Z 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:35:15.2288259Z 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:35:15.2289302Z 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:35:15.2290389Z 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:35:15.2291791Z 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:35:15.2293570Z 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:35:15.2294428Z 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:35:15.2295063Z 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:35:15.2296022Z 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:35:15.2296769Z 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:35:15.2297467Z 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:35:15.2298148Z 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:35:15.2299413Z 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:35:15.2300289Z 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:35:15.2301037Z 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:35:15.2301861Z 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:35:15.2302570Z 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:35:15.2303255Z 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:35:15.2303907Z 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:35:15.2304956Z 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:35:15.2305884Z 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:35:15.2306550Z 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:35:15.2307170Z 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:35:15.2308076Z 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:35:15.2308778Z 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:35:15.2309480Z 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:35:15.2310141Z 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:35:15.2311306Z 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:35:15.2311998Z 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:35:15.2312710Z 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:35:15.2313322Z 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:35:15.2314236Z 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:35:15.2314927Z 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:35:15.2315623Z 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:35:15.2316478Z 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:35:15.2317504Z 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:35:15.2318179Z 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:35:15.2318819Z 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:35:15.2319516Z 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:35:15.2320489Z 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:35:15.2321309Z 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:35:15.2322092Z 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:35:15.2323221Z 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:35:15.2323924Z 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:35:15.2324674Z 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:35:15.2325334Z 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:35:15.2325977Z 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:35:15.2326603Z 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:35:15.2327750Z 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:35:15.2333163Z 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:35:15.2339544Z 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:35:15.2345124Z 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:35:15.2350934Z 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:35:15.2356936Z 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:35:15.2362894Z 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:35:15.2368844Z 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:35:15.2374650Z 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:35:15.2380958Z 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:35:15.2387307Z 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:35:15.2393523Z 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:35:15.2400041Z 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:35:15.2406319Z 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:35:15.2412159Z 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:35:15.2417924Z 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:35:15.2423661Z 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:35:15.2429634Z 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:35:15.2435368Z 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:35:15.2441582Z 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:35:15.2447269Z 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:35:15.2453176Z 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:35:15.2459316Z 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:35:15.2464928Z 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:35:15.2470981Z 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:35:15.2476542Z 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:35:15.2482365Z 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:35:15.2488157Z 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:35:15.2493767Z 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:35:15.2499793Z 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:35:15.2505413Z 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:35:15.2511189Z 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:35:15.2516651Z 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:35:15.2522593Z 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:35:15.2528123Z 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:35:15.2533490Z 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:35:15.2538687Z 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:35:15.2544940Z 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:35:15.2551011Z 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:35:15.2556273Z 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:35:15.2561840Z 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:35:15.2567191Z 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:35:15.2572772Z 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:35:15.2578553Z 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:35:15.2584075Z 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:35:15.2589579Z 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:35:15.2595131Z 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:35:15.2600985Z 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:35:15.2606807Z 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:35:15.2612254Z 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:35:15.2617752Z 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:35:15.2623147Z 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:35:15.2628581Z 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:35:15.2634139Z 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:35:15.2639979Z 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:35:15.2645850Z 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:35:15.2651278Z 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:35:15.2656871Z 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:35:15.2662585Z 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:35:15.2667950Z 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:35:15.2673474Z 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:35:15.2679824Z 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:35:15.2686660Z 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:35:15.2692381Z 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:35:15.2698092Z 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:35:15.2703476Z 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:35:15.2709441Z 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:35:15.2715242Z 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:35:15.2721326Z 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:35:15.2750186Z 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:35:15.2755794Z 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:35:15.2761717Z 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:35:15.2767542Z 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:35:15.2773383Z 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:35:15.2779206Z 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:35:15.2784876Z 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:35:15.2790485Z 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:35:15.2796042Z 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:35:15.2801767Z 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:35:15.2812214Z 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:35:15.2817794Z 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:35:15.2823479Z 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:35:15.2828693Z 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:35:15.2834151Z 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:35:15.2840182Z 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:35:15.2845192Z 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:35:15.2850441Z 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:35:15.2855735Z 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:35:15.2861829Z 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:35:15.2867433Z 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:35:15.2873194Z 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:35:15.2878911Z 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:35:15.2884836Z 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:35:15.2890773Z 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:35:15.2896843Z 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:35:15.2903197Z 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:35:15.2908892Z 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:35:15.2914610Z 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:35:15.2920489Z 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:35:15.2926417Z 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:35:15.2932272Z 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:35:15.2937756Z 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:35:15.2943355Z 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:35:15.2953690Z 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:35:15.2959871Z 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:35:15.2965643Z 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:35:15.2971297Z 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:35:15.2977066Z 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:35:15.2982881Z 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:35:15.2988823Z 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:35:15.2994240Z 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:35:15.3000481Z 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:35:15.3006608Z 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:35:15.3012199Z 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:35:15.3017648Z 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:35:15.3023207Z 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:35:15.3028530Z 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:35:15.3033901Z 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:35:15.3039630Z 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:35:15.3044886Z 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:35:15.3050550Z 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:35:15.3055924Z 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:35:15.3061115Z 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:35:15.3066515Z 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:35:15.3071795Z 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:35:15.3076890Z 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:35:15.3082293Z 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:35:15.3087719Z 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:35:15.3093187Z 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:35:15.3098773Z 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:35:15.3104562Z 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:35:15.3110165Z 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:35:15.3115780Z 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:35:15.3121342Z 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:35:15.3126845Z 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:35:15.3132598Z 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:35:15.3138195Z 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:35:15.3143991Z 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:35:15.3149212Z 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:35:15.3154639Z 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:35:15.3160062Z 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:35:15.3166116Z 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:35:15.3171614Z 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:35:15.3176987Z 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:35:15.3182404Z 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:35:15.3187819Z 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:35:15.3193272Z 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:35:15.3198234Z 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:35:15.3203854Z 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:35:15.3209418Z 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:35:15.3214901Z 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:35:15.3220731Z 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:35:15.3226270Z 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:35:15.3231797Z 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:35:15.3237273Z 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:35:15.3242977Z 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:35:15.3248520Z 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:35:15.3254338Z 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:35:15.3260086Z 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:35:15.3266138Z 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:35:15.3271563Z 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:35:15.3277164Z 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:35:15.3282879Z 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:35:15.3288709Z 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:35:15.3294349Z 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:35:15.3300356Z 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:35:15.3306236Z 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:35:15.3312050Z 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:35:15.3317791Z 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:35:15.3323649Z 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:35:15.3329528Z 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:35:15.3335379Z 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:35:15.3341118Z 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:35:15.3346731Z 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:35:15.3352315Z 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:35:15.3357952Z 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:35:15.3363749Z 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:35:15.3370361Z 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:35:15.3376308Z 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:35:15.3382133Z 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:35:15.3387827Z 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:35:15.3393631Z 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:35:15.3399890Z 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:35:15.3406334Z 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:35:15.3413122Z 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:35:15.3418996Z 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:35:15.3424710Z 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:35:15.3430895Z 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:35:15.3436547Z 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:35:15.3442267Z 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:35:15.3447925Z 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:35:15.3453945Z 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:35:15.3459355Z 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:35:15.3465034Z 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:35:15.3470666Z 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:35:15.3475859Z 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:35:15.3481543Z 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:35:15.3487006Z 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:35:15.3492582Z 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:35:15.3498375Z 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:35:15.3503629Z 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:35:15.3509055Z 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:35:15.3514216Z 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:35:15.3519861Z 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:35:15.3525170Z 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:35:15.3530508Z 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:35:15.3536147Z 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:35:15.3541414Z 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:35:15.3546944Z 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:35:15.3552397Z 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:35:15.3557614Z 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:35:15.3563495Z 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:35:15.3568853Z 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:35:15.3574310Z 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:35:15.3580512Z 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:35:15.3586270Z 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:35:15.3591642Z 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:35:15.3597287Z 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:35:15.3602775Z 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:35:15.3608189Z 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:35:15.3614091Z 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:35:15.3619639Z 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:35:15.3625257Z 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:35:15.3631298Z 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:35:15.3637040Z 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:35:15.3642942Z 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:35:15.3648564Z 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:35:15.3654632Z 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:35:15.3660021Z 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:35:15.3665660Z 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:35:15.3672134Z 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:35:15.3677751Z 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:35:15.3683411Z 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:35:15.3688949Z 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:35:15.3694617Z 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:35:15.3700115Z 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:35:15.3706038Z 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:35:15.3711561Z 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:35:15.3717126Z 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:35:15.3722843Z 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:35:15.3729141Z 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:35:15.3736116Z 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:35:15.3741803Z 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:35:15.3747939Z 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:35:15.3753700Z 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:35:15.3759719Z 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:35:15.3765628Z 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:35:15.3771782Z 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:35:15.3777644Z 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:35:15.3783769Z 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:35:15.3789905Z 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:35:15.3795927Z 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:35:15.3802498Z 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:35:15.3807825Z 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:35:15.3813869Z 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:35:15.3819724Z 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:35:15.3825474Z 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:35:15.3831360Z 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:35:15.3837226Z 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:35:15.3843129Z 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:35:15.3848800Z 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:35:15.3854950Z 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:35:15.3860630Z 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:35:15.3866062Z 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:35:15.3871945Z 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:35:15.3877648Z 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:35:15.3883375Z 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:35:15.3889143Z 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:35:15.3895533Z 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:35:15.3901444Z 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:35:15.3907919Z 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:35:15.3914423Z 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:35:15.3920450Z 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:35:15.3926271Z 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:35:15.3932414Z 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:35:15.3938007Z 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:35:15.3943965Z 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:35:15.3949624Z 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:35:15.3955495Z 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:35:15.3961205Z 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:35:15.3966882Z 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:35:15.3972635Z 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:35:15.3978462Z 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:35:15.3998311Z 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:35:15.4003810Z 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:35:15.4009192Z 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:35:15.4014506Z 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:35:15.4020728Z 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:35:15.4025793Z 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:35:15.4031288Z 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:35:15.4036740Z 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:35:15.4042426Z 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:35:15.4048213Z 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:35:15.4053828Z 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:35:15.4059385Z 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:35:15.4064978Z 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:35:15.4070457Z 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:35:15.4075849Z 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:35:15.4081747Z 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:35:15.4087239Z 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:35:15.4092663Z 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:35:15.4097976Z 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:35:15.4103393Z 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:35:15.4108629Z 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:35:15.4114006Z 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:35:15.4119516Z 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:35:15.4125084Z 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:35:15.4130563Z 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:35:15.4135709Z 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:35:15.4141091Z 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:35:15.4146490Z 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:35:15.4152285Z 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:35:15.4157896Z 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:35:15.4163820Z 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:35:15.4169641Z 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:35:15.4175108Z 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:35:15.4180607Z 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:35:15.4186169Z 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:35:15.4191678Z 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:35:15.4197165Z 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:35:15.4202812Z 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:35:15.4208606Z 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:35:15.4213955Z 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:35:15.4219917Z 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:35:15.4225534Z 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:35:15.4246542Z 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:35:15.4251918Z 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:35:15.4257555Z 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:35:15.4262989Z 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:35:15.4268798Z 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:35:15.4274099Z 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:35:15.4279590Z 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:35:15.4284981Z 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:35:15.4289988Z 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:35:15.4295587Z 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:35:15.4300627Z 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:35:15.4305906Z 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:35:15.4311246Z 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:35:15.4316815Z 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:35:15.4322206Z 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:35:15.4327808Z 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:35:15.4333228Z 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:35:15.4338788Z 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:35:15.4344349Z 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:35:15.4349969Z 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:35:15.4356256Z 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:35:15.4361783Z 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:35:15.4367247Z 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:35:15.4372785Z 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:35:15.4378312Z 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:35:15.4383800Z 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:35:15.4389259Z 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:35:15.4394877Z 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:35:15.4400409Z 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:35:15.4405862Z 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:35:15.4411227Z 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:35:15.4416643Z 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:35:15.4422046Z 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:35:15.4427266Z 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:35:15.4432536Z 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:35:15.4438020Z 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:35:15.4443424Z 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:35:15.4448594Z 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:35:15.4454456Z 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:35:15.4460194Z 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:35:15.4465567Z 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:35:15.4471399Z 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:35:15.4476577Z 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:35:15.4482483Z 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:35:15.4488158Z 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:35:15.4493517Z 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:35:15.4499424Z 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:35:15.4505326Z 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:35:15.4510861Z 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:35:15.4516704Z 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:35:15.4522605Z 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:35:15.4527782Z 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:35:15.4533253Z 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:35:15.4538839Z 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:35:15.4544340Z 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:35:15.4549820Z 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:35:15.4555694Z 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:35:15.4561419Z 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:35:15.4566862Z 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:35:15.4572691Z 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:35:15.4578473Z 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:35:15.4583924Z 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:35:15.4589460Z 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:35:15.4595173Z 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:35:15.4600751Z 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:35:15.4606287Z 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:35:15.4611876Z 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:35:15.4617854Z 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:35:15.4623089Z 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:35:15.4628658Z 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:35:15.4634455Z 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:35:15.4640505Z 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:35:15.4646165Z 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:35:15.4651702Z 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:35:15.4657227Z 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:35:15.4663211Z 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:35:15.4668768Z 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:35:15.4674836Z 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:35:15.4680673Z 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:35:15.4686800Z 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:35:15.4692388Z 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:35:15.4697967Z 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:35:15.4703536Z 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:35:15.4709299Z 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:35:15.4715294Z 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:35:15.4721406Z 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:35:15.4726873Z 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:35:15.4732631Z 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:35:15.4738781Z 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:35:15.4747897Z 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:35:15.4753451Z 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:35:15.4758954Z 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:35:15.4764674Z 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:35:15.4769930Z 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:35:15.4775198Z 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:35:15.4781078Z 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:35:15.4786667Z 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:35:15.4792105Z 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:35:15.4797738Z 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:35:15.4803428Z 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:35:15.4808613Z 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:35:15.4814618Z 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:35:15.4820547Z 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:35:15.4826189Z 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:35:15.4832193Z 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:35:15.4837556Z 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:35:15.4843278Z 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:35:15.4848781Z 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:35:15.4854814Z 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:35:15.4860283Z 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:35:15.4866556Z 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:35:15.4871817Z 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:35:15.4877422Z 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:35:15.4883140Z 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:35:15.4888694Z 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:35:15.4894035Z 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:35:15.4899581Z 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:35:15.4906103Z 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:35:15.4912339Z 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:35:15.4918813Z 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:35:15.4924966Z 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:35:15.4930484Z 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:35:15.4936185Z 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:35:15.4941714Z 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:35:15.4946927Z 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:35:15.4952485Z 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:35:15.4957775Z 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:35:15.4963534Z 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:35:15.4968658Z 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:35:15.4973973Z 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:35:15.4979314Z 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:35:15.4984804Z 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:35:15.4990065Z 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:35:15.4995396Z 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:35:15.5001334Z 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:35:15.5006899Z 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:35:15.5012379Z 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:35:15.5018393Z 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:35:15.5023517Z 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:35:15.5028868Z 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:35:15.5034222Z 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:35:15.5039507Z 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:35:15.5045331Z 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:35:15.5050874Z 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:35:15.5056930Z 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:35:15.5062470Z 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:35:15.5067872Z 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:35:15.5073302Z 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:35:15.5078978Z 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:35:15.5084451Z 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:35:15.5090129Z 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:35:15.5095482Z 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:35:15.5100825Z 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:35:15.5106269Z 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:35:15.5111764Z 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:35:15.5117247Z 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:35:15.5122981Z 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:35:15.5128427Z 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:35:15.5133893Z 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:35:15.5139434Z 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:35:15.5144755Z 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:35:15.5150522Z 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:35:15.5155931Z 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:35:15.5161441Z 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:35:15.5167433Z 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:35:15.5173529Z 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:35:15.5179126Z 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:35:15.5185427Z 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:35:15.5191735Z 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:35:15.5198089Z 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:35:15.5204505Z 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:35:15.5210880Z 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:35:15.5216580Z 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:35:15.5222699Z 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:35:15.5228128Z 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:35:15.5233710Z 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:35:15.5239625Z 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:35:15.5245141Z 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:35:15.5250426Z 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:35:15.5255982Z 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:35:15.5261673Z 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:35:15.5267212Z 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:35:15.5272438Z 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:35:15.5277915Z 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:35:15.5283726Z 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:35:15.5289121Z 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:35:15.5294464Z 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:35:15.5300202Z 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:35:15.5306134Z 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:35:15.5311527Z 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:35:15.5316823Z 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:35:15.5322411Z 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:35:15.5328173Z 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:35:15.5333550Z 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:35:15.5338951Z 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:35:15.5344356Z 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:35:15.5349802Z 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:35:15.5355198Z 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:35:15.5360462Z 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:35:15.5365913Z 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:35:15.5371323Z 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:35:15.5376803Z 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:35:15.5382011Z 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:35:15.5387390Z 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:35:15.5393087Z 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:35:15.5398406Z 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:35:15.5403806Z 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:35:15.5409504Z 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:35:15.5414958Z 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:35:15.5420527Z 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:35:15.5425934Z 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:35:15.5431582Z 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:35:15.5437317Z 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:35:15.5442839Z 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:35:15.5448587Z 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:35:15.5454335Z 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:35:15.5460312Z 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:35:15.5466671Z 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:35:15.5472949Z 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:35:15.5479066Z 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:35:15.5484962Z 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:35:15.5490901Z 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:35:15.5497242Z 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:35:15.5503567Z 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:35:15.5509862Z 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:35:15.5515923Z 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:35:15.5521699Z 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:35:15.5527199Z 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:35:15.5532774Z 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:35:15.5538029Z 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:35:15.5543478Z 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:35:15.5548755Z 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:35:15.5554001Z 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:35:15.5560067Z 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:35:15.5565717Z 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:35:15.5571130Z 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:35:15.5576522Z 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:35:15.5582052Z 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:35:15.5587381Z 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:35:15.5599563Z 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:35:15.5605294Z 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:35:15.5611180Z 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:35:15.5616817Z 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:35:15.5622346Z 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:35:15.5627726Z 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:35:15.5633750Z 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:35:15.5639435Z 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:35:15.5645354Z 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:35:15.5651427Z 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:35:15.5656640Z 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:35:15.5662207Z 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:35:15.5667885Z 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:35:15.5673444Z 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:35:15.5678817Z 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:35:15.5684604Z 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:35:15.5690172Z 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:35:15.5714949Z 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:35:15.5720454Z 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:35:15.5725942Z 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:35:15.5731460Z 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:35:15.5737331Z 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:35:15.5742913Z 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:35:15.5749721Z 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:35:15.5755199Z 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:35:15.5760793Z 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:35:15.5766413Z 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:35:15.5772666Z 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:35:15.5778525Z 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:35:15.5784275Z 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:35:15.5789866Z 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:35:15.5796494Z 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:35:15.5802468Z 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:35:15.5807463Z 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:35:15.5813089Z 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:35:15.5820358Z 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:35:15.5826024Z 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:35:15.5832187Z 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:35:15.5838440Z 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:35:15.5844789Z 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:35:15.5850333Z 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:35:15.5856252Z 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:35:15.5867118Z 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:35:15.5872543Z 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:35:15.5878810Z 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:35:15.5884770Z 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:35:15.5891428Z 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:35:15.5897119Z 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:35:15.5902962Z 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:35:15.5908811Z 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:35:15.5916106Z 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:35:15.5923092Z 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:35:15.5930132Z 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:35:15.5935789Z 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:35:15.5941909Z 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:35:15.5947521Z 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:35:15.5953752Z 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:35:15.5959166Z 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:35:15.5965074Z 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:35:15.5970532Z 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:35:15.5976595Z 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:35:15.5982761Z 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:35:15.5988442Z 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:35:15.5994046Z 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:35:15.5999976Z 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:35:15.6005968Z 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:35:15.6011776Z 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:35:15.6017588Z 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:35:15.6023095Z 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:35:15.6029940Z 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:35:15.6034736Z 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:35:15.6040239Z 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:35:15.6045680Z 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:35:15.6052384Z 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:35:15.6057926Z 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:35:15.6063924Z 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:35:15.6069726Z 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:35:15.6075944Z 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:35:15.6081684Z 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:35:15.6087262Z 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:35:15.6092847Z 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:35:15.6099239Z 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:35:15.6104507Z 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:35:15.6110972Z 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:35:15.6116234Z 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:35:15.6122853Z 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:35:15.6128815Z 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:35:15.6134415Z 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:35:15.6140360Z 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:35:15.6146766Z 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:35:15.6166799Z 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:35:15.6267949Z 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:35:15.6273715Z 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:35:15.6279886Z 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:35:15.6286557Z 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:35:15.6292485Z 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:35:15.6299977Z 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:35:15.6311739Z 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:35:15.6318055Z 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:35:15.6324304Z 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:35:15.6330287Z 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:35:15.6336301Z 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:35:15.6342421Z 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:35:15.6349755Z 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:35:15.6355787Z 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:35:15.6362622Z 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:35:15.6370064Z 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:35:15.6376555Z 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:35:15.6382317Z 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:35:15.6387888Z 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:35:15.6394667Z 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:35:15.6400264Z 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:35:15.6406370Z 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:35:15.6413776Z 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:35:15.6420180Z 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:35:15.6426543Z 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:35:15.6434074Z 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:35:15.6440325Z 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:35:15.6449407Z 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:35:15.6455690Z 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:35:15.6462282Z 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:35:15.6468197Z 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:35:15.6474267Z 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:35:15.6479963Z 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:35:15.6486032Z 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:35:15.6492020Z 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:35:15.6497875Z 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:35:15.6504003Z 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:35:15.6509477Z 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:35:15.6515109Z 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:35:15.6521520Z 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:35:15.6527137Z 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:35:15.6533714Z 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:35:15.6539226Z 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:35:15.6544911Z 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:35:15.6550887Z 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:35:15.6556871Z 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:35:15.6562701Z 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:35:15.6568562Z 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:35:15.6574657Z 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:35:15.6580072Z 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:35:15.6585792Z 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:35:15.6591862Z 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:35:15.6600443Z 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:35:15.6608190Z 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:35:15.6614473Z 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:35:15.6620780Z 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:35:15.6626544Z 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:35:15.6632549Z 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:35:15.6641777Z 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:35:15.6648304Z 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:35:15.6654848Z 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:35:15.6660904Z 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:35:15.6666431Z 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:35:15.6672328Z 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:35:15.6678108Z 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:35:15.6684031Z 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:35:15.6690526Z 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:35:15.6696491Z 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:35:15.6702862Z 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:35:15.6709019Z 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:35:15.6715331Z 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:35:15.6721775Z 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:35:15.6727538Z 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:35:15.6734656Z 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:35:15.6741909Z 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:35:15.6747888Z 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:35:15.6753876Z 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:35:15.6760122Z 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:35:15.6766197Z 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:35:15.6772709Z 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:35:15.6779122Z 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:35:15.6785094Z 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:35:15.6791044Z 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:35:15.6799707Z 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:35:15.6805252Z 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:35:15.6811543Z 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:35:15.6817190Z 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:35:15.6823636Z 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:35:15.6829931Z 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:35:15.6836162Z 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:35:15.6842572Z 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:35:15.6848733Z 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:35:15.6854428Z 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:35:15.6861110Z 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:35:15.6886650Z 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:35:15.6892502Z 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:35:15.6898145Z 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:35:15.6904917Z 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:35:15.6911133Z 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:35:15.6919452Z 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:35:15.6925692Z 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:35:15.6931881Z 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:35:15.6937720Z 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:35:15.6943888Z 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:35:15.6949450Z 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:35:15.6955495Z 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:35:15.6961588Z 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:35:15.6967421Z 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:35:15.6973208Z 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:35:15.6978883Z 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:35:15.6984609Z 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:35:15.6990230Z 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:35:15.6996097Z 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:35:15.7002066Z 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:35:15.7007762Z 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:35:15.7013346Z 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:35:15.7019118Z 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:35:15.7025188Z 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:35:15.7030823Z 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:35:15.7036640Z 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:35:15.7042291Z 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:35:15.7047998Z 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:35:15.7053606Z 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:35:15.7059410Z 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:35:15.7065235Z 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:35:15.7071358Z 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:35:15.7077067Z 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:35:15.7082870Z 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:35:15.7088495Z 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:35:15.7094422Z 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:35:15.7100143Z 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:35:15.7105778Z 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:35:15.7111551Z 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:35:15.7117142Z 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:35:15.7122883Z 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:35:15.7128793Z 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:35:15.7134362Z 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:35:15.7140084Z 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:35:15.7145775Z 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:35:15.7151930Z 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:35:15.7157560Z 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:35:15.7163464Z 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:35:15.7169563Z 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:35:15.7175838Z 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:35:15.7181667Z 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:35:15.7187644Z 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:35:15.7193451Z 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:35:15.7199612Z 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:35:15.7205288Z 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:35:15.7211063Z 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:35:15.7216803Z 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:35:15.7222891Z 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:35:15.7228771Z 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:35:15.7234433Z 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:35:15.7240305Z 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:35:15.7246534Z 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:35:15.7252407Z 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:35:15.7258282Z 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:35:15.7264167Z 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:35:15.7270083Z 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:35:15.7275974Z 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:35:15.7282248Z 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:35:15.7287799Z 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:35:15.7293585Z 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:35:15.7299198Z 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:35:15.7305181Z 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:35:15.7310934Z 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:35:15.7316693Z 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:35:15.7322616Z 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:35:15.7328704Z 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:35:15.7334431Z 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:35:15.7340209Z 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:35:15.7346199Z 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:35:15.7352361Z 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:35:15.7358217Z 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:35:15.7364209Z 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:35:15.7369716Z 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:35:15.7375459Z 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:35:15.7381225Z 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:35:15.7387354Z 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:35:15.7393183Z 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:35:15.7399047Z 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:35:15.7419080Z 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:35:15.7425492Z 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:35:15.7430869Z 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:35:15.7436546Z 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:35:15.7442851Z 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:35:15.7449792Z 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:35:15.7455816Z 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:35:15.7462224Z 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:35:15.7468279Z 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:35:15.7473986Z 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:35:15.7479747Z 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:35:15.7485803Z 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:35:15.7492040Z 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:35:15.7497713Z 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:35:15.7503403Z 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:35:15.7509667Z 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:35:15.7515978Z 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:35:15.7521903Z 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:35:15.7527608Z 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:35:15.7533266Z 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:35:15.7539262Z 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:35:15.7545046Z 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:35:15.7556040Z 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:35:15.7561916Z 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:35:15.7568070Z 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:35:15.7573868Z 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:35:15.7579456Z 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:35:15.7585140Z 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:35:15.7591207Z 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:35:15.7596733Z 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:35:15.7602903Z 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:35:15.7608558Z 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:35:15.7614330Z 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:35:15.7620039Z 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:35:15.7625880Z 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:35:15.7631424Z 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:35:15.7649155Z 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:35:15.7655183Z 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:35:15.7660563Z 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:35:15.7666149Z 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:35:15.7671947Z 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:35:15.7677642Z 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:35:15.7683226Z 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:35:15.7689222Z 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:35:15.7695050Z 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:35:15.7700687Z 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:35:15.7706367Z 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:35:15.7712281Z 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:35:15.7717940Z 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:35:15.7723663Z 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:35:15.7729381Z 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:35:15.7741740Z 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:35:15.7743800Z 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:35:15.7746654Z 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:35:15.7754744Z 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:35:15.7769726Z 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:35:15.7771468Z 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:35:15.7773449Z 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:35:15.7774954Z 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:35:15.7780549Z 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:35:15.7786123Z 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:35:15.7791934Z 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:35:15.7797904Z 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:35:15.7804348Z 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:35:15.7810473Z 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:35:15.7816572Z 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:35:15.7822879Z 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:35:15.7829933Z 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:35:15.7836010Z 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:35:15.7842287Z 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:35:15.7848450Z 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:35:15.7854702Z 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:35:15.7860842Z 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:35:15.7866575Z 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:35:15.7872236Z 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:35:15.7878043Z 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:35:15.7883480Z 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:35:15.7889094Z 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:35:15.7895287Z 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:35:15.7901235Z 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:35:15.7907464Z 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:35:15.7913692Z 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:35:15.7920391Z 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:35:15.7927592Z 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:35:15.7933938Z 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:35:15.7940540Z 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:35:15.7947401Z 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:35:15.7953969Z 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:35:15.7960548Z 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:35:15.7966993Z 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:35:15.7974167Z 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:35:15.7980174Z 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:35:15.7985947Z 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:35:15.7991938Z 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:35:15.7997663Z 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:35:15.8003229Z 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:35:15.8008964Z 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:35:15.8028595Z 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:35:15.8034090Z 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:35:15.8039347Z 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:35:15.8045088Z 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:35:15.8051086Z 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:35:15.8056908Z 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:35:15.8062180Z 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:35:15.8067805Z 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:35:15.8073547Z 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:35:15.8079035Z 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:35:15.8084922Z 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:35:15.8090993Z 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:35:15.8096691Z 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:35:15.8102344Z 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:35:15.8108437Z 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:35:15.8114140Z 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:35:15.8119841Z 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:35:15.8125859Z 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:35:15.8135377Z 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:35:15.8140762Z 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:35:15.8146336Z 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:35:15.8152149Z 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:35:15.8157810Z 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:35:15.8163782Z 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:35:15.8169337Z 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:35:15.8175056Z 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:35:15.8180670Z 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:35:15.8186266Z 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:35:15.8191815Z 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:35:15.8197417Z 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:35:15.8203596Z 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:35:15.8210680Z 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:35:15.8216109Z 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:35:15.8221870Z 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:35:15.8227703Z 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:35:15.8234676Z 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:35:15.8240327Z 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:35:15.8246095Z 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:35:15.8252105Z 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:35:15.8258997Z 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:35:15.8265369Z 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:35:15.8270739Z 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:35:15.8277551Z 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:35:15.8283159Z 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:35:15.8289150Z 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:35:15.8294968Z 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:35:15.8300958Z 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:35:15.8306818Z 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:35:15.8312552Z 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:35:15.8318490Z 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:35:15.8330752Z 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:35:15.8332847Z 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:35:15.8338647Z 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:35:15.8344421Z 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:35:15.8350473Z 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:35:15.8356483Z 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:35:15.8362077Z 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:35:15.8367851Z 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:35:15.8374230Z 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:35:15.8380234Z 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:35:15.8386387Z 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:35:15.8391477Z 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:35:15.8397427Z 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:35:15.8403264Z 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:35:15.8408975Z 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:35:15.8415857Z 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:35:15.8422834Z 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:35:15.8428822Z 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:35:15.8434602Z 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:35:15.8440471Z 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:35:15.8446330Z 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:35:15.8452127Z 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:35:15.8457837Z 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:35:15.8463923Z 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:35:15.8469196Z 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:35:15.8475960Z 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:35:15.8482019Z 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:35:15.8487549Z 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:35:15.8493167Z 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:35:15.8498990Z 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:35:15.8504688Z 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:35:15.8510290Z 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:35:15.8515800Z 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:35:15.8521859Z 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:35:15.8527751Z 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:35:15.8533478Z 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:35:15.8539207Z 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:35:15.8544776Z 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:35:15.8550317Z 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:35:15.8555932Z 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:35:15.8561459Z 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:35:15.8567187Z 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:35:15.8572858Z 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:35:15.8578671Z 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:35:15.8584287Z 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:35:15.8589928Z 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:35:15.8595210Z 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:35:15.8601007Z 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:35:15.8606433Z 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:35:15.8611896Z 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:35:15.8617669Z 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:35:15.8623278Z 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:35:15.8629091Z 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:35:15.8634585Z 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:35:15.8640392Z 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:35:15.8646401Z 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:35:15.8651962Z 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:35:15.8657191Z 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:35:15.8663066Z 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:35:15.8668532Z 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:35:15.8674177Z 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:35:15.8679694Z 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:35:15.8689934Z 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:35:15.8695425Z 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:35:15.8701623Z 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:35:15.8706326Z 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:35:15.8712246Z 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:35:15.8717706Z 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:35:15.8723249Z 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:35:15.8729387Z 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:35:15.8735245Z 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:35:15.8740638Z 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:35:15.8746297Z 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:35:15.8752167Z 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:35:15.8757983Z 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:35:15.8763785Z 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:35:15.8769527Z 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:35:15.8775236Z 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:35:15.8781129Z 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:35:15.8786663Z 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:35:15.8792556Z 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:35:15.8798178Z 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:35:15.8804119Z 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:35:15.8809847Z 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:35:15.8815581Z 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:35:15.8821770Z 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:35:15.8827457Z 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:35:15.8833252Z 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:35:15.8838964Z 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:35:15.8844792Z 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:35:15.8855778Z 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:35:15.8862010Z 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:35:15.8870441Z 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:35:15.8876300Z 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:35:15.8882220Z 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:35:15.8887988Z 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:35:15.8893670Z 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:35:15.8899426Z 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:35:15.8905174Z 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:35:15.8910850Z 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:35:15.8917202Z 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:35:15.8923952Z 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:35:15.8930345Z 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:35:15.8935872Z 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:35:15.8941734Z 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:35:15.8947652Z 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:35:15.8953762Z 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:35:15.8959750Z 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:35:15.8965300Z 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:35:15.8995327Z 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:35:15.9001360Z 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:35:15.9006605Z 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:35:15.9012406Z 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:35:15.9018580Z 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:35:15.9024154Z 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:35:15.9029760Z 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:35:15.9035576Z 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:35:15.9041147Z 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:35:15.9047184Z 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:35:15.9052622Z 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:35:15.9057896Z 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:35:15.9063993Z 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:35:15.9069984Z 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:35:15.9075274Z 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:35:15.9080572Z 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:35:15.9086379Z 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:35:15.9091586Z 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:35:15.9096942Z 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:35:15.9102839Z 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:35:15.9108756Z 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:35:15.9114383Z 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:35:15.9120029Z 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:35:15.9125528Z 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:35:15.9130765Z 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:35:15.9136415Z 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:35:15.9141809Z 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:35:15.9147621Z 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:35:15.9153367Z 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:35:15.9158605Z 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:35:15.9164278Z 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:35:15.9170067Z 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:35:15.9175879Z 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:35:15.9181669Z 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:35:15.9187531Z 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:35:15.9192928Z 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:35:15.9198284Z 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:35:15.9207826Z 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:35:15.9213101Z 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:35:15.9218496Z 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:35:15.9223864Z 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:35:15.9229620Z 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:35:15.9235223Z 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:35:15.9240874Z 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:35:15.9246534Z 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:35:15.9252797Z 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:35:15.9258062Z 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:35:15.9263696Z 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:35:15.9269412Z 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:35:15.9275076Z 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:35:15.9281254Z 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:35:15.9286975Z 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:35:15.9292555Z 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:35:15.9298388Z 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:35:15.9304303Z 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:35:15.9309704Z 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:35:15.9315631Z 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:35:15.9321504Z 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:35:15.9327739Z 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:35:15.9333967Z 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:35:15.9340003Z 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:35:15.9345870Z 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:35:15.9351748Z 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:35:15.9357557Z 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:35:15.9363494Z 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:35:15.9370229Z 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:35:15.9376498Z 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:35:15.9382360Z 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:35:15.9388183Z 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:35:15.9394309Z 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:35:15.9400474Z 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:35:15.9406342Z 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:35:15.9412086Z 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:35:15.9418188Z 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:35:15.9424969Z 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:35:15.9431314Z 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:35:15.9438119Z 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:35:15.9444707Z 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:35:15.9450912Z 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:35:15.9456910Z 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:35:15.9462853Z 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:35:15.9468745Z 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:35:15.9474711Z 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:35:15.9480615Z 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:35:15.9486684Z 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:35:15.9492243Z 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:35:15.9497764Z 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:35:15.9503694Z 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:35:15.9509007Z 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:35:15.9514571Z 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:35:15.9520250Z 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:35:15.9526051Z 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:35:15.9532104Z 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:35:15.9542031Z 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:35:15.9547926Z 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:35:15.9553416Z 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:35:15.9558963Z 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:35:15.9564663Z 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:35:15.9570293Z 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:35:15.9575847Z 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:35:15.9581454Z 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:35:15.9587733Z 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:35:15.9593242Z 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:35:15.9598834Z 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:35:15.9604408Z 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:35:15.9609895Z 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:35:15.9615496Z 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:35:15.9621081Z 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:35:15.9626644Z 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:35:15.9632012Z 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:35:15.9637500Z 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:35:15.9643464Z 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:35:15.9648689Z 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:35:15.9654374Z 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:35:15.9659922Z 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:35:15.9665334Z 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:35:15.9670759Z 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:35:15.9676164Z 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:35:15.9681552Z 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:35:15.9686793Z 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:35:15.9692605Z 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:35:15.9697412Z 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:35:15.9702586Z 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:35:15.9708295Z 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:35:15.9713563Z 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:35:15.9719053Z 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:35:15.9724765Z 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:35:15.9730302Z 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:35:15.9735831Z 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:35:15.9741573Z 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:35:15.9747656Z 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:35:15.9753186Z 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:35:15.9758646Z 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:35:15.9764200Z 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:35:15.9769699Z 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:35:15.9775048Z 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:35:15.9780592Z 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:35:15.9785958Z 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:35:15.9791390Z 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:35:15.9796933Z 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:35:15.9802961Z 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:35:15.9809466Z 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:35:15.9814872Z 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:35:15.9821108Z 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:35:15.9827036Z 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:35:15.9832611Z 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:35:15.9838208Z 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:35:15.9843984Z 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:35:15.9849463Z 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:35:15.9855372Z 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:35:15.9861167Z 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:35:15.9866808Z 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:35:15.9872804Z 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:35:15.9878534Z 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:35:15.9884316Z 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:35:15.9890110Z 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:35:15.9895989Z 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:35:15.9901793Z 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:35:15.9907647Z 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:35:15.9913431Z 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:35:15.9919285Z 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:35:15.9925122Z 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:35:15.9931973Z 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:35:15.9938313Z 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:35:15.9945030Z 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:35:15.9951262Z 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:35:15.9957685Z 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:35:15.9965381Z 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:35:15.9971759Z 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:35:15.9978371Z 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:35:15.9984274Z 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:35:15.9989952Z 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:35:15.9995777Z 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:35:16.0002234Z 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:35:16.0008006Z 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:35:16.0013566Z 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:35:16.0019348Z 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:35:16.0025245Z 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:35:16.0030780Z 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:35:16.0037092Z 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:35:16.0042834Z 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:35:16.0048357Z 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:35:16.0053667Z 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:35:16.0059440Z 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:35:16.0065218Z 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:35:16.0070703Z 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:35:16.0076219Z 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:35:16.0082224Z 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:35:16.0088259Z 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:35:16.0093440Z 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:35:16.0098861Z 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:35:16.0104317Z 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:35:16.0109703Z 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:35:16.0115044Z 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:35:16.0121206Z 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:35:16.0126365Z 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:35:16.0131926Z 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:35:16.0137780Z 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:35:16.0143271Z 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:35:16.0148929Z 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:35:16.0154874Z 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:35:16.0160564Z 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:35:16.0166403Z 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:35:16.0172321Z 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:35:16.0177768Z 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:35:16.0183641Z 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:35:16.0189566Z 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:35:16.0195274Z 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:35:16.0201374Z 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:35:16.0206930Z 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:35:16.0213093Z 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:35:16.0218590Z 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:35:16.0224560Z 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:35:16.0230092Z 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:35:16.0235756Z 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:35:16.0241511Z 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:35:16.0258941Z 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:35:16.0264463Z 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:35:16.0270322Z 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:35:16.0276250Z 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:35:16.0281901Z 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:35:16.0287528Z 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:35:16.0293160Z 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:35:16.0298934Z 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:35:16.0305218Z 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:35:16.0310744Z 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:35:16.0316406Z 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:35:16.0322931Z 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:35:16.0328592Z 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:35:16.0334376Z 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:35:16.0340291Z 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:35:16.0346117Z 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:35:16.0352104Z 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:35:16.0357944Z 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:35:16.0363809Z 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:35:16.0369862Z 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:35:16.0376137Z 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:35:16.0381579Z 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:35:16.0387525Z 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:35:16.0393602Z 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:35:16.0399430Z 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:35:16.0405256Z 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:35:16.0411237Z 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:35:16.0417460Z 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:35:16.0423222Z 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:35:16.0429189Z 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:35:16.0435512Z 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:35:16.0442120Z 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:35:16.0449284Z 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:35:16.0455756Z 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:35:16.0462087Z 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:35:16.0467950Z 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:35:16.0474957Z 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:35:16.0480480Z 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:35:16.0486849Z 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:35:16.0492830Z 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:35:16.0524371Z 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:35:16.0530062Z 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:35:16.0535608Z 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:35:16.0541385Z 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:35:16.0546910Z 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:35:16.0552605Z 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:35:16.0558301Z 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:35:16.0563968Z 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:35:16.0569322Z 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:35:16.0575017Z 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:35:16.0580647Z 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:35:16.0586293Z 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:35:16.0591960Z 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:35:16.0597784Z 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:35:16.0603563Z 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:35:16.0609126Z 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:35:16.0614795Z 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:35:16.0620363Z 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:35:16.0625857Z 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:35:16.0632782Z 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:35:16.0638239Z 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:35:16.0643920Z 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:35:16.0649421Z 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:35:16.0655162Z 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:35:16.0661070Z 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:35:16.0666595Z 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:35:16.0672297Z 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:35:16.0678580Z 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:35:16.0684728Z 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:35:16.0690128Z 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:35:16.0695825Z 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:35:16.0701325Z 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:35:16.0706710Z 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:35:16.0712923Z 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:35:16.0719311Z 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:35:16.0742675Z 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:35:16.0747801Z 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:35:16.0755474Z 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:35:16.0761642Z 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:35:16.0767584Z 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:35:16.0773403Z 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:35:16.0780032Z 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:35:16.0786395Z 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:35:16.0792162Z 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:35:16.0797929Z 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:35:16.0803846Z 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:35:16.0809520Z 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:35:16.0815143Z 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:35:16.0820256Z 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:35:16.0825687Z 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:35:16.0830938Z 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:35:16.0836227Z 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:35:16.0841482Z 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:35:16.0846770Z 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:35:16.0852673Z 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:35:16.0858285Z 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:35:16.0864234Z 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:35:16.0869789Z 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:35:16.0875441Z 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:35:16.0881501Z 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:35:16.0887260Z 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:35:16.0893351Z 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:35:16.0899051Z 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:35:16.0904712Z 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:35:16.0910360Z 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:35:16.0916095Z 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:35:16.0921749Z 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:35:16.0927437Z 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:35:16.0933552Z 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:35:16.0939917Z 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:35:16.0945637Z 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:35:16.0952672Z 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:35:16.0959121Z 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:35:16.0966178Z 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:35:16.0972235Z 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:35:16.0978566Z 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:35:16.0984130Z 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:35:16.0989902Z 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:35:16.0995765Z 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:35:16.1001652Z 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:35:16.1007508Z 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:35:16.1013237Z 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:35:16.1019185Z 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:35:16.1024731Z 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:35:16.1030247Z 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:35:16.1035942Z 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:35:16.1041958Z 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:35:16.1047620Z 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:35:16.1053005Z 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:35:16.1058653Z 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:35:16.1064211Z 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:35:16.1069317Z 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:35:16.1075375Z 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:35:16.1081112Z 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:35:16.1086281Z 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:35:16.1091809Z 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:35:16.1097419Z 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:35:16.1102736Z 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:35:16.1108188Z 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:35:16.1113749Z 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:35:16.1119236Z 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:35:16.1125064Z 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:35:16.1130323Z 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:35:16.1149012Z 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:35:16.1154141Z 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:35:16.1159681Z 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:35:16.1165299Z 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:35:16.1170633Z 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:35:16.1176129Z 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:35:16.1181770Z 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:35:16.1193075Z 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:35:16.1198463Z 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:35:16.1204184Z 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:35:16.1209862Z 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:35:16.1215376Z 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:35:16.1220888Z 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:35:16.1226682Z 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:35:16.1232553Z 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:35:16.1238060Z 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:35:16.1243600Z 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:35:16.1248953Z 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:35:16.1254365Z 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:35:16.1259954Z 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:35:16.1265503Z 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:35:16.1271102Z 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:35:16.1277137Z 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:35:16.1282917Z 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:35:16.1288622Z 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:35:16.1294333Z 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:35:16.1300111Z 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:35:16.1305553Z 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:35:16.1311628Z 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:35:16.1317086Z 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:35:16.1324101Z 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:35:16.1329332Z 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:35:16.1334816Z 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:35:16.1340421Z 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:35:16.1345921Z 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:35:16.1351629Z 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:35:16.1357296Z 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:35:16.1363680Z 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:35:16.1369821Z 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:35:16.1375895Z 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:35:16.1381735Z 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:35:16.1387413Z 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:35:16.1393119Z 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:35:16.1399201Z 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:35:16.1405019Z 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:35:16.1410741Z 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:35:16.1416537Z 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:35:16.1422277Z 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:35:16.1428388Z 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:35:16.1434744Z 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:35:16.1440085Z 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:35:16.1447373Z 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:35:16.1453951Z 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:35:16.1460726Z 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:35:16.1466640Z 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:35:16.1472585Z 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:35:16.1478486Z 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:35:16.1484228Z 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:35:16.1490047Z 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:35:16.1496534Z 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:35:16.1501731Z 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:35:16.1507602Z 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:35:16.1513468Z 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:35:16.1519431Z 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:35:16.1525100Z 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:35:16.1530930Z 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:35:16.1537172Z 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:35:16.1543470Z 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:35:16.1548994Z 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:35:16.1554688Z 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:35:16.1560460Z 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:35:16.1566460Z 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:35:16.1572165Z 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:35:16.1578060Z 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:35:16.1583732Z 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:35:16.1590051Z 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:35:16.1596037Z 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:35:16.1601770Z 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:35:16.1607865Z 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:35:16.1614840Z 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:35:16.1620519Z 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:35:16.1626132Z 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:35:16.1636596Z 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:35:16.1642357Z 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:35:16.1647977Z 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:35:16.1653913Z 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:35:16.1659470Z 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:35:16.1665091Z 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:35:16.1670604Z 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:35:16.1676577Z 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:35:16.1682168Z 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:35:16.1687812Z 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:35:16.1693427Z 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:35:16.1698774Z 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:35:16.1704218Z 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:35:16.1709894Z 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:35:16.1715361Z 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:35:16.1720975Z 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:35:16.1727103Z 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:35:16.1732655Z 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:35:16.1738404Z 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:35:16.1743954Z 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:35:16.1749111Z 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:35:16.1754694Z 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:35:16.1760308Z 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:35:16.1765808Z 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:35:16.1771768Z 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:35:16.1777479Z 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:35:16.1783088Z 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:35:16.1788678Z 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:35:16.1794534Z 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:35:16.1800047Z 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:35:16.1805923Z 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:35:16.1811738Z 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:35:16.1818814Z 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:35:16.1824516Z 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:35:16.1830122Z 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:35:16.1835816Z 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:35:16.1841437Z 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:35:16.1847683Z 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:35:16.1853060Z 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:35:16.1858697Z 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:35:16.1864326Z 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:35:16.1870058Z 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:35:16.1875678Z 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:35:16.1881322Z 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:35:16.1886977Z 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:35:16.1892866Z 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:35:16.1898973Z 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:35:16.1904792Z 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:35:16.1909972Z 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:35:16.1915863Z 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:35:16.1921400Z 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:35:16.1927111Z 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:35:16.1932752Z 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:35:16.1938728Z 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:35:16.1944840Z 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:35:16.1951058Z 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:35:16.1957591Z 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:35:16.1963153Z 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:35:16.1968795Z 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:35:16.1974349Z 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:35:16.1979752Z 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:35:16.1985546Z 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:35:16.1991198Z 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:35:16.1996502Z 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:35:16.2001838Z 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:35:16.2011095Z 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:35:16.2016892Z 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:35:16.2022513Z 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:35:16.2028081Z 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:35:16.2033928Z 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:35:16.2040007Z 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:35:16.2062602Z 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:35:16.2068373Z 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:35:16.2074125Z 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:35:16.2079974Z 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:35:16.2086703Z 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:35:16.2092203Z 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:35:16.2097974Z 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:35:16.2103527Z 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:35:16.2109665Z 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:35:16.2115360Z 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:35:16.2121192Z 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:35:16.2126982Z 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:35:16.2132682Z 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:35:16.2138335Z 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:35:16.2143973Z 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:35:16.2149854Z 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:35:16.2155379Z 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:35:16.2161630Z 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:35:16.2167377Z 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:35:16.2174332Z 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:35:16.2179857Z 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:35:16.2185776Z 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:35:16.2191625Z 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:35:16.2197505Z 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:35:16.2203455Z 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:35:16.2209046Z 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:35:16.2215061Z 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:35:16.2220557Z 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:35:16.2226153Z 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:35:16.2231953Z 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:35:16.2237557Z 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:35:16.2243069Z 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:35:16.2249193Z 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:35:16.2254692Z 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:35:16.2260286Z 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:35:16.2266170Z 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:35:16.2272478Z 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:35:16.2277908Z 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:35:16.2283685Z 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:35:16.2289491Z 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:35:16.2295269Z 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:35:16.2300994Z 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:35:16.2306609Z 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:35:16.2312259Z 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:35:16.2317553Z 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:35:16.2323461Z 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:35:16.2328956Z 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:35:16.2334672Z 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:35:16.2340296Z 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:35:16.2345783Z 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:35:16.2351431Z 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:35:16.2357549Z 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:35:16.2363304Z 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:35:16.2368970Z 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:35:16.2374820Z 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:35:16.2380419Z 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:35:16.2385999Z 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:35:16.2391867Z 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:35:16.2397543Z 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:35:16.2403019Z 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:35:16.2408535Z 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:35:16.2414234Z 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:35:16.2419740Z 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:35:16.2425782Z 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:35:16.2430832Z 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:35:16.2436514Z 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:35:16.2441971Z 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:35:16.2447423Z 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:35:16.2453375Z 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:35:16.2459184Z 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:35:16.2465209Z 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:35:16.2470770Z 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:35:16.2476334Z 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:35:16.2481878Z 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:35:16.2487544Z 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:35:16.2492475Z 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:35:16.2498207Z 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:35:16.2504376Z 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:35:16.2514127Z 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:35:16.2527816Z 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:35:16.2534123Z 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:35:16.2540686Z 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:35:16.2546830Z 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:35:16.2552616Z 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:35:16.2558166Z 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:35:16.2563797Z 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:35:16.2569714Z 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:35:16.2575594Z 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:35:16.2581760Z 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:35:16.2586960Z 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:35:16.2592447Z 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:35:16.2597886Z 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:35:16.2607487Z 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:35:16.2612859Z 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:35:16.2618322Z 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:35:16.2623870Z 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:35:16.2630517Z 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:35:16.2636035Z 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:35:16.2641640Z 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:35:16.2646837Z 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:35:16.2652959Z 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:35:16.2658186Z 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:35:16.2663730Z 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:35:16.2669294Z 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:35:16.2674485Z 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:35:16.2681029Z 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:35:16.2693521Z 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:35:16.2698698Z 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:35:16.2704656Z 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:35:16.2710050Z 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:35:16.2715578Z 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:35:16.2725484Z 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:35:16.2745800Z 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:35:16.2809234Z 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:35:16.2814839Z 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:35:16.2820380Z 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:35:16.2825877Z 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:35:16.2831659Z 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:35:16.2839806Z 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:35:16.2846643Z 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:35:16.2852497Z 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:35:16.2860157Z 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:35:16.2865746Z 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:35:16.2871173Z 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:35:16.2876945Z 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:35:16.2882461Z 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:35:16.2889146Z 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:35:16.2893888Z 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:35:16.2899953Z 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:35:16.2905534Z 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:35:16.2911362Z 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:35:16.2918231Z 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:35:16.2924015Z 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:35:16.2929662Z 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:35:16.2939420Z 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:35:16.2945087Z 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:35:16.2950748Z 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:35:16.2956097Z 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:35:16.2962021Z 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:35:16.2968007Z 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:35:16.2973586Z 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:35:16.2979127Z 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:35:16.2985074Z 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:35:16.2991048Z 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:35:16.2996705Z 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:35:16.3003103Z 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:35:16.3008431Z 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:35:16.3014167Z 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:35:16.3020063Z 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:35:16.3026143Z 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:35:16.3032327Z 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:35:16.3038331Z 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:35:16.3044215Z 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:35:16.3050405Z 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:35:16.3056964Z 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:35:16.3062774Z 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:35:16.3068152Z 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:35:16.3073983Z 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:35:16.3079731Z 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:35:16.3085264Z 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:35:16.3091431Z 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:35:16.3096942Z 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:35:16.3102622Z 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:35:16.3108094Z 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:35:16.3113600Z 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:35:16.3119274Z 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:35:16.3124765Z 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:35:16.3130248Z 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:35:16.3135662Z 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:35:16.3141321Z 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:35:16.3146991Z 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:35:16.3152857Z 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:35:16.3158520Z 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:35:16.3164352Z 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:35:16.3169929Z 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:35:16.3175392Z 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:35:16.3181063Z 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:35:16.3186615Z 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:35:16.3192423Z 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:35:16.3197944Z 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:35:16.3203598Z 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:35:16.3208964Z 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:35:16.3214275Z 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:35:16.3219726Z 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:35:16.3225414Z 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:35:16.3230715Z 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:35:16.3236224Z 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:35:16.3241716Z 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:35:16.3247291Z 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:35:16.3252731Z 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:35:16.3258380Z 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:35:16.3263799Z 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:35:16.3269292Z 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:35:16.3275022Z 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:35:16.3280358Z 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:35:16.3285941Z 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:35:16.3291696Z 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:35:16.3297525Z 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:35:16.3303350Z 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:35:16.3308861Z 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:35:16.3314663Z 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:35:16.3320443Z 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:35:16.3326248Z 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:35:16.3331959Z 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:35:16.3337501Z 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:35:16.3342950Z 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:35:16.3348860Z 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:35:16.3354331Z 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:35:16.3359897Z 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:35:16.3365521Z 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:35:16.3371204Z 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:35:16.3377198Z 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:35:16.3382729Z 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:35:16.3388436Z 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:35:16.3394104Z 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:35:16.3399722Z 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:35:16.3405021Z 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:35:16.3410748Z 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:35:16.3420269Z 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:35:16.3425877Z 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:35:16.3430896Z 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:35:16.3436052Z 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:35:16.3441415Z 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:35:16.3448975Z 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:35:16.3469209Z 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:35:16.3471705Z 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:35:16.3473326Z 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:35:16.3475537Z 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:35:16.3478673Z 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:35:16.3485053Z 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:35:16.3490840Z 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:35:16.3496362Z 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:35:16.3502904Z 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:35:16.3508348Z 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:35:16.3514146Z 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:35:16.3520012Z 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:35:16.3525983Z 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:35:16.3531568Z 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:35:16.3536991Z 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:35:16.3542619Z 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:35:16.3549186Z 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:35:16.3554503Z 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:35:16.3560103Z 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:35:16.3565680Z 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:35:16.3571591Z 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:35:16.3577053Z 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:35:16.3583082Z 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:35:16.3588648Z 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:35:16.3594810Z 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:35:16.3600452Z 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:35:16.3606260Z 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:35:16.3616286Z 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:35:16.3621983Z 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:35:16.3627712Z 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:35:16.3633330Z 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:35:16.3638912Z 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:35:16.3659315Z 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:35:16.3664780Z 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:35:16.3670451Z 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:35:16.3676166Z 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:35:16.3682193Z 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:35:16.3687861Z 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:35:16.3693630Z 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:35:16.3699165Z 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:35:16.3704977Z 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:35:16.3710795Z 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:35:16.3716658Z 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:35:16.3722348Z 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:35:16.3728019Z 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:35:16.3733792Z 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:35:16.3739890Z 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:35:16.3745739Z 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:35:16.3751532Z 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:35:16.3757267Z 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:35:16.3763107Z 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:35:16.3768709Z 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:35:16.3774537Z 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:35:16.3780120Z 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:35:16.3785643Z 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:35:16.3790883Z 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:35:16.3796348Z 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:35:16.3802393Z 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:35:16.3808019Z 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:35:16.3814035Z 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:35:16.3820302Z 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:35:16.3826613Z 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:35:16.3832239Z 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:35:16.3837888Z 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:35:16.3843836Z 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:35:16.3849159Z 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:35:16.3854396Z 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:35:16.3860334Z 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:35:16.3866644Z 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:35:16.3872643Z 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:35:16.3878846Z 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:35:16.3886152Z 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:35:16.3892029Z 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:35:16.3897966Z 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:35:16.3904237Z 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:35:16.3911097Z 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:35:16.3918311Z 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:35:16.3924238Z 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:35:16.3930424Z 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:35:16.3936059Z 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:35:16.3942862Z 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:35:16.3949220Z 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:35:16.3955621Z 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:35:16.3962616Z 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:35:16.3971045Z 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:35:16.3978551Z 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:35:16.3984367Z 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:35:16.3990667Z 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:35:16.3998213Z 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:35:16.4004456Z 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:35:16.4010232Z 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:35:16.4016486Z 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:35:16.4022634Z 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:35:16.4028774Z 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:35:16.4034505Z 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:35:16.4040155Z 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:35:16.4045651Z 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:35:16.4051609Z 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:35:16.4057087Z 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:35:16.4062878Z 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:35:16.4068601Z 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:35:16.4074294Z 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:35:16.4079928Z 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:35:16.4085638Z 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:35:16.4091250Z 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:35:16.4096762Z 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:35:16.4102547Z 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:35:16.4108314Z 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:35:16.4114338Z 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:35:16.4120145Z 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:35:16.4125856Z 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:35:16.4131418Z 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:35:16.4137108Z 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:35:16.4142510Z 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:35:16.4147703Z 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:35:16.4153316Z 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:35:16.4158708Z 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:35:16.4164394Z 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:35:16.4170113Z 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:35:16.4175538Z 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:35:16.4181101Z 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:35:16.4186630Z 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:35:16.4191939Z 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:35:16.4197241Z 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:35:16.4202802Z 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:35:16.4208244Z 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:35:16.4213678Z 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:35:16.4219018Z 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:35:16.4224210Z 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:35:16.4229959Z 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:35:16.4235397Z 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:35:16.4240891Z 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:35:16.4246896Z 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:35:16.4253192Z 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:35:16.4259215Z 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:35:16.4264986Z 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:35:16.4271915Z 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:35:16.4278947Z 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:35:16.4285847Z 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:35:16.4292263Z 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:35:16.4298624Z 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:35:16.4305144Z 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:35:16.4311647Z 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:35:16.4318212Z 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:35:16.4324328Z 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:35:16.4329807Z 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:35:16.4335321Z 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:35:16.4341538Z 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:35:16.4347472Z 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:35:16.4353327Z 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:35:16.4359284Z 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:35:16.4365388Z 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:35:16.4371292Z 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:35:16.4377286Z 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:35:16.4400444Z 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:35:16.4406198Z 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:35:16.4412097Z 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:35:16.4417836Z 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:35:16.4423940Z 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:35:16.4429774Z 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:35:16.4435546Z 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:35:16.4441486Z 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:35:16.4447416Z 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:35:16.4453479Z 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:35:16.4459713Z 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:35:16.4467219Z 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:35:16.4473705Z 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:35:16.4478953Z 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:35:16.4485302Z 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:35:16.4491126Z 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:35:16.4497407Z 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:35:16.4503222Z 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:35:16.4509260Z 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:35:16.4515492Z 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:35:16.4521424Z 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:35:16.4527267Z 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:35:16.4532964Z 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:35:16.4539053Z 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:35:16.4544868Z 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:35:16.4550536Z 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:35:16.4556684Z 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:35:16.4562272Z 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:35:16.4568142Z 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:35:16.4573924Z 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:35:16.4579609Z 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:35:16.4585220Z 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:35:16.4590875Z 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:35:16.4596430Z 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:35:16.4601641Z 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:35:16.4607181Z 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:35:16.4612951Z 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:35:16.4618239Z 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:35:16.4624289Z 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:35:16.4629592Z 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:35:16.4635031Z 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:35:16.4640579Z 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:35:16.4646040Z 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:35:16.4651405Z 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:35:16.4656952Z 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:35:16.4662782Z 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:35:16.4668386Z 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:35:16.6299045Z 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:35:16.6304574Z 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:35:16.6310408Z 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:35:16.6316254Z 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:35:16.6322296Z 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:35:16.6328020Z 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:35:16.6334328Z 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:35:16.6339859Z 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:35:16.6345318Z 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:35:16.6350980Z 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:35:16.6356660Z 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:35:16.6362634Z 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:35:16.6368504Z 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:35:16.6374272Z 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:35:16.6379909Z 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:35:16.6385861Z 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:35:16.6391697Z 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:35:16.6397475Z 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:35:16.6403280Z 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:35:16.6408977Z 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:35:16.6414707Z 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:35:16.6420896Z 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:35:16.6426830Z 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:35:16.6432555Z 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:35:16.6438506Z 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:35:16.6444534Z 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:35:16.6450380Z 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:35:16.6456161Z 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:35:16.6462637Z 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:35:16.6468245Z 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:35:16.6475398Z 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:35:16.6482836Z 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:35:16.6488227Z 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:35:16.6494316Z 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:35:16.6500224Z 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:35:16.6506238Z 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:35:16.6512149Z 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:35:16.6517960Z 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:35:16.6524529Z 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:35:16.6530085Z 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:35:16.6536352Z 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:35:16.6541809Z 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:35:16.6548222Z 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:35:16.6553984Z 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:35:16.6559891Z 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:35:16.6565704Z 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:35:16.6571850Z 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:35:16.6577670Z 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:35:16.6583488Z 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:35:16.6589236Z 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:35:16.6595175Z 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:35:16.6601658Z 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:35:16.6607280Z 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:35:16.6613012Z 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:35:16.6618752Z 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:35:16.6625331Z 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:35:16.6632942Z 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:35:16.6639324Z 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:35:16.6644846Z 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:35:16.6650828Z 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:35:16.6656698Z 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:35:16.6662465Z 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:35:16.6668168Z 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:35:16.6674082Z 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:35:16.6680210Z 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:35:16.6686106Z 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:35:16.6691814Z 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:35:16.6702831Z 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:35:16.6708543Z 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:35:16.6714483Z 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:35:16.6720451Z 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:35:16.6726156Z 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:35:16.6731915Z 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:35:16.6737598Z 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:35:16.6743086Z 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:35:16.6748914Z 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:35:16.6754217Z 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:35:16.6760096Z 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:35:16.6765806Z 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:35:16.6772129Z 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:35:16.6777530Z 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:35:16.6783618Z 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:35:16.6791334Z 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:35:16.6796875Z 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:35:16.6802617Z 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:35:16.6808148Z 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:35:16.6831596Z 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:35:16.6837291Z 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:35:16.6843138Z 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:35:16.6849006Z 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:35:16.6854535Z 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:35:16.6860540Z 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:35:16.6866512Z 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:35:16.6871810Z 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:35:16.6877520Z 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:35:16.6883728Z 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:35:16.6889412Z 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:35:16.6894836Z 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:35:16.6900443Z 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:35:16.6905914Z 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:35:16.6911441Z 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:35:16.6917048Z 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:35:16.6922967Z 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:35:16.6934965Z 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:35:16.6940219Z 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:35:16.6945809Z 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:35:16.6951857Z 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:35:16.6957489Z 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:35:16.6962908Z 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:35:16.6968551Z 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:35:16.6974292Z 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:35:16.6979809Z 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:35:16.6985414Z 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:35:16.6991305Z 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:35:16.6997389Z 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:35:16.7003985Z 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:35:16.7009540Z 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:35:16.7015716Z 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:35:16.7022215Z 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:35:16.7028276Z 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:35:16.7034026Z 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:35:16.7039876Z 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:35:16.7045644Z 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:35:16.7051072Z 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:35:16.7057092Z 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:35:16.7062773Z 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:35:16.7068194Z 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:35:16.7073945Z 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:35:16.7079648Z 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:35:16.7085321Z 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:35:16.7091145Z 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:35:16.7096602Z 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:35:16.7102169Z 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:35:16.7107877Z 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:35:16.7113109Z 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:35:16.7119057Z 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:35:16.7124680Z 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:35:16.7130321Z 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:35:16.7136197Z 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:35:16.7141684Z 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:35:16.7148442Z 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:35:16.7154167Z 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:35:16.7160104Z 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:35:16.7165676Z 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:35:16.7171372Z 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:35:16.7177015Z 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:35:16.7182601Z 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:35:16.7187930Z 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:35:16.7193774Z 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:35:16.7199448Z 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:35:16.7205054Z 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:35:16.7210684Z 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:35:16.7216495Z 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:35:16.7222414Z 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:35:16.7228095Z 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:35:16.7233620Z 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:35:16.7239654Z 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:35:16.7245413Z 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:35:16.7251188Z 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:35:16.7256785Z 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:35:16.7262514Z 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:35:16.7268538Z 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:35:16.7274671Z 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:35:16.7284948Z 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:35:16.7290506Z 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:35:16.7296466Z 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:35:16.7301984Z 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:35:16.7307552Z 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:35:16.7313178Z 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:35:16.7319020Z 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:35:16.7325016Z 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:35:16.7330511Z 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:35:16.7336187Z 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:35:16.7341880Z 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:35:16.7347320Z 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:35:16.7352988Z 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:35:16.7358599Z 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:35:16.7364408Z 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:35:16.7371588Z 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:35:16.7377365Z 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:35:16.7383118Z 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:35:16.7388900Z 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:35:16.7394717Z 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:35:16.7400624Z 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:35:16.7406692Z 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:35:16.7412412Z 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:35:16.7418112Z 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:35:16.7423885Z 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:35:16.7429415Z 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:35:16.7435175Z 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:35:16.7440854Z 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:35:16.7447114Z 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:35:16.7452772Z 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:35:16.7458545Z 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:35:16.7464422Z 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:35:16.7469897Z 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:35:16.7475611Z 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:35:16.7482360Z 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:35:16.7488619Z 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:35:16.7495024Z 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:35:16.7500635Z 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:35:16.7506226Z 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:35:16.7511924Z 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:35:16.7517546Z 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:35:16.7523260Z 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:35:16.7528867Z 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:35:16.7534486Z 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:35:16.7540032Z 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:35:16.7545732Z 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:35:16.7551450Z 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:35:16.7556997Z 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:35:16.7562800Z 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:35:16.7568615Z 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:35:16.7574248Z 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:35:16.7580374Z 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:35:16.7585864Z 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:35:16.7591701Z 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:35:16.7597855Z 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:35:16.7603500Z 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:35:16.7608960Z 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:35:16.7614820Z 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:35:16.7620386Z 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:35:16.7626084Z 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:35:16.7631630Z 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:35:16.7637475Z 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:35:16.7643597Z 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:35:16.7649538Z 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:35:16.7655140Z 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:35:16.7661359Z 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:35:16.7667254Z 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:35:16.7672768Z 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:35:16.7678247Z 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:35:16.7683924Z 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:35:16.7689625Z 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:35:16.7697297Z 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:35:16.7702540Z 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:35:16.7708182Z 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:35:16.7713815Z 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:35:16.7719666Z 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:35:16.7725690Z 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:35:16.7736058Z 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:35:16.7741600Z 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:35:16.7747198Z 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:35:16.7752815Z 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:35:16.7758713Z 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:35:16.7764185Z 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:35:16.7769833Z 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:35:16.7775732Z 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:35:16.7781589Z 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:35:16.7787322Z 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:35:16.7794215Z 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:35:16.7799939Z 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:35:16.7805608Z 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:35:16.7811737Z 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:35:16.7817824Z 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:35:16.7823411Z 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:35:16.7828910Z 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:35:16.7834644Z 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:35:16.7840689Z 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:35:16.7846397Z 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:35:16.7852226Z 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:35:16.7858384Z 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:35:16.7864205Z 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:35:16.7869752Z 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:35:16.7875803Z 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:35:16.7881599Z 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:35:16.7887360Z 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:35:16.7893235Z 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:35:16.7899377Z 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:35:16.7905245Z 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:35:16.7910951Z 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:35:16.7917144Z 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:35:16.7922920Z 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:35:16.7928454Z 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:35:16.7934184Z 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:35:16.7939569Z 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:35:16.7944903Z 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:35:16.7950730Z 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:35:16.7956321Z 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:35:16.7962026Z 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:35:16.7967702Z 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:35:16.7973312Z 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:35:16.7978790Z 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:35:16.7984449Z 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:35:16.7990439Z 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:35:16.7995742Z 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:35:16.8001330Z 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:35:16.8006824Z 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:35:16.8012620Z 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:35:16.8018444Z 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:35:16.8024039Z 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:35:16.8029647Z 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:35:16.8035130Z 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:35:16.8040411Z 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:35:16.8045867Z 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:35:16.8051254Z 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:35:16.8056927Z 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:35:16.8061962Z 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:35:16.8068004Z 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:35:16.8073362Z 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:35:16.8079581Z 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:35:16.8085044Z 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:35:16.8090730Z 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:35:16.8096674Z 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:35:16.8102454Z 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:35:16.8108336Z 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:35:16.8113779Z 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:35:16.8120546Z 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:35:16.8125932Z 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:35:16.8131316Z 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:35:16.8136946Z 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:35:16.8142924Z 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:35:16.8148668Z 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:35:16.8153632Z 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:35:16.8159311Z 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:35:16.8164704Z 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:35:16.8170147Z 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:35:16.8175929Z 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:35:16.8181277Z 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:35:16.8186904Z 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:35:16.8192466Z 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:35:16.8198433Z 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:35:16.8203979Z 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:35:16.8209569Z 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:35:16.8215128Z 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:35:16.8220285Z 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:35:16.8225896Z 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:35:16.8231296Z 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:35:16.8237214Z 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:35:16.8242816Z 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:35:16.8248745Z 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:35:16.8254447Z 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:35:16.8260092Z 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:35:16.8266750Z 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:35:16.8272867Z 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:35:16.8278764Z 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:35:16.8284565Z 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:35:16.8290155Z 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:35:16.8297075Z 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:35:16.8303274Z 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:35:16.8309328Z 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:35:16.8315148Z 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:35:16.8336967Z 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:35:16.8342419Z 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:35:16.8348280Z 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:35:16.8353547Z 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:35:16.8358865Z 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:35:16.8364750Z 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:35:16.8370461Z 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:35:16.8376087Z 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:35:16.8381699Z 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:35:16.8387024Z 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:35:16.8392570Z 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:35:16.8398224Z 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:35:16.8403369Z 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:35:16.8409017Z 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:35:16.8415085Z 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:35:16.8420551Z 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:35:16.8425969Z 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:35:16.8431290Z 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:35:16.8436724Z 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:35:16.8442338Z 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:35:16.8448002Z 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:35:16.8453357Z 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:35:16.8459020Z 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:35:16.8464450Z 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:35:16.8469600Z 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:35:16.8474959Z 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:35:16.8480527Z 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:35:16.8485707Z 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:35:16.8491578Z 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:35:16.8496629Z 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:35:16.8502001Z 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:35:16.8507295Z 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:35:16.8512541Z 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:35:16.8518607Z 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:35:16.8523991Z 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:35:16.8529597Z 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:35:16.8535350Z 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:35:16.8540715Z 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:35:16.8547576Z 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:35:16.8553349Z 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:35:16.8558847Z 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:35:16.8564536Z 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:35:16.8570187Z 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:35:16.8576193Z 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:35:16.8581849Z 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:35:16.8587456Z 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:35:16.8593041Z 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:35:16.8598715Z 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:35:16.8604377Z 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:35:16.8610503Z 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:35:16.8616217Z 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:35:16.8621893Z 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:35:16.8627638Z 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:35:16.8633171Z 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:35:16.8638842Z 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:35:16.8644448Z 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:35:16.8649995Z 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:35:16.8656554Z 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:35:16.8662262Z 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:35:16.8667810Z 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:35:16.8673501Z 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:35:16.8684977Z 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:35:16.8690509Z 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:35:16.8696157Z 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:35:16.8701765Z 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:35:16.8707907Z 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:35:16.8714298Z 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:35:16.8719843Z 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:35:16.8725534Z 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:35:16.8731098Z 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:35:16.8736849Z 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:35:16.8742435Z 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:35:16.8748541Z 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:35:16.8754592Z 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:35:16.8760371Z 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:35:16.8766196Z 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:35:16.8771816Z 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:35:16.8777524Z 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:35:16.8783843Z 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:35:16.8789386Z 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:35:16.8795281Z 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:35:16.8801853Z 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:35:16.8806686Z 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:35:16.8812361Z 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:35:16.8821376Z 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:35:16.8827298Z 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:35:16.8832793Z 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:35:16.8838541Z 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:35:16.8844322Z 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:35:16.8849966Z 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:35:16.8855713Z 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:35:16.8861110Z 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:35:16.8866502Z 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:35:16.8871769Z 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:35:16.8877000Z 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:35:16.8882650Z 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:35:16.8888550Z 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:35:16.8894260Z 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:35:16.8899898Z 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:35:16.8905744Z 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:35:16.8911326Z 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:35:16.8917412Z 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:35:16.8923107Z 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:35:16.8928984Z 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:35:16.8934483Z 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:35:16.8940175Z 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:35:16.8945754Z 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:35:16.8951273Z 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:35:16.8956817Z 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:35:16.8962489Z 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:35:16.8968721Z 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:35:16.8974346Z 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:35:16.8979838Z 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:35:16.8985479Z 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:35:16.8990742Z 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:35:16.8996741Z 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:35:16.9002266Z 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:35:16.9008150Z 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:35:16.9013704Z 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:35:16.9019364Z 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:35:16.9025009Z 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:35:16.9030566Z 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:35:16.9036751Z 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:35:16.9042411Z 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:35:16.9048398Z 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:35:16.9053645Z 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:35:16.9059583Z 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:35:16.9064731Z 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:35:16.9070211Z 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:35:16.9075692Z 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:35:16.9081393Z 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:35:16.9087566Z 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:35:16.9093058Z 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:35:16.9098751Z 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:35:16.9105330Z 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:35:16.9110214Z 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:35:16.9130439Z 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:35:16.9136179Z 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:35:16.9142198Z 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:35:16.9147690Z 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:35:16.9153530Z 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:35:16.9159167Z 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:35:16.9164838Z 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:35:16.9170681Z 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:35:16.9176332Z 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:35:16.9182000Z 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:35:16.9187716Z 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:35:16.9194234Z 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:35:16.9200163Z 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:35:16.9206799Z 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:35:16.9211975Z 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:35:16.9217464Z 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:35:16.9223062Z 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:35:16.9228581Z 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:35:16.9234276Z 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:35:16.9239862Z 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:35:16.9245680Z 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:35:16.9251359Z 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:35:16.9256950Z 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:35:16.9262401Z 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:35:16.9267896Z 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:35:16.9273290Z 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:35:16.9278671Z 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:35:16.9284361Z 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:35:16.9290158Z 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:35:16.9295623Z 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:35:16.9301124Z 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:35:16.9306896Z 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:35:16.9312796Z 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:35:16.9318380Z 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:35:16.9323992Z 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:35:16.9329786Z 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:35:16.9335874Z 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:35:16.9341393Z 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:35:16.9347076Z 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:35:16.9352691Z 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:35:16.9359370Z 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:35:16.9365382Z 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:35:16.9371291Z 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:35:16.9376602Z 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:35:16.9382209Z 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:35:16.9388174Z 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:35:16.9393711Z 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:35:16.9400029Z 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:35:16.9405901Z 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:35:16.9412152Z 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:35:16.9417931Z 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:35:16.9424822Z 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:35:16.9430457Z 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:35:16.9436243Z 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:35:16.9442188Z 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:35:16.9447896Z 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:35:16.9453407Z 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:35:16.9459237Z 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:35:16.9464791Z 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:35:16.9470835Z 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:35:16.9476359Z 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:35:16.9482298Z 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:35:16.9488646Z 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:35:16.9494787Z 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:35:16.9518973Z 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:35:16.9520705Z 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:35:16.9522481Z 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:35:16.9533676Z 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:35:16.9535292Z 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:35:16.9538010Z 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:35:16.9539624Z 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:35:16.9545582Z 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:35:16.9551456Z 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:35:16.9557309Z 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:35:16.9563560Z 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:35:16.9570061Z 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:35:16.9575510Z 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:35:16.9581040Z 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:35:16.9587017Z 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:35:16.9592485Z 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:35:16.9598304Z 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:35:16.9603993Z 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:35:16.9610195Z 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:35:16.9616174Z 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:35:16.9621982Z 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:35:16.9627757Z 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:35:16.9634159Z 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:35:16.9639977Z 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:35:16.9645544Z 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:35:16.9651121Z 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:35:16.9657272Z 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:35:16.9662792Z 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:35:16.9668541Z 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:35:16.9675275Z 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:35:16.9681236Z 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:35:16.9686930Z 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:35:16.9692670Z 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:35:16.9711802Z 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:35:16.9717881Z 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:35:16.9723855Z 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:35:16.9729688Z 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:35:16.9735486Z 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:35:16.9741191Z 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:35:16.9746978Z 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:35:16.9752777Z 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:35:16.9758489Z 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:35:16.9765906Z 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:35:16.9771589Z 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:35:16.9777388Z 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:35:16.9783193Z 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:35:16.9788926Z 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:35:16.9794539Z 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:35:16.9800446Z 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:35:16.9806162Z 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:35:16.9812178Z 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:35:16.9818113Z 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:35:16.9823873Z 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:35:16.9829963Z 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:35:16.9835757Z 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:35:16.9842339Z 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:35:16.9864834Z 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:35:16.9870675Z 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:35:16.9876698Z 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:35:16.9883153Z 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:35:16.9888975Z 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:35:16.9904690Z 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:35:16.9906694Z 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:35:16.9908614Z 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:35:16.9912702Z 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:35:16.9918503Z 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:35:16.9924515Z 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:35:16.9930464Z 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:35:16.9936723Z 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:35:16.9942832Z 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:35:16.9948625Z 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:35:16.9954358Z 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:35:16.9960784Z 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:35:16.9967736Z 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:35:16.9973112Z 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:35:16.9978768Z 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:35:16.9984635Z 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:35:16.9991051Z 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:35:16.9997299Z 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:35:17.0003861Z 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:35:17.0009712Z 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:35:17.0015592Z 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:35:17.0021583Z 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:35:17.0027666Z 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:35:17.0033317Z 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:35:17.0039153Z 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:35:17.0050782Z 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:35:17.0056522Z 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:35:17.0062148Z 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:35:17.0067760Z 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:35:17.0074559Z 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:35:17.0080307Z 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:35:17.0086327Z 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:35:17.0091864Z 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:35:17.0097778Z 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:35:17.0103377Z 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:35:17.0109230Z 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:35:17.0114743Z 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:35:17.0120472Z 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:35:17.0125999Z 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:35:17.0132226Z 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:35:17.0137783Z 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:35:17.0143730Z 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:35:17.0149484Z 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:35:17.0155789Z 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:35:17.0161104Z 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:35:17.0166996Z 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:35:17.0172745Z 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:35:17.0178225Z 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:35:17.0183520Z 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:35:17.0189075Z 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:35:17.0195145Z 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:35:17.0200769Z 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:35:17.0206148Z 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:35:17.0211970Z 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:35:17.0217460Z 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:35:17.0222789Z 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:35:17.0228501Z 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:35:17.0234422Z 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:35:17.0240011Z 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:35:17.0245498Z 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:35:17.0250986Z 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:35:17.0256838Z 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:35:17.0262308Z 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:35:17.0267820Z 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:35:17.0273396Z 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:35:17.0280407Z 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:35:17.0285412Z 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:35:17.0291183Z 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:35:17.0296824Z 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:35:17.0302606Z 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:35:17.0308470Z 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:35:17.0314621Z 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:35:17.0320069Z 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:35:17.0326056Z 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:35:17.0331716Z 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:35:17.0337291Z 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:35:17.0342883Z 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:35:17.0348972Z 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:35:17.0354618Z 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:35:17.0360449Z 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:35:17.0366148Z 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:35:17.0371817Z 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:35:17.0377988Z 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:35:17.0383984Z 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:35:17.0389616Z 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:35:17.0395491Z 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:35:17.0401386Z 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:35:17.0407203Z 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:35:17.0412997Z 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:35:17.0418747Z 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:35:17.0425122Z 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:35:17.0430983Z 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:35:17.0436670Z 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:35:17.0442757Z 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:35:17.0448474Z 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:35:17.0454340Z 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:35:17.0460051Z 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:35:17.0465817Z 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:35:17.0471614Z 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:35:17.0477274Z 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:35:17.0483901Z 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:35:17.0489801Z 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:35:17.0495487Z 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:35:17.0501115Z 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:35:17.0506828Z 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:35:17.0512837Z 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:35:17.0518709Z 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:35:17.0524786Z 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:35:17.0530305Z 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:35:17.0535706Z 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:35:17.0541210Z 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:35:17.0546975Z 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:35:17.0553084Z 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:35:17.0558946Z 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:35:17.0564690Z 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:35:17.0570241Z 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:35:17.0575952Z 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:35:17.0581561Z 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:35:17.0587194Z 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:35:17.0593401Z 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:35:17.0598962Z 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:35:17.0604792Z 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:35:17.0610316Z 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:35:17.0616121Z 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:35:17.0621739Z 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:35:17.0627648Z 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:35:17.0633412Z 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:35:17.0639606Z 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:35:17.0645407Z 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:35:17.0651026Z 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:35:17.0657871Z 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:35:17.0662857Z 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:35:17.0668828Z 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:35:17.0674268Z 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:35:17.0680118Z 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:35:17.0686450Z 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:35:17.0692313Z 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:35:17.0698467Z 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:35:17.0711066Z 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:35:17.0716894Z 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:35:17.0723385Z 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:35:17.0729439Z 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:35:17.0735715Z 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:35:17.0741658Z 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:35:17.0747439Z 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:35:17.0753694Z 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:35:17.0759486Z 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:35:17.0765085Z 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:35:17.0771463Z 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:35:17.0777362Z 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:35:17.0783095Z 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:35:17.0789016Z 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:35:17.0794755Z 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:35:17.0801107Z 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:35:17.0807339Z 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:35:17.0813407Z 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:35:17.0819208Z 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:35:17.0825501Z 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:35:17.0831150Z 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:35:17.0837103Z 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:35:17.0849512Z 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:35:17.0850640Z 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:35:17.0856844Z 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:35:17.0862653Z 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:35:17.0868228Z 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:35:17.0874490Z 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:35:17.0880248Z 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:35:17.0886098Z 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:35:17.0892024Z 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:35:17.0899257Z 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:35:17.0904919Z 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:35:17.0910816Z 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:35:17.0916421Z 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:35:17.0922218Z 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:35:17.0928525Z 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:35:17.0935137Z 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:35:17.0941126Z 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:35:17.0947411Z 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:35:17.0953490Z 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:35:17.0959874Z 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:35:17.0965633Z 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:35:17.0972496Z 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:35:17.0977772Z 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:35:17.0983977Z 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:35:17.0990252Z 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:35:17.0996242Z 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:35:17.1001894Z 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:35:17.1009435Z 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:35:17.1014870Z 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:35:17.1022027Z 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:35:17.1027547Z 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:35:17.1033395Z 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:35:17.1039371Z 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:35:17.1045860Z 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:35:17.1050482Z 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:35:17.1056813Z 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:35:17.1062524Z 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:35:17.1068543Z 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:35:17.1074528Z 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:35:17.1080371Z 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:35:17.1086144Z 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:35:17.1092548Z 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:35:17.1098366Z 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:35:17.1104173Z 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:35:17.1109710Z 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:35:17.1115412Z 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:35:17.1121669Z 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:35:17.1127449Z 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:35:17.1133631Z 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:35:17.1139287Z 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:35:17.1144974Z 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:35:17.1150686Z 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:35:17.1156422Z 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:35:17.1162859Z 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:35:17.1168550Z 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:35:17.1174251Z 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:35:17.1180096Z 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:35:17.1185954Z 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:35:17.1191357Z 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:35:17.1196994Z 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:35:17.1202762Z 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:35:17.1208796Z 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:35:17.1214369Z 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:35:17.1219768Z 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:35:17.1225843Z 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:35:17.1231333Z 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:35:17.1236858Z 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:35:17.1243162Z 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:35:17.1249158Z 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:35:17.1255410Z 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:35:17.1261212Z 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:35:17.1267250Z 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:35:17.1273110Z 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:35:17.1279314Z 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:35:17.1285248Z 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:35:17.1291112Z 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:35:17.1297000Z 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:35:17.1304259Z 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:35:17.1310157Z 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:35:17.1316219Z 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:35:17.1322027Z 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:35:17.1327768Z 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:35:17.1334058Z 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:35:17.1340539Z 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:35:17.1346442Z 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:35:17.1352907Z 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:35:17.1358906Z 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:35:17.1364980Z 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:35:17.1371707Z 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:35:17.1378157Z 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:35:17.1384471Z 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:35:17.1407741Z 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:35:17.1413600Z 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:35:17.1419781Z 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:35:17.1426341Z 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:35:17.1432420Z 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:35:17.1438411Z 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:35:17.1444679Z 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:35:17.1450615Z 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:35:17.1456595Z 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:35:17.1462630Z 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:35:17.1468600Z 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:35:17.1474972Z 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:35:17.1481643Z 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:35:17.1487881Z 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:35:17.1493839Z 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:35:17.1500045Z 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:35:17.1506123Z 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:35:17.1512364Z 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:35:17.1518316Z 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:35:17.1525014Z 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:35:17.1531254Z 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:35:17.1537779Z 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:35:17.1543942Z 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:35:17.1551300Z 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:35:17.1557570Z 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:35:17.1563730Z 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:35:17.1570225Z 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:35:17.1576193Z 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:35:17.1582354Z 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:35:17.1588245Z 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:35:17.1594375Z 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:35:17.1600255Z 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:35:17.1605821Z 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:35:17.1611678Z 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:35:17.1617790Z 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:35:17.1623576Z 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:35:17.1629281Z 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:35:17.1635505Z 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:35:17.1641873Z 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:35:17.1647605Z 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:35:17.1653494Z 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:35:17.1659246Z 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:35:17.1665437Z 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:35:17.1671207Z 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:35:17.1677112Z 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:35:17.1682937Z 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:35:17.1689149Z 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:35:17.1695026Z 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:35:17.1701039Z 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:35:17.1706957Z 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:35:17.1712705Z 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:35:17.1718564Z 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:35:17.1724479Z 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:35:17.1730265Z 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:35:17.1736295Z 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:35:17.1742301Z 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:35:17.1747991Z 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:35:17.1753700Z 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:35:17.1759462Z 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:35:17.1765720Z 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:35:17.1771623Z 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:35:17.1777470Z 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:35:17.1783325Z 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:35:17.1789089Z 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:35:17.1795379Z 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:35:17.1801315Z 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:35:17.1807205Z 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:35:17.1813059Z 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:35:17.1819110Z 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:35:17.1825115Z 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:35:17.1830474Z 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:35:17.1836487Z 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:35:17.1842625Z 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:35:17.1848178Z 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:35:17.1859569Z 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:35:17.1865297Z 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:35:17.1871083Z 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:35:17.1876993Z 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:35:17.1883158Z 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:35:17.1888886Z 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:35:17.1896219Z 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:35:17.1902362Z 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:35:17.1907927Z 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:35:17.1913569Z 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:35:17.1919238Z 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:35:17.1924941Z 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:35:17.1930720Z 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:35:17.1936405Z 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:35:17.1942309Z 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:35:17.1947789Z 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:35:17.1953452Z 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:35:17.1959484Z 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:35:17.1968217Z 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:35:17.1970960Z 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:35:17.1976406Z 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:35:17.1981748Z 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:35:17.1987314Z 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:35:17.1992690Z 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:35:17.1998154Z 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:35:17.2004086Z 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:35:17.2010398Z 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:35:17.2016779Z 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:35:17.2022508Z 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:35:17.2028652Z 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:35:17.2034323Z 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:35:17.2039986Z 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:35:17.2045675Z 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:35:17.2051515Z 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:35:17.2057235Z 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:35:17.3501612Z 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:35:17.3507821Z 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:35:17.3513565Z 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:35:17.3519402Z 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:35:17.3549749Z 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:35:17.3551280Z 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:35:17.3552725Z 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:35:17.3559173Z 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:35:17.3560880Z 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:35:17.3563626Z 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:35:17.3565235Z 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:35:17.3570175Z 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:35:17.3575959Z 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:35:17.3581927Z 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:35:17.3586385Z 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:35:17.3593160Z 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:35:17.3597866Z 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:35:17.3603306Z 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:35:17.3609071Z 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:35:17.3614631Z 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:35:17.3620433Z 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:35:17.3626067Z 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:35:17.3631463Z 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:35:17.3636750Z 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:35:17.3642447Z 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:35:17.3647892Z 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:35:17.3653709Z 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:35:17.3658934Z 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:35:17.3664440Z 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:35:17.3669871Z 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:35:17.3675168Z 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:35:17.3680731Z 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:35:17.3686424Z 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:35:17.3691710Z 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:35:17.3697031Z 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:35:17.3702564Z 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:35:17.3708666Z 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:35:17.3714789Z 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:35:17.3720192Z 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:35:17.3726471Z 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:35:17.3731910Z 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:35:17.3736960Z 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:35:17.3742322Z 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:35:17.3747798Z 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:35:17.3753256Z 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:35:17.3758916Z 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:35:17.3764621Z 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:35:17.3770188Z 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:35:17.3775661Z 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:35:17.3781103Z 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:35:17.3786508Z 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:35:17.3791868Z 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:35:17.3797163Z 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:35:17.3802796Z 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:35:17.3808008Z 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:35:17.3813911Z 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:35:17.3819277Z 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:35:17.3824541Z 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:35:17.3830650Z 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:35:17.3835602Z 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:35:17.3841212Z 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:35:17.3846616Z 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:35:17.3851812Z 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:35:17.3857648Z 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:35:17.3862488Z 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:35:17.3867944Z 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:35:17.3878120Z 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:35:17.3883645Z 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:35:17.3889205Z 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:35:17.3894652Z 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:35:17.3900233Z 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:35:17.3906465Z 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:35:17.3911907Z 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:35:17.3917675Z 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:35:17.3924030Z 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:35:17.3929679Z 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:35:17.3935503Z 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:35:17.3941257Z 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:35:17.3946899Z 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:35:17.3952883Z 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:35:17.3958528Z 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:35:17.3964281Z 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:35:17.3969981Z 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:35:17.3975527Z 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:35:17.3980986Z 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:35:17.3986383Z 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:35:17.3992216Z 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:35:17.3998134Z 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:35:17.4004074Z 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:35:17.4009565Z 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:35:17.4015226Z 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:35:17.4021571Z 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:35:17.4045240Z 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:35:17.4046747Z 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:35:17.4048173Z 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:35:17.4054784Z 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:35:17.4056245Z 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:35:17.4058042Z 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:35:17.4063748Z 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:35:17.4069431Z 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:35:17.4075176Z 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:35:17.4080876Z 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:35:17.4086891Z 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:35:17.4092955Z 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:35:17.4097840Z 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:35:17.4104207Z 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:35:17.4108349Z 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:35:17.4114195Z 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:35:17.4119535Z 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:35:17.4125161Z 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:35:17.4131232Z 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:35:17.4137083Z 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:35:17.4142719Z 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:35:17.4148386Z 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:35:17.4157186Z 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:35:17.4163470Z 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:35:17.4169244Z 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:35:17.4174642Z 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:35:17.4180824Z 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:35:17.4186305Z 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:35:17.4191761Z 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:35:17.4197478Z 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:35:17.4202901Z 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:35:17.4208539Z 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:35:17.4214122Z 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:35:17.4219204Z 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:35:17.4224619Z 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:35:17.4230291Z 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:35:17.4235429Z 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:35:17.4240689Z 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:35:17.4246527Z 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:35:17.4251933Z 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:35:17.4257944Z 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:35:17.4263702Z 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:35:17.4269864Z 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:35:17.4275264Z 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:35:17.4280959Z 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:35:17.4286501Z 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:35:17.4292341Z 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:35:17.4297914Z 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:35:17.4304014Z 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:35:17.4309584Z 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:35:17.4315297Z 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:35:17.4321328Z 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:35:17.4326782Z 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:35:17.4333500Z 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:35:17.4339335Z 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:35:17.4345547Z 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:35:17.4371362Z 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:35:17.4376704Z 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:35:17.4382910Z 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:35:17.4388290Z 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:35:17.4394027Z 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:35:17.4399763Z 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:35:17.4405450Z 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:35:17.4410978Z 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:35:17.4416547Z 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:35:17.4421959Z 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:35:17.4427537Z 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:35:17.4433816Z 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:35:17.4439075Z 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:35:17.4444230Z 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:35:17.4448904Z 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:35:17.4454613Z 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:35:17.4473778Z 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:35:17.4479654Z 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:35:17.4485240Z 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:35:17.4490943Z 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:35:17.4496588Z 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:35:17.4502252Z 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:35:17.4507987Z 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:35:17.4513631Z 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:35:17.4518756Z 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:35:17.4553290Z 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:35:17.4555332Z 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:35:17.4556927Z 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:35:17.4559998Z 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:35:17.4561791Z 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:35:17.4564480Z 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:35:17.4566080Z 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:35:17.4571010Z 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:35:17.4577528Z 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:35:17.4583505Z 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:35:17.4590373Z 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:35:17.4596855Z 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:35:17.4603957Z 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:35:17.4609212Z 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:35:17.4615264Z 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:35:17.4631775Z 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:35:17.4637936Z 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:35:17.4644189Z 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:35:17.4650904Z 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:35:17.4656852Z 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:35:17.4662987Z 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:35:17.4669013Z 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:35:17.4674897Z 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:35:17.4681295Z 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:35:17.4687164Z 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:35:17.4693864Z 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:35:17.4699587Z 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:35:17.4705976Z 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:35:17.4712175Z 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:35:17.4719187Z 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:35:17.4725655Z 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:35:17.4731150Z 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:35:17.4737356Z 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:35:17.4742781Z 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:35:17.4748270Z 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:35:17.4753945Z 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:35:17.4759894Z 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:35:17.4765650Z 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:35:17.4771153Z 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:35:17.4777068Z 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:35:17.4782671Z 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:35:17.4788334Z 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:35:17.4793799Z 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:35:17.4800801Z 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:35:17.4806433Z 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:35:17.4811976Z 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:35:17.4818335Z 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:35:17.4824064Z 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:35:17.4829891Z 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:35:17.4835375Z 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:35:17.4841119Z 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:35:17.4846815Z 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:35:17.4852715Z 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:35:17.4858429Z 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:35:17.4864050Z 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:35:17.4870377Z 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:35:17.4876194Z 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:35:17.4881885Z 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:35:17.4887529Z 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:35:17.4893390Z 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:35:17.4899297Z 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:35:17.4904687Z 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:35:17.4910599Z 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:35:17.4916106Z 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:35:17.4921841Z 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:35:17.4927380Z 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:35:17.4934209Z 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:35:17.4941128Z 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:35:17.4945457Z 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:35:17.4951143Z 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:35:17.4958042Z 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:35:17.4963840Z 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:35:17.4969473Z 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:35:17.4975141Z 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:35:17.4981151Z 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:35:17.4986890Z 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:35:17.4993048Z 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:35:17.4998710Z 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:35:17.5004730Z 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:35:17.5010666Z 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:35:17.5015122Z 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:35:17.5021721Z 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:35:17.5026611Z 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:35:17.5032395Z 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:35:17.5038188Z 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:35:17.5043949Z 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:35:17.5049416Z 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:35:17.5054943Z 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:35:17.5060553Z 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:35:17.5065906Z 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:35:17.5071366Z 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:35:17.5082955Z 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:35:17.5088712Z 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:35:17.5094144Z 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:35:17.5099696Z 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:35:17.5105322Z 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:35:17.5111886Z 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:35:17.5117199Z 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:35:17.5123702Z 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:35:17.5128399Z 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:35:17.5134117Z 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:35:17.5139604Z 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:35:17.5145320Z 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:35:17.5151166Z 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:35:17.5156739Z 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:35:17.5162514Z 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:35:17.5167959Z 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:35:17.5173417Z 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:35:17.5178827Z 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:35:17.5184920Z 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:35:17.5189814Z 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:35:17.5195758Z 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:35:17.5201008Z 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:35:17.5206502Z 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:35:17.5212224Z 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:35:17.5217655Z 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:35:17.5223915Z 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:35:17.5229400Z 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:35:17.5235063Z 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:35:17.5240976Z 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:35:17.5246803Z 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:35:17.5252499Z 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:35:17.5257928Z 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:35:17.5263479Z 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:35:17.5268730Z 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:35:17.5274619Z 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:35:17.5280524Z 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:35:17.5286250Z 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:35:17.5291802Z 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:35:17.5297304Z 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:35:17.5302648Z 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:35:17.5308312Z 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:35:17.5313326Z 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:35:17.5318802Z 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:35:17.5324578Z 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:35:17.5330304Z 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:35:17.5335967Z 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:35:17.5341814Z 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:35:17.5347451Z 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:35:17.5353231Z 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:35:17.5358826Z 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:35:17.5364579Z 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:35:17.5370293Z 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:35:17.5375878Z 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:35:17.5382031Z 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:35:17.5387450Z 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:35:17.5393416Z 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:35:17.5399274Z 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:35:17.5404844Z 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:35:17.5410468Z 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:35:17.5416212Z 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:35:17.5421759Z 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:35:17.5426951Z 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:35:17.5432978Z 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:35:17.5438835Z 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:35:17.5445267Z 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:35:17.5451145Z 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:35:17.5456831Z 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:35:17.5462516Z 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:35:17.5468686Z 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:35:17.5474663Z 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:35:17.5480314Z 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:35:17.5486071Z 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:35:17.5492434Z 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:35:17.5498257Z 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:35:17.5504011Z 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:35:17.5514492Z 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:35:17.5520286Z 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:35:17.5525817Z 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:35:17.5531437Z 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:35:17.5537225Z 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:35:17.5543305Z 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:35:17.5548587Z 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:35:17.5554238Z 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:35:17.5560054Z 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:35:17.5565893Z 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:35:17.5571808Z 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:35:17.5577372Z 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:35:17.5583182Z 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:35:17.5588885Z 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:35:17.5594407Z 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:35:17.5600190Z 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:35:17.5606129Z 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:35:17.5611763Z 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:35:17.5617695Z 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:35:17.5623729Z 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:35:17.5629182Z 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:35:17.5635124Z 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:35:17.5641074Z 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:35:17.5646677Z 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:35:17.5652271Z 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:35:17.5657845Z 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:35:17.5663931Z 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:35:17.5669952Z 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:35:17.5675965Z 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:35:17.5681557Z 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:35:17.5686934Z 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:35:17.5692374Z 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:35:17.5698598Z 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:35:17.5709801Z 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:35:17.5715269Z 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:35:17.5721235Z 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:35:17.5727261Z 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:35:17.5732822Z 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:35:17.5738499Z 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:35:17.5743973Z 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:35:17.5749702Z 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:35:17.5755258Z 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:35:17.5761851Z 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:35:17.5767550Z 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:35:17.5772970Z 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:35:17.5778582Z 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:35:17.5784555Z 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:35:17.5790052Z 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:35:17.5795950Z 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:35:17.5801753Z 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:35:17.5807909Z 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:35:17.5813397Z 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:35:17.5819062Z 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:35:17.5824792Z 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:35:17.5830658Z 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:35:17.5836371Z 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:35:17.5843124Z 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:35:17.5849404Z 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:35:17.5854962Z 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:35:17.5860564Z 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:35:17.5866245Z 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:35:17.5872029Z 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:35:17.5878428Z 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:35:17.5884783Z 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:35:17.5890360Z 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:35:17.5912654Z 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:35:17.5918684Z 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:35:17.5925106Z 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:35:17.5930834Z 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:35:17.5936600Z 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:35:17.5942264Z 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:35:17.5948492Z 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:35:17.5954352Z 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:35:17.5960281Z 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:35:17.5966501Z 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:35:17.5972887Z 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:35:17.5978775Z 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:35:17.5984621Z 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:35:17.5990500Z 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:35:17.5996873Z 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:35:17.6002710Z 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:35:17.6008472Z 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:35:17.6014302Z 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:35:17.6020151Z 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:35:17.6026488Z 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:35:17.6032197Z 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:35:17.6038715Z 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:35:17.6045045Z 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:35:17.6051540Z 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:35:17.6057476Z 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:35:17.6063601Z 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:35:17.6069585Z 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:35:17.6075665Z 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:35:17.6081571Z 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:35:17.6087501Z 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:35:17.6093177Z 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:35:17.6100669Z 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:35:17.6105295Z 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:35:17.6110843Z 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:35:17.6116525Z 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:35:17.6122903Z 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:35:17.6129370Z 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:35:17.6134830Z 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:35:17.6140643Z 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:35:17.6146935Z 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:35:17.6153167Z 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:35:17.6159289Z 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:35:17.6164726Z 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:35:17.6170674Z 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:35:17.6176477Z 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:35:17.6182155Z 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:35:17.6188282Z 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:35:17.6193759Z 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:35:17.6199635Z 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:35:17.6205353Z 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:35:17.6211284Z 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:35:17.6216962Z 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:35:17.6222988Z 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:35:17.6229437Z 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:35:17.6234936Z 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:35:17.6240832Z 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:35:17.6246644Z 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:35:17.6252454Z 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:35:17.6258433Z 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:35:17.6264162Z 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:35:17.6270305Z 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:35:17.6276800Z 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:35:17.6286138Z 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:35:17.6292642Z 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:35:17.6298585Z 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:35:17.6304444Z 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:35:17.6310158Z 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:35:17.6316345Z 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:35:17.6322227Z 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:35:17.6328067Z 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:35:17.6334677Z 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:35:17.6340705Z 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:35:17.6346659Z 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:35:17.6352468Z 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:35:17.6358384Z 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:35:17.6364548Z 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:35:17.6370375Z 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:35:17.6376696Z 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:35:17.6382642Z 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:35:17.6388455Z 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:35:17.6395038Z 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:35:17.6401615Z 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:35:17.6408072Z 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:35:17.6414603Z 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:35:17.6421048Z 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:35:17.6451598Z 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:35:17.6457421Z 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:35:17.6464828Z 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:35:17.6470731Z 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:35:17.6476608Z 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:35:17.6482749Z 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:35:17.6488390Z 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:35:17.6494151Z 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:35:17.6500074Z 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:35:17.6506296Z 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:35:17.6512206Z 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:35:17.6518025Z 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:35:17.6524419Z 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:35:17.6530197Z 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:35:17.6551770Z 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:35:17.6552523Z 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:35:17.6553716Z 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:35:17.6557365Z 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:35:17.6563430Z 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:35:17.6569208Z 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:35:17.6575351Z 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:35:17.6579974Z 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:35:17.6586331Z 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:35:17.6592730Z 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:35:17.6600164Z 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:35:17.6606103Z 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:35:17.6611984Z 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:35:17.6618144Z 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:35:17.6623618Z 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:35:17.6629295Z 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:35:17.6634704Z 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:35:17.6640498Z 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:35:17.6646120Z 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:35:17.6651451Z 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:35:17.6656950Z 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:35:17.6662773Z 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:35:17.6668244Z 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:35:17.6673684Z 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:35:17.6679110Z 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:35:17.6684929Z 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:35:17.6702342Z 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:35:17.6703070Z 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:35:17.6703807Z 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:35:17.6707453Z 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:35:17.6713086Z 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:35:17.6718669Z 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:35:17.6724596Z 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:35:17.6729832Z 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:35:17.6735297Z 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:35:17.6740646Z 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:35:17.6746103Z 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:35:17.6751667Z 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:35:17.6756959Z 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:35:17.6762171Z 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:35:17.6767373Z 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:35:17.6772626Z 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:35:17.6778571Z 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:35:17.6789543Z 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:35:17.6795177Z 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:35:17.6800789Z 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:35:17.6806446Z 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:35:17.6812181Z 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:35:17.6817891Z 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:35:17.6823640Z 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:35:17.6829353Z 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:35:17.6835056Z 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:35:17.6840962Z 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:35:17.6846479Z 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:35:17.6852133Z 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:35:17.6857910Z 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:35:17.6863592Z 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:35:17.6869845Z 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:35:17.6875693Z 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:35:17.6881465Z 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:35:17.6887542Z 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:35:17.6904399Z 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:35:17.6910069Z 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:35:17.6915875Z 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:35:17.6922038Z 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:35:17.6927660Z 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:35:17.6933611Z 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:35:17.6939183Z 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:35:17.6945352Z 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:35:17.6951120Z 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:35:17.6956725Z 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:35:17.6962576Z 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:35:17.6968467Z 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:35:17.6974246Z 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:35:17.6980132Z 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:35:17.6985775Z 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:35:17.6991450Z 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:35:17.6996795Z 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:35:17.7002564Z 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:35:17.7008440Z 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:35:17.7014023Z 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:35:17.7019613Z 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:35:17.7025314Z 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:35:17.7031061Z 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:35:17.7043259Z 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:35:17.7043886Z 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:35:17.7049390Z 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:35:17.7055020Z 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:35:17.7060716Z 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:35:17.7066495Z 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:35:17.7071913Z 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:35:17.7077569Z 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:35:17.7083398Z 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:35:17.7088814Z 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:35:17.7094462Z 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:35:17.7099952Z 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:35:17.7105501Z 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:35:17.7111392Z 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:35:17.7116878Z 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:35:17.7123702Z 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:35:17.7128180Z 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:35:17.7133775Z 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:35:17.7139080Z 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:35:17.7144560Z 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:35:17.7149765Z 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:35:17.7154988Z 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:35:17.7160900Z 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:35:17.7166446Z 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:35:17.7172498Z 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:35:17.7178230Z 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:35:17.7183886Z 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:35:17.7190316Z 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:35:17.7195210Z 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:35:17.7201089Z 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:35:17.7207011Z 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:35:17.7212372Z 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:35:17.7217929Z 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:35:17.7223891Z 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:35:17.7229268Z 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:35:17.7234727Z 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:35:17.7240080Z 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:35:17.7246162Z 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:35:17.7252085Z 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:35:17.7257633Z 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:35:17.7263444Z 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:35:17.7269318Z 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:35:17.7275213Z 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:35:17.7281691Z 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:35:17.7287043Z 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:35:17.7292794Z 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:35:17.7298417Z 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:35:17.7304192Z 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:35:17.7310017Z 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:35:17.7315998Z 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:35:17.7322123Z 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:35:17.7327799Z 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:35:17.7333560Z 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:35:17.7339276Z 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:35:17.7345951Z 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:35:17.7351872Z 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:35:17.7357580Z 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:35:17.7363660Z 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:35:17.7369375Z 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:35:17.7375129Z 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:35:17.7381888Z 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:35:17.7387356Z 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:35:17.7392674Z 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:35:17.7398315Z 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:35:17.7404001Z 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:35:17.7409799Z 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:35:17.7415678Z 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:35:17.7421252Z 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:35:17.7426949Z 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:35:17.7432905Z 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:35:17.7438701Z 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:35:17.7444280Z 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:35:17.7449767Z 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:35:17.7474871Z 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:35:17.7480331Z 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:35:17.7486411Z 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:35:17.7492042Z 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:35:17.7497655Z 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:35:17.7503263Z 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:35:17.7508859Z 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:35:17.7514524Z 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:35:17.7520114Z 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:35:17.7525633Z 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:35:17.7531171Z 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:35:17.7537069Z 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:35:17.7543047Z 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:35:17.7548887Z 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:35:17.7554708Z 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:35:17.7560631Z 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:35:17.7566368Z 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:35:17.7571951Z 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:35:17.7577942Z 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:35:17.7584081Z 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:35:17.7589412Z 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:35:17.7595105Z 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:35:17.7600891Z 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:35:17.7606988Z 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:35:17.7612886Z 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:35:17.7618596Z 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:35:17.7624180Z 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:35:17.7629623Z 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:35:17.7635210Z 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:35:17.7640818Z 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:35:17.7646760Z 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:35:17.7652895Z 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:35:17.7658404Z 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:35:17.7664033Z 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:35:17.7669972Z 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:35:17.7675537Z 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:35:17.7681279Z 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:35:17.7687470Z 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:35:17.7693604Z 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:35:17.7700009Z 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:35:17.7705271Z 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:35:17.7710804Z 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:35:17.7716482Z 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:35:17.7722357Z 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:35:17.7728139Z 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:35:17.7733655Z 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:35:17.7739209Z 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:35:17.7744698Z 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:35:17.7750247Z 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:35:17.7755743Z 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:35:17.7761560Z 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:35:17.7767465Z 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:35:17.7773109Z 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:35:17.7778807Z 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:35:17.7784918Z 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:35:17.7790674Z 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:35:17.7796327Z 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:35:17.7801937Z 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:35:17.7808523Z 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:35:17.7814079Z 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:35:17.7819776Z 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:35:17.7825658Z 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:35:17.7831661Z 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:35:17.7837382Z 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:35:17.7843272Z 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:35:17.7848919Z 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:35:17.7854750Z 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:35:17.7860453Z 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:35:17.7866771Z 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:35:17.7872329Z 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:35:17.7877780Z 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:35:17.7883571Z 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:35:17.7889574Z 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:35:17.7895258Z 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:35:17.7915748Z 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:35:17.7921447Z 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:35:17.7927952Z 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:35:17.7933875Z 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:35:17.7939337Z 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:35:17.7945003Z 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:35:17.7951077Z 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:35:17.7956910Z 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:35:17.7962608Z 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:35:17.7968433Z 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:35:17.7974389Z 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:35:17.7979867Z 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:35:17.7985332Z 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:35:17.7991473Z 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:35:17.7998538Z 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:35:17.8004650Z 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:35:17.8010376Z 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:35:17.8016109Z 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:35:17.8022338Z 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:35:17.8028149Z 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:35:17.8034072Z 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:35:17.8039912Z 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:35:17.8046956Z 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:35:17.8065010Z 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:35:17.8066554Z 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:35:17.8068223Z 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:35:17.8072184Z 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:35:17.8078005Z 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:35:17.8084168Z 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:35:17.8090301Z 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:35:17.8096019Z 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:35:17.8102597Z 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:35:17.8108476Z 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:35:17.8114100Z 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:35:17.8120209Z 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:35:17.8126176Z 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:35:17.8132021Z 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:35:17.8137717Z 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:35:17.8143683Z 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:35:17.8149543Z 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:35:17.8155639Z 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:35:17.8161912Z 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:35:17.8167671Z 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:35:17.8173503Z 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:35:17.8179361Z 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:35:17.8184779Z 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:35:17.8191325Z 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:35:17.8197735Z 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:35:17.8204247Z 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:35:17.8209327Z 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:35:17.8215004Z 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:35:17.8220537Z 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:35:17.8226046Z 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:35:17.8231489Z 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:35:17.8237359Z 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:35:17.8243123Z 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:35:17.8248685Z 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:35:17.8254277Z 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:35:17.8260233Z 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:35:17.8265806Z 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:35:17.8271498Z 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:35:17.8278369Z 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:35:17.8284501Z 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:35:17.8290164Z 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:35:17.8295755Z 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:35:17.8301492Z 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:35:17.8307922Z 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:35:17.8312959Z 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:35:17.8319190Z 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:35:17.8325370Z 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:35:17.8338902Z 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:35:17.8344638Z 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:35:17.8350301Z 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:35:17.8356094Z 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:35:17.8361725Z 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:35:17.8367788Z 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:35:17.8373644Z 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:35:17.8379228Z 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:35:17.8385190Z 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:35:17.8391217Z 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:35:17.8397586Z 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:35:17.8403657Z 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:35:17.8409911Z 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:35:17.8415720Z 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:35:17.8421726Z 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:35:17.8427757Z 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:35:17.8433859Z 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:35:17.8440756Z 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:35:17.8447247Z 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:35:17.8452897Z 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:35:17.8458625Z 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:35:17.8464585Z 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:35:17.8470767Z 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:35:17.8477065Z 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:35:17.8483055Z 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:35:17.8488839Z 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:35:17.8494920Z 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:35:17.8501128Z 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:35:17.8507136Z 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:35:17.8513095Z 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:35:17.8518877Z 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:35:17.8526131Z 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:35:17.8532029Z 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:35:17.8537865Z 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:35:17.8553481Z 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:35:17.8555352Z 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:35:17.8558235Z 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:35:17.8562646Z 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:35:17.8570150Z 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:35:17.8574775Z 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:35:17.8580830Z 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:35:17.8587613Z 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:35:17.8592345Z 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:35:17.8598067Z 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:35:17.8604225Z 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:35:17.8610249Z 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:35:17.8616098Z 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:35:17.8621615Z 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:35:17.8627183Z 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:35:17.8634282Z 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:35:17.8638958Z 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:35:17.8644543Z 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:35:17.8650678Z 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:35:17.8656208Z 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:35:17.8661921Z 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:35:17.8667700Z 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:35:17.8673523Z 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:35:17.8679128Z 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:35:17.8684509Z 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:35:17.8690394Z 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:35:17.8696208Z 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:35:17.8701977Z 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:35:17.8707663Z 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:35:17.8713429Z 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:35:17.8719437Z 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:35:17.8725196Z 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:35:17.8731113Z 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:35:17.8736718Z 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:35:17.8743405Z 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:35:17.8749294Z 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:35:17.8755217Z 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:35:17.8761118Z 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:35:17.8766815Z 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:35:17.8772821Z 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:35:17.8778838Z 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:35:17.8784510Z 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:35:17.8790274Z 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:35:17.8795978Z 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:35:17.8801783Z 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:35:17.8807472Z 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:35:17.8813456Z 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:35:17.8819392Z 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:35:17.8825001Z 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:35:17.8830467Z 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:35:17.8837326Z 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:35:17.8843514Z 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:35:17.8849600Z 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:35:17.8855498Z 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:35:17.8861316Z 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:35:17.8867176Z 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:35:17.8873820Z 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:35:17.8879942Z 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:35:17.8886112Z 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:35:17.8891856Z 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:35:17.8897678Z 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:35:17.8903435Z 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:35:17.8909574Z 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:35:17.8915398Z 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:35:17.8921325Z 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:35:17.8927760Z 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:35:17.8933800Z 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:35:17.8939627Z 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:35:17.8945496Z 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:35:17.8951203Z 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:35:17.8957141Z 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:35:17.8963283Z 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:35:17.8970416Z 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:35:17.8975981Z 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:35:17.8981496Z 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:35:17.8987313Z 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:35:17.8993476Z 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:35:17.8999140Z 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:35:17.9021869Z 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:35:17.9027420Z 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:35:17.9033683Z 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:35:17.9039652Z 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:35:17.9045474Z 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:35:17.9055795Z 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:35:17.9058136Z 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:35:17.9072563Z 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:35:17.9074277Z 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:35:17.9078157Z 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:35:17.9084272Z 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:35:17.9090005Z 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:35:17.9095981Z 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:35:17.9100671Z 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:35:17.9106998Z 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:35:17.9111952Z 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:35:17.9117587Z 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:35:17.9123538Z 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:35:17.9129029Z 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:35:17.9134750Z 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:35:17.9140808Z 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:35:17.9146242Z 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:35:17.9152584Z 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:35:17.9157544Z 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:35:17.9162760Z 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:35:17.9167874Z 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:35:17.9173341Z 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:35:17.9178333Z 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:35:17.9183577Z 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:35:17.9189497Z 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:35:17.9195265Z 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:35:17.9201038Z 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:35:17.9207130Z 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:35:17.9217697Z 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:35:17.9223417Z 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:35:17.9228937Z 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:35:17.9234624Z 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:35:17.9240177Z 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:35:17.9245988Z 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:35:17.9251575Z 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:35:17.9257565Z 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:35:17.9263086Z 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:35:17.9268979Z 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:35:17.9274602Z 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:35:17.9280300Z 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:35:17.9286403Z 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:35:17.9292032Z 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:35:17.9298051Z 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:35:17.9303810Z 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:35:17.9309524Z 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:35:17.9315296Z 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:35:17.9321418Z 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:35:17.9327658Z 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:35:17.9333308Z 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:35:17.9339174Z 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:35:17.9344744Z 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:35:17.9350510Z 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:35:17.9356479Z 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:35:17.9362575Z 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:35:17.9368312Z 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:35:17.9374596Z 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:35:17.9380210Z 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:35:17.9386024Z 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:35:17.9392016Z 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:35:17.9398293Z 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:35:17.9404228Z 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:35:17.9409922Z 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:35:17.9417012Z 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:35:17.9423030Z 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:35:17.9428697Z 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:35:17.9434600Z 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:35:17.9440394Z 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:35:17.9446493Z 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:35:17.9452431Z 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:35:17.9458632Z 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:35:17.9464387Z 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:35:17.9470119Z 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:35:17.9476099Z 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:35:17.9482475Z 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:35:17.9488374Z 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:35:17.9494577Z 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:35:17.9500342Z 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:35:17.9506382Z 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:35:17.9513330Z 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:35:17.9519622Z 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:35:17.9525275Z 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:35:17.9531191Z 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:35:17.9537017Z 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:35:17.9543142Z 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:35:17.9548915Z 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:35:17.9578759Z 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:35:17.9580487Z 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:35:17.9582164Z 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:35:17.9585259Z 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:35:17.9587237Z 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:35:17.9590192Z 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:35:17.9593940Z 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:35:17.9599678Z 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:35:17.9605787Z 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:35:17.9612443Z 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:35:17.9617060Z 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:35:17.9623154Z 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:35:17.9629337Z 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:35:17.9635434Z 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:35:17.9641333Z 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:35:17.9647083Z 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:35:17.9653108Z 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:35:17.9660169Z 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:35:17.9665295Z 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:35:17.9671127Z 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:35:17.9684821Z 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:35:17.9690596Z 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:35:17.9696401Z 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:35:17.9702304Z 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:35:17.9708401Z 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:35:17.9714795Z 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:35:17.9720731Z 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:35:17.9726642Z 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:35:17.9733113Z 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:35:17.9739274Z 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:35:17.9745234Z 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:35:17.9751412Z 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:35:17.9757196Z 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:35:17.9763522Z 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:35:17.9770126Z 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:35:17.9776002Z 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:35:17.9781993Z 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:35:17.9788065Z 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:35:17.9794126Z 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:35:17.9799666Z 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:35:17.9805042Z 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:35:17.9810707Z 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:35:17.9816251Z 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:35:17.9821816Z 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:35:17.9827619Z 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:35:17.9833063Z 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:35:17.9838817Z 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:35:17.9845061Z 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:35:17.9850663Z 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:35:17.9856290Z 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:35:17.9862116Z 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:35:17.9867765Z 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:35:17.9873462Z 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:35:17.9879267Z 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:35:17.9884896Z 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:35:17.9890610Z 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:35:17.9896322Z 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:35:17.9902290Z 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:35:17.9908135Z 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:35:17.9913871Z 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:35:17.9919827Z 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:35:17.9925458Z 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:35:17.9931245Z 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:35:17.9937060Z 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:35:17.9943371Z 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:35:17.9949275Z 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:35:17.9955061Z 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:35:17.9960990Z 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:35:17.9966874Z 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:35:17.9972459Z 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:35:17.9978063Z 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:35:17.9983733Z 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:35:17.9989945Z 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:35:17.9995849Z 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:35:18.0002074Z 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:35:18.0007794Z 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:35:18.0014144Z 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:35:18.0019793Z 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:35:18.0025807Z 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:35:18.0032529Z 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:35:18.0038193Z 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:35:18.0044106Z 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:35:18.0067191Z 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:35:18.0068688Z 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:35:18.0070583Z 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:35:18.0073565Z 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:35:18.0075317Z 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:35:18.0081327Z 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:35:18.0087180Z 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:35:18.0093255Z 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:35:18.0098941Z 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:35:18.0104895Z 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:35:18.0110470Z 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:35:18.0117672Z 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:35:18.0122470Z 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:35:18.0128104Z 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:35:18.0133617Z 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:35:18.0144243Z 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:35:18.0150576Z 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:35:18.0156539Z 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:35:18.0162130Z 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:35:18.0167725Z 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:35:18.0173383Z 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:35:18.0179323Z 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:35:18.0184915Z 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:35:18.0190644Z 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:35:18.0196510Z 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:35:18.0202462Z 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:35:18.0208419Z 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:35:18.0214092Z 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:35:18.0220312Z 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:35:18.0226424Z 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:35:18.0232140Z 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:35:18.0238215Z 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:35:18.0244181Z 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:35:18.0249813Z 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:35:18.0255636Z 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:35:18.0261298Z 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:35:18.0267227Z 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:35:18.0272929Z 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:35:18.0279558Z 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:35:18.0285417Z 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:35:18.0291371Z 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:35:18.0297430Z 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:35:18.0307813Z 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:35:18.0313407Z 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:35:18.0319764Z 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:35:18.0325504Z 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:35:18.0331406Z 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:35:18.0337577Z 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:35:18.0343620Z 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:35:18.0349404Z 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:35:18.0355401Z 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:35:18.0362019Z 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:35:18.0368012Z 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:35:18.0374127Z 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:35:18.0380015Z 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:35:18.0386456Z 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:35:18.0392729Z 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:35:18.0398500Z 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:35:18.0404440Z 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:35:18.0410163Z 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:35:18.0416048Z 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:35:18.0422127Z 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:35:18.0428320Z 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:35:18.0434029Z 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:35:18.0440137Z 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:35:18.0445935Z 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:35:18.0452361Z 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:35:18.0458108Z 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:35:18.0464127Z 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:35:18.0470073Z 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:35:18.0475845Z 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:35:18.0482425Z 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:35:18.0488150Z 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:35:18.0494419Z 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:35:18.0500250Z 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:35:18.0506978Z 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:35:18.0513098Z 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:35:18.0518815Z 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:35:18.0524745Z 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:35:18.0530624Z 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:35:18.0536629Z 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:35:18.0542811Z 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:35:18.0548655Z 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:35:18.0554804Z 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:35:18.0582593Z 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:35:18.0588339Z 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:35:18.0594540Z 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:35:18.0600609Z 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:35:18.0606230Z 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:35:18.0612005Z 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:35:18.0618027Z 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:35:18.0623854Z 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:35:18.0630258Z 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:35:18.0636353Z 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:35:18.0642251Z 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:35:18.0647875Z 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:35:18.0653903Z 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:35:18.0659653Z 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:35:18.0665896Z 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:35:18.0672729Z 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:35:18.0678337Z 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:35:18.0684129Z 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:35:18.0690161Z 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:35:18.0695715Z 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:35:18.0701425Z 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:35:18.0707064Z 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:35:18.0713073Z 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:35:18.0719127Z 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:35:18.0724840Z 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:35:18.0730637Z 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:35:18.0736414Z 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:35:18.0742409Z 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:35:18.0748391Z 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:35:18.0754235Z 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:35:18.0760165Z 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:35:18.0765888Z 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:35:18.0771866Z 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:35:18.0777647Z 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:35:18.0783247Z 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:35:18.0788832Z 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:35:18.0794564Z 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:35:18.0800642Z 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:35:18.0806851Z 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:35:18.0812462Z 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:35:18.0818149Z 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:35:18.0823833Z 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:35:18.0829785Z 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:35:18.0835638Z 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:35:18.0841465Z 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:35:18.0847170Z 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:35:18.0852734Z 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:35:18.0858729Z 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:35:18.0864370Z 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:35:18.0870510Z 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:35:18.0876343Z 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:35:18.0882059Z 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:35:18.0888666Z 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:35:18.0894466Z 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:35:18.0900754Z 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:35:18.0906567Z 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:35:18.0912546Z 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:35:18.0919127Z 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:35:18.0924932Z 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:35:18.0930777Z 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:35:18.0936591Z 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:35:18.0942489Z 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:35:18.0948855Z 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:35:18.0954591Z 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:35:18.0961090Z 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:35:18.0966873Z 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:35:18.0972457Z 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:35:18.0978674Z 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:35:18.0984423Z 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:35:18.0990094Z 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:35:18.0995776Z 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:35:18.1002176Z 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:35:18.1008498Z 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:35:18.1014088Z 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:35:18.1019957Z 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:35:18.1025691Z 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:35:18.1031433Z 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:35:18.1037529Z 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:35:18.1043524Z 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:35:18.1049302Z 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:35:18.1055236Z 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:35:18.1060936Z 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:35:18.1067379Z 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:35:18.1073130Z 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:35:18.1079414Z 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:35:18.1097092Z 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:35:18.1102291Z 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:35:18.1108461Z 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:35:18.1114547Z 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:35:18.1120634Z 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:35:18.1126966Z 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:35:18.1132933Z 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:35:18.1138819Z 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:35:18.1144997Z 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:35:18.1150739Z 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:35:18.1156383Z 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:35:18.1162480Z 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:35:18.1168505Z 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:35:18.1174377Z 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:35:18.1180772Z 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:35:18.1186600Z 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:35:18.1192244Z 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:35:18.1198221Z 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:35:18.1204071Z 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:35:18.1210026Z 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:35:18.1215719Z 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:35:18.1221505Z 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:35:18.1227424Z 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:35:18.1233129Z 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:35:18.1238741Z 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:35:18.1244420Z 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:35:18.1250087Z 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:35:18.1255936Z 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:35:18.1262373Z 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:35:18.1267783Z 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:35:18.1273480Z 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:35:18.1279296Z 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:35:18.1285315Z 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:35:18.1291031Z 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:35:18.1311733Z 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:35:18.1317675Z 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:35:18.1323468Z 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:35:18.1329418Z 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:35:18.1335278Z 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:35:18.1341032Z 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:35:18.1346693Z 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:35:18.1352495Z 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:35:18.1358694Z 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:35:18.1364723Z 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:35:18.1370643Z 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:35:18.1376510Z 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:35:18.1382406Z 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:35:18.1388371Z 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:35:18.1394390Z 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:35:18.1400261Z 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:35:18.1406055Z 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:35:18.1412457Z 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:35:18.1418152Z 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:35:18.1424085Z 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:35:18.1430105Z 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:35:18.1436545Z 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:35:18.1442805Z 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:35:18.1449174Z 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:35:18.1455040Z 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:35:18.1461079Z 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:35:18.1466912Z 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:35:18.1472739Z 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:35:18.1478391Z 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:35:18.1484692Z 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:35:18.1490573Z 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:35:18.1496350Z 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:35:18.1502169Z 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:35:18.1508088Z 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:35:18.1514081Z 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:35:18.1520438Z 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:35:18.1526282Z 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:35:18.1532408Z 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:35:18.1538058Z 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:35:18.1543763Z 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:35:18.1549709Z 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:35:18.1556526Z 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:35:18.1563105Z 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:35:18.1578650Z 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:35:18.1584207Z 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:35:18.1590125Z 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:35:18.1596620Z 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:35:18.1602753Z 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:35:18.1608591Z 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:35:18.1614613Z 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:35:18.1620253Z 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:35:18.1626530Z 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:35:18.1632544Z 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:35:18.1638454Z 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:35:18.1644350Z 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:35:18.1650095Z 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:35:18.1655779Z 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:35:18.1662413Z 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:35:18.1667615Z 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:35:18.1673048Z 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:35:18.1678623Z 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:35:18.1684345Z 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:35:18.1689968Z 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:35:18.1695983Z 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:35:18.1701951Z 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:35:18.1707793Z 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:35:18.1713354Z 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:35:18.1719292Z 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:35:18.1725067Z 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:35:18.1730710Z 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:35:18.1736275Z 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:35:18.1742406Z 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:35:18.1748224Z 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:35:18.1753883Z 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:35:18.1759678Z 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:35:18.1765495Z 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:35:18.1770909Z 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:35:18.1776954Z 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:35:18.1782806Z 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:35:18.1788304Z 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:35:18.1793995Z 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:35:18.1799771Z 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:35:18.1805427Z 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:35:18.1811959Z 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:35:18.1817622Z 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:35:18.1823957Z 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:35:18.1830185Z 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:35:18.1836376Z 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:35:18.1842563Z 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:35:18.1848362Z 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:35:18.1854454Z 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:35:18.1860068Z 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:35:18.1865866Z 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:35:18.1871708Z 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:35:18.1877759Z 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:35:18.1883454Z 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:35:18.1889106Z 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:35:18.1894870Z 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:35:18.1900896Z 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:35:18.1906951Z 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:35:18.1912916Z 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:35:18.1918639Z 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:35:18.1924505Z 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:35:18.1930574Z 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:35:18.1936533Z 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:35:18.1942327Z 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:35:18.1948121Z 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:35:18.1953941Z 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:35:18.1960346Z 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:35:18.1966557Z 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:35:18.1972825Z 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:35:18.1978743Z 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:35:18.1984198Z 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:35:18.1990112Z 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:35:18.1995693Z 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:35:18.2001512Z 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:35:18.2007493Z 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:35:18.2013354Z 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:35:18.2019260Z 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:35:18.2024812Z 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:35:18.2036637Z 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:35:18.2043024Z 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:35:18.2048748Z 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:35:18.2054637Z 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:35:18.2060345Z 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:35:18.2066255Z 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:35:18.2072146Z 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:35:18.2078088Z 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:35:18.2083921Z 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:35:18.2089520Z 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:35:18.2095233Z 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:35:18.2100807Z 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:35:18.2106352Z 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:35:18.2112226Z 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:35:18.2117668Z 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:35:18.2123157Z 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:35:18.2128782Z 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:35:18.2149330Z 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:35:18.2154833Z 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:35:18.2160434Z 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:35:18.2165931Z 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:35:18.2171833Z 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:35:18.2177355Z 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:35:18.2182696Z 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:35:18.2188475Z 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:35:18.2194425Z 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:35:18.2200124Z 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:35:18.2205796Z 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:35:18.2211565Z 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:35:18.2217120Z 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:35:18.2223115Z 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:35:18.2228875Z 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:35:18.2234638Z 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:35:18.2240125Z 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:35:18.2245930Z 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:35:18.2251429Z 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:35:18.2256756Z 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:35:18.2262963Z 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:35:18.2269387Z 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:35:18.2275041Z 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:35:18.2280904Z 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:35:18.2286504Z 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:35:18.2297964Z 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:35:18.2301055Z 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:35:18.2307081Z 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:35:18.2312973Z 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:35:18.2319568Z 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:35:18.2325233Z 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:35:18.2331010Z 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:35:18.2336842Z 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:35:18.2342671Z 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:35:18.2348557Z 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:35:18.2354694Z 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:35:18.2360238Z 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:35:18.2366144Z 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:35:18.2372176Z 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:35:18.2378248Z 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:35:18.2383957Z 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:35:18.2389856Z 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:35:18.2396011Z 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:35:18.2401844Z 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:35:18.2408095Z 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:35:18.2413810Z 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:35:18.2419774Z 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:35:18.2425669Z 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:35:18.2431779Z 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:35:18.2437598Z 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:35:18.2444432Z 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:35:18.2450133Z 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:35:18.2455951Z 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:35:18.2461807Z 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:35:18.2468448Z 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:35:18.2474376Z 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:35:18.2480420Z 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:35:18.2486326Z 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:35:18.2492613Z 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:35:18.2498497Z 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:35:18.2509843Z 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:35:18.2515736Z 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:35:18.2521815Z 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:35:18.2527629Z 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:35:18.2533442Z 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:35:18.2539322Z 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:35:18.2545206Z 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:35:18.2551104Z 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:35:18.2557253Z 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:35:18.2562997Z 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:35:18.2568682Z 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:35:18.2575386Z 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:35:18.2581841Z 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:35:18.2587400Z 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:35:18.2594024Z 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:35:18.2599400Z 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:35:18.2605307Z 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:35:18.2611760Z 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:35:18.2617499Z 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:35:18.2623342Z 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:35:18.2629018Z 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:35:18.2634875Z 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:35:18.2641079Z 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:35:18.2646672Z 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:35:18.2653233Z 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:35:18.2658351Z 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:35:18.2664003Z 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:35:18.2670210Z 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:35:18.2676111Z 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:35:18.2682023Z 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:35:18.2687923Z 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:35:18.2693370Z 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:35:18.2699128Z 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:35:18.2704499Z 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:35:18.2710177Z 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:35:18.2715711Z 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:35:18.2721800Z 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:35:18.2727945Z 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:35:18.2733430Z 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:35:18.2757538Z 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:35:18.2759207Z 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:35:18.2760932Z 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:35:18.2762623Z 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:35:18.2764141Z 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:35:18.2767667Z 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:35:18.2772917Z 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:35:18.2778878Z 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:35:18.2784693Z 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:35:18.2790225Z 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:35:18.2796102Z 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:35:18.2801984Z 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:35:18.2807486Z 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:35:18.2813264Z 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:35:18.2819408Z 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:35:18.2825130Z 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:35:18.2830948Z 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:35:18.2836641Z 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:35:18.2843464Z 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:35:18.2849287Z 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:35:18.2855684Z 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:35:18.2861563Z 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:35:18.2867427Z 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:35:18.2873126Z 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:35:18.2878955Z 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:35:18.2885868Z 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:35:18.2892013Z 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:35:18.2897541Z 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:35:18.2903220Z 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:35:18.2908979Z 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:35:18.2914663Z 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:35:18.2920575Z 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:35:18.2926557Z 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:35:18.2932154Z 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:35:18.2938254Z 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:35:18.2944401Z 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:35:18.2950444Z 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:35:18.2956376Z 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:35:18.2963074Z 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:35:18.2968867Z 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:35:18.2974753Z 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:35:18.2980553Z 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:35:18.2986290Z 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:35:18.2992165Z 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:35:18.2997872Z 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:35:18.3004851Z 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:35:18.3010660Z 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:35:18.3016601Z 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:35:18.3022124Z 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:35:18.3027794Z 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:35:18.3033446Z 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:35:18.3039547Z 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:35:18.3045246Z 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:35:18.3050950Z 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:35:18.3056590Z 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:35:18.3062259Z 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:35:18.3068476Z 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:35:18.3074070Z 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:35:18.3083119Z 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:35:18.3086264Z 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:35:18.3098870Z 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:35:18.3100734Z 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:35:18.3106318Z 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:35:18.3112129Z 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:35:18.3118434Z 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:35:18.3124599Z 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:35:18.3130177Z 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:35:18.3135919Z 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:35:18.3141766Z 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:35:18.3149073Z 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:35:18.3154083Z 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:35:18.3159964Z 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:35:18.3165912Z 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:35:18.3171797Z 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:35:18.3179040Z 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:35:18.3183845Z 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:35:18.3189606Z 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:35:18.3195318Z 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:35:18.3201150Z 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:35:18.3206758Z 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:35:18.3217132Z 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:35:18.3222649Z 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:35:18.3229807Z 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:35:18.3236033Z 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:35:18.3240871Z 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:35:18.3246203Z 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:35:18.3251943Z 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:35:18.3257420Z 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:35:18.3263243Z 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:35:18.3268967Z 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:35:18.3274716Z 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:35:18.3280547Z 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:35:18.3286676Z 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:35:18.3292156Z 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:35:18.3297927Z 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:35:18.3304086Z 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:35:18.3309698Z 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:35:18.3315624Z 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:35:18.3321602Z 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:35:18.3327234Z 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:35:18.3332939Z 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:35:18.3338855Z 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:35:18.3344678Z 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:35:18.3350659Z 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:35:18.3356500Z 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:35:18.3362092Z 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:35:18.3367684Z 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:35:18.3373345Z 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:35:18.3378841Z 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:35:18.3384721Z 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:35:18.3390818Z 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:35:18.3396215Z 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:35:18.3401981Z 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:35:18.3407699Z 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:35:18.3413127Z 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:35:18.3424639Z 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:35:18.3430391Z 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:35:18.3436662Z 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:35:18.3442724Z 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:35:18.3448190Z 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:35:18.3453177Z 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:35:18.3458893Z 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:35:18.3465502Z 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:35:18.3470183Z 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:35:18.3476893Z 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:35:18.3482909Z 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:35:18.3489213Z 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:35:18.3500619Z 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:35:18.3506060Z 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:35:18.3511879Z 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:35:18.3524661Z 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:35:18.3530110Z 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:35:18.3535967Z 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:35:18.3541766Z 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:35:18.3547531Z 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:35:18.3553380Z 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:35:18.3559624Z 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:35:18.3565485Z 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:35:18.3571266Z 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:35:18.3577414Z 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:35:18.3584522Z 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:35:18.3603656Z 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:35:18.3605384Z 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:35:18.3607186Z 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:35:18.3610251Z 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:35:18.3615893Z 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:35:18.3621727Z 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:35:18.3628293Z 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:35:18.3634043Z 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:35:18.3640128Z 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:35:18.3646202Z 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:35:18.3651830Z 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:35:18.3657789Z 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:35:18.3663563Z 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:35:18.3669548Z 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:35:18.3675024Z 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:35:18.3680731Z 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:35:18.3703965Z 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:35:18.3709672Z 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:35:18.3715644Z 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:35:18.3721491Z 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:35:18.3727576Z 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:35:18.3733199Z 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:35:18.3739283Z 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:35:18.3745427Z 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:35:18.3751418Z 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:35:18.3756961Z 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:35:18.3762783Z 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:35:18.3768409Z 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:35:18.3774197Z 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:35:18.3780425Z 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:35:18.3786411Z 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:35:18.3792010Z 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:35:18.3797780Z 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:35:18.3803706Z 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:35:18.3809777Z 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:35:18.3815626Z 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:35:18.3821299Z 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:35:18.3826942Z 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:35:18.3832636Z 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:35:18.3838808Z 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:35:18.3845079Z 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:35:18.3850879Z 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:35:18.3856718Z 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:35:18.3862558Z 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:35:18.3868661Z 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:35:18.3875474Z 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:35:18.3881827Z 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:35:18.3887183Z 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:35:18.3892989Z 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:35:18.3898707Z 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:35:18.3904491Z 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:35:18.3922625Z 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:35:18.3928151Z 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:35:18.3933942Z 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:35:18.3940245Z 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:35:18.3946128Z 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:35:18.3951988Z 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:35:18.3957658Z 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:35:18.3962886Z 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:35:18.3968277Z 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:35:18.3973726Z 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:35:18.3979411Z 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:35:18.3986007Z 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:35:18.3991707Z 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:35:18.3997742Z 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:35:18.4004110Z 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:35:18.4009753Z 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:35:18.4015529Z 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:35:18.4021313Z 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:35:18.4027081Z 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:35:18.4033082Z 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:35:18.4039150Z 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:35:18.4045053Z 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:35:18.4050704Z 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:35:18.4056566Z 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:35:18.4062220Z 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:35:18.4067609Z 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:35:18.4073158Z 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:35:18.4079110Z 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:35:18.4084837Z 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:35:18.4090105Z 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:35:18.4097089Z 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:35:18.4108532Z 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:35:18.4110510Z 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:35:18.4116024Z 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:35:18.4121703Z 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:35:18.4127911Z 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:35:18.4133818Z 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:35:18.4139465Z 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:35:18.4145419Z 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:35:18.4150857Z 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:35:18.4156371Z 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:35:18.4162672Z 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:35:18.4168237Z 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:35:18.4173920Z 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:35:18.4179415Z 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:35:18.4185196Z 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:35:18.4190885Z 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:35:18.4196585Z 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:35:18.4202084Z 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:35:18.4207548Z 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:35:18.4213016Z 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:35:18.4218707Z 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:35:18.4224441Z 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:35:18.4230049Z 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:35:18.4235563Z 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:35:18.4241430Z 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:35:18.4248532Z 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:35:18.4266168Z 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:35:18.4273037Z 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:35:18.4279947Z 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:35:18.4286696Z 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:35:18.4293103Z 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:35:18.4299510Z 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:35:18.4305836Z 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:35:18.4312467Z 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:35:18.4321232Z 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:35:18.4329393Z 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:35:18.4337348Z 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:35:18.4345407Z 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:35:18.4353839Z 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:35:18.4362157Z 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:35:18.4369694Z 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:35:18.4378008Z 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:35:18.4383571Z 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:35:18.4389711Z 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:35:18.4396328Z 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:35:18.4401082Z 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:35:18.4407587Z 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:35:18.4413507Z 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:35:18.4419256Z 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:35:18.4424905Z 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:35:18.4430540Z 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:35:18.4436455Z 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:35:18.4442097Z 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:35:18.4448095Z 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:35:18.4453814Z 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:35:18.4459197Z 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:35:18.4464873Z 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:35:18.4470828Z 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:35:18.4476378Z 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:35:18.4482010Z 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:35:18.4487672Z 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:35:18.4493716Z 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:35:18.4499381Z 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:35:18.4505212Z 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:35:18.4510867Z 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:35:18.4516583Z 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:35:18.4522660Z 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:35:18.4528352Z 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:35:18.4534108Z 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:35:18.4539881Z 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:35:18.4545813Z 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:35:18.4551284Z 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:35:18.4556693Z 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:35:18.4562432Z 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:35:18.4568378Z 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:35:18.4574667Z 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:35:18.4580375Z 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:35:18.6575751Z 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:35:18.6581304Z 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:35:18.6588061Z 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:35:18.6594736Z 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:35:18.6600738Z 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:35:18.6611612Z 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:35:18.6613323Z 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:35:18.6619360Z 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:35:18.6625242Z 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:35:18.6631366Z 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:35:18.6637145Z 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:35:18.6643202Z 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:35:18.6649042Z 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:35:18.6654841Z 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:35:18.6661440Z 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:35:18.6667467Z 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:35:18.6673222Z 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:35:18.6679101Z 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:35:18.6685004Z 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:35:18.6691807Z 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:35:18.6696929Z 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:35:18.6702769Z 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:35:18.6708876Z 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:35:18.6714927Z 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:35:18.6721188Z 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:35:18.6727330Z 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:35:18.6733259Z 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:35:18.6739073Z 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:35:18.6744898Z 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:35:18.6751134Z 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:35:18.6756999Z 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:35:18.6763283Z 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:35:18.6769489Z 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:35:18.6775320Z 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:35:18.6781416Z 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:35:18.6787291Z 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:35:18.6793330Z 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:35:18.6799608Z 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:35:18.6805615Z 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:35:18.6811700Z 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:35:18.6817570Z 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:35:18.6823432Z 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:35:18.6829272Z 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:35:18.6835398Z 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:35:18.6841464Z 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:35:18.6847430Z 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:35:18.6855617Z 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:35:18.6861712Z 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:35:18.6867375Z 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:35:18.6873483Z 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:35:18.6879916Z 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:35:18.6885921Z 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:35:18.6892769Z 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:35:18.6898115Z 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:35:18.6904093Z 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:35:18.6910062Z 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:35:18.6915832Z 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:35:18.6921749Z 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:35:18.6929557Z 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:35:18.6940832Z 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:35:18.6946445Z 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:35:18.6952315Z 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:35:18.6958191Z 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:35:18.6964040Z 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:35:18.6970157Z 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:35:18.6975913Z 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:35:18.6981385Z 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:35:18.6987254Z 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:35:18.6993269Z 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:35:18.6998993Z 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:35:18.7005364Z 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:35:18.7011207Z 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:35:18.7017033Z 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:35:18.7023011Z 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:35:18.7029113Z 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:35:18.7034954Z 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:35:18.7040732Z 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:35:18.7047242Z 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:35:18.7053368Z 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:35:18.7059706Z 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:35:18.7065375Z 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:35:18.7071066Z 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:35:18.7076696Z 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:35:18.7082622Z 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:35:18.7088471Z 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:35:18.7094315Z 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:35:18.7100176Z 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:35:18.7106378Z 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:35:18.7112324Z 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:35:18.7119650Z 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:35:18.7125438Z 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:35:18.7131593Z 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:35:18.7137368Z 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:35:18.7143260Z 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:35:18.7147835Z 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:35:18.7154222Z 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:35:18.7159762Z 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:35:18.7165542Z 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:35:18.7171318Z 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:35:18.7176988Z 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:35:18.7182889Z 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:35:18.7188683Z 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:35:18.7194374Z 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:35:18.7201374Z 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:35:18.7206415Z 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:35:18.7212215Z 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:35:18.7217861Z 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:35:18.7223860Z 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:35:18.7229749Z 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:35:18.7235462Z 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:35:18.7241165Z 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:35:18.7246932Z 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:35:18.7252452Z 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:35:18.7274130Z 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:35:18.7279805Z 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:35:18.7285728Z 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:35:18.7291952Z 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:35:18.7297794Z 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:35:18.7303447Z 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:35:18.7309332Z 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:35:18.7315078Z 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:35:18.7320699Z 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:35:18.7326432Z 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:35:18.7333147Z 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:35:18.7338763Z 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:35:18.7344483Z 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:35:18.7350257Z 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:35:18.7357465Z 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:35:18.7363532Z 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:35:18.7369392Z 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:35:18.7375364Z 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:35:18.7381160Z 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:35:18.7387020Z 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:35:18.7392927Z 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:35:18.7399001Z 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:35:18.7405182Z 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:35:18.7411080Z 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:35:18.7417265Z 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:35:18.7423164Z 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:35:18.7429394Z 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:35:18.7435321Z 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:35:18.7441407Z 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:35:18.7447724Z 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:35:18.7454320Z 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:35:18.7460556Z 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:35:18.7466369Z 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:35:18.7472293Z 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:35:18.7478219Z 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:35:18.7484670Z 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:35:18.7490569Z 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:35:18.7496365Z 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:35:18.7502269Z 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:35:18.7508208Z 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:35:18.7514566Z 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:35:18.7520517Z 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:35:18.7526468Z 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:35:18.7532223Z 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:35:18.7539183Z 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:35:18.7544881Z 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:35:18.7550719Z 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:35:18.7556475Z 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:35:18.7562361Z 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:35:18.7568032Z 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:35:18.7573574Z 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:35:18.7579518Z 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:35:18.7585767Z 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:35:18.7591773Z 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:35:18.7597707Z 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:35:18.7603648Z 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:35:18.7609742Z 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:35:18.7618165Z 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:35:18.7623542Z 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:35:18.7629310Z 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:35:18.7635361Z 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:35:18.7641358Z 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:35:18.7646009Z 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:35:18.7652425Z 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:35:18.7657837Z 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:35:18.7663775Z 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:35:18.7669644Z 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:35:18.7675436Z 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:35:18.7681147Z 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:35:18.7687439Z 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:35:18.7693264Z 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:35:18.7699357Z 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:35:18.7704870Z 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:35:18.7710489Z 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:35:18.7716286Z 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:35:18.7722129Z 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:35:18.7727895Z 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:35:18.7733791Z 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:35:18.7739653Z 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:35:18.7745518Z 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:35:18.7751333Z 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:35:18.7757216Z 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:35:18.7763070Z 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:35:18.7769181Z 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:35:18.7775041Z 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:35:18.7780924Z 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:35:18.7786778Z 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:35:18.7805021Z 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:35:18.7810695Z 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:35:18.7816437Z 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:35:18.7822226Z 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:35:18.7828175Z 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:35:18.7834076Z 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:35:18.7839959Z 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:35:18.7846080Z 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:35:18.7851971Z 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:35:18.7857935Z 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:35:18.7863798Z 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:35:18.7869509Z 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:35:18.7875363Z 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:35:18.7881369Z 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:35:18.7887231Z 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:35:18.7892868Z 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:35:18.7898658Z 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:35:18.7904782Z 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:35:18.7910414Z 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:35:18.7916402Z 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:35:18.7923360Z 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:35:18.7929598Z 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:35:18.7936005Z 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:35:18.7941778Z 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:35:18.7947511Z 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:35:18.7953799Z 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:35:18.7959623Z 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:35:18.7965404Z 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:35:18.7971182Z 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:35:18.7977167Z 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:35:18.7983308Z 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:35:18.7989252Z 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:35:18.7995141Z 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:35:18.8001355Z 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:35:18.8007302Z 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:35:18.8013159Z 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:35:18.8019095Z 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:35:18.8025134Z 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:35:18.8030925Z 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:35:18.8036525Z 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:35:18.8042319Z 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:35:18.8053363Z 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:35:18.8055467Z 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:35:18.8060884Z 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:35:18.8066521Z 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:35:18.8072262Z 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:35:18.8078097Z 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:35:18.8083814Z 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:35:18.8089621Z 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:35:18.8095347Z 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:35:18.8101062Z 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:35:18.8107009Z 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:35:18.8113232Z 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:35:18.8120148Z 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:35:18.8126169Z 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:35:18.8132464Z 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:35:18.8138297Z 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:35:18.8144936Z 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:35:18.8150848Z 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:35:18.8156755Z 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:35:18.8162621Z 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:35:18.8168328Z 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:35:18.8174211Z 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:35:18.8180183Z 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:35:18.8185727Z 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:35:18.8191534Z 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:35:18.8197277Z 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:35:18.8203592Z 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:35:18.8209634Z 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:35:18.8215183Z 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:35:18.8221320Z 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:35:18.8227132Z 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:35:18.8233315Z 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:35:18.8239195Z 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:35:18.8245716Z 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:35:18.8251602Z 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:35:18.8257242Z 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:35:18.8268828Z 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:35:18.8274796Z 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:35:18.8280696Z 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:35:18.8286833Z 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:35:18.8293229Z 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:35:18.8299167Z 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:35:18.8305358Z 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:35:18.8311553Z 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:35:18.8318191Z 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:35:18.8324230Z 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:35:18.8330371Z 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:35:18.8336175Z 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:35:18.8342052Z 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:35:18.8348156Z 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:35:18.8354162Z 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:35:18.8360089Z 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:35:18.8366010Z 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:35:18.8371787Z 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:35:18.8378595Z 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:35:18.8384422Z 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:35:18.8390488Z 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:35:18.8396473Z 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:35:18.8402287Z 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:35:18.8408332Z 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:35:18.8414148Z 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:35:18.8420149Z 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:35:18.8425944Z 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:35:18.8431757Z 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:35:18.8438133Z 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:35:18.8444044Z 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:35:18.8449681Z 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:35:18.8455707Z 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:35:18.8461963Z 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:35:18.8467804Z 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:35:18.8473578Z 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:35:18.8479359Z 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:35:18.8485413Z 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:35:18.8491098Z 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:35:18.8496620Z 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:35:18.8502216Z 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:35:18.8508251Z 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:35:18.8513789Z 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:35:18.8519894Z 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:35:18.8526137Z 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:35:18.8532153Z 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:35:18.8537836Z 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:35:18.8543460Z 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:35:18.8549109Z 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:35:18.8555341Z 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:35:18.8561148Z 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:35:18.8566929Z 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:35:18.8572760Z 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:35:18.8578547Z 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:35:18.8584996Z 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:35:18.8590889Z 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:35:18.8597372Z 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:35:18.8603382Z 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:35:18.8609837Z 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:35:18.8616087Z 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:35:18.8621682Z 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:35:18.8627911Z 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:35:18.8633849Z 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:35:18.8640681Z 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:35:18.8647089Z 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:35:18.8653942Z 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:35:18.8660997Z 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:35:18.8667017Z 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:35:18.8673093Z 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:35:18.8679055Z 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:35:18.8685284Z 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:35:18.8691265Z 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:35:18.8697379Z 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:35:18.8703179Z 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:35:18.8708897Z 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:35:18.8714852Z 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:35:18.8720795Z 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:35:18.8727066Z 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:35:18.8742512Z 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:35:18.8748130Z 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:35:18.8753888Z 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:35:18.8759397Z 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:35:18.8764770Z 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:35:18.8770015Z 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:35:18.8775678Z 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:35:18.8782162Z 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:35:18.8787477Z 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:35:18.8793000Z 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:35:18.8798612Z 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:35:18.8804419Z 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:35:18.8810423Z 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:35:18.8816113Z 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:35:18.8821750Z 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:35:18.8846220Z 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:35:18.8852463Z 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:35:18.8858072Z 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:35:18.8864028Z 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:35:18.8869652Z 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:35:18.8875559Z 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:35:18.8881392Z 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:35:18.8887044Z 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:35:18.8893033Z 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:35:18.8898910Z 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:35:18.8904626Z 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:35:18.8910504Z 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:35:18.8916245Z 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:35:18.8922058Z 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:35:18.8927669Z 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:35:18.8933398Z 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:35:18.8938934Z 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:35:18.8944897Z 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:35:18.8950682Z 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:35:18.8956401Z 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:35:18.8962195Z 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:35:18.8967826Z 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:35:18.8973544Z 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:35:18.8979175Z 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:35:18.8985108Z 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:35:18.8990916Z 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:35:18.8996715Z 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:35:18.9002583Z 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:35:18.9008039Z 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:35:18.9013725Z 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:35:18.9019566Z 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:35:18.9025365Z 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:35:18.9031072Z 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:35:18.9036816Z 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:35:18.9042776Z 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:35:18.9048403Z 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:35:18.9054578Z 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:35:18.9060191Z 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:35:18.9067051Z 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:35:18.9072288Z 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:35:18.9077974Z 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:35:18.9083655Z 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:35:18.9089779Z 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:35:18.9095492Z 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:35:18.9101092Z 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:35:18.9106921Z 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:35:18.9112730Z 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:35:18.9118758Z 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:35:18.9125071Z 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:35:18.9131625Z 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:35:18.9138048Z 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:35:18.9144141Z 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:35:18.9150409Z 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:35:18.9157191Z 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:35:18.9163515Z 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:35:18.9170172Z 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:35:18.9176331Z 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:35:18.9181759Z 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:35:18.9187485Z 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:35:18.9193067Z 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:35:18.9199107Z 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:35:18.9204627Z 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:35:18.9219022Z 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:35:18.9224974Z 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:35:18.9230704Z 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:35:18.9236421Z 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:35:18.9242102Z 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:35:18.9247824Z 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:35:18.9253387Z 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:35:18.9259301Z 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:35:18.9264674Z 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:35:18.9269985Z 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:35:18.9275710Z 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:35:18.9281676Z 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:35:18.9287098Z 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:35:18.9292591Z 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:35:18.9298651Z 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:35:18.9304530Z 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:35:18.9309977Z 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:35:18.9315700Z 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:35:18.9321719Z 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:35:18.9327840Z 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:35:18.9333689Z 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:35:18.9339555Z 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:35:18.9345375Z 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:35:18.9351781Z 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:35:18.9357567Z 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:35:18.9363635Z 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:35:18.9369302Z 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:35:18.9375377Z 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:35:18.9381119Z 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:35:18.9386878Z 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:35:18.9392703Z 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:35:18.9398519Z 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:35:18.9405100Z 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:35:18.9410943Z 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:35:18.9416948Z 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:35:18.9422793Z 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:35:18.9428801Z 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:35:18.9434831Z 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:35:18.9441011Z 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:35:18.9447349Z 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:35:18.9453257Z 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:35:18.9459127Z 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:35:18.9464882Z 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:35:18.9470818Z 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:35:18.9476735Z 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:35:18.9482759Z 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:35:18.9497462Z 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:35:18.9499626Z 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:35:18.9501274Z 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:35:18.9507472Z 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:35:18.9513214Z 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:35:18.9519671Z 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:35:18.9525607Z 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:35:18.9531931Z 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:35:18.9538245Z 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:35:18.9544240Z 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:35:18.9550609Z 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:35:18.9556782Z 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:35:18.9562888Z 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:35:18.9568830Z 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:35:18.9574682Z 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:35:18.9580658Z 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:35:18.9586522Z 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:35:18.9592401Z 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:35:18.9598596Z 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:35:18.9604660Z 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:35:18.9611174Z 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:35:18.9617049Z 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:35:18.9623370Z 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:35:18.9629448Z 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:35:18.9635470Z 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:35:18.9641432Z 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:35:18.9647227Z 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:35:18.9653571Z 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:35:18.9659651Z 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:35:18.9665360Z 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:35:18.9671317Z 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:35:18.9677868Z 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:35:18.9683981Z 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:35:18.9705725Z 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:35:18.9711383Z 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:35:18.9717082Z 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:35:18.9723017Z 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:35:18.9729305Z 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:35:18.9735073Z 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:35:18.9741136Z 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:35:18.9746886Z 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:35:18.9752843Z 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:35:18.9759381Z 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:35:18.9765256Z 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:35:18.9771705Z 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:35:18.9777847Z 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:35:18.9783464Z 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:35:18.9789254Z 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:35:18.9794971Z 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:35:18.9801053Z 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:35:18.9806843Z 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:35:18.9812588Z 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:35:18.9818400Z 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:35:18.9824542Z 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:35:18.9830917Z 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:35:18.9836759Z 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:35:18.9842794Z 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:35:18.9848592Z 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:35:18.9854472Z 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:35:18.9860583Z 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:35:18.9866617Z 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:35:18.9872761Z 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:35:18.9878785Z 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:35:18.9884925Z 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:35:18.9891067Z 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:35:18.9896885Z 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:35:18.9902854Z 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:35:18.9908748Z 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:35:18.9914787Z 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:35:18.9920652Z 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:35:18.9926618Z 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:35:18.9932241Z 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:35:18.9937995Z 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:35:18.9943944Z 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:35:18.9950161Z 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:35:18.9955999Z 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:35:18.9962090Z 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:35:18.9967983Z 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:35:18.9973961Z 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:35:18.9979714Z 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:35:18.9985977Z 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:35:18.9992028Z 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:35:18.9998006Z 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:35:19.0004314Z 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:35:19.0010125Z 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:35:19.0016000Z 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:35:19.0021969Z 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:35:19.0028337Z 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:35:19.0034132Z 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:35:19.0040110Z 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:35:19.0046012Z 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:35:19.0052333Z 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:35:19.0058401Z 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:35:19.0064378Z 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:35:19.0070340Z 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:35:19.0077347Z 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:35:19.0088904Z 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:35:19.0094777Z 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:35:19.0100644Z 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:35:19.0106864Z 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:35:19.0112732Z 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:35:19.0118701Z 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:35:19.0125226Z 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:35:19.0131690Z 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:35:19.0137575Z 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:35:19.0143215Z 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:35:19.0148864Z 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:35:19.0154100Z 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:35:19.0168843Z 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:35:19.0174437Z 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:35:19.0180051Z 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:35:19.0185554Z 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:35:19.0191247Z 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:35:19.0196730Z 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:35:19.0202574Z 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:35:19.0208258Z 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:35:19.0213819Z 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:35:19.0219419Z 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:35:19.0225104Z 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:35:19.0230654Z 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:35:19.0236349Z 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:35:19.0242092Z 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:35:19.0247986Z 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:35:19.0253781Z 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:35:19.0259585Z 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:35:19.0265352Z 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:35:19.0270923Z 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:35:19.0276483Z 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:35:19.0282562Z 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:35:19.0288590Z 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:35:19.0294794Z 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:35:19.0300582Z 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:35:19.0306376Z 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:35:19.0311985Z 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:35:19.0317715Z 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:35:19.0324140Z 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:35:19.0329962Z 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:35:19.0335839Z 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:35:19.0341645Z 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:35:19.0347475Z 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:35:19.0353772Z 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:35:19.0359557Z 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:35:19.0365461Z 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:35:19.0371342Z 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:35:19.0377016Z 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:35:19.0382699Z 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:35:19.0388357Z 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:35:19.0394097Z 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:35:19.0417979Z 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:35:19.0423429Z 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:35:19.0429124Z 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:35:19.0435033Z 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:35:19.0441557Z 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:35:19.0447589Z 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:35:19.0453484Z 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:35:19.0462495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\PadNd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:19.0467676Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Parallel-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:19.0473107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Parallel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:19.0478477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ParallelFuture.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:19.0484252Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ParallelNative.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:19.0489537Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ParallelOpenMP.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:19.0495026Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\PTThreadPool.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:19.0500298Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\PythonTorchFunctionTLS.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:19.0506324Z creating build\bdist.win-amd64\wheel\torch\include\ATen\quantized 2024-11-01T16:35:19.0509458Z 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:35:19.0514778Z 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:35:19.0520208Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\record_function.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:19.0526311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\RedispatchFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:19.0550930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\RegistrationDeclarations.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:19.0564161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SavedTensorHooks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:19.0569525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:19.0574590Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ScalarOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:19.0580131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ScalarType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:19.0585270Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SequenceNumber.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:19.0590468Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SmallVector.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:19.0595706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SparseCsrTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:19.0601489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SparseCsrTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:19.0611856Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SparseTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:19.0617262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Storage.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:19.0622329Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\StorageUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:19.0627731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:19.0633253Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:19.0639203Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorGeometry.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:19.0644935Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorIndexing.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:19.0650864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorIterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:19.0657383Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorIteratorInternal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:19.0667827Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorMeta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:19.0673402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorNames.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:19.0678801Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorOperators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:19.0684283Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:19.0689570Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorSubclassLikeUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:19.0694980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:19.0700533Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ThreadLocalPythonObjects.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:19.0706240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ThreadLocalState.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:19.0711567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TracerMode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:19.0716922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TypeDefault.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:19.0726881Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:19.0731951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Version.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:19.0736983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\VmapGeneratedPlumbing.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:19.0756469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\WrapDimUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:19.0761964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\WrapDimUtilsMulti.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:35:19.0767587Z creating build\bdist.win-amd64\wheel\torch\include\ATen\xpu 2024-11-01T16:35:19.0770584Z 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:35:19.0776092Z creating build\bdist.win-amd64\wheel\torch\include\ATen\xpu\detail 2024-11-01T16:35:19.0779113Z 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:35:19.0784460Z 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:35:19.0789303Z 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:35:19.0802188Z 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:35:19.0807087Z 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:35:19.0812256Z 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:35:19.0818838Z creating build\bdist.win-amd64\wheel\torch\include\c10 2024-11-01T16:35:19.0822189Z creating build\bdist.win-amd64\wheel\torch\include\c10\core 2024-11-01T16:35:19.0825045Z 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:35:19.0830054Z 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:35:19.0835369Z 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:35:19.0840526Z 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:35:19.0850218Z 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:35:19.0855555Z 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:35:19.0860632Z 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:35:19.0865675Z 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:35:19.0870908Z 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:35:19.0876064Z 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:35:19.0881596Z 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:35:19.0886668Z 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:35:19.0891854Z 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:35:19.0897059Z 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:35:19.0902198Z 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:35:19.0907454Z 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:35:19.0912786Z 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:35:19.0918660Z 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:35:19.0924737Z 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:35:19.0930110Z 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:35:19.0940190Z 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:35:19.0945397Z 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:35:19.0951205Z creating build\bdist.win-amd64\wheel\torch\include\c10\core\impl 2024-11-01T16:35:19.0954088Z 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:35:19.0959049Z 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:35:19.0964182Z 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:35:19.0969433Z 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:35:19.0978869Z 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:35:19.0983901Z 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:35:19.0989178Z 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:35:19.0994737Z 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:35:19.0999723Z 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:35:19.1005131Z 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:35:19.1010408Z 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:35:19.1015625Z 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:35:19.1020830Z 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:35:19.1026225Z 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:35:19.1031307Z 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:35:19.1036714Z 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:35:19.1042052Z 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:35:19.1047358Z 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:35:19.1053131Z 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:35:19.1058432Z 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:35:19.1063784Z 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:35:19.1068864Z 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:35:19.1074156Z 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:35:19.1079603Z 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:35:19.1084896Z 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:35:19.1090201Z 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:35:19.1095891Z 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:35:19.1105194Z 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:35:19.1111002Z 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:35:19.1116389Z 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:35:19.1121792Z 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:35:19.1127195Z 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:35:19.1132880Z 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:35:19.1143944Z 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:35:19.1150049Z 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:35:19.1156040Z 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:35:19.1161922Z 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:35:19.1167530Z 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:35:19.1172904Z 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:35:19.1182298Z 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:35:19.1189023Z 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:35:19.1194987Z 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:35:19.1200637Z 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:35:19.1205840Z 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:35:19.1211498Z creating build\bdist.win-amd64\wheel\torch\include\c10\cuda 2024-11-01T16:35:19.1214455Z 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:35:19.1219693Z 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:35:19.1224907Z 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:35:19.1230444Z 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:35:19.1240390Z 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:35:19.1245767Z 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:35:19.1250981Z 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:35:19.1256196Z 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:35:19.1261285Z 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:35:19.1266489Z 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:35:19.1271727Z 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:35:19.1276931Z 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:35:19.1282156Z 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:35:19.1287485Z 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:35:19.1293155Z creating build\bdist.win-amd64\wheel\torch\include\c10\cuda\impl 2024-11-01T16:35:19.1296161Z 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:35:19.1301460Z 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:35:19.1306477Z creating build\bdist.win-amd64\wheel\torch\include\c10\macros 2024-11-01T16:35:19.1309446Z 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:35:19.1315093Z 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:35:19.1320312Z 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:35:19.1327698Z creating build\bdist.win-amd64\wheel\torch\include\c10\util 2024-11-01T16:35:19.1330181Z 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:35:19.1335470Z 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:35:19.1340708Z 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:35:19.1345934Z 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:35:19.1356543Z 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:35:19.1361511Z 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:35:19.1366709Z 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:35:19.1372019Z 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:35:19.1377294Z 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:35:19.1382682Z 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:35:19.1388084Z 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:35:19.1393238Z 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:35:19.1398343Z 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:35:19.1403730Z 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:35:19.1409034Z 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:35:19.1414127Z 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:35:19.1419756Z 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:35:19.1425233Z 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:35:19.1430526Z 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:35:19.1435843Z 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:35:19.1441602Z 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:35:19.1447720Z 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:35:19.1453693Z 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:35:19.1458901Z 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:35:19.1488274Z 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:35:19.1493513Z 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:35:19.1499385Z 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:35:19.1504912Z 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:35:19.1510226Z 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:35:19.1516305Z 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:35:19.1521766Z 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:35:19.1528270Z 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:35:19.1533823Z 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:35:19.1539868Z 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:35:19.1545702Z 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:35:19.2106103Z 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:35:19.2112100Z 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:35:19.2118295Z 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:35:19.2124538Z 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:35:19.2130227Z 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:35:19.2135927Z 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:35:19.2141286Z 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:35:19.2146703Z 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:35:19.2151859Z 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:35:19.2161720Z 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:35:19.2166735Z 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:35:19.2172419Z 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:35:19.2178402Z 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:35:19.2183907Z 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:35:19.2189457Z 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:35:19.2196539Z 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:35:19.2201599Z 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:35:19.2206790Z 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:35:19.2212163Z 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:35:19.2218104Z 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:35:19.2223228Z 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:35:19.2233271Z 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:35:19.2238626Z 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:35:19.2248614Z 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:35:19.2253770Z 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:35:19.2259054Z 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:35:19.2264273Z 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:35:19.2269461Z 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:35:19.2274826Z 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:35:19.2280128Z 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:35:19.2285561Z 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:35:19.2291796Z 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:35:19.2297426Z 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:35:19.2309947Z 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:35:19.2314843Z 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:35:19.2319783Z 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:35:19.2324709Z 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:35:19.2329560Z 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:35:19.2334432Z 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:35:19.2339282Z 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:35:19.2344526Z 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:35:19.2349883Z 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:35:19.2355196Z 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:35:19.2360538Z 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:35:19.2365760Z 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:35:19.2371918Z 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:35:19.2381941Z 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:35:19.2387051Z 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:35:19.2392405Z 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:35:19.2397666Z 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:35:19.2402798Z 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:35:19.2408370Z 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:35:19.2413374Z 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:35:19.2419080Z 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:35:19.2425339Z 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:35:19.2430624Z 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:35:19.2435854Z 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:35:19.2447392Z 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:35:19.2452644Z 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:35:19.2457987Z 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:35:19.2463005Z 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:35:19.2468260Z 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:35:19.2473933Z 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:35:19.2479418Z 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:35:19.2485332Z 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:35:19.2490805Z 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:35:19.2496130Z 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:35:19.2519888Z 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:35:19.2525305Z 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:35:19.2530883Z 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:35:19.2536447Z 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:35:19.2541807Z 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:35:19.2547520Z creating build\bdist.win-amd64\wheel\torch\include\c10\xpu 2024-11-01T16:35:19.2550568Z creating build\bdist.win-amd64\wheel\torch\include\c10\xpu\impl 2024-11-01T16:35:19.2553923Z 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:35:19.2559286Z 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:35:19.2564383Z 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:35:19.2570405Z 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:35:19.2579671Z 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:35:19.2585035Z 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:35:19.2590482Z 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:35:19.2596274Z creating build\bdist.win-amd64\wheel\torch\include\caffe2 2024-11-01T16:35:19.2599393Z creating build\bdist.win-amd64\wheel\torch\include\caffe2\serialize 2024-11-01T16:35:19.2602846Z 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:35:19.2608882Z 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:35:19.2614108Z 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:35:19.2619398Z 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:35:19.2629106Z 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:35:19.2634193Z 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:35:19.2639377Z 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:35:19.2644519Z copying build\lib.win-amd64-cpython-39\torch\include\cpuinfo.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:35:19.2651291Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:35:19.2657181Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_config.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:35:19.2667657Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_debug.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:35:19.2672861Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_ocl.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:35:19.2678366Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_sycl.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:35:19.2683884Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_sycl_types.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:35:19.2689504Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_threadpool.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:35:19.2695425Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_types.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:35:19.2700808Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_version.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:35:19.2706184Z copying build\lib.win-amd64-cpython-39\torch\include\experiments-config.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:35:19.2711261Z copying build\lib.win-amd64-cpython-39\torch\include\fp16.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:35:19.2724539Z copying build\lib.win-amd64-cpython-39\torch\include\fxdiv.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:35:19.2730098Z creating build\bdist.win-amd64\wheel\torch\include\kineto 2024-11-01T16:35:19.2733018Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\AbstractConfig.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-11-01T16:35:19.2738272Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ActivityProfilerInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-11-01T16:35:19.2743585Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ActivityTraceInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-11-01T16:35:19.2752756Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ActivityType.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-11-01T16:35:19.2758066Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ClientInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-11-01T16:35:19.2763048Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\Config.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-11-01T16:35:19.2768311Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\GenericTraceActivity.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-11-01T16:35:19.2773626Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\IActivityProfiler.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-11-01T16:35:19.2778748Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ILoggerObserver.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-11-01T16:35:19.2783919Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ITraceActivity.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-11-01T16:35:19.2789021Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\libkineto.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-11-01T16:35:19.2794305Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\LoggingAPI.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-11-01T16:35:19.2799532Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\output_base.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-11-01T16:35:19.2804755Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ThreadUtil.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-11-01T16:35:19.2809964Z 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:35:19.2814937Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\TraceSpan.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-11-01T16:35:19.2820001Z copying build\lib.win-amd64-cpython-39\torch\include\libshm.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:35:19.2824996Z copying build\lib.win-amd64-cpython-39\torch\include\psimd.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:35:19.2830721Z copying build\lib.win-amd64-cpython-39\torch\include\pthreadpool.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:35:19.2837680Z creating build\bdist.win-amd64\wheel\torch\include\pybind11 2024-11-01T16:35:19.2840657Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\attr.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:35:19.2846240Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\buffer_info.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:35:19.2851504Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\cast.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:35:19.2857550Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\chrono.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:35:19.2862664Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\common.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:35:19.2867474Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\complex.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:35:19.2877590Z creating build\bdist.win-amd64\wheel\torch\include\pybind11\detail 2024-11-01T16:35:19.2880567Z 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:35:19.2886152Z 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:35:19.2892156Z 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:35:19.2897169Z 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:35:19.2902398Z 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:35:19.2911615Z 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:35:19.2917423Z 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:35:19.2923682Z 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:35:19.2928855Z 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:35:19.2935100Z 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:35:19.2940643Z creating build\bdist.win-amd64\wheel\torch\include\pybind11\eigen 2024-11-01T16:35:19.2944171Z 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:35:19.2949138Z 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:35:19.2954817Z 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:35:19.2960415Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:35:19.2965313Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\embed.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:35:19.2970740Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eval.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:35:19.2976012Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\functional.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:35:19.2981276Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\gil.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:35:19.2986546Z 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:35:19.2991833Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\iostream.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:35:19.2996953Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\numpy.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:35:19.3003501Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\operators.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:35:19.3008828Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\options.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:35:19.3014047Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\pybind11.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:35:19.3020836Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\pytypes.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:35:19.3027453Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\stl.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:35:19.3032900Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\stl_bind.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:35:19.3038785Z 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:35:19.3044110Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\typing.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:35:19.3049233Z copying build\lib.win-amd64-cpython-39\torch\include\sleef.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:35:19.3057501Z creating build\bdist.win-amd64\wheel\torch\include\torch 2024-11-01T16:35:19.3060874Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc 2024-11-01T16:35:19.3064001Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api 2024-11-01T16:35:19.3066815Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include 2024-11-01T16:35:19.3069963Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch 2024-11-01T16:35:19.3072960Z 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:35:19.3077908Z 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:35:19.3083250Z 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:35:19.3088742Z 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:35:19.3094347Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data 2024-11-01T16:35:19.3097859Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\dataloader 2024-11-01T16:35:19.3101113Z 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:35:19.3106431Z 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:35:19.3111590Z 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:35:19.3116737Z 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:35:19.3122172Z 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:35:19.3127599Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\datasets 2024-11-01T16:35:19.3135471Z 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:35:19.3140627Z 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:35:19.3146343Z 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:35:19.3162431Z 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:35:19.3167512Z 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:35:19.3173532Z 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:35:19.3179307Z 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:35:19.3188373Z 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:35:19.3193479Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\detail 2024-11-01T16:35:19.3196777Z 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:35:19.3202201Z 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:35:19.3207656Z 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:35:19.3212993Z 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:35:19.3218619Z 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:35:19.3224629Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\samplers 2024-11-01T16:35:19.3228446Z 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:35:19.3234365Z 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:35:19.3239807Z 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:35:19.3245574Z 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:35:19.3251159Z 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:35:19.3262618Z 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:35:19.3268235Z 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:35:19.3273890Z 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:35:19.3279600Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\transforms 2024-11-01T16:35:19.3283284Z 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:35:19.3288687Z 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:35:19.3293830Z 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:35:19.3298855Z 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:35:19.3304093Z 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:35:19.3309123Z 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:35:19.3314365Z 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:35:19.3320007Z 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:35:19.3325075Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\detail 2024-11-01T16:35:19.3328623Z 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:35:19.3334407Z 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:35:19.3339482Z 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:35:19.3349231Z 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:35:19.3354375Z 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:35:19.3359654Z 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:35:19.3369758Z 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:35:19.3375431Z 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:35:19.3380510Z 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:35:19.3385862Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn 2024-11-01T16:35:19.3388972Z 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:35:19.3394655Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\functional 2024-11-01T16:35:19.3397814Z 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:35:19.3403992Z 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:35:19.3409589Z 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:35:19.3414804Z 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:35:19.3425380Z 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:35:19.3430523Z 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:35:19.3436149Z 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:35:19.3441903Z 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:35:19.3447111Z 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:35:19.3452234Z 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:35:19.3458298Z 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:35:19.3463753Z 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:35:19.3468960Z 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:35:19.3474280Z 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:35:19.3480236Z 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:35:19.3485663Z 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:35:19.3490887Z 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:35:19.3496157Z 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:35:19.3506046Z 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:35:19.3512773Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\modules 2024-11-01T16:35:19.3515958Z 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:35:19.3522034Z 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:35:19.3527312Z 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:35:19.3532647Z 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:35:19.3538277Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\modules\container 2024-11-01T16:35:19.3546173Z 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:35:19.3551667Z 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:35:19.3557086Z 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:35:19.3562454Z 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:35:19.3573542Z 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:35:19.3578882Z 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:35:19.3584635Z 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:35:19.3590099Z 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:35:19.3595527Z 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:35:19.3601066Z 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:35:19.3606422Z 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:35:19.3612156Z 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:35:19.3617352Z 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:35:19.3622640Z 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:35:19.3628371Z 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:35:19.3633753Z 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:35:19.3639406Z 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:35:19.3645086Z 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:35:19.3650912Z 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:35:19.3656344Z 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:35:19.3661614Z 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:35:19.3666746Z 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:35:19.3672522Z 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:35:19.3678132Z 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:35:19.3683547Z 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:35:19.3688864Z 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:35:19.3694446Z 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:35:19.3699696Z 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:35:19.3705138Z 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:35:19.3710300Z 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:35:19.3715705Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\options 2024-11-01T16:35:19.3718770Z 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:35:19.3724536Z 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:35:19.3730086Z 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:35:19.3734921Z 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:35:19.3740113Z 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:35:19.3749922Z 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:35:19.3754925Z 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:35:19.3760476Z 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:35:19.3765655Z 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:35:19.3770719Z 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:35:19.3775815Z 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:35:19.3781495Z 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:35:19.3786802Z 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:35:19.3791994Z 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:35:19.3797211Z 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:35:19.3803352Z 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:35:19.3808416Z 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:35:19.3813760Z 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:35:19.3819056Z 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:35:19.3824322Z 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:35:19.3829584Z 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:35:19.3834833Z 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:35:19.3840056Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\parallel 2024-11-01T16:35:19.3843193Z 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:35:19.3848440Z 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:35:19.3853857Z 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:35:19.3859202Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\utils 2024-11-01T16:35:19.3862353Z 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:35:19.3867605Z 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:35:19.3872695Z 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:35:19.3877792Z 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:35:19.3882758Z 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:35:19.3887903Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\optim 2024-11-01T16:35:19.3890894Z 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:35:19.3896064Z 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:35:19.3901102Z 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:35:19.3906351Z 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:35:19.3911786Z 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:35:19.3916938Z 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:35:19.3927893Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\optim\schedulers 2024-11-01T16:35:19.3931021Z 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:35:19.3936476Z 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:35:19.3941511Z 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:35:19.3966839Z 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:35:19.3971822Z 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:35:19.3976879Z 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:35:19.3982001Z 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:35:19.3988399Z 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:35:19.3993371Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\serialize 2024-11-01T16:35:19.3996395Z 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:35:19.4001444Z 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:35:19.4006679Z 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:35:19.4011656Z 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:35:19.4020545Z 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:35:19.4025785Z 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:35:19.4030671Z 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:35:19.4036567Z 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:35:19.4041485Z 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:35:19.4046553Z 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:35:19.4051881Z 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:35:19.4056713Z 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:35:19.4062931Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd 2024-11-01T16:35:19.4066010Z 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:35:19.4071551Z 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:35:19.4077064Z 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:35:19.4082322Z 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:35:19.4092540Z 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:35:19.4098110Z 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:35:19.4103247Z 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:35:19.4108556Z 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:35:19.4113677Z 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:35:19.4137213Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd\functions 2024-11-01T16:35:19.4140445Z 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:35:19.4145811Z 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:35:19.4157261Z 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:35:19.4159911Z 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:35:19.4170803Z 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:35:19.4177219Z 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:35:19.4182951Z 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:35:19.4189543Z 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:35:19.4195394Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd\generated 2024-11-01T16:35:19.4198619Z 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:35:19.4208539Z 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:35:19.4213867Z 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:35:19.4223297Z 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:35:19.4229040Z 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:35:19.4234769Z 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:35:19.4240538Z 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:35:19.4245758Z 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:35:19.4251043Z 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:35:19.4255991Z 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:35:19.4261342Z 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:35:19.4266583Z 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:35:19.4271791Z 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:35:19.4276883Z 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:35:19.4282461Z 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:35:19.4292700Z 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:35:19.4297599Z 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:35:19.4302864Z 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:35:19.4308089Z 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:35:19.4313289Z 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:35:19.4318786Z 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:35:19.4324042Z 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:35:19.4329334Z 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:35:19.4334658Z 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:35:19.4344951Z 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:35:19.4349994Z 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:35:19.4355006Z 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:35:19.4360134Z 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:35:19.4365351Z 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:35:19.4370755Z 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:35:19.4376097Z 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:35:19.4381224Z 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:35:19.4386456Z 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:35:19.4396052Z 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:35:19.4401362Z 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:35:19.4406635Z 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:35:19.4411912Z 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:35:19.4417043Z 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:35:19.4422594Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd\utils 2024-11-01T16:35:19.4425623Z 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:35:19.4430620Z 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:35:19.4435724Z 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:35:19.4441047Z 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:35:19.4450880Z 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:35:19.4455594Z 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:35:19.4460696Z 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:35:19.4466793Z 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:35:19.4472372Z 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:35:19.4477693Z 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:35:19.4483360Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\cuda 2024-11-01T16:35:19.4486449Z 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:35:19.4492029Z 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:35:19.4496985Z 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:35:19.4501714Z 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:35:19.4506712Z 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:35:19.4516162Z 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:35:19.4521583Z 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:35:19.4526574Z 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:35:19.4531951Z 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:35:19.4536761Z 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:35:19.4542142Z 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:35:19.4547131Z 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:35:19.4552236Z 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:35:19.4561814Z 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:35:19.4566775Z 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:35:19.4571996Z 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:35:19.4577798Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed 2024-11-01T16:35:19.4580757Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd 2024-11-01T16:35:19.4583838Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd\context 2024-11-01T16:35:19.4586853Z 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:35:19.4593379Z 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:35:19.4599396Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd\functions 2024-11-01T16:35:19.4603468Z 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:35:19.4609330Z 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:35:19.4614381Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd\rpc_messages 2024-11-01T16:35:19.4617546Z 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:35:19.4623844Z 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:35:19.4629335Z 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:35:19.4639499Z 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:35:19.4644690Z 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:35:19.4650157Z 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:35:19.4655458Z 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:35:19.4660754Z 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:35:19.4666652Z 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:35:19.4671868Z 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:35:19.4677351Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:35:19.4680549Z 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:35:19.4685758Z 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:35:19.4690701Z 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:35:19.4695907Z 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:35:19.4701097Z 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:35:19.4706612Z 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:35:19.4716433Z 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:35:19.4721419Z 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:35:19.4726868Z 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:35:19.4732012Z 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:35:19.4736938Z 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:35:19.4741983Z 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:35:19.4746910Z 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:35:19.4752633Z 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:35:19.4757646Z 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:35:19.4762917Z 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:35:19.4767918Z 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:35:19.4773360Z 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:35:19.4778553Z 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:35:19.4783652Z 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:35:19.4788763Z 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:35:19.4793609Z 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:35:19.4799497Z 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:35:19.4810106Z 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:35:19.4815349Z 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:35:19.4821154Z 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:35:19.4826733Z 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:35:19.4832063Z 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:35:19.4838318Z 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:35:19.4843921Z 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:35:19.4849367Z 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:35:19.4859789Z 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:35:19.4865220Z 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:35:19.4871508Z 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:35:19.4876976Z 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:35:19.4882460Z 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:35:19.4887739Z 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:35:19.4893152Z 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:35:19.4898793Z 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:35:19.4904209Z 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:35:19.4909552Z 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:35:19.4914939Z 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:35:19.4920411Z 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:35:19.4931165Z 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:35:19.4937418Z 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:35:19.4941987Z 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:35:19.4947352Z 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:35:19.4952590Z 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:35:19.4958516Z 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:35:19.4963963Z 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:35:19.4969693Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:35:19.4973652Z 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:35:19.4978615Z 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:35:19.4985231Z 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:35:19.4990149Z 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:35:19.5001167Z 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:35:19.5006559Z 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:35:19.5012289Z 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:35:19.5017037Z 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:35:19.5022597Z 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:35:19.5027660Z 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:35:19.5033085Z 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:35:19.5038570Z 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:35:19.5043469Z 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:35:19.5048774Z 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:35:19.5054101Z 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:35:19.5059139Z 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:35:19.5064704Z 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:35:19.5070736Z 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:35:19.5097657Z 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:35:19.5103028Z 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:35:19.5113051Z 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:35:19.5118716Z 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:35:19.5124415Z 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:35:19.5129892Z 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:35:19.5135155Z 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:35:19.5140579Z 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:35:19.5146047Z 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:35:19.5151762Z 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:35:19.5156869Z 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:35:19.5162506Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\dynamo 2024-11-01T16:35:19.5165393Z 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:35:19.5170624Z 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:35:19.5176236Z 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:35:19.5181060Z 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:35:19.5190862Z 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:35:19.5196059Z 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:35:19.5201431Z 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:35:19.5206541Z 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:35:19.5211736Z 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:35:19.5216591Z 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:35:19.5221956Z 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:35:19.5226958Z 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:35:19.5232090Z 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:35:19.5237674Z 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:35:19.5242476Z 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:35:19.5248861Z 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:35:19.5254261Z 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:35:19.5259472Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor 2024-11-01T16:35:19.5262955Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_package 2024-11-01T16:35:19.5266473Z 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:35:19.5272134Z 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:35:19.5277769Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_runner 2024-11-01T16:35:19.5281491Z 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:35:19.5286914Z 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:35:19.5292059Z 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:35:19.5302713Z 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:35:19.5307833Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_runtime 2024-11-01T16:35:19.5311067Z 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:35:19.5316382Z 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:35:19.5321724Z 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:35:19.5331703Z 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:35:19.5337324Z 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:35:19.5343070Z 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:35:19.5348238Z 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:35:19.5353377Z 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:35:19.5358623Z 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:35:19.5364174Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_torch 2024-11-01T16:35:19.5379891Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_torch\c 2024-11-01T16:35:19.5381357Z 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:35:19.5383327Z 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:35:19.5386213Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_torch\generated 2024-11-01T16:35:19.5389209Z 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:35:19.5395582Z 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:35:19.5401072Z 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:35:19.5405994Z 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:35:19.5416585Z 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:35:19.5421401Z 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:35:19.5426939Z 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:35:19.5431921Z 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:35:19.5437002Z 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:35:19.5442611Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit 2024-11-01T16:35:19.5464893Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\api 2024-11-01T16:35:19.5467809Z 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:35:19.5473052Z 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:35:19.5478555Z 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:35:19.5483902Z 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:35:19.5489444Z 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:35:19.5501565Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\backends 2024-11-01T16:35:19.5504648Z 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:35:19.5510002Z 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:35:19.5515205Z 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:35:19.5520432Z 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:35:19.5530697Z 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:35:19.5535846Z 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:35:19.5541058Z 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:35:19.5546625Z 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:35:19.5552093Z 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:35:19.5557132Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\codegen 2024-11-01T16:35:19.5560140Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\codegen\cuda 2024-11-01T16:35:19.5563220Z 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:35:19.5568843Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\frontend 2024-11-01T16:35:19.5571994Z 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:35:19.5577144Z 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:35:19.5582164Z 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:35:19.5592615Z 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:35:19.5597878Z 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:35:19.5602906Z 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:35:19.5609387Z 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:35:19.5614743Z 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:35:19.5630907Z 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:35:19.5635852Z 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:35:19.5641316Z 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:35:19.5646974Z 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:35:19.5652465Z 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:35:19.5658149Z 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:35:19.5663110Z 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:35:19.5669634Z 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:35:19.5674526Z 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:35:19.5681396Z 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:35:19.5687584Z 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:35:19.5693127Z 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:35:19.5705079Z 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:35:19.5710672Z 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:35:19.5715634Z 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:35:19.5721206Z 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:35:19.5727817Z 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:35:19.5732669Z 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:35:19.5737798Z 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:35:19.5744466Z 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:35:19.5749368Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\ir 2024-11-01T16:35:19.5752300Z 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:35:19.5757551Z 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:35:19.5762824Z 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:35:19.5768187Z 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:35:19.5779043Z 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:35:19.5783820Z 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:35:19.5789804Z 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:35:19.5794848Z 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:35:19.5800008Z 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:35:19.5805286Z 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:35:19.5810242Z 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:35:19.5815956Z 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:35:19.5820774Z 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:35:19.5825804Z 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:35:19.5831232Z 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:35:19.5841396Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\mobile 2024-11-01T16:35:19.5844082Z 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:35:19.5849204Z 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:35:19.5854380Z 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:35:19.5859735Z 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:35:19.5869608Z 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:35:19.5874586Z 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:35:19.5879748Z 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:35:19.5884875Z 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:35:19.5890363Z 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:35:19.5895379Z 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:35:19.5900576Z 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:35:19.5905841Z 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:35:19.5910954Z 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:35:19.5916256Z 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:35:19.5921587Z 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:35:19.5926849Z 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:35:19.5932414Z 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:35:19.5937997Z 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:35:19.5943195Z 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:35:19.5948658Z 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:35:19.5953917Z 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:35:19.5959618Z 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:35:19.5970102Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes 2024-11-01T16:35:19.5973216Z 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:35:19.5978294Z 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:35:19.5983839Z 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:35:19.5989075Z 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:35:19.5999343Z 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:35:19.6004211Z 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:35:19.6009499Z 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:35:19.6014603Z 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:35:19.6019798Z 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:35:19.6026001Z 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:35:19.6031095Z 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:35:19.6036015Z 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:35:19.6041141Z 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:35:19.6046318Z 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:35:19.6051778Z 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:35:19.6057118Z 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:35:19.6062297Z 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:35:19.6067764Z 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:35:19.6072993Z 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:35:19.6082995Z 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:35:19.6105349Z 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:35:19.6110605Z 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:35:19.6115854Z 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:35:19.6121055Z 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:35:19.6126378Z 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:35:19.6131878Z 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:35:19.6137543Z 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:35:19.6147868Z 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:35:19.6154729Z 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:35:19.6160253Z 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:35:19.6166730Z 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:35:19.6171617Z 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:35:19.6178269Z 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:35:19.6183974Z 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:35:19.6189926Z 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:35:19.6194458Z 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:35:19.6200024Z 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:35:19.6210483Z 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:35:19.6215503Z 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:35:19.6220678Z 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:35:19.6225771Z 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:35:19.6230845Z 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:35:19.6236381Z 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:35:19.6241464Z 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:35:19.6246637Z 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:35:19.6251717Z 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:35:19.6261068Z 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:35:19.6266029Z 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:35:19.6270915Z 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:35:19.6276096Z 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:35:19.6281247Z 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:35:19.6286949Z 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:35:19.6292113Z 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:35:19.6297278Z 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:35:19.6302663Z 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:35:19.6307703Z 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:35:19.6321646Z 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:35:19.6326493Z 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:35:19.6331623Z 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:35:19.6337039Z 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:35:19.6342098Z 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:35:19.6347133Z 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:35:19.6352512Z 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:35:19.6357836Z 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:35:19.6363078Z 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:35:19.6368591Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes\quantization 2024-11-01T16:35:19.6371859Z 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:35:19.6376932Z 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:35:19.6382245Z 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:35:19.6387351Z 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:35:19.6397544Z 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:35:19.6402826Z 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:35:19.6408188Z 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:35:19.6414193Z 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:35:19.6419281Z 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:35:19.6424540Z 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:35:19.6434279Z 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:35:19.6439615Z 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:35:19.6445282Z 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:35:19.6450705Z 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:35:19.6455503Z 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:35:19.6461087Z 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:35:19.6466501Z 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:35:19.6471698Z 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:35:19.6477174Z 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:35:19.6487370Z 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:35:19.6492923Z 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:35:19.6498212Z 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:35:19.6503764Z 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:35:19.6509179Z 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:35:19.6514765Z 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:35:19.6520580Z 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:35:19.6526472Z 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:35:19.6532146Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes\utils 2024-11-01T16:35:19.6535462Z 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:35:19.6540635Z 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:35:19.6546032Z 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:35:19.6555534Z 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:35:19.6560859Z 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:35:19.6567063Z 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:35:19.6572672Z 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:35:19.6578083Z 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:35:19.6583809Z 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:35:19.6589700Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\python 2024-11-01T16:35:19.6593117Z 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:35:19.6597959Z 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:35:19.6603003Z 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:35:19.6608370Z 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:35:19.6614751Z 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:35:19.6624985Z 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:35:19.6630046Z 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:35:19.6635386Z 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:35:19.6640901Z 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:35:19.6646296Z 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:35:19.6651878Z 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:35:19.6657223Z 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:35:19.6662731Z 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:35:19.6668712Z 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:35:19.6675074Z 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:35:19.6680984Z 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:35:19.6685522Z 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:35:19.6691233Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\runtime 2024-11-01T16:35:19.6694893Z 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:35:19.6701060Z 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:35:19.6706259Z 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:35:19.6711144Z 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:35:19.6721163Z 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:35:19.6726572Z 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:35:19.6731559Z 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:35:19.6737080Z 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:35:19.6742259Z 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:35:19.6747573Z 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:35:19.6752892Z 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:35:19.6758119Z 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:35:19.6763498Z 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:35:19.6769092Z 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:35:19.6774101Z 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:35:19.6779210Z 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:35:19.6784401Z 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:35:19.6789402Z 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:35:19.6794598Z 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:35:19.6799873Z 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:35:19.6810749Z 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:35:19.6816688Z 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:35:19.6822197Z 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:35:19.6827347Z 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:35:19.6832719Z 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:35:19.6838020Z 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:35:19.6843388Z 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:35:19.6848466Z 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:35:19.6854451Z 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:35:19.6863698Z 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:35:19.6868852Z 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:35:19.6874383Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\serialization 2024-11-01T16:35:19.6877668Z 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:35:19.6882851Z 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:35:19.6888161Z 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:35:19.6898193Z 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:35:19.6903365Z 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:35:19.6908441Z 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:35:19.6913765Z 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:35:19.6919069Z 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:35:19.6924211Z 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:35:19.6929608Z 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:35:19.6934890Z 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:35:19.6940329Z 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:35:19.6946983Z 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:35:19.6952179Z 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:35:19.6973425Z 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:35:19.6978551Z 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:35:19.6983980Z 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:35:19.6989340Z 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:35:19.6994653Z 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:35:19.7000000Z 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:35:19.7009324Z 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:35:19.7015262Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:35:19.7018316Z 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:35:19.7023660Z 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:35:19.7028972Z 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:35:19.7034200Z 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:35:19.7046452Z 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:35:19.7051627Z 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:35:19.7056992Z 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:35:19.7062338Z 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:35:19.7068309Z 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:35:19.7073589Z 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:35:19.7078959Z 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:35:19.7084295Z 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:35:19.7089913Z 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:35:19.7095420Z 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:35:19.7101184Z 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:35:19.7106703Z 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:35:19.7111868Z 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:35:19.7117283Z 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:35:19.7122658Z 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:35:19.7128158Z 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:35:19.7133218Z 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:35:19.7143280Z 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:35:19.7148659Z 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:35:19.7154037Z 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:35:19.7159553Z 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:35:19.7165038Z 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:35:19.7170606Z 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:35:19.7176920Z 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:35:19.7182999Z 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:35:19.7188251Z 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:35:19.7194114Z 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:35:19.7200362Z 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:35:19.7211324Z 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:35:19.7217693Z 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:35:19.7223722Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\tensorexpr\operators 2024-11-01T16:35:19.7227759Z 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:35:19.7234085Z 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:35:19.7239563Z 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:35:19.7244017Z 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:35:19.7249071Z 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:35:19.7259334Z 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:35:19.7264416Z 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:35:19.7269948Z 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:35:19.7274968Z 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:35:19.7279815Z 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:35:19.7285621Z 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:35:19.7291036Z 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:35:19.7296618Z 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:35:19.7301889Z 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:35:19.7306793Z 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:35:19.7312012Z 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:35:19.7317416Z 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:35:19.7322919Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\testing 2024-11-01T16:35:19.7326645Z 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:35:19.7331453Z 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:35:19.7336993Z 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:35:19.7342253Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy 2024-11-01T16:35:19.7345275Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\backend 2024-11-01T16:35:19.7348284Z 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:35:19.7353507Z 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:35:19.7358724Z 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:35:19.7364025Z 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:35:19.7374305Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\core 2024-11-01T16:35:19.7377163Z 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:35:19.7382278Z 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:35:19.7387310Z 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:35:19.7392648Z 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:35:19.7397685Z 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:35:19.7409288Z 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:35:19.7414582Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\core\internal_ops 2024-11-01T16:35:19.7417602Z 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:35:19.7422544Z 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:35:19.7427655Z 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:35:19.7432909Z 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:35:19.7438094Z 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:35:19.7443389Z 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:35:19.7448616Z 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:35:19.7454060Z 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:35:19.7459570Z 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:35:19.7465222Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\core\ops 2024-11-01T16:35:19.7468294Z 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:35:19.7473564Z 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:35:19.7478403Z 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:35:19.7483615Z 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:35:19.7488807Z 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:35:19.7494106Z 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:35:19.7499237Z 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:35:19.7504610Z 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:35:19.7515522Z 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:35:19.7521014Z 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:35:19.7526100Z 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:35:19.7535893Z 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:35:19.7541045Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\python 2024-11-01T16:35:19.7544019Z 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:35:19.7549269Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\ts_backend 2024-11-01T16:35:19.7552238Z 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:35:19.7557128Z 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:35:19.7562315Z 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:35:19.7567931Z 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:35:19.7577128Z 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:35:19.7582586Z 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:35:19.7587738Z 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:35:19.7593020Z 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:35:19.7598095Z 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:35:19.7603447Z 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:35:19.7608276Z 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:35:19.7613623Z 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:35:19.7618818Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\onnx 2024-11-01T16:35:19.7621747Z 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:35:19.7626836Z 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:35:19.7631504Z 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:35:19.7636700Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler 2024-11-01T16:35:19.7639715Z 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:35:19.7644553Z 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:35:19.7650294Z 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:35:19.7655399Z 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:35:19.7665090Z 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:35:19.7670293Z 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:35:19.7676443Z 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:35:19.7681021Z 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:35:19.7686945Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\orchestration 2024-11-01T16:35:19.7690178Z 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:35:19.7696890Z 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:35:19.7702722Z 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:35:19.7708400Z 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:35:19.7714304Z 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:35:19.7720306Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\python 2024-11-01T16:35:19.7724503Z 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:35:19.7729799Z 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:35:19.7734368Z 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:35:19.7739905Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\standalone 2024-11-01T16:35:19.7743241Z 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:35:19.7748823Z 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:35:19.7753693Z 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:35:19.7763814Z 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:35:19.7768829Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\stubs 2024-11-01T16:35:19.7771754Z 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:35:19.7777305Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\unwind 2024-11-01T16:35:19.7780242Z 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:35:19.7785550Z 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:35:19.7790744Z 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:35:19.7795940Z 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:35:19.7805945Z 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:35:19.7810745Z 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:35:19.7815962Z 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:35:19.7821478Z 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:35:19.7826558Z 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:35:19.7832240Z 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:35:19.7837608Z 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:35:19.7842677Z 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:35:19.7847761Z 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:35:19.7852866Z 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:35:19.7857938Z 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:35:19.7863141Z 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:35:19.7868169Z 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:35:19.7873338Z 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:35:19.7878458Z 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:35:19.7887882Z 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:35:19.7892904Z 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:35:19.7897940Z 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:35:19.7903004Z 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:35:19.7907831Z 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:35:19.7912871Z 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:35:19.7917894Z 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:35:19.7922927Z 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:35:19.7928027Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\tensor 2024-11-01T16:35:19.7930979Z 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:35:19.7936279Z 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:35:19.7941174Z 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:35:19.7946265Z 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:35:19.7951068Z 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:35:19.7956904Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\utils 2024-11-01T16:35:19.7959972Z 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:35:19.7965845Z 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:35:19.7970742Z 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:35:19.7975625Z 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:35:19.8000636Z 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:35:19.8005893Z 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:35:19.8010819Z 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:35:19.8015748Z 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:35:19.8020582Z 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:35:19.8026116Z 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:35:19.8030800Z 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:35:19.8035690Z 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:35:19.8041054Z 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:35:19.8046111Z 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:35:19.8051290Z 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:35:19.8057080Z 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:35:19.8063401Z 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:35:19.8069189Z 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:35:19.8074024Z 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:35:19.8079471Z 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:35:19.8089535Z 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:35:19.8094814Z 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:35:19.8100600Z 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:35:19.8105881Z 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:35:19.8111790Z 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:35:19.8121075Z 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:35:19.8126357Z 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:35:19.8131816Z 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:35:19.8137048Z 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:35:19.8142693Z 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:35:19.8152800Z 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:35:19.8157874Z 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:35:19.8163595Z 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:35:19.8169747Z 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:35:19.8175874Z 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:35:19.8181547Z 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:35:19.8188150Z 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:35:19.8193504Z 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:35:19.8199147Z 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:35:19.8204997Z 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:35:19.8215632Z 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:35:19.8220768Z 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:35:19.8225957Z 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:35:19.8231232Z 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:35:19.8236083Z 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:35:19.8241608Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\xpu 2024-11-01T16:35:19.8249864Z 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:35:19.8254658Z 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:35:19.8259529Z 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:35:19.8264471Z copying build\lib.win-amd64-cpython-39\torch\include\torch\custom_class.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2024-11-01T16:35:19.8270180Z 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:35:19.8275671Z copying build\lib.win-amd64-cpython-39\torch\include\torch\extension.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2024-11-01T16:35:19.8286501Z copying build\lib.win-amd64-cpython-39\torch\include\torch\library.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2024-11-01T16:35:19.8292116Z copying build\lib.win-amd64-cpython-39\torch\include\torch\script.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2024-11-01T16:35:19.8297032Z copying build\lib.win-amd64-cpython-39\torch\include\xnnpack.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:35:19.8307161Z creating build\bdist.win-amd64\wheel\torch\jit 2024-11-01T16:35:19.8310083Z copying build\lib.win-amd64-cpython-39\torch\jit\annotations.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:35:19.8316073Z copying build\lib.win-amd64-cpython-39\torch\jit\frontend.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:35:19.8321740Z copying build\lib.win-amd64-cpython-39\torch\jit\generate_bytecode.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:35:19.8327689Z creating build\bdist.win-amd64\wheel\torch\jit\mobile 2024-11-01T16:35:19.8330964Z copying build\lib.win-amd64-cpython-39\torch\jit\mobile\__init__.py -> build\bdist.win-amd64\wheel\.\torch\jit\mobile 2024-11-01T16:35:19.8336569Z copying build\lib.win-amd64-cpython-39\torch\jit\quantized.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:35:19.8345594Z copying build\lib.win-amd64-cpython-39\torch\jit\supported_ops.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:35:19.8350797Z copying build\lib.win-amd64-cpython-39\torch\jit\unsupported_tensor_ops.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:35:19.8355843Z copying build\lib.win-amd64-cpython-39\torch\jit\_async.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:35:19.8361081Z copying build\lib.win-amd64-cpython-39\torch\jit\_await.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:35:19.8366134Z copying build\lib.win-amd64-cpython-39\torch\jit\_builtins.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:35:19.8371273Z copying build\lib.win-amd64-cpython-39\torch\jit\_check.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:35:19.8376454Z copying build\lib.win-amd64-cpython-39\torch\jit\_dataclass_impls.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:35:19.8381868Z copying build\lib.win-amd64-cpython-39\torch\jit\_decompositions.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:35:19.8387132Z copying build\lib.win-amd64-cpython-39\torch\jit\_decomposition_utils.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:35:19.8391997Z copying build\lib.win-amd64-cpython-39\torch\jit\_freeze.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:35:19.8397014Z copying build\lib.win-amd64-cpython-39\torch\jit\_fuser.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:35:19.8402188Z copying build\lib.win-amd64-cpython-39\torch\jit\_ir_utils.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:35:19.8407297Z copying build\lib.win-amd64-cpython-39\torch\jit\_logging.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:35:19.8412200Z copying build\lib.win-amd64-cpython-39\torch\jit\_monkeytype_config.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:35:19.8435862Z creating build\bdist.win-amd64\wheel\torch\jit\_passes 2024-11-01T16:35:19.8439039Z copying build\lib.win-amd64-cpython-39\torch\jit\_passes\_property_propagation.py -> build\bdist.win-amd64\wheel\.\torch\jit\_passes 2024-11-01T16:35:19.8445633Z copying build\lib.win-amd64-cpython-39\torch\jit\_passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\jit\_passes 2024-11-01T16:35:19.8450184Z copying build\lib.win-amd64-cpython-39\torch\jit\_pickle.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:35:19.8456554Z copying build\lib.win-amd64-cpython-39\torch\jit\_recursive.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:35:19.8463885Z copying build\lib.win-amd64-cpython-39\torch\jit\_script.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:35:19.8470851Z copying build\lib.win-amd64-cpython-39\torch\jit\_script.pyi -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:35:19.8476823Z copying build\lib.win-amd64-cpython-39\torch\jit\_serialization.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:35:19.9972916Z copying build\lib.win-amd64-cpython-39\torch\jit\_shape_functions.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:35:19.9978483Z copying build\lib.win-amd64-cpython-39\torch\jit\_state.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:35:19.9983667Z copying build\lib.win-amd64-cpython-39\torch\jit\_trace.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:35:19.9990035Z copying build\lib.win-amd64-cpython-39\torch\jit\__init__.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:35:19.9995960Z creating build\bdist.win-amd64\wheel\torch\lib 2024-11-01T16:35:19.9999047Z copying build\lib.win-amd64-cpython-39\torch\lib\aoti_custom_ops.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:35:20.0006420Z copying build\lib.win-amd64-cpython-39\torch\lib\aoti_custom_ops.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:35:20.0012244Z copying build\lib.win-amd64-cpython-39\torch\lib\asmjit.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:35:20.0020850Z copying build\lib.win-amd64-cpython-39\torch\lib\asmjit.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:35:20.0027625Z copying build\lib.win-amd64-cpython-39\torch\lib\backend_with_compiler.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:35:20.0039433Z copying build\lib.win-amd64-cpython-39\torch\lib\backend_with_compiler.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:35:20.0045225Z copying build\lib.win-amd64-cpython-39\torch\lib\c10.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:35:20.0062361Z copying build\lib.win-amd64-cpython-39\torch\lib\c10.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:35:20.0072236Z copying build\lib.win-amd64-cpython-39\torch\lib\cpuinfo.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:35:20.0079015Z copying build\lib.win-amd64-cpython-39\torch\lib\dnnl.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:35:20.5654124Z copying build\lib.win-amd64-cpython-39\torch\lib\fbgemm.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:35:20.5700987Z copying build\lib.win-amd64-cpython-39\torch\lib\fbgemm.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:35:20.5718676Z copying build\lib.win-amd64-cpython-39\torch\lib\fmt.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:35:20.5739133Z copying build\lib.win-amd64-cpython-39\torch\lib\jitbackend_test.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:35:20.5746557Z copying build\lib.win-amd64-cpython-39\torch\lib\jitbackend_test.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:35:20.5752753Z copying build\lib.win-amd64-cpython-39\torch\lib\kineto.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:35:20.5944891Z copying build\lib.win-amd64-cpython-39\torch\lib\libprotobuf-lite.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:35:20.5995062Z copying build\lib.win-amd64-cpython-39\torch\lib\libprotobuf.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:35:20.6326148Z copying build\lib.win-amd64-cpython-39\torch\lib\libprotoc.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:35:20.6678059Z copying build\lib.win-amd64-cpython-39\torch\lib\pthreadpool.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:35:20.6685504Z copying build\lib.win-amd64-cpython-39\torch\lib\shm.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:35:20.6690849Z copying build\lib.win-amd64-cpython-39\torch\lib\shm.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:35:20.6700747Z copying build\lib.win-amd64-cpython-39\torch\lib\sleef.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:35:20.6785642Z copying build\lib.win-amd64-cpython-39\torch\lib\torch.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:35:20.6790780Z copying build\lib.win-amd64-cpython-39\torch\lib\torch.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:35:20.6796000Z copying build\lib.win-amd64-cpython-39\torch\lib\torchbind_test.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:35:20.6814946Z copying build\lib.win-amd64-cpython-39\torch\lib\torchbind_test.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:35:20.6820763Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_cpu.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:35:20.8039363Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_cpu.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:35:20.8294705Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_global_deps.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:35:20.8299707Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_python.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:35:20.8438333Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_python.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:35:20.8446176Z copying build\lib.win-amd64-cpython-39\torch\lib\XNNPACK.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:35:20.8483636Z copying build\lib.win-amd64-cpython-39\torch\lib\_C.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:35:20.8488734Z copying build\lib.win-amd64-cpython-39\torch\library.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:35:20.8496037Z creating build\bdist.win-amd64\wheel\torch\linalg 2024-11-01T16:35:20.8498835Z copying build\lib.win-amd64-cpython-39\torch\linalg\__init__.py -> build\bdist.win-amd64\wheel\.\torch\linalg 2024-11-01T16:35:20.8505861Z creating build\bdist.win-amd64\wheel\torch\masked 2024-11-01T16:35:20.8508724Z creating build\bdist.win-amd64\wheel\torch\masked\maskedtensor 2024-11-01T16:35:20.8511663Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\binary.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-11-01T16:35:20.8516696Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\core.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-11-01T16:35:20.8522316Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\creation.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-11-01T16:35:20.8528331Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\passthrough.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-11-01T16:35:20.8533891Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\reductions.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-11-01T16:35:20.8545091Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\unary.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-11-01T16:35:20.8550149Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\_ops_refs.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-11-01T16:35:20.8555789Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-11-01T16:35:20.8560756Z copying build\lib.win-amd64-cpython-39\torch\masked\_docs.py -> build\bdist.win-amd64\wheel\.\torch\masked 2024-11-01T16:35:20.8571226Z copying build\lib.win-amd64-cpython-39\torch\masked\_ops.py -> build\bdist.win-amd64\wheel\.\torch\masked 2024-11-01T16:35:20.8577241Z copying build\lib.win-amd64-cpython-39\torch\masked\__init__.py -> build\bdist.win-amd64\wheel\.\torch\masked 2024-11-01T16:35:20.8582360Z creating build\bdist.win-amd64\wheel\torch\monitor 2024-11-01T16:35:20.8585199Z copying build\lib.win-amd64-cpython-39\torch\monitor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\monitor 2024-11-01T16:35:20.8590598Z creating build\bdist.win-amd64\wheel\torch\mps 2024-11-01T16:35:20.8593400Z copying build\lib.win-amd64-cpython-39\torch\mps\event.py -> build\bdist.win-amd64\wheel\.\torch\mps 2024-11-01T16:35:20.8598275Z copying build\lib.win-amd64-cpython-39\torch\mps\profiler.py -> build\bdist.win-amd64\wheel\.\torch\mps 2024-11-01T16:35:20.8603308Z copying build\lib.win-amd64-cpython-39\torch\mps\__init__.py -> build\bdist.win-amd64\wheel\.\torch\mps 2024-11-01T16:35:20.8608533Z creating build\bdist.win-amd64\wheel\torch\mtia 2024-11-01T16:35:20.8611260Z copying build\lib.win-amd64-cpython-39\torch\mtia\_utils.py -> build\bdist.win-amd64\wheel\.\torch\mtia 2024-11-01T16:35:20.8616473Z copying build\lib.win-amd64-cpython-39\torch\mtia\__init__.py -> build\bdist.win-amd64\wheel\.\torch\mtia 2024-11-01T16:35:20.8621885Z creating build\bdist.win-amd64\wheel\torch\multiprocessing 2024-11-01T16:35:20.8624872Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\pool.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2024-11-01T16:35:20.8629846Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\queue.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2024-11-01T16:35:20.8634979Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\reductions.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2024-11-01T16:35:20.8640549Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\spawn.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2024-11-01T16:35:20.8645634Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\_atfork.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2024-11-01T16:35:20.8658577Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2024-11-01T16:35:20.8663476Z creating build\bdist.win-amd64\wheel\torch\nested 2024-11-01T16:35:20.8666329Z creating build\bdist.win-amd64\wheel\torch\nested\_internal 2024-11-01T16:35:20.8669230Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\nested_tensor.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2024-11-01T16:35:20.8679218Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\ops.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2024-11-01T16:35:20.8685564Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\sdpa.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2024-11-01T16:35:20.8691341Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2024-11-01T16:35:20.8695654Z copying build\lib.win-amd64-cpython-39\torch\nested\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nested 2024-11-01T16:35:20.8701461Z creating build\bdist.win-amd64\wheel\torch\nn 2024-11-01T16:35:20.8704280Z creating build\bdist.win-amd64\wheel\torch\nn\attention 2024-11-01T16:35:20.8707114Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\bias.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2024-11-01T16:35:20.8712464Z creating build\bdist.win-amd64\wheel\torch\nn\attention\experimental 2024-11-01T16:35:20.8715521Z 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:35:20.8720696Z 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:35:20.8725428Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\flex_attention.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2024-11-01T16:35:20.8731333Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\_utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2024-11-01T16:35:20.8741179Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2024-11-01T16:35:20.8746293Z creating build\bdist.win-amd64\wheel\torch\nn\backends 2024-11-01T16:35:20.8749071Z copying build\lib.win-amd64-cpython-39\torch\nn\backends\thnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\backends 2024-11-01T16:35:20.8754387Z copying build\lib.win-amd64-cpython-39\torch\nn\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\backends 2024-11-01T16:35:20.8758524Z copying build\lib.win-amd64-cpython-39\torch\nn\common_types.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-11-01T16:35:20.8763595Z copying build\lib.win-amd64-cpython-39\torch\nn\cpp.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-11-01T16:35:20.8768608Z copying build\lib.win-amd64-cpython-39\torch\nn\functional.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-11-01T16:35:20.8785317Z copying build\lib.win-amd64-cpython-39\torch\nn\functional.pyi -> build\bdist.win-amd64\wheel\.\torch\nn 2024-11-01T16:35:20.8790808Z copying build\lib.win-amd64-cpython-39\torch\nn\grad.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-11-01T16:35:20.8796316Z copying build\lib.win-amd64-cpython-39\torch\nn\init.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-11-01T16:35:20.8802555Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic 2024-11-01T16:35:20.8805652Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\modules 2024-11-01T16:35:20.8808634Z 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:35:20.8814206Z 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:35:20.8819659Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\qat 2024-11-01T16:35:20.8823001Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\qat\modules 2024-11-01T16:35:20.8826659Z 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:35:20.8832728Z 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:35:20.8838446Z 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:35:20.8844157Z 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:35:20.8853469Z 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:35:20.8858565Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized 2024-11-01T16:35:20.8861561Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized\dynamic 2024-11-01T16:35:20.8864414Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized\dynamic\modules 2024-11-01T16:35:20.8867868Z 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:35:20.8873313Z 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:35:20.8877775Z 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:35:20.8882851Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized\modules 2024-11-01T16:35:20.8886773Z 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:35:20.8891856Z 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:35:20.8896894Z 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:35:20.8908159Z 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:35:20.8912953Z 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:35:20.8917645Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic 2024-11-01T16:35:20.8923283Z creating build\bdist.win-amd64\wheel\torch\nn\modules 2024-11-01T16:35:20.8926101Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:35:20.8932249Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\adaptive.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:35:20.8937232Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\batchnorm.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:35:20.8942996Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\channelshuffle.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:35:20.8952982Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\container.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:35:20.8958710Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:35:20.8965141Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\distance.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:35:20.8970251Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\dropout.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:35:20.8975411Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\flatten.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:35:20.8980602Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\fold.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:35:20.8985753Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\instancenorm.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:35:20.8991351Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\lazy.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:35:20.8996883Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:35:20.9002069Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\loss.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:35:20.9008244Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\module.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:35:20.9015345Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\normalization.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:35:20.9021093Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\padding.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:35:20.9026832Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\pixelshuffle.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:35:20.9031916Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\pooling.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:35:20.9038055Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:35:20.9044491Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\sparse.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:35:20.9051191Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\transformer.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:35:20.9057380Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\upsampling.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:35:20.9062875Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:35:20.9067813Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\_functions.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:35:20.9073254Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:35:20.9078868Z creating build\bdist.win-amd64\wheel\torch\nn\parallel 2024-11-01T16:35:20.9081943Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\comm.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-11-01T16:35:20.9087354Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\data_parallel.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-11-01T16:35:20.9093031Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\distributed.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-11-01T16:35:20.9099491Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\parallel_apply.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-11-01T16:35:20.9109517Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\replicate.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-11-01T16:35:20.9114987Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\scatter_gather.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-11-01T16:35:20.9120454Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\_functions.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-11-01T16:35:20.9125839Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-11-01T16:35:20.9130525Z copying build\lib.win-amd64-cpython-39\torch\nn\parameter.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-11-01T16:35:20.9136028Z copying build\lib.win-amd64-cpython-39\torch\nn\parameter.pyi -> build\bdist.win-amd64\wheel\.\torch\nn 2024-11-01T16:35:20.9141470Z creating build\bdist.win-amd64\wheel\torch\nn\qat 2024-11-01T16:35:20.9144402Z creating build\bdist.win-amd64\wheel\torch\nn\qat\dynamic 2024-11-01T16:35:20.9147181Z creating build\bdist.win-amd64\wheel\torch\nn\qat\dynamic\modules 2024-11-01T16:35:20.9150425Z 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:35:20.9155768Z 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:35:20.9160795Z 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:35:20.9165797Z creating build\bdist.win-amd64\wheel\torch\nn\qat\modules 2024-11-01T16:35:20.9168510Z 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:35:20.9173559Z 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:35:20.9178660Z 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:35:20.9183583Z 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:35:20.9188610Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat 2024-11-01T16:35:20.9193399Z creating build\bdist.win-amd64\wheel\torch\nn\quantizable 2024-11-01T16:35:20.9196548Z creating build\bdist.win-amd64\wheel\torch\nn\quantizable\modules 2024-11-01T16:35:20.9199419Z 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:35:20.9204560Z 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:35:20.9209491Z 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:35:20.9214251Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable 2024-11-01T16:35:20.9219376Z creating build\bdist.win-amd64\wheel\torch\nn\quantized 2024-11-01T16:35:20.9222207Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\dynamic 2024-11-01T16:35:20.9225138Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\dynamic\modules 2024-11-01T16:35:20.9227962Z 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:35:20.9233076Z 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:35:20.9237824Z 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:35:20.9243373Z 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:35:20.9249274Z 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:35:20.9254180Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\functional.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized 2024-11-01T16:35:20.9259783Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\modules 2024-11-01T16:35:20.9263467Z 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:35:20.9268494Z 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:35:20.9273550Z 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:35:20.9278443Z 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:35:20.9283941Z 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:35:20.9297030Z 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:35:20.9302064Z 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:35:20.9306908Z 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:35:20.9312240Z 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:35:20.9317160Z 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:35:20.9322109Z 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:35:20.9327285Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\_reference 2024-11-01T16:35:20.9334308Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\_reference\modules 2024-11-01T16:35:20.9337181Z 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:35:20.9342079Z 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:35:20.9347410Z 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:35:20.9351848Z 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:35:20.9356600Z 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:35:20.9361530Z 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:35:20.9366787Z 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:35:20.9371360Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized 2024-11-01T16:35:20.9376760Z creating build\bdist.win-amd64\wheel\torch\nn\utils 2024-11-01T16:35:20.9379560Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\clip_grad.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-11-01T16:35:20.9384951Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\convert_parameters.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-11-01T16:35:20.9389993Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\fusion.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-11-01T16:35:20.9395074Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\init.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-11-01T16:35:20.9400348Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\memory_format.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-11-01T16:35:20.9409987Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\parametrizations.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-11-01T16:35:20.9415499Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\parametrize.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-11-01T16:35:20.9421475Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\prune.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-11-01T16:35:20.9428051Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-11-01T16:35:20.9433706Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\spectral_norm.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-11-01T16:35:20.9438988Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\stateless.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-11-01T16:35:20.9444262Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\weight_norm.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-11-01T16:35:20.9449603Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_deprecation_utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-11-01T16:35:20.9455103Z creating build\bdist.win-amd64\wheel\torch\nn\utils\_expanded_weights 2024-11-01T16:35:20.9458192Z 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:35:20.9463286Z 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:35:20.9469928Z 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:35:20.9479695Z 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:35:20.9484847Z 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:35:20.9490197Z 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:35:20.9495616Z 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:35:20.9500802Z 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:35:20.9506275Z 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:35:20.9512028Z 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:35:20.9517009Z 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:35:20.9522593Z 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:35:20.9527841Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-11-01T16:35:20.9533139Z copying build\lib.win-amd64-cpython-39\torch\nn\_reduction.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-11-01T16:35:20.9538582Z copying build\lib.win-amd64-cpython-39\torch\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-11-01T16:35:20.9544566Z creating build\bdist.win-amd64\wheel\torch\onnx 2024-11-01T16:35:20.9547288Z copying build\lib.win-amd64-cpython-39\torch\onnx\errors.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:35:20.9552398Z copying build\lib.win-amd64-cpython-39\torch\onnx\operators.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:35:20.9557709Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_caffe2.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:35:20.9563248Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_helper.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:35:20.9574621Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset10.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:35:20.9580564Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset11.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:35:20.9586714Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset12.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:35:20.9593630Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset13.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:35:20.9599776Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset14.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:35:20.9605298Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset15.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:35:20.9625450Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset16.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:35:20.9631041Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset17.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:35:20.9636617Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset18.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:35:20.9642105Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset19.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:35:20.9647341Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset20.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:35:20.9652783Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset7.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:35:20.9658391Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset8.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:35:20.9664021Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset9.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:35:20.9671645Z copying build\lib.win-amd64-cpython-39\torch\onnx\utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:35:20.9678175Z copying build\lib.win-amd64-cpython-39\torch\onnx\verification.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:35:20.9688678Z copying build\lib.win-amd64-cpython-39\torch\onnx\_constants.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:35:20.9694133Z copying build\lib.win-amd64-cpython-39\torch\onnx\_deprecation.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:35:20.9699452Z copying build\lib.win-amd64-cpython-39\torch\onnx\_experimental.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:35:20.9704862Z copying build\lib.win-amd64-cpython-39\torch\onnx\_exporter_states.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:35:20.9709865Z copying build\lib.win-amd64-cpython-39\torch\onnx\_flags.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:35:20.9715624Z copying build\lib.win-amd64-cpython-39\torch\onnx\_globals.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:35:20.9721487Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal 2024-11-01T16:35:20.9724462Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\diagnostics 2024-11-01T16:35:20.9727453Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\diagnostics\infra 2024-11-01T16:35:20.9730353Z 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:35:20.9736322Z 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:35:20.9741736Z 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:35:20.9747936Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:35:20.9750857Z 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:35:20.9757626Z 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:35:20.9763433Z 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:35:20.9768936Z 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:35:20.9775037Z 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:35:20.9785014Z 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:35:20.9790371Z 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:35:20.9795687Z 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:35:20.9801330Z 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:35:20.9806536Z 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:35:20.9811818Z 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:35:20.9816960Z 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:35:20.9822300Z 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:35:20.9827815Z 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:35:20.9833176Z 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:35:20.9838869Z 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:35:20.9844142Z 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:35:20.9849272Z 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:35:20.9854441Z 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:35:20.9863631Z 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:35:20.9868771Z 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:35:20.9878328Z 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:35:20.9883600Z 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:35:20.9889054Z 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:35:20.9894304Z 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:35:20.9899968Z 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:35:20.9905033Z 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:35:20.9910365Z 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:35:20.9915866Z 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:35:20.9920945Z 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:35:20.9926145Z 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:35:20.9936031Z 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:35:20.9941148Z 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:35:20.9946416Z 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:35:20.9951748Z 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:35:20.9957185Z 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:35:20.9962447Z 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:35:20.9967987Z 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:35:20.9973710Z 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:35:20.9979312Z 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:35:20.9984552Z 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:35:20.9995239Z 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:35:21.0000361Z 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:35:21.0005896Z 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:35:21.0011224Z 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:35:21.0016653Z 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:35:21.0021876Z 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:35:21.0027278Z 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:35:21.0032493Z 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:35:21.0037934Z 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:35:21.0043387Z 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:35:21.0053615Z 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:35:21.0058674Z 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:35:21.0063940Z 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:35:21.0069208Z 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:35:21.0074429Z 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:35:21.0083637Z 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:35:21.0088591Z 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:35:21.0093531Z 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:35:21.0098611Z 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:35:21.0104269Z 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:35:21.0109350Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\exporter 2024-11-01T16:35:21.0112239Z 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:35:21.0117894Z 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:35:21.0123848Z 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:35:21.0129392Z 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:35:21.0138882Z 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:35:21.0148755Z 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:35:21.0151636Z 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:35:21.0156725Z 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:35:21.0161801Z 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:35:21.0167071Z 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:35:21.0172432Z 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:35:21.0178368Z 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:35:21.0183217Z 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:35:21.0188738Z 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:35:21.0194244Z 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:35:21.0199972Z 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:35:21.0205462Z 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:35:21.0210176Z 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:35:21.0216424Z 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:35:21.0221563Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\fx 2024-11-01T16:35:21.0224565Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\fx\analysis 2024-11-01T16:35:21.0228401Z 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:35:21.0233319Z 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:35:21.0242421Z 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:35:21.0247753Z 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:35:21.0253832Z 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:35:21.0263624Z 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:35:21.0269935Z 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:35:21.0275954Z 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:35:21.0281345Z 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:35:21.0294408Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\fx\passes 2024-11-01T16:35:21.0297739Z 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:35:21.0303112Z 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:35:21.0308598Z 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:35:21.0314471Z 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:35:21.0324672Z 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:35:21.0330537Z 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:35:21.0335524Z 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:35:21.0341159Z 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:35:21.0345630Z 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:35:21.0350953Z 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:35:21.0355864Z 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:35:21.0361105Z 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:35:21.0366264Z 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:35:21.0372396Z 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:35:21.0376673Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\io_adapter.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-11-01T16:35:21.0387463Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\jit_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-11-01T16:35:21.0392587Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\onnxruntime.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-11-01T16:35:21.0398592Z 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:35:21.0404089Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\registration.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-11-01T16:35:21.0409580Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\_exporter_legacy.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-11-01T16:35:21.0415352Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\_lazy_import.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-11-01T16:35:21.0420572Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-11-01T16:35:21.0424715Z copying build\lib.win-amd64-cpython-39\torch\onnx\_onnx_supported_ops.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:35:21.0430242Z copying build\lib.win-amd64-cpython-39\torch\onnx\_type_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:35:21.0435623Z copying build\lib.win-amd64-cpython-39\torch\onnx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:35:21.0446302Z creating build\bdist.win-amd64\wheel\torch\optim 2024-11-01T16:35:21.0458543Z copying build\lib.win-amd64-cpython-39\torch\optim\adadelta.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:35:21.0459880Z copying build\lib.win-amd64-cpython-39\torch\optim\adagrad.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:35:21.0461081Z copying build\lib.win-amd64-cpython-39\torch\optim\adam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:35:21.0466455Z copying build\lib.win-amd64-cpython-39\torch\optim\adamax.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:35:21.0472152Z copying build\lib.win-amd64-cpython-39\torch\optim\adamw.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:35:21.0477783Z copying build\lib.win-amd64-cpython-39\torch\optim\asgd.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:35:21.0483154Z copying build\lib.win-amd64-cpython-39\torch\optim\lbfgs.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:35:21.0496479Z copying build\lib.win-amd64-cpython-39\torch\optim\lr_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:35:21.0502674Z copying build\lib.win-amd64-cpython-39\torch\optim\nadam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:35:21.0508232Z copying build\lib.win-amd64-cpython-39\torch\optim\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:35:21.0513909Z copying build\lib.win-amd64-cpython-39\torch\optim\radam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:35:21.0519473Z copying build\lib.win-amd64-cpython-39\torch\optim\rmsprop.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:35:21.0525103Z copying build\lib.win-amd64-cpython-39\torch\optim\rprop.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:35:21.0530747Z copying build\lib.win-amd64-cpython-39\torch\optim\sgd.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:35:21.0536432Z copying build\lib.win-amd64-cpython-39\torch\optim\sparse_adam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:35:21.0541723Z copying build\lib.win-amd64-cpython-39\torch\optim\swa_utils.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:35:21.0547432Z copying build\lib.win-amd64-cpython-39\torch\optim\_adafactor.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:35:21.0553238Z copying build\lib.win-amd64-cpython-39\torch\optim\_functional.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:35:21.0559163Z creating build\bdist.win-amd64\wheel\torch\optim\_multi_tensor 2024-11-01T16:35:21.0562232Z 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:35:21.0567507Z 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:35:21.0572264Z copying build\lib.win-amd64-cpython-39\torch\optim\__init__.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:35:21.0577783Z copying build\lib.win-amd64-cpython-39\torch\overrides.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:35:21.0584681Z creating build\bdist.win-amd64\wheel\torch\package 2024-11-01T16:35:21.0587604Z creating build\bdist.win-amd64\wheel\torch\package\analyze 2024-11-01T16:35:21.0591315Z 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:35:21.0597330Z 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:35:21.0602327Z copying build\lib.win-amd64-cpython-39\torch\package\analyze\trace_dependencies.py -> build\bdist.win-amd64\wheel\.\torch\package\analyze 2024-11-01T16:35:21.0611842Z copying build\lib.win-amd64-cpython-39\torch\package\analyze\__init__.py -> build\bdist.win-amd64\wheel\.\torch\package\analyze 2024-11-01T16:35:21.0616856Z copying build\lib.win-amd64-cpython-39\torch\package\file_structure_representation.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-11-01T16:35:21.0622060Z copying build\lib.win-amd64-cpython-39\torch\package\find_file_dependencies.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-11-01T16:35:21.0627534Z copying build\lib.win-amd64-cpython-39\torch\package\glob_group.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-11-01T16:35:21.0636973Z copying build\lib.win-amd64-cpython-39\torch\package\importer.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-11-01T16:35:21.0642176Z copying build\lib.win-amd64-cpython-39\torch\package\package_exporter.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-11-01T16:35:21.0648422Z copying build\lib.win-amd64-cpython-39\torch\package\package_importer.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-11-01T16:35:21.0677559Z copying build\lib.win-amd64-cpython-39\torch\package\_digraph.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-11-01T16:35:21.0682590Z copying build\lib.win-amd64-cpython-39\torch\package\_directory_reader.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-11-01T16:35:21.0687841Z copying build\lib.win-amd64-cpython-39\torch\package\_importlib.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-11-01T16:35:21.0693155Z copying build\lib.win-amd64-cpython-39\torch\package\_mangling.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-11-01T16:35:21.0698467Z copying build\lib.win-amd64-cpython-39\torch\package\_mock.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-11-01T16:35:21.0703896Z copying build\lib.win-amd64-cpython-39\torch\package\_package_pickler.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-11-01T16:35:21.0709155Z copying build\lib.win-amd64-cpython-39\torch\package\_package_unpickler.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-11-01T16:35:21.0714458Z copying build\lib.win-amd64-cpython-39\torch\package\_stdlib.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-11-01T16:35:21.0719802Z copying build\lib.win-amd64-cpython-39\torch\package\__init__.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-11-01T16:35:21.0724958Z creating build\bdist.win-amd64\wheel\torch\profiler 2024-11-01T16:35:21.0733001Z copying build\lib.win-amd64-cpython-39\torch\profiler\itt.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-11-01T16:35:21.0738117Z copying build\lib.win-amd64-cpython-39\torch\profiler\profiler.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-11-01T16:35:21.0744053Z copying build\lib.win-amd64-cpython-39\torch\profiler\python_tracer.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-11-01T16:35:21.0749286Z copying build\lib.win-amd64-cpython-39\torch\profiler\_memory_profiler.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-11-01T16:35:21.0755544Z copying build\lib.win-amd64-cpython-39\torch\profiler\_pattern_matcher.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-11-01T16:35:21.0766210Z copying build\lib.win-amd64-cpython-39\torch\profiler\_utils.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-11-01T16:35:21.0771723Z copying build\lib.win-amd64-cpython-39\torch\profiler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-11-01T16:35:21.0777639Z copying build\lib.win-amd64-cpython-39\torch\py.typed -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:35:21.0782273Z creating build\bdist.win-amd64\wheel\torch\quantization 2024-11-01T16:35:21.0785686Z copying build\lib.win-amd64-cpython-39\torch\quantization\fake_quantize.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-11-01T16:35:21.0790678Z copying build\lib.win-amd64-cpython-39\torch\quantization\fuser_method_mappings.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-11-01T16:35:21.0795730Z copying build\lib.win-amd64-cpython-39\torch\quantization\fuse_modules.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-11-01T16:35:21.0805064Z creating build\bdist.win-amd64\wheel\torch\quantization\fx 2024-11-01T16:35:21.0807862Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\convert.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-11-01T16:35:21.0812911Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\fuse.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-11-01T16:35:21.0817979Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\fusion_patterns.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-11-01T16:35:21.0822774Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\graph_module.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-11-01T16:35:21.0827622Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\match_utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-11-01T16:35:21.0836989Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\pattern_utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-11-01T16:35:21.0842054Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\prepare.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-11-01T16:35:21.0847023Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\quantization_patterns.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-11-01T16:35:21.0852244Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\quantization_types.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-11-01T16:35:21.0857144Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-11-01T16:35:21.0862643Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\_equalize.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-11-01T16:35:21.0867760Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-11-01T16:35:21.0872503Z copying build\lib.win-amd64-cpython-39\torch\quantization\observer.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-11-01T16:35:21.0877480Z copying build\lib.win-amd64-cpython-39\torch\quantization\qconfig.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-11-01T16:35:21.0882657Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantization_mappings.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-11-01T16:35:21.0887813Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantize.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-11-01T16:35:21.0892837Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantize_fx.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-11-01T16:35:21.0897973Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantize_jit.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-11-01T16:35:21.0903122Z copying build\lib.win-amd64-cpython-39\torch\quantization\quant_type.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-11-01T16:35:21.0908226Z copying build\lib.win-amd64-cpython-39\torch\quantization\stubs.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-11-01T16:35:21.0913192Z copying build\lib.win-amd64-cpython-39\torch\quantization\utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-11-01T16:35:21.0922637Z copying build\lib.win-amd64-cpython-39\torch\quantization\_numeric_suite.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-11-01T16:35:21.0927716Z copying build\lib.win-amd64-cpython-39\torch\quantization\_numeric_suite_fx.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-11-01T16:35:21.0933055Z copying build\lib.win-amd64-cpython-39\torch\quantization\_quantized_conversions.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-11-01T16:35:21.0938117Z copying build\lib.win-amd64-cpython-39\torch\quantization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-11-01T16:35:21.0943549Z copying build\lib.win-amd64-cpython-39\torch\quasirandom.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:35:21.0948785Z copying build\lib.win-amd64-cpython-39\torch\random.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:35:21.0953893Z copying build\lib.win-amd64-cpython-39\torch\return_types.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:35:21.0959257Z copying build\lib.win-amd64-cpython-39\torch\return_types.pyi -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:35:21.0964542Z copying build\lib.win-amd64-cpython-39\torch\serialization.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:35:21.0971545Z creating build\bdist.win-amd64\wheel\torch\share 2024-11-01T16:35:21.0974479Z creating build\bdist.win-amd64\wheel\torch\share\cmake 2024-11-01T16:35:21.0977293Z creating build\bdist.win-amd64\wheel\torch\share\cmake\ATen 2024-11-01T16:35:21.0980211Z 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:35:21.0985265Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2 2024-11-01T16:35:21.0988318Z 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:35:21.0993675Z 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:35:21.0998742Z 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:35:21.1010309Z 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:35:21.1016152Z 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:35:21.1021640Z 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:35:21.1027031Z 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:35:21.1032706Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\Modules_CUDA_fix 2024-11-01T16:35:21.1036094Z 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:35:21.1040994Z 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:35:21.1046398Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2024-11-01T16:35:21.1054563Z 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:35:21.1059651Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2024-11-01T16:35:21.1062628Z 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:35:21.1068317Z 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:35:21.1073614Z 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:35:21.1083490Z 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:35:21.1088755Z 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:35:21.1095271Z 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:35:21.1105507Z 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:35:21.1110351Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\public 2024-11-01T16:35:21.1131930Z 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:35:21.1137154Z 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:35:21.1142571Z 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:35:21.1147782Z 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:35:21.1157316Z 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:35:21.1162749Z 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:35:21.1168050Z 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:35:21.1172755Z 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:35:21.1178575Z 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:35:21.1184018Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Torch 2024-11-01T16:35:21.1187048Z 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:35:21.1192485Z 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:35:21.1197596Z creating build\bdist.win-amd64\wheel\torch\signal 2024-11-01T16:35:21.1200466Z creating build\bdist.win-amd64\wheel\torch\signal\windows 2024-11-01T16:35:21.1203415Z copying build\lib.win-amd64-cpython-39\torch\signal\windows\windows.py -> build\bdist.win-amd64\wheel\.\torch\signal\windows 2024-11-01T16:35:21.1209191Z copying build\lib.win-amd64-cpython-39\torch\signal\windows\__init__.py -> build\bdist.win-amd64\wheel\.\torch\signal\windows 2024-11-01T16:35:21.1214152Z copying build\lib.win-amd64-cpython-39\torch\signal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\signal 2024-11-01T16:35:21.1219144Z creating build\bdist.win-amd64\wheel\torch\sparse 2024-11-01T16:35:21.1222033Z copying build\lib.win-amd64-cpython-39\torch\sparse\semi_structured.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2024-11-01T16:35:21.1228065Z copying build\lib.win-amd64-cpython-39\torch\sparse\_semi_structured_conversions.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2024-11-01T16:35:21.1233725Z copying build\lib.win-amd64-cpython-39\torch\sparse\_semi_structured_ops.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2024-11-01T16:35:21.1243584Z copying build\lib.win-amd64-cpython-39\torch\sparse\_triton_ops.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2024-11-01T16:35:21.1250177Z copying build\lib.win-amd64-cpython-39\torch\sparse\_triton_ops_meta.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2024-11-01T16:35:21.1260634Z copying build\lib.win-amd64-cpython-39\torch\sparse\__init__.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2024-11-01T16:35:21.1266821Z creating build\bdist.win-amd64\wheel\torch\special 2024-11-01T16:35:21.1269786Z copying build\lib.win-amd64-cpython-39\torch\special\__init__.py -> build\bdist.win-amd64\wheel\.\torch\special 2024-11-01T16:35:21.1275533Z copying build\lib.win-amd64-cpython-39\torch\storage.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:35:21.1283892Z creating build\bdist.win-amd64\wheel\torch\test 2024-11-01T16:35:21.1291070Z copying build\lib.win-amd64-cpython-39\torch\test\apply_utils_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1299914Z copying build\lib.win-amd64-cpython-39\torch\test\atest.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1308649Z copying build\lib.win-amd64-cpython-39\torch\test\backend_fallback_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1317200Z copying build\lib.win-amd64-cpython-39\torch\test\basic.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1330360Z copying build\lib.win-amd64-cpython-39\torch\test\broadcast_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1339046Z copying build\lib.win-amd64-cpython-39\torch\test\c10_accumulate_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1347307Z copying build\lib.win-amd64-cpython-39\torch\test\c10_bfloat16_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1355530Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Bitset_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1363881Z copying build\lib.win-amd64-cpython-39\torch\test\c10_bit_cast_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1371818Z copying build\lib.win-amd64-cpython-39\torch\test\c10_CompileTimeFunctionPointer_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1379404Z copying build\lib.win-amd64-cpython-39\torch\test\c10_complex_math_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1388641Z copying build\lib.win-amd64-cpython-39\torch\test\c10_complex_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1397189Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ConstexprCrc_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1405720Z copying build\lib.win-amd64-cpython-39\torch\test\c10_cow_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1415391Z copying build\lib.win-amd64-cpython-39\torch\test\c10_DeadlockDetection_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1422929Z copying build\lib.win-amd64-cpython-39\torch\test\c10_DeviceGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1431190Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Device_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1439728Z copying build\lib.win-amd64-cpython-39\torch\test\c10_DispatchKeySet_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1453598Z copying build\lib.win-amd64-cpython-39\torch\test\c10_exception_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1462369Z copying build\lib.win-amd64-cpython-39\torch\test\c10_flags_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1470485Z copying build\lib.win-amd64-cpython-39\torch\test\c10_generic_math_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1478583Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Half_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1487089Z copying build\lib.win-amd64-cpython-39\torch\test\c10_InlineDeviceGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1496062Z copying build\lib.win-amd64-cpython-39\torch\test\c10_InlineStreamGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1504847Z copying build\lib.win-amd64-cpython-39\torch\test\c10_intrusive_ptr_benchmark.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1512681Z copying build\lib.win-amd64-cpython-39\torch\test\c10_intrusive_ptr_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1533085Z copying build\lib.win-amd64-cpython-39\torch\test\c10_irange_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1541313Z copying build\lib.win-amd64-cpython-39\torch\test\c10_lazy_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1549891Z copying build\lib.win-amd64-cpython-39\torch\test\c10_LeftRight_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1558484Z copying build\lib.win-amd64-cpython-39\torch\test\c10_logging_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1567213Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Metaprogramming_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1576045Z copying build\lib.win-amd64-cpython-39\torch\test\c10_NetworkFlow_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1584832Z copying build\lib.win-amd64-cpython-39\torch\test\c10_optional_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1595324Z 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:35:21.1604448Z copying build\lib.win-amd64-cpython-39\torch\test\c10_registry_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1617980Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Scalar_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1626239Z copying build\lib.win-amd64-cpython-39\torch\test\c10_SizesAndStrides_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1635328Z copying build\lib.win-amd64-cpython-39\torch\test\c10_small_vector_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1648920Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ssize_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1657435Z copying build\lib.win-amd64-cpython-39\torch\test\c10_StreamGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1665296Z copying build\lib.win-amd64-cpython-39\torch\test\c10_string_util_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1674422Z copying build\lib.win-amd64-cpython-39\torch\test\c10_string_view_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1683366Z copying build\lib.win-amd64-cpython-39\torch\test\c10_SymInt_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1699739Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Synchronized_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1708047Z copying build\lib.win-amd64-cpython-39\torch\test\c10_tempfile_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1716050Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ThreadLocal_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1724814Z copying build\lib.win-amd64-cpython-39\torch\test\c10_typeid_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1733490Z copying build\lib.win-amd64-cpython-39\torch\test\c10_TypeIndex_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1742005Z copying build\lib.win-amd64-cpython-39\torch\test\c10_TypeList_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1750113Z copying build\lib.win-amd64-cpython-39\torch\test\c10_TypeTraits_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1758078Z copying build\lib.win-amd64-cpython-39\torch\test\CppSignature_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1767255Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_allocator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1781754Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_generator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1791669Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_profiling_allocator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1800526Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_rng_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1811567Z copying build\lib.win-amd64-cpython-39\torch\test\Dict_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1821597Z copying build\lib.win-amd64-cpython-39\torch\test\Dimname_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1830171Z copying build\lib.win-amd64-cpython-39\torch\test\dispatch_key_set_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1838436Z copying build\lib.win-amd64-cpython-39\torch\test\dlconvertor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1846951Z copying build\lib.win-amd64-cpython-39\torch\test\extension_backend_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1855672Z copying build\lib.win-amd64-cpython-39\torch\test\half_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1868959Z copying build\lib.win-amd64-cpython-39\torch\test\IListRef_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1878171Z copying build\lib.win-amd64-cpython-39\torch\test\inline_container_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1886998Z copying build\lib.win-amd64-cpython-39\torch\test\ivalue_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1898281Z copying build\lib.win-amd64-cpython-39\torch\test\KernelFunction_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1907615Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_function_legacy_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1920301Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_function_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1931806Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_lambda_legacy_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1944611Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_lambda_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1961298Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_stackbased_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1970369Z copying build\lib.win-amd64-cpython-39\torch\test\lazy_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1979170Z copying build\lib.win-amd64-cpython-39\torch\test\legacy_vmap_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.1989647Z copying build\lib.win-amd64-cpython-39\torch\test\List_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.2001617Z 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:35:21.2012845Z copying build\lib.win-amd64-cpython-39\torch\test\math_kernel_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.2021466Z copying build\lib.win-amd64-cpython-39\torch\test\MaybeOwned_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.2031101Z copying build\lib.win-amd64-cpython-39\torch\test\memory_format_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.2040047Z copying build\lib.win-amd64-cpython-39\torch\test\memory_overlapping_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.2049406Z copying build\lib.win-amd64-cpython-39\torch\test\mobile_memory_cleanup.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.2057990Z copying build\lib.win-amd64-cpython-39\torch\test\NamedTensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.2066902Z copying build\lib.win-amd64-cpython-39\torch\test\native_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.2075993Z copying build\lib.win-amd64-cpython-39\torch\test\operators_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.2086154Z copying build\lib.win-amd64-cpython-39\torch\test\operator_name_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.2094819Z copying build\lib.win-amd64-cpython-39\torch\test\op_allowlist_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.2103361Z copying build\lib.win-amd64-cpython-39\torch\test\op_registration_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.2143030Z copying build\lib.win-amd64-cpython-39\torch\test\packedtensoraccessor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.4484280Z copying build\lib.win-amd64-cpython-39\torch\test\pow_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.4512798Z copying build\lib.win-amd64-cpython-39\torch\test\quantized_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.9648891Z copying build\lib.win-amd64-cpython-39\torch\test\reduce_ops_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.9658531Z copying build\lib.win-amd64-cpython-39\torch\test\reportMemoryUsage_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.9667616Z copying build\lib.win-amd64-cpython-39\torch\test\scalar_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.9677433Z copying build\lib.win-amd64-cpython-39\torch\test\scalar_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.9687524Z copying build\lib.win-amd64-cpython-39\torch\test\StorageUtils_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.9697504Z copying build\lib.win-amd64-cpython-39\torch\test\stride_properties_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.9706715Z copying build\lib.win-amd64-cpython-39\torch\test\tensor_iterator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.9717579Z copying build\lib.win-amd64-cpython-39\torch\test\test_parallel.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.9726985Z copying build\lib.win-amd64-cpython-39\torch\test\thread_init_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.9733805Z copying build\lib.win-amd64-cpython-39\torch\test\type_ptr_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.9742588Z copying build\lib.win-amd64-cpython-39\torch\test\type_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.9751659Z copying build\lib.win-amd64-cpython-39\torch\test\undefined_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.9760982Z copying build\lib.win-amd64-cpython-39\torch\test\verify_api_visibility.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.9767721Z copying build\lib.win-amd64-cpython-39\torch\test\weakref_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.9777147Z copying build\lib.win-amd64-cpython-39\torch\test\wrapdim_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:21.9786171Z copying build\lib.win-amd64-cpython-39\torch\test\xla_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:35:22.4898591Z creating build\bdist.win-amd64\wheel\torch\testing 2024-11-01T16:35:22.4902185Z copying build\lib.win-amd64-cpython-39\torch\testing\_comparison.py -> build\bdist.win-amd64\wheel\.\torch\testing 2024-11-01T16:35:22.4908819Z copying build\lib.win-amd64-cpython-39\torch\testing\_creation.py -> build\bdist.win-amd64\wheel\.\torch\testing 2024-11-01T16:35:22.4915323Z creating build\bdist.win-amd64\wheel\torch\testing\_internal 2024-11-01T16:35:22.4918574Z 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:35:22.4924721Z 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:35:22.4930443Z 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:35:22.5024421Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\codegen 2024-11-01T16:35:22.5027273Z 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:35:22.5032126Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_cuda.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:35:22.5037527Z 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:35:22.5044465Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_distributed.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:35:22.5051120Z 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:35:22.5056579Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_dtype.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:35:22.5062014Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_fsdp.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:35:22.5068476Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_jit.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:35:22.5074273Z 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:35:22.5090808Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_mkldnn.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:35:22.5096186Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_modules.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:35:22.5104432Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_nn.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:35:22.5111819Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_optimizers.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:35:22.5118709Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_pruning.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:35:22.5124420Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_quantization.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:35:22.5131223Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_quantized.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:35:22.9675327Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_subclass.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:35:22.9680960Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:35:22.9688949Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\composite_compliance.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:35:22.9694894Z 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:35:22.9700883Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\custom_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:35:22.9706649Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\data 2024-11-01T16:35:22.9709930Z 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:35:22.9715113Z 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:35:22.9719965Z 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:35:22.9725337Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed 2024-11-01T16:35:22.9728539Z 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:35:22.9733847Z 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:35:22.9739320Z 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:35:22.9972654Z 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:35:22.9982057Z 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:35:22.9987261Z 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:35:22.9992328Z 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:35:22.9997996Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\nn 2024-11-01T16:35:23.0000978Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\nn\api 2024-11-01T16:35:23.0005537Z 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:35:23.0010857Z 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:35:23.0015192Z 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:35:23.0019626Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\rpc 2024-11-01T16:35:23.0022540Z 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:35:23.0029281Z 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:35:23.0034848Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\rpc\examples 2024-11-01T16:35:23.0038526Z 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:35:23.0044155Z 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:35:23.0049472Z 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:35:23.0054304Z 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:35:23.0383968Z 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:35:23.0389083Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\rpc\jit 2024-11-01T16:35:23.0392001Z 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:35:23.0397122Z 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:35:23.0402860Z 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:35:23.0408204Z 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:35:23.0412417Z 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:35:23.0417531Z 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:35:23.0425625Z 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:35:23.0430760Z 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:35:23.0434978Z 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:35:23.0440565Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\_shard 2024-11-01T16:35:23.0443391Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\_shard\sharded_tensor 2024-11-01T16:35:23.0446481Z 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:35:23.0451861Z 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:35:23.0456964Z 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:35:23.0462470Z 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:35:23.0467270Z 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:35:23.0472331Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\_tensor 2024-11-01T16:35:23.0475326Z 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:35:23.0481093Z 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:35:23.0485245Z 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:35:23.0489490Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\dist_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:35:23.0494964Z 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:35:23.0500075Z 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:35:23.0505462Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\generated 2024-11-01T16:35:23.5341595Z 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:35:23.5352299Z 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:35:23.5356721Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\hop_db.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:35:23.5362286Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\hypothesis_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:35:23.5367692Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\inductor_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:35:23.5373045Z 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:35:23.5378780Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\jit_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:35:23.5384691Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\logging_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:35:23.5389913Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\logging_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:35:23.5395463Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\opinfo 2024-11-01T16:35:23.5398366Z 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:35:23.5405640Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\opinfo\definitions 2024-11-01T16:35:23.5408623Z 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:35:23.5414150Z 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:35:23.5438188Z 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:35:23.5443776Z 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:35:23.5450226Z 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:35:23.5456785Z 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:35:23.5467073Z 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:35:23.5473216Z 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:35:23.5479054Z 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:35:23.5483577Z 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:35:23.5489819Z 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:35:23.5494796Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\optests 2024-11-01T16:35:23.5497679Z 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:35:23.5504144Z 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:35:23.5508806Z 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:35:23.5514023Z 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:35:23.5524612Z 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:35:23.5529352Z 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:35:23.5534309Z 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:35:23.5539742Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\static_module.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:35:23.5551415Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\test_module 2024-11-01T16:35:23.5554350Z 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:35:23.5559312Z 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:35:23.5564474Z 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:35:23.5568579Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\torchbind_impls.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:35:23.5573843Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\triton_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:35:23.5579063Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\two_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:35:23.5584343Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:35:23.5588410Z copying build\lib.win-amd64-cpython-39\torch\testing\_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing 2024-11-01T16:35:23.5598116Z copying build\lib.win-amd64-cpython-39\torch\testing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing 2024-11-01T16:35:23.5602948Z copying build\lib.win-amd64-cpython-39\torch\torch_version.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:35:23.5608005Z copying build\lib.win-amd64-cpython-39\torch\types.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:35:23.5629938Z creating build\bdist.win-amd64\wheel\torch\utils 2024-11-01T16:35:23.5632785Z creating build\bdist.win-amd64\wheel\torch\utils\backcompat 2024-11-01T16:35:23.5635621Z copying build\lib.win-amd64-cpython-39\torch\utils\backcompat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\backcompat 2024-11-01T16:35:23.5641188Z copying build\lib.win-amd64-cpython-39\torch\utils\backend_registration.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:35:23.5646358Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark 2024-11-01T16:35:23.5649465Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\examples 2024-11-01T16:35:23.5652271Z 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:35:23.5657470Z 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:35:23.5663465Z 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:35:23.5668486Z 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:35:23.5673617Z 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:35:23.5743448Z 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:35:23.5820941Z 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:35:23.5824996Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\op_fuzzers 2024-11-01T16:35:23.5827907Z 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:35:23.5833220Z 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:35:23.5838737Z 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:35:23.5843987Z 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:35:23.5912133Z 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:35:23.5917185Z 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:35:23.5921942Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\utils 2024-11-01T16:35:23.5924870Z 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:35:23.5930069Z 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:35:23.5935200Z 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:35:23.5940279Z 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:35:23.5945471Z 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:35:23.5951212Z 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:35:23.5981801Z 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:35:23.5986837Z 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:35:23.5993018Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\utils\valgrind_wrapper 2024-11-01T16:35:23.5996774Z 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:35:23.6002600Z 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:35:23.6008917Z 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:35:23.6022327Z 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:35:23.6028945Z 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:35:23.6039362Z 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:35:23.6043872Z 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:35:23.6049245Z 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:35:23.6053687Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark 2024-11-01T16:35:23.6058836Z creating build\bdist.win-amd64\wheel\torch\utils\bottleneck 2024-11-01T16:35:23.6143951Z copying build\lib.win-amd64-cpython-39\torch\utils\bottleneck\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\bottleneck 2024-11-01T16:35:23.6147961Z copying build\lib.win-amd64-cpython-39\torch\utils\bottleneck\__main__.py -> build\bdist.win-amd64\wheel\.\torch\utils\bottleneck 2024-11-01T16:35:23.6152995Z copying build\lib.win-amd64-cpython-39\torch\utils\bundled_inputs.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:35:23.6158864Z copying build\lib.win-amd64-cpython-39\torch\utils\checkpoint.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:35:23.6166435Z copying build\lib.win-amd64-cpython-39\torch\utils\collect_env.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:35:23.6173309Z copying build\lib.win-amd64-cpython-39\torch\utils\cpp_backtrace.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:35:23.6178573Z copying build\lib.win-amd64-cpython-39\torch\utils\cpp_extension.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:35:23.6186377Z creating build\bdist.win-amd64\wheel\torch\utils\data 2024-11-01T16:35:23.6189743Z copying build\lib.win-amd64-cpython-39\torch\utils\data\backward_compatibility.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-11-01T16:35:23.6194934Z copying build\lib.win-amd64-cpython-39\torch\utils\data\dataloader.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-11-01T16:35:23.6202046Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes 2024-11-01T16:35:23.6206751Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\dataframe 2024-11-01T16:35:23.6210226Z 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:35:23.6215972Z 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:35:23.6221181Z 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:35:23.6307700Z 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:35:23.6313380Z 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:35:23.6319170Z 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:35:23.6353474Z 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:35:23.6360966Z 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:35:23.6366388Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\iter 2024-11-01T16:35:23.6471540Z 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:35:23.6476713Z 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:35:23.6482307Z 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:35:23.6488291Z 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:35:23.6573117Z 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:35:23.6578475Z 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:35:23.6584533Z 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:35:23.6592087Z 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:35:23.6597261Z 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:35:23.6602693Z 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:35:23.6607769Z 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:35:23.6612899Z 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:35:23.6618313Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\map 2024-11-01T16:35:23.6621373Z 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:35:23.6626844Z 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:35:23.6632135Z 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:35:23.6637058Z 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:35:23.6642389Z 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:35:23.6653901Z 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:35:23.6658817Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\utils 2024-11-01T16:35:23.6661897Z 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:35:23.6667914Z 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:35:23.6673401Z 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:35:23.6678928Z 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:35:23.6682902Z 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:35:23.6688308Z 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:35:23.6693684Z 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:35:23.6699551Z 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:35:23.6704435Z copying build\lib.win-amd64-cpython-39\torch\utils\data\dataset.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-11-01T16:35:23.6714428Z copying build\lib.win-amd64-cpython-39\torch\utils\data\distributed.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-11-01T16:35:23.6719730Z copying build\lib.win-amd64-cpython-39\torch\utils\data\graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-11-01T16:35:23.6725076Z copying build\lib.win-amd64-cpython-39\torch\utils\data\graph_settings.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-11-01T16:35:23.6730372Z copying build\lib.win-amd64-cpython-39\torch\utils\data\sampler.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-11-01T16:35:23.6736258Z creating build\bdist.win-amd64\wheel\torch\utils\data\_utils 2024-11-01T16:35:23.6739156Z 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:35:23.6744311Z 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:35:23.6749466Z 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:35:23.6754645Z 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:35:23.6760144Z 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:35:23.6770262Z 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:35:23.6775488Z copying build\lib.win-amd64-cpython-39\torch\utils\data\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-11-01T16:35:23.6780208Z copying build\lib.win-amd64-cpython-39\torch\utils\deterministic.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:35:23.6785544Z copying build\lib.win-amd64-cpython-39\torch\utils\dlpack.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:35:23.6790719Z copying build\lib.win-amd64-cpython-39\torch\utils\file_baton.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:35:23.6795902Z copying build\lib.win-amd64-cpython-39\torch\utils\flop_counter.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:35:23.6802355Z creating build\bdist.win-amd64\wheel\torch\utils\hipify 2024-11-01T16:35:23.6805332Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\constants.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2024-11-01T16:35:23.6810954Z 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:35:23.6819819Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\hipify_python.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2024-11-01T16:35:23.6825751Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\version.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2024-11-01T16:35:23.6834987Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2024-11-01T16:35:23.6839907Z copying build\lib.win-amd64-cpython-39\torch\utils\hooks.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:35:23.6845233Z creating build\bdist.win-amd64\wheel\torch\utils\jit 2024-11-01T16:35:23.6848086Z copying build\lib.win-amd64-cpython-39\torch\utils\jit\log_extract.py -> build\bdist.win-amd64\wheel\.\torch\utils\jit 2024-11-01T16:35:23.6853535Z copying build\lib.win-amd64-cpython-39\torch\utils\jit\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\jit 2024-11-01T16:35:23.6857759Z copying build\lib.win-amd64-cpython-39\torch\utils\mkldnn.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:35:23.6863029Z copying build\lib.win-amd64-cpython-39\torch\utils\mobile_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:35:23.6868987Z creating build\bdist.win-amd64\wheel\torch\utils\model_dump 2024-11-01T16:35:23.6872154Z 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:35:23.6877607Z 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:35:23.6882735Z 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:35:23.6887913Z 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:35:23.6892931Z 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:35:23.6904333Z 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:35:23.6909749Z copying build\lib.win-amd64-cpython-39\torch\utils\model_zoo.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:35:23.6914400Z copying build\lib.win-amd64-cpython-39\torch\utils\module_tracker.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:35:23.6924744Z copying build\lib.win-amd64-cpython-39\torch\utils\show_pickle.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:35:23.6930489Z creating build\bdist.win-amd64\wheel\torch\utils\tensorboard 2024-11-01T16:35:23.6933351Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\summary.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-11-01T16:35:23.6939360Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\writer.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-11-01T16:35:23.6944764Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_convert_np.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-11-01T16:35:23.6949946Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_embedding.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-11-01T16:35:23.6960897Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_onnx_graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-11-01T16:35:23.6965930Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_proto_graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-11-01T16:35:23.6971118Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_pytorch_graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-11-01T16:35:23.6976297Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-11-01T16:35:23.6981734Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-11-01T16:35:23.6986930Z copying build\lib.win-amd64-cpython-39\torch\utils\throughput_benchmark.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:35:23.6992188Z creating build\bdist.win-amd64\wheel\torch\utils\viz 2024-11-01T16:35:23.6995013Z copying build\lib.win-amd64-cpython-39\torch\utils\viz\_cycles.py -> build\bdist.win-amd64\wheel\.\torch\utils\viz 2024-11-01T16:35:23.7000294Z copying build\lib.win-amd64-cpython-39\torch\utils\viz\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\viz 2024-11-01T16:35:23.7004377Z copying build\lib.win-amd64-cpython-39\torch\utils\weak.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:35:23.7009560Z copying build\lib.win-amd64-cpython-39\torch\utils\_backport_slots.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:35:23.7014944Z copying build\lib.win-amd64-cpython-39\torch\utils\_config_module.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:35:23.7020555Z copying build\lib.win-amd64-cpython-39\torch\utils\_config_typing.pyi -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:35:23.7025746Z copying build\lib.win-amd64-cpython-39\torch\utils\_content_store.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:35:23.7030959Z copying build\lib.win-amd64-cpython-39\torch\utils\_contextlib.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:35:23.7036973Z copying build\lib.win-amd64-cpython-39\torch\utils\_cpp_extension_versioner.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:35:23.7047273Z copying build\lib.win-amd64-cpython-39\torch\utils\_cxx_pytree.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:35:23.7052765Z copying build\lib.win-amd64-cpython-39\torch\utils\_device.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:35:23.7057967Z copying build\lib.win-amd64-cpython-39\torch\utils\_exposed_in.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:35:23.7063090Z copying build\lib.win-amd64-cpython-39\torch\utils\_foreach_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:35:23.7068229Z copying build\lib.win-amd64-cpython-39\torch\utils\_freeze.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:35:23.7073412Z copying build\lib.win-amd64-cpython-39\torch\utils\_get_clean_triton.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:35:23.7078718Z copying build\lib.win-amd64-cpython-39\torch\utils\_import_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:35:23.7084132Z copying build\lib.win-amd64-cpython-39\torch\utils\_mode_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:35:23.7089037Z copying build\lib.win-amd64-cpython-39\torch\utils\_ordered_set.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:35:23.7094263Z copying build\lib.win-amd64-cpython-39\torch\utils\_python_dispatch.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:35:23.7104946Z copying build\lib.win-amd64-cpython-39\torch\utils\_pytree.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:35:23.7110904Z copying build\lib.win-amd64-cpython-39\torch\utils\_stats.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:35:23.7116107Z creating build\bdist.win-amd64\wheel\torch\utils\_strobelight 2024-11-01T16:35:23.7119253Z 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:35:23.7124593Z copying build\lib.win-amd64-cpython-39\torch\utils\_strobelight\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\_strobelight 2024-11-01T16:35:23.7128887Z creating build\bdist.win-amd64\wheel\torch\utils\_sympy 2024-11-01T16:35:23.7131745Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\functions.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-11-01T16:35:23.7137483Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\interp.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-11-01T16:35:23.7142710Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\numbers.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-11-01T16:35:23.7147689Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\reference.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-11-01T16:35:23.7152862Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\singleton_int.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-11-01T16:35:23.7163405Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\solve.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-11-01T16:35:23.7168273Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\symbol.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-11-01T16:35:23.7173279Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\value_ranges.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-11-01T16:35:23.7179175Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-11-01T16:35:23.7183312Z copying build\lib.win-amd64-cpython-39\torch\utils\_thunk.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:35:23.7188272Z copying build\lib.win-amd64-cpython-39\torch\utils\_traceback.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:35:23.7193589Z copying build\lib.win-amd64-cpython-39\torch\utils\_triton.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:35:23.7198638Z copying build\lib.win-amd64-cpython-39\torch\utils\_typing_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:35:23.7204574Z copying build\lib.win-amd64-cpython-39\torch\utils\_zip.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:35:23.7210008Z copying build\lib.win-amd64-cpython-39\torch\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:35:23.7215682Z copying build\lib.win-amd64-cpython-39\torch\version.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:35:23.7227145Z creating build\bdist.win-amd64\wheel\torch\xpu 2024-11-01T16:35:23.7229823Z copying build\lib.win-amd64-cpython-39\torch\xpu\memory.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2024-11-01T16:35:23.7235046Z copying build\lib.win-amd64-cpython-39\torch\xpu\random.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2024-11-01T16:35:23.7240409Z copying build\lib.win-amd64-cpython-39\torch\xpu\streams.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2024-11-01T16:35:23.7245574Z copying build\lib.win-amd64-cpython-39\torch\xpu\_gpu_trace.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2024-11-01T16:35:23.7250726Z copying build\lib.win-amd64-cpython-39\torch\xpu\_utils.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2024-11-01T16:35:23.7256059Z copying build\lib.win-amd64-cpython-39\torch\xpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2024-11-01T16:35:23.7270689Z copying build\lib.win-amd64-cpython-39\torch\_appdirs.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:35:23.7276416Z creating build\bdist.win-amd64\wheel\torch\_awaits 2024-11-01T16:35:23.7279520Z copying build\lib.win-amd64-cpython-39\torch\_awaits\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_awaits 2024-11-01T16:35:23.7284892Z creating build\bdist.win-amd64\wheel\torch\_C 2024-11-01T16:35:23.7287670Z copying build\lib.win-amd64-cpython-39\torch\_C\_aoti.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:35:23.7292619Z copying build\lib.win-amd64-cpython-39\torch\_C\_autograd.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:35:23.7298168Z copying build\lib.win-amd64-cpython-39\torch\_C\_cpu.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:35:23.7303079Z copying build\lib.win-amd64-cpython-39\torch\_C\_cudnn.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:35:23.7308044Z copying build\lib.win-amd64-cpython-39\torch\_C\_cusparselt.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:35:23.7318612Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_autograd.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:35:23.7324090Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_c10d.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:35:23.7329795Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_rpc.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:35:23.7335395Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_rpc_testing.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:35:23.7340778Z copying build\lib.win-amd64-cpython-39\torch\_C\_functions.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:35:23.7345639Z copying build\lib.win-amd64-cpython-39\torch\_C\_functorch.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:35:23.7350856Z copying build\lib.win-amd64-cpython-39\torch\_C\_instruction_counter.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:35:23.7355837Z copying build\lib.win-amd64-cpython-39\torch\_C\_itt.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:35:23.7360878Z copying build\lib.win-amd64-cpython-39\torch\_C\_lazy.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:35:23.7366335Z copying build\lib.win-amd64-cpython-39\torch\_C\_lazy_ts_backend.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:35:23.7371361Z copying build\lib.win-amd64-cpython-39\torch\_C\_monitor.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:35:23.7376388Z copying build\lib.win-amd64-cpython-39\torch\_C\_nn.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:35:23.7381605Z copying build\lib.win-amd64-cpython-39\torch\_C\_nvtx.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:35:23.7386679Z copying build\lib.win-amd64-cpython-39\torch\_C\_onnx.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:35:23.7391801Z copying build\lib.win-amd64-cpython-39\torch\_C\_profiler.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:35:23.7397189Z copying build\lib.win-amd64-cpython-39\torch\_C\_VariableFunctions.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:35:23.7413770Z copying build\lib.win-amd64-cpython-39\torch\_C\_verbose.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:35:23.7419293Z copying build\lib.win-amd64-cpython-39\torch\_C\__init__.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:35:23.7428835Z copying build\lib.win-amd64-cpython-39\torch\_C.cp39-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:35:23.7434221Z copying build\lib.win-amd64-cpython-39\torch\_classes.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:35:23.7439518Z copying build\lib.win-amd64-cpython-39\torch\_compile.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:35:23.7445149Z creating build\bdist.win-amd64\wheel\torch\_custom_op 2024-11-01T16:35:23.7448584Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\autograd.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2024-11-01T16:35:23.7453216Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\functional.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2024-11-01T16:35:23.7458353Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\impl.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2024-11-01T16:35:23.7464153Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2024-11-01T16:35:23.7468223Z copying build\lib.win-amd64-cpython-39\torch\_custom_ops.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:35:23.7473710Z creating build\bdist.win-amd64\wheel\torch\_decomp 2024-11-01T16:35:23.7477436Z copying build\lib.win-amd64-cpython-39\torch\_decomp\decompositions.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2024-11-01T16:35:23.7487403Z copying build\lib.win-amd64-cpython-39\torch\_decomp\decompositions_for_jvp.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2024-11-01T16:35:23.7491809Z copying build\lib.win-amd64-cpython-39\torch\_decomp\decompositions_for_rng.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2024-11-01T16:35:23.7506476Z copying build\lib.win-amd64-cpython-39\torch\_decomp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2024-11-01T16:35:23.7511763Z copying build\lib.win-amd64-cpython-39\torch\_deploy.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:35:23.7521403Z creating build\bdist.win-amd64\wheel\torch\_dispatch 2024-11-01T16:35:23.7530615Z copying build\lib.win-amd64-cpython-39\torch\_dispatch\python.py -> build\bdist.win-amd64\wheel\.\torch\_dispatch 2024-11-01T16:35:23.7535712Z copying build\lib.win-amd64-cpython-39\torch\_dispatch\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dispatch 2024-11-01T16:35:23.7540410Z creating build\bdist.win-amd64\wheel\torch\_dynamo 2024-11-01T16:35:23.7543250Z creating build\bdist.win-amd64\wheel\torch\_dynamo\backends 2024-11-01T16:35:23.7546038Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\common.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-11-01T16:35:23.7551657Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\cudagraphs.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-11-01T16:35:23.7556533Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\debugging.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-11-01T16:35:23.7562210Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\distributed.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-11-01T16:35:23.7572920Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\inductor.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-11-01T16:35:23.7577601Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\onnxrt.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-11-01T16:35:23.7582581Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\registry.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-11-01T16:35:23.7587681Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\tensorrt.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-11-01T16:35:23.7592354Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\torchxla.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-11-01T16:35:23.7597487Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\tvm.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-11-01T16:35:23.7602783Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-11-01T16:35:23.7607345Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\bytecode_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:35:23.7612459Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\bytecode_transformation.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:35:23.7618197Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\cache_size.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:35:23.7630124Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\callback.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:35:23.7635212Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\codegen.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:35:23.7640749Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\code_context.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:35:23.7645978Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\compiled_autograd.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:35:23.7651661Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\comptime.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:35:23.7656661Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\config.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:35:23.7662396Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\convert_frame.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:35:23.7692341Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\create_parameter_op.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:35:23.7697443Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\current_scope_id.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:35:23.7702701Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\debug_utils.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:35:23.7708740Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\decorators.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:35:23.7714267Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\device_interface.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:35:23.7719564Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\distributed.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:35:23.7724657Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\eval_frame.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:35:23.7731161Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\exc.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:35:23.7736426Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\external_utils.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:35:23.7741597Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\funcname_cache.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:35:23.7746676Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\guards.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:35:23.7758793Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\hooks.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:35:23.7763607Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\logging.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:35:23.7768689Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\mutation_guard.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:35:23.7774018Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\output_graph.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:35:23.7780617Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\pgo.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:35:23.7785961Z creating build\bdist.win-amd64\wheel\torch\_dynamo\polyfills 2024-11-01T16:35:23.7788867Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\builtins.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2024-11-01T16:35:23.7794091Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\functools.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2024-11-01T16:35:23.7799241Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\itertools.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2024-11-01T16:35:23.7804396Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\loader.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2024-11-01T16:35:23.7816932Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\os.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2024-11-01T16:35:23.7821993Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\sys.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2024-11-01T16:35:23.7827063Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2024-11-01T16:35:23.7832221Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\profiler.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:35:23.7837042Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\replay_record.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:35:23.7842594Z creating build\bdist.win-amd64\wheel\torch\_dynamo\repro 2024-11-01T16:35:23.7845601Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\after_aot.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2024-11-01T16:35:23.7851788Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\after_dynamo.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2024-11-01T16:35:23.7857571Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2024-11-01T16:35:23.7861841Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\resume_execution.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:35:23.7867602Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\side_effects.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:35:23.7873333Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\source.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:35:23.7879185Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\symbolic_convert.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:35:23.7892467Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\tensor_version_op.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:35:23.7897691Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\testing.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:35:23.7903093Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\test_case.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:35:23.7909489Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\test_minifier_common.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:35:23.7915528Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\trace_rules.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:35:23.7922457Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\types.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:35:23.7928692Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\utils.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:35:23.7936421Z creating build\bdist.win-amd64\wheel\torch\_dynamo\variables 2024-11-01T16:35:23.7940217Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\base.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:35:23.7945447Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\builder.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:35:23.7952234Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\builtin.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:35:23.7958528Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\constant.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:35:23.7964117Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\ctx_manager.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:35:23.7975270Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\dicts.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:35:23.7980997Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\distributed.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:35:23.7986419Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\functions.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:35:23.7992583Z 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:35:23.7999777Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\iter.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:35:23.8005227Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\lazy.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:35:23.8010339Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\lists.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:35:23.8016178Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\misc.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:35:23.8022014Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\nn_module.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:35:23.8028242Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:35:23.8033558Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\script_object.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:35:23.8038947Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\sdpa.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:35:23.8044132Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\tensor.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:35:23.8049920Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\torch.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:35:23.8055980Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\torch_function.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:35:23.8062655Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\user_defined.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:35:23.8068787Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:35:23.8074042Z 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:35:23.8079535Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:35:23.8084623Z copying build\lib.win-amd64-cpython-39\torch\_environment.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:35:23.8089795Z creating build\bdist.win-amd64\wheel\torch\_export 2024-11-01T16:35:23.8092726Z copying build\lib.win-amd64-cpython-39\torch\_export\converter.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-11-01T16:35:23.8098949Z creating build\bdist.win-amd64\wheel\torch\_export\db 2024-11-01T16:35:23.8101740Z copying build\lib.win-amd64-cpython-39\torch\_export\db\case.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2024-11-01T16:35:23.8107567Z creating build\bdist.win-amd64\wheel\torch\_export\db\examples 2024-11-01T16:35:23.8110605Z 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:35:23.8115477Z 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:35:23.8120690Z 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:35:23.8131247Z 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:35:23.8136365Z 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:35:23.8141712Z 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:35:23.8146882Z 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:35:23.8151775Z 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:35:23.8156962Z 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:35:23.8162446Z 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:35:23.8167548Z 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:35:23.8172855Z 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:35:23.8177855Z 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:35:23.8182965Z 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:35:23.8187934Z 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:35:23.8192959Z 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:35:23.8198006Z 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:35:23.8203264Z 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:35:23.8213874Z 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:35:23.8219744Z 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:35:23.8225500Z 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:35:23.8230757Z 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:35:23.8235728Z 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:35:23.8241190Z 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:35:23.8246514Z 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:35:23.8251643Z 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:35:23.8262497Z 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:35:23.8267432Z 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:35:23.8272454Z 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:35:23.8277436Z 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:35:23.8282447Z 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:35:23.8287349Z 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:35:23.8292345Z 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:35:23.8297356Z 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:35:23.8302507Z 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:35:23.8313768Z 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:35:23.8318489Z 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:35:23.8323536Z copying build\lib.win-amd64-cpython-39\torch\_export\db\gen_example.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2024-11-01T16:35:23.8328375Z copying build\lib.win-amd64-cpython-39\torch\_export\db\logging.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2024-11-01T16:35:23.8333293Z copying build\lib.win-amd64-cpython-39\torch\_export\db\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2024-11-01T16:35:23.8337999Z copying build\lib.win-amd64-cpython-39\torch\_export\error.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-11-01T16:35:23.8343226Z copying build\lib.win-amd64-cpython-39\torch\_export\non_strict_utils.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-11-01T16:35:23.8348898Z creating build\bdist.win-amd64\wheel\torch\_export\passes 2024-11-01T16:35:23.8357647Z 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:35:23.8362986Z 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:35:23.8368550Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\constant_folding.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-11-01T16:35:23.8377938Z 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:35:23.8382858Z 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:35:23.8388180Z 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:35:23.8393381Z 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:35:23.8398991Z 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:35:23.8404735Z 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:35:23.8410216Z 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:35:23.8416722Z 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:35:23.8422575Z 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:35:23.8427218Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-11-01T16:35:23.8433422Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_base.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-11-01T16:35:23.8439633Z creating build\bdist.win-amd64\wheel\torch\_export\pass_infra 2024-11-01T16:35:23.8442595Z 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:35:23.8449063Z 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:35:23.8454877Z 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:35:23.8460247Z creating build\bdist.win-amd64\wheel\torch\_export\serde 2024-11-01T16:35:23.8463952Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\aoti_schema.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-11-01T16:35:23.8469717Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\dynamic_shapes.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-11-01T16:35:23.8474408Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\schema.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-11-01T16:35:23.8479768Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\schema.yaml -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-11-01T16:35:23.8491472Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\schema_check.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-11-01T16:35:23.8496942Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\serialize.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-11-01T16:35:23.8503442Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\union.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-11-01T16:35:23.8508874Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-11-01T16:35:23.8512877Z copying build\lib.win-amd64-cpython-39\torch\_export\tools.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-11-01T16:35:23.8517950Z copying build\lib.win-amd64-cpython-39\torch\_export\utils.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-11-01T16:35:23.8523876Z copying build\lib.win-amd64-cpython-39\torch\_export\verifier.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-11-01T16:35:23.8529826Z copying build\lib.win-amd64-cpython-39\torch\_export\wrappers.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-11-01T16:35:23.8534826Z copying build\lib.win-amd64-cpython-39\torch\_export\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-11-01T16:35:23.8540218Z creating build\bdist.win-amd64\wheel\torch\_functorch 2024-11-01T16:35:23.8543144Z copying build\lib.win-amd64-cpython-39\torch\_functorch\aot_autograd.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:35:23.8549374Z copying build\lib.win-amd64-cpython-39\torch\_functorch\apis.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:35:23.8555195Z copying build\lib.win-amd64-cpython-39\torch\_functorch\autograd_function.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:35:23.8561071Z copying build\lib.win-amd64-cpython-39\torch\_functorch\batch_norm_replacement.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:35:23.8570422Z copying build\lib.win-amd64-cpython-39\torch\_functorch\benchmark_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:35:23.8585110Z copying build\lib.win-amd64-cpython-39\torch\_functorch\compilers.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:35:23.8586593Z copying build\lib.win-amd64-cpython-39\torch\_functorch\compile_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:35:23.8587930Z copying build\lib.win-amd64-cpython-39\torch\_functorch\config.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:35:23.8590803Z copying build\lib.win-amd64-cpython-39\torch\_functorch\deprecated.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:35:23.8596016Z copying build\lib.win-amd64-cpython-39\torch\_functorch\eager_transforms.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:35:23.8602457Z copying build\lib.win-amd64-cpython-39\torch\_functorch\functional_call.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:35:23.8607942Z copying build\lib.win-amd64-cpython-39\torch\_functorch\fx_minifier.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:35:23.8613449Z copying build\lib.win-amd64-cpython-39\torch\_functorch\make_functional.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:35:23.8619072Z copying build\lib.win-amd64-cpython-39\torch\_functorch\partitioners.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:35:23.8625256Z copying build\lib.win-amd64-cpython-39\torch\_functorch\pyfunctorch.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:35:23.8630392Z copying build\lib.win-amd64-cpython-39\torch\_functorch\python_key.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:35:23.8635281Z copying build\lib.win-amd64-cpython-39\torch\_functorch\pytree_hacks.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:35:23.8640644Z copying build\lib.win-amd64-cpython-39\torch\_functorch\top_operators_github_usage.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:35:23.8646432Z copying build\lib.win-amd64-cpython-39\torch\_functorch\utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:35:23.8651452Z copying build\lib.win-amd64-cpython-39\torch\_functorch\vmap.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:35:23.8657318Z creating build\bdist.win-amd64\wheel\torch\_functorch\_aot_autograd 2024-11-01T16:35:23.8667893Z 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:35:23.8673578Z 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:35:23.8679521Z 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:35:23.8689965Z 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:35:23.8695857Z 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:35:23.8701580Z 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:35:23.8707511Z 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:35:23.8713418Z 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:35:23.8720174Z 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:35:23.8726902Z 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:35:23.8732186Z 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:35:23.8737762Z 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:35:23.8743357Z 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:35:23.8748216Z copying build\lib.win-amd64-cpython-39\torch\_functorch\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:35:23.8753695Z copying build\lib.win-amd64-cpython-39\torch\_guards.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:35:23.8760662Z creating build\bdist.win-amd64\wheel\torch\_higher_order_ops 2024-11-01T16:35:23.8763884Z 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:35:23.8769283Z 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:35:23.8774982Z 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:35:23.8785545Z 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:35:23.8790835Z 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:35:23.8796266Z 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:35:23.8802253Z 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:35:23.8807827Z 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:35:23.8813428Z 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:35:23.8818712Z 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:35:23.8823922Z 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:35:23.8828943Z 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:35:23.8834583Z 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:35:23.8839951Z 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:35:23.8845432Z 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:35:23.8851504Z 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:35:23.8857366Z 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:35:23.8863032Z 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:35:23.8868423Z 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:35:23.8874191Z creating build\bdist.win-amd64\wheel\torch\_inductor 2024-11-01T16:35:23.8877298Z copying build\lib.win-amd64-cpython-39\torch\_inductor\aoti_eager.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:23.8882878Z copying build\lib.win-amd64-cpython-39\torch\_inductor\async_compile.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:23.8888184Z creating build\bdist.win-amd64\wheel\torch\_inductor\autoheuristic 2024-11-01T16:35:23.8896282Z creating build\bdist.win-amd64\wheel\torch\_inductor\autoheuristic\artifacts 2024-11-01T16:35:23.8899671Z 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:35:23.8904648Z 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:35:23.8911294Z 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:35:23.8922322Z 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:35:23.8928039Z 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:35:23.8933956Z 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:35:23.8938570Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\autoheuristic.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2024-11-01T16:35:23.8943524Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\autoheuristic_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2024-11-01T16:35:23.8953399Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\learnedheuristic_interface.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2024-11-01T16:35:23.8958799Z 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:35:23.8964147Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2024-11-01T16:35:23.8968547Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autotune_process.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:23.8974345Z copying build\lib.win-amd64-cpython-39\torch\_inductor\bisect_helper.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:23.8979749Z copying build\lib.win-amd64-cpython-39\torch\_inductor\bounds.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:23.8984895Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codecache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:23.8992496Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen 2024-11-01T16:35:23.8995534Z 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:35:23.9001188Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\aoti_runtime 2024-11-01T16:35:23.9004402Z 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:35:23.9009560Z 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:35:23.9014758Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\common.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:35:23.9021144Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:35:23.9028502Z 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:35:23.9039295Z 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:35:23.9044867Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_prefix.h -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:35:23.9050600Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:35:23.9055873Z 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:35:23.9061146Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:35:23.9067157Z 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:35:23.9073924Z 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:35:23.9079938Z 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:35:23.9085824Z 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:35:23.9091168Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\cuda 2024-11-01T16:35:23.9094140Z 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:35:23.9099249Z 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:35:23.9104314Z 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:35:23.9109610Z 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:35:23.9120980Z 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:35:23.9126171Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2024-11-01T16:35:23.9129659Z 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:35:23.9134950Z 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:35:23.9138907Z 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:35:23.9144194Z 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:35:23.9149499Z 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:35:23.9155712Z 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:35:23.9160281Z 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:35:23.9166100Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\debug_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:35:23.9193068Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\halide.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:35:23.9199407Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\memory_planning.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:35:23.9205270Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\multi_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:35:23.9210884Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\rocm 2024-11-01T16:35:23.9218532Z 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:35:23.9224225Z 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:35:23.9229608Z 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:35:23.9239750Z 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:35:23.9245097Z 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:35:23.9250380Z 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:35:23.9255787Z 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:35:23.9261364Z 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:35:23.9266951Z 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:35:23.9272512Z 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:35:23.9276360Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\simd.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:35:23.9283053Z 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:35:23.9288216Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:35:23.9295726Z 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:35:23.9301767Z 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:35:23.9307285Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:35:23.9312701Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\wrapper.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:35:23.9318888Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\xpu 2024-11-01T16:35:23.9321826Z 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:35:23.9350164Z 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:35:23.9354539Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:35:23.9358909Z copying build\lib.win-amd64-cpython-39\torch\_inductor\comms.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:23.9364803Z copying build\lib.win-amd64-cpython-39\torch\_inductor\comm_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:23.9370116Z copying build\lib.win-amd64-cpython-39\torch\_inductor\comm_lowering.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:23.9375718Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_fx.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:23.9382752Z creating build\bdist.win-amd64\wheel\torch\_inductor\compile_worker 2024-11-01T16:35:23.9385882Z 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:35:23.9391162Z 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:35:23.9396443Z 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:35:23.9400850Z 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:35:23.9406029Z copying build\lib.win-amd64-cpython-39\torch\_inductor\config.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:23.9413111Z copying build\lib.win-amd64-cpython-39\torch\_inductor\constant_folding.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:23.9418206Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cpp_builder.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:23.9424756Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cpu_vec_isa.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:23.9430620Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cudagraph_trees.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:23.9437519Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cudagraph_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:23.9443966Z copying build\lib.win-amd64-cpython-39\torch\_inductor\custom_graph_pass.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:23.9449319Z copying build\lib.win-amd64-cpython-39\torch\_inductor\debug.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:23.9464634Z copying build\lib.win-amd64-cpython-39\torch\_inductor\decomposition.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:23.9470290Z copying build\lib.win-amd64-cpython-39\torch\_inductor\dependencies.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:23.9476087Z copying build\lib.win-amd64-cpython-39\torch\_inductor\exc.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:23.9481341Z copying build\lib.win-amd64-cpython-39\torch\_inductor\extern_node_serializer.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:23.9486475Z copying build\lib.win-amd64-cpython-39\torch\_inductor\freezing.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:23.9492136Z creating build\bdist.win-amd64\wheel\torch\_inductor\fx_passes 2024-11-01T16:35:23.9495187Z 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:35:23.9500641Z 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:35:23.9506001Z 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:35:23.9511597Z 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:35:23.9522085Z 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:35:23.9527209Z 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:35:23.9532426Z 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:35:23.9537785Z 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:35:23.9543440Z 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:35:23.9549535Z 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:35:23.9555227Z 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:35:23.9561656Z 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:35:23.9568480Z 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:35:23.9575153Z 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:35:23.9580746Z 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:35:23.9586130Z 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:35:23.9592361Z 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:35:23.9598016Z 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:35:23.9604645Z 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:35:23.9610488Z 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:35:23.9624581Z creating build\bdist.win-amd64\wheel\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:35:23.9627690Z 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:35:23.9632936Z 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:35:23.9638126Z 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:35:23.9652111Z 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:35:23.9657535Z 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:35:23.9662999Z 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:35:23.9668229Z 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:35:23.9673514Z 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:35:23.9678840Z 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:35:23.9684631Z 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:35:23.9690070Z 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:35:23.9696038Z 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:35:23.9701982Z 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:35:23.9707934Z 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:35:23.9713388Z 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:35:23.9718962Z 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:35:23.9724369Z 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:35:23.9729900Z 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:35:23.9735307Z 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:35:23.9745866Z 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:35:23.9751451Z 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:35:23.9756908Z 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:35:23.9763115Z 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:35:23.9766827Z 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:35:23.9773914Z 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:35:23.9777990Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:23.9783329Z copying build\lib.win-amd64-cpython-39\torch\_inductor\graph.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:23.9789815Z copying build\lib.win-amd64-cpython-39\torch\_inductor\hooks.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:23.9794947Z copying build\lib.win-amd64-cpython-39\torch\_inductor\index_propagation.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:23.9800371Z copying build\lib.win-amd64-cpython-39\torch\_inductor\inductor_prims.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:23.9805819Z copying build\lib.win-amd64-cpython-39\torch\_inductor\ir.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:23.9814151Z copying build\lib.win-amd64-cpython-39\torch\_inductor\jagged_lowerings.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:23.9825651Z creating build\bdist.win-amd64\wheel\torch\_inductor\kernel 2024-11-01T16:35:23.9828392Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\bmm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-11-01T16:35:23.9833583Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\conv.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-11-01T16:35:23.9839439Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex_attention.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-11-01T16:35:23.9846340Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex_decoding.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-11-01T16:35:23.9851973Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-11-01T16:35:23.9862028Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm_common.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-11-01T16:35:23.9867834Z 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:35:23.9873245Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm_scaled.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-11-01T16:35:23.9878643Z 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:35:23.9883876Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-11-01T16:35:23.9888944Z copying build\lib.win-amd64-cpython-39\torch\_inductor\loop_body.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:23.9894693Z copying build\lib.win-amd64-cpython-39\torch\_inductor\lowering.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:23.9902203Z copying build\lib.win-amd64-cpython-39\torch\_inductor\memory.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:23.9907930Z copying build\lib.win-amd64-cpython-39\torch\_inductor\metrics.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:23.9913284Z copying build\lib.win-amd64-cpython-39\torch\_inductor\mkldnn_ir.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:23.9920562Z copying build\lib.win-amd64-cpython-39\torch\_inductor\mkldnn_lowerings.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:23.9926969Z copying build\lib.win-amd64-cpython-39\torch\_inductor\ops_handler.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:23.9933099Z copying build\lib.win-amd64-cpython-39\torch\_inductor\optimize_indexing.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:23.9939210Z creating build\bdist.win-amd64\wheel\torch\_inductor\package 2024-11-01T16:35:23.9942876Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\build_package.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2024-11-01T16:35:23.9948618Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\package.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2024-11-01T16:35:23.9954411Z 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:35:23.9958858Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2024-11-01T16:35:23.9963858Z copying build\lib.win-amd64-cpython-39\torch\_inductor\pattern_matcher.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:23.9970517Z copying build\lib.win-amd64-cpython-39\torch\_inductor\quantized_lowerings.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:23.9980135Z copying build\lib.win-amd64-cpython-39\torch\_inductor\remote_cache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:23.9985727Z creating build\bdist.win-amd64\wheel\torch\_inductor\runtime 2024-11-01T16:35:23.9989066Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\autotune_cache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-11-01T16:35:23.9994575Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\benchmarking.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-11-01T16:35:23.9999817Z 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:35:24.0005346Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\compile_tasks.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-11-01T16:35:24.0014543Z 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:35:24.0020093Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\halide_helpers.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-11-01T16:35:24.0025272Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\hints.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-11-01T16:35:24.0031549Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\runtime_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-11-01T16:35:24.0037091Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\triton_helpers.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-11-01T16:35:24.0042613Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\triton_heuristics.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-11-01T16:35:24.0049053Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-11-01T16:35:24.0053232Z copying build\lib.win-amd64-cpython-39\torch\_inductor\scheduler.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:24.0060538Z copying build\lib.win-amd64-cpython-39\torch\_inductor\select_algorithm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:24.0066712Z copying build\lib.win-amd64-cpython-39\torch\_inductor\sizevars.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:24.0072911Z copying build\lib.win-amd64-cpython-39\torch\_inductor\subgraph_lowering.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:24.0077742Z copying build\lib.win-amd64-cpython-39\torch\_inductor\test_case.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:24.0083248Z copying build\lib.win-amd64-cpython-39\torch\_inductor\test_operators.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:24.0088406Z copying build\lib.win-amd64-cpython-39\torch\_inductor\triton_bundler.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:24.0093680Z copying build\lib.win-amd64-cpython-39\torch\_inductor\utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:24.0100363Z copying build\lib.win-amd64-cpython-39\torch\_inductor\virtualized.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:24.0114502Z copying build\lib.win-amd64-cpython-39\torch\_inductor\wrapper_benchmark.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:24.0119838Z copying build\lib.win-amd64-cpython-39\torch\_inductor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:35:24.0125709Z copying build\lib.win-amd64-cpython-39\torch\_jit_internal.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:35:24.0132333Z creating build\bdist.win-amd64\wheel\torch\_lazy 2024-11-01T16:35:24.0135109Z copying build\lib.win-amd64-cpython-39\torch\_lazy\closure.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-11-01T16:35:24.0140548Z copying build\lib.win-amd64-cpython-39\torch\_lazy\computation.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-11-01T16:35:24.0145722Z copying build\lib.win-amd64-cpython-39\torch\_lazy\config.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-11-01T16:35:24.0151048Z copying build\lib.win-amd64-cpython-39\torch\_lazy\debug.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-11-01T16:35:24.0156259Z copying build\lib.win-amd64-cpython-39\torch\_lazy\device_context.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-11-01T16:35:24.0168284Z copying build\lib.win-amd64-cpython-39\torch\_lazy\extract_compiled_graph.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-11-01T16:35:24.0173456Z copying build\lib.win-amd64-cpython-39\torch\_lazy\ir_cache.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-11-01T16:35:24.0178595Z copying build\lib.win-amd64-cpython-39\torch\_lazy\metrics.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-11-01T16:35:24.0183198Z copying build\lib.win-amd64-cpython-39\torch\_lazy\tensor_factory_functions.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-11-01T16:35:24.0188342Z copying build\lib.win-amd64-cpython-39\torch\_lazy\ts_backend.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-11-01T16:35:24.0193933Z copying build\lib.win-amd64-cpython-39\torch\_lazy\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-11-01T16:35:24.0199342Z creating build\bdist.win-amd64\wheel\torch\_library 2024-11-01T16:35:24.0202270Z copying build\lib.win-amd64-cpython-39\torch\_library\autograd.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-11-01T16:35:24.0207701Z copying build\lib.win-amd64-cpython-39\torch\_library\custom_ops.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-11-01T16:35:24.0213509Z copying build\lib.win-amd64-cpython-39\torch\_library\fake_class_registry.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-11-01T16:35:24.0219037Z copying build\lib.win-amd64-cpython-39\torch\_library\fake_impl.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-11-01T16:35:24.0230221Z copying build\lib.win-amd64-cpython-39\torch\_library\infer_schema.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-11-01T16:35:24.0235164Z copying build\lib.win-amd64-cpython-39\torch\_library\simple_registry.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-11-01T16:35:24.0240391Z copying build\lib.win-amd64-cpython-39\torch\_library\triton.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-11-01T16:35:24.0245607Z copying build\lib.win-amd64-cpython-39\torch\_library\utils.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-11-01T16:35:24.0250943Z copying build\lib.win-amd64-cpython-39\torch\_library\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-11-01T16:35:24.0256303Z copying build\lib.win-amd64-cpython-39\torch\_linalg_utils.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:35:24.0266935Z copying build\lib.win-amd64-cpython-39\torch\_lobpcg.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:35:24.0273024Z creating build\bdist.win-amd64\wheel\torch\_logging 2024-11-01T16:35:24.0276135Z copying build\lib.win-amd64-cpython-39\torch\_logging\scribe.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2024-11-01T16:35:24.0281730Z copying build\lib.win-amd64-cpython-39\torch\_logging\structured.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2024-11-01T16:35:24.0286396Z copying build\lib.win-amd64-cpython-39\torch\_logging\_internal.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2024-11-01T16:35:24.0292296Z copying build\lib.win-amd64-cpython-39\torch\_logging\_registrations.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2024-11-01T16:35:24.0302344Z copying build\lib.win-amd64-cpython-39\torch\_logging\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2024-11-01T16:35:24.0307380Z copying build\lib.win-amd64-cpython-39\torch\_lowrank.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:35:24.0312876Z copying build\lib.win-amd64-cpython-39\torch\_meta_registrations.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:35:24.0320719Z copying build\lib.win-amd64-cpython-39\torch\_namedtensor_internals.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:35:24.0326418Z creating build\bdist.win-amd64\wheel\torch\_numpy 2024-11-01T16:35:24.0329301Z copying build\lib.win-amd64-cpython-39\torch\_numpy\fft.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-11-01T16:35:24.0334455Z copying build\lib.win-amd64-cpython-39\torch\_numpy\linalg.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-11-01T16:35:24.0339488Z copying build\lib.win-amd64-cpython-39\torch\_numpy\random.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-11-01T16:35:24.0344821Z creating build\bdist.win-amd64\wheel\torch\_numpy\testing 2024-11-01T16:35:24.0347562Z copying build\lib.win-amd64-cpython-39\torch\_numpy\testing\utils.py -> build\bdist.win-amd64\wheel\.\torch\_numpy\testing 2024-11-01T16:35:24.0353761Z copying build\lib.win-amd64-cpython-39\torch\_numpy\testing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_numpy\testing 2024-11-01T16:35:24.0358866Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_binary_ufuncs_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-11-01T16:35:24.0364273Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_casting_dicts.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-11-01T16:35:24.0374802Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_dtypes.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-11-01T16:35:24.0379960Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_dtypes_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-11-01T16:35:24.0385233Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_funcs.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-11-01T16:35:24.0390404Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_funcs_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-11-01T16:35:24.0396906Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_getlimits.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-11-01T16:35:24.0402055Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_ndarray.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-11-01T16:35:24.0407787Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_normalizations.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-11-01T16:35:24.0413164Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_reductions_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-11-01T16:35:24.0419077Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_ufuncs.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-11-01T16:35:24.0424384Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_unary_ufuncs_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-11-01T16:35:24.0429661Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_util.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-11-01T16:35:24.0434880Z copying build\lib.win-amd64-cpython-39\torch\_numpy\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-11-01T16:35:24.0440187Z copying build\lib.win-amd64-cpython-39\torch\_ops.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:35:24.0446243Z creating build\bdist.win-amd64\wheel\torch\_prims 2024-11-01T16:35:24.0449095Z copying build\lib.win-amd64-cpython-39\torch\_prims\context.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2024-11-01T16:35:24.0454466Z copying build\lib.win-amd64-cpython-39\torch\_prims\debug_prims.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2024-11-01T16:35:24.0459493Z copying build\lib.win-amd64-cpython-39\torch\_prims\executor.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2024-11-01T16:35:24.0464713Z copying build\lib.win-amd64-cpython-39\torch\_prims\rng_prims.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2024-11-01T16:35:24.0470023Z copying build\lib.win-amd64-cpython-39\torch\_prims\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2024-11-01T16:35:24.0482704Z creating build\bdist.win-amd64\wheel\torch\_prims_common 2024-11-01T16:35:24.0485610Z copying build\lib.win-amd64-cpython-39\torch\_prims_common\wrappers.py -> build\bdist.win-amd64\wheel\.\torch\_prims_common 2024-11-01T16:35:24.0491124Z copying build\lib.win-amd64-cpython-39\torch\_prims_common\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_prims_common 2024-11-01T16:35:24.0497832Z copying build\lib.win-amd64-cpython-39\torch\_python_dispatcher.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:35:24.0503163Z creating build\bdist.win-amd64\wheel\torch\_refs 2024-11-01T16:35:24.0505921Z copying build\lib.win-amd64-cpython-39\torch\_refs\fft.py -> build\bdist.win-amd64\wheel\.\torch\_refs 2024-11-01T16:35:24.0511817Z creating build\bdist.win-amd64\wheel\torch\_refs\linalg 2024-11-01T16:35:24.0514614Z copying build\lib.win-amd64-cpython-39\torch\_refs\linalg\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\linalg 2024-11-01T16:35:24.0519955Z creating build\bdist.win-amd64\wheel\torch\_refs\nn 2024-11-01T16:35:24.0522712Z creating build\bdist.win-amd64\wheel\torch\_refs\nn\functional 2024-11-01T16:35:24.0525534Z 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:35:24.0531288Z copying build\lib.win-amd64-cpython-39\torch\_refs\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\nn 2024-11-01T16:35:24.0536436Z creating build\bdist.win-amd64\wheel\torch\_refs\special 2024-11-01T16:35:24.0539172Z copying build\lib.win-amd64-cpython-39\torch\_refs\special\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\special 2024-11-01T16:35:24.0544144Z copying build\lib.win-amd64-cpython-39\torch\_refs\_conversions.py -> build\bdist.win-amd64\wheel\.\torch\_refs 2024-11-01T16:35:24.0549223Z copying build\lib.win-amd64-cpython-39\torch\_refs\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs 2024-11-01T16:35:24.0562101Z copying build\lib.win-amd64-cpython-39\torch\_size_docs.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:35:24.0567484Z copying build\lib.win-amd64-cpython-39\torch\_sources.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:35:24.0572548Z copying build\lib.win-amd64-cpython-39\torch\_storage_docs.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:35:24.0585425Z copying build\lib.win-amd64-cpython-39\torch\_streambase.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:35:24.0590579Z creating build\bdist.win-amd64\wheel\torch\_strobelight 2024-11-01T16:35:24.0593594Z copying build\lib.win-amd64-cpython-39\torch\_strobelight\cli_function_profiler.py -> build\bdist.win-amd64\wheel\.\torch\_strobelight 2024-11-01T16:35:24.0599075Z copying build\lib.win-amd64-cpython-39\torch\_strobelight\compile_time_profiler.py -> build\bdist.win-amd64\wheel\.\torch\_strobelight 2024-11-01T16:35:24.0604329Z copying build\lib.win-amd64-cpython-39\torch\_strobelight\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_strobelight 2024-11-01T16:35:24.0613109Z creating build\bdist.win-amd64\wheel\torch\_subclasses 2024-11-01T16:35:24.0616053Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\fake_impls.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-11-01T16:35:24.0621839Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\fake_tensor.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-11-01T16:35:24.0628212Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\fake_utils.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-11-01T16:35:24.0637888Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\functional_tensor.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-11-01T16:35:24.0643654Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\meta_utils.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-11-01T16:35:24.0650337Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\schema_check_mode.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-11-01T16:35:24.0655789Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\_fake_tensor_utils.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-11-01T16:35:24.0660902Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-11-01T16:35:24.0665637Z copying build\lib.win-amd64-cpython-39\torch\_tensor.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:35:24.0671770Z copying build\lib.win-amd64-cpython-39\torch\_tensor_docs.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:35:24.0678851Z copying build\lib.win-amd64-cpython-39\torch\_tensor_str.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:35:24.0685023Z copying build\lib.win-amd64-cpython-39\torch\_thread_safe_fork.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:35:24.0689322Z copying build\lib.win-amd64-cpython-39\torch\_torch_docs.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:35:24.0698551Z copying build\lib.win-amd64-cpython-39\torch\_utils.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:35:24.0704270Z copying build\lib.win-amd64-cpython-39\torch\_utils_internal.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:35:24.0714526Z creating build\bdist.win-amd64\wheel\torch\_vendor 2024-11-01T16:35:24.0717378Z creating build\bdist.win-amd64\wheel\torch\_vendor\packaging 2024-11-01T16:35:24.0720435Z copying build\lib.win-amd64-cpython-39\torch\_vendor\packaging\version.py -> build\bdist.win-amd64\wheel\.\torch\_vendor\packaging 2024-11-01T16:35:24.0746438Z copying build\lib.win-amd64-cpython-39\torch\_vendor\packaging\_structures.py -> build\bdist.win-amd64\wheel\.\torch\_vendor\packaging 2024-11-01T16:35:24.0751580Z copying build\lib.win-amd64-cpython-39\torch\_vendor\packaging\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_vendor\packaging 2024-11-01T16:35:24.0756482Z copying build\lib.win-amd64-cpython-39\torch\_vendor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_vendor 2024-11-01T16:35:24.0761031Z copying build\lib.win-amd64-cpython-39\torch\_VF.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:35:24.0765720Z copying build\lib.win-amd64-cpython-39\torch\_VF.pyi -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:35:24.0782200Z copying build\lib.win-amd64-cpython-39\torch\_vmap_internals.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:35:24.0787697Z copying build\lib.win-amd64-cpython-39\torch\_weights_only_unpickler.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:35:24.0793482Z copying build\lib.win-amd64-cpython-39\torch\__config__.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:35:24.0798999Z copying build\lib.win-amd64-cpython-39\torch\__future__.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:35:24.0804354Z copying build\lib.win-amd64-cpython-39\torch\__init__.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:35:24.0814044Z creating build\bdist.win-amd64\wheel\torchgen 2024-11-01T16:35:24.0816847Z creating build\bdist.win-amd64\wheel\torchgen\aoti 2024-11-01T16:35:24.0819890Z copying build\lib.win-amd64-cpython-39\torchgen\aoti\fallback_ops.py -> build\bdist.win-amd64\wheel\.\torchgen\aoti 2024-11-01T16:35:24.0825354Z copying build\lib.win-amd64-cpython-39\torchgen\aoti\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\aoti 2024-11-01T16:35:24.0829858Z creating build\bdist.win-amd64\wheel\torchgen\api 2024-11-01T16:35:24.0832636Z copying build\lib.win-amd64-cpython-39\torchgen\api\autograd.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-11-01T16:35:24.0838416Z copying build\lib.win-amd64-cpython-39\torchgen\api\cpp.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-11-01T16:35:24.0844191Z copying build\lib.win-amd64-cpython-39\torchgen\api\dispatcher.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-11-01T16:35:24.0849431Z copying build\lib.win-amd64-cpython-39\torchgen\api\functionalization.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-11-01T16:35:24.0854725Z copying build\lib.win-amd64-cpython-39\torchgen\api\lazy.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-11-01T16:35:24.0864420Z copying build\lib.win-amd64-cpython-39\torchgen\api\meta.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-11-01T16:35:24.0869510Z copying build\lib.win-amd64-cpython-39\torchgen\api\native.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-11-01T16:35:24.0874680Z copying build\lib.win-amd64-cpython-39\torchgen\api\python.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-11-01T16:35:24.0880900Z copying build\lib.win-amd64-cpython-39\torchgen\api\structured.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-11-01T16:35:24.0886075Z copying build\lib.win-amd64-cpython-39\torchgen\api\translate.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-11-01T16:35:24.0892576Z creating build\bdist.win-amd64\wheel\torchgen\api\types 2024-11-01T16:35:24.0895413Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\signatures.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2024-11-01T16:35:24.0900699Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\types.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2024-11-01T16:35:24.0905911Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\types_base.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2024-11-01T16:35:24.0911306Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2024-11-01T16:35:24.0917011Z copying build\lib.win-amd64-cpython-39\torchgen\api\ufunc.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-11-01T16:35:24.0922615Z copying build\lib.win-amd64-cpython-39\torchgen\api\unboxing.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-11-01T16:35:24.0928524Z copying build\lib.win-amd64-cpython-39\torchgen\api\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-11-01T16:35:24.0933251Z copying build\lib.win-amd64-cpython-39\torchgen\code_template.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-11-01T16:35:24.0938085Z copying build\lib.win-amd64-cpython-39\torchgen\context.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-11-01T16:35:24.0944337Z creating build\bdist.win-amd64\wheel\torchgen\dest 2024-11-01T16:35:24.0947789Z copying build\lib.win-amd64-cpython-39\torchgen\dest\lazy_ir.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2024-11-01T16:35:24.0953235Z copying build\lib.win-amd64-cpython-39\torchgen\dest\lazy_ts_lowering.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2024-11-01T16:35:24.0958914Z copying build\lib.win-amd64-cpython-39\torchgen\dest\native_functions.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2024-11-01T16:35:24.0964590Z copying build\lib.win-amd64-cpython-39\torchgen\dest\register_dispatch_key.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2024-11-01T16:35:24.0975338Z copying build\lib.win-amd64-cpython-39\torchgen\dest\ufunc.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2024-11-01T16:35:24.0980701Z copying build\lib.win-amd64-cpython-39\torchgen\dest\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2024-11-01T16:35:24.0986157Z creating build\bdist.win-amd64\wheel\torchgen\executorch 2024-11-01T16:35:24.0993137Z creating build\bdist.win-amd64\wheel\torchgen\executorch\api 2024-11-01T16:35:24.0996022Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\custom_ops.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2024-11-01T16:35:24.1001438Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\et_cpp.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2024-11-01T16:35:24.1006680Z creating build\bdist.win-amd64\wheel\torchgen\executorch\api\types 2024-11-01T16:35:24.1009521Z 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:35:24.1014635Z 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:35:24.1019598Z 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:35:24.1024533Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\unboxing.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2024-11-01T16:35:24.1029710Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2024-11-01T16:35:24.1033982Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\model.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch 2024-11-01T16:35:24.1038982Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\parse.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch 2024-11-01T16:35:24.1044150Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch 2024-11-01T16:35:24.1048107Z copying build\lib.win-amd64-cpython-39\torchgen\gen.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-11-01T16:35:24.1055104Z copying build\lib.win-amd64-cpython-39\torchgen\gen_aoti_c_shim.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-11-01T16:35:24.1060774Z copying build\lib.win-amd64-cpython-39\torchgen\gen_backend_stubs.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-11-01T16:35:24.1066373Z copying build\lib.win-amd64-cpython-39\torchgen\gen_executorch.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-11-01T16:35:24.1072913Z copying build\lib.win-amd64-cpython-39\torchgen\gen_functionalization_type.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-11-01T16:35:24.1079096Z copying build\lib.win-amd64-cpython-39\torchgen\gen_lazy_tensor.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-11-01T16:35:24.1084726Z copying build\lib.win-amd64-cpython-39\torchgen\gen_schema_utils.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-11-01T16:35:24.1090101Z copying build\lib.win-amd64-cpython-39\torchgen\gen_vmap_plumbing.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-11-01T16:35:24.1095157Z copying build\lib.win-amd64-cpython-39\torchgen\local.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-11-01T16:35:24.1100121Z copying build\lib.win-amd64-cpython-39\torchgen\model.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-11-01T16:35:24.1106887Z copying build\lib.win-amd64-cpython-39\torchgen\native_function_generation.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-11-01T16:35:24.1112798Z creating build\bdist.win-amd64\wheel\torchgen\operator_versions 2024-11-01T16:35:24.1115859Z 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:35:24.1121658Z 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:35:24.1126493Z copying build\lib.win-amd64-cpython-39\torchgen\operator_versions\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\operator_versions 2024-11-01T16:35:24.1134838Z creating build\bdist.win-amd64\wheel\torchgen\packaged 2024-11-01T16:35:24.1137744Z creating build\bdist.win-amd64\wheel\torchgen\packaged\ATen 2024-11-01T16:35:24.1140596Z creating build\bdist.win-amd64\wheel\torchgen\packaged\ATen\native 2024-11-01T16:35:24.1143531Z 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:35:24.1154086Z 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:35:24.1160600Z creating build\bdist.win-amd64\wheel\torchgen\packaged\ATen\templates 2024-11-01T16:35:24.1163644Z 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:35:24.1168814Z 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:35:24.1174062Z 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:35:24.1184744Z 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:35:24.1190099Z 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:35:24.1195473Z 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:35:24.1201136Z 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:35:24.1206361Z 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:35:24.1211603Z 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:35:24.1216362Z 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:35:24.1221224Z 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:35:24.1226737Z 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:35:24.1232152Z 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:35:24.1237511Z 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:35:24.1242801Z 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:35:24.1247965Z 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:35:24.1253888Z 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:35:24.1258576Z 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:35:24.1263966Z 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:35:24.1278071Z 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:35:24.1283333Z 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:35:24.1288293Z 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:35:24.1293375Z 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:35:24.1298872Z 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:35:24.1303978Z 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:35:24.1309479Z 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:35:24.1315007Z 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:35:24.1320570Z 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:35:24.1326090Z 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:35:24.1335136Z 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:35:24.1340428Z 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:35:24.1345762Z 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:35:24.1350838Z 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:35:24.1356831Z 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:35:24.1362269Z 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:35:24.1367543Z 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:35:24.1372712Z 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:35:24.1378449Z 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:35:24.1388974Z 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:35:24.1394509Z creating build\bdist.win-amd64\wheel\torchgen\packaged\autograd 2024-11-01T16:35:24.1397977Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\BUILD.bazel -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-11-01T16:35:24.1403093Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\build.bzl -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-11-01T16:35:24.1408077Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\context.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-11-01T16:35:24.1413381Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\deprecated.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-11-01T16:35:24.1418701Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\derivatives.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-11-01T16:35:24.1431331Z 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:35:24.1436484Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_autograd.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-11-01T16:35:24.1442201Z 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:35:24.1448169Z 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:35:24.1453911Z 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:35:24.1459868Z 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:35:24.1465592Z 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:35:24.1471387Z 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:35:24.1477794Z 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:35:24.1483357Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\load_derivatives.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-11-01T16:35:24.1489225Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\README.md -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-11-01T16:35:24.1495045Z creating build\bdist.win-amd64\wheel\torchgen\packaged\autograd\templates 2024-11-01T16:35:24.1498217Z 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:35:24.1503432Z 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:35:24.1508271Z 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:35:24.1517925Z 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:35:24.1523373Z 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:35:24.1528436Z 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:35:24.1533538Z 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:35:24.1538765Z 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:35:24.1544140Z 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:35:24.1549463Z 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:35:24.1554692Z 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:35:24.1560465Z 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:35:24.1565766Z 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:35:24.1570871Z 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:35:24.1576444Z 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:35:24.1581906Z 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:35:24.1587289Z 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:35:24.1597276Z 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:35:24.1602479Z 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:35:24.1608067Z 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:35:24.1613232Z 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:35:24.1618513Z 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:35:24.1623897Z 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:35:24.1628996Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-11-01T16:35:24.1633288Z creating build\bdist.win-amd64\wheel\torchgen\selective_build 2024-11-01T16:35:24.1636229Z copying build\lib.win-amd64-cpython-39\torchgen\selective_build\operator.py -> build\bdist.win-amd64\wheel\.\torchgen\selective_build 2024-11-01T16:35:24.1641469Z copying build\lib.win-amd64-cpython-39\torchgen\selective_build\selector.py -> build\bdist.win-amd64\wheel\.\torchgen\selective_build 2024-11-01T16:35:24.1646550Z copying build\lib.win-amd64-cpython-39\torchgen\selective_build\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\selective_build 2024-11-01T16:35:24.1650801Z creating build\bdist.win-amd64\wheel\torchgen\static_runtime 2024-11-01T16:35:24.1653918Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\config.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2024-11-01T16:35:24.1659103Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\generator.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2024-11-01T16:35:24.1664849Z 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:35:24.1674815Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2024-11-01T16:35:24.1678472Z copying build\lib.win-amd64-cpython-39\torchgen\utils.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-11-01T16:35:24.1684221Z copying build\lib.win-amd64-cpython-39\torchgen\yaml_utils.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-11-01T16:35:24.1694305Z copying build\lib.win-amd64-cpython-39\torchgen\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-11-01T16:35:24.1704940Z running install_egg_info 2024-11-01T16:35:24.1867932Z running egg_info 2024-11-01T16:35:24.1868786Z creating torch.egg-info 2024-11-01T16:35:24.1974974Z writing torch.egg-info\PKG-INFO 2024-11-01T16:35:24.1999768Z writing dependency_links to torch.egg-info\dependency_links.txt 2024-11-01T16:35:24.2004356Z writing entry points to torch.egg-info\entry_points.txt 2024-11-01T16:35:24.2017813Z writing requirements to torch.egg-info\requires.txt 2024-11-01T16:35:24.2021479Z writing top-level names to torch.egg-info\top_level.txt 2024-11-01T16:35:24.2024432Z writing manifest file 'torch.egg-info\SOURCES.txt' 2024-11-01T16:35:25.0474238Z reading manifest file 'torch.egg-info\SOURCES.txt' 2024-11-01T16:35:25.0480497Z reading manifest template 'MANIFEST.in' 2024-11-01T16:35:53.7470027Z warning: no files found matching '*.*' under directory 'modules' 2024-11-01T16:35:53.9332371Z warning: no previously-included files matching '*.o' found anywhere in distribution 2024-11-01T16:35:54.0783469Z warning: no previously-included files matching '*.so' found anywhere in distribution 2024-11-01T16:35:54.2191505Z warning: no previously-included files matching '*.dylib' found anywhere in distribution 2024-11-01T16:35:54.3575789Z warning: no previously-included files matching '*.a' found anywhere in distribution 2024-11-01T16:35:54.7337541Z warning: no previously-included files matching '*.swp' found anywhere in distribution 2024-11-01T16:35:54.7338282Z adding license file 'LICENSE' 2024-11-01T16:35:54.7338641Z adding license file 'NOTICE' 2024-11-01T16:36:00.8741555Z writing manifest file 'torch.egg-info\SOURCES.txt' 2024-11-01T16:36:00.9221799Z Copying torch.egg-info to build\bdist.win-amd64\wheel\.\torch-2.6.0a0+gitd1aa4ef-py3.9.egg-info 2024-11-01T16:36:00.9319203Z running install_scripts 2024-11-01T16:36:00.9338716Z 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:36:00.9340031Z if get_flag("Py_DEBUG", hasattr(sys, "gettotalrefcount"), warn=(impl == "cp")): 2024-11-01T16:36:00.9435528Z creating build\bdist.win-amd64\wheel\torch-2.6.0a0+gitd1aa4ef.dist-info\WHEEL 2024-11-01T16:36:00.9450014Z creating 'dist\torch-2.6.0a0+gitd1aa4ef-cp39-cp39-win_amd64.whl' and adding 'build\bdist.win-amd64\wheel' to it 2024-11-01T16:36:00.9688128Z adding 'functorch/_C.cp39-win_amd64.pyd' 2024-11-01T16:36:00.9709073Z adding 'functorch/__init__.py' 2024-11-01T16:36:00.9713156Z adding 'functorch/_src/__init__.py' 2024-11-01T16:36:00.9716900Z adding 'functorch/_src/aot_autograd/__init__.py' 2024-11-01T16:36:00.9720597Z adding 'functorch/_src/eager_transforms/__init__.py' 2024-11-01T16:36:00.9723889Z adding 'functorch/_src/make_functional/__init__.py' 2024-11-01T16:36:00.9727354Z adding 'functorch/_src/vmap/__init__.py' 2024-11-01T16:36:00.9730981Z adding 'functorch/compile/__init__.py' 2024-11-01T16:36:00.9735688Z adding 'functorch/dim/__init__.py' 2024-11-01T16:36:00.9738825Z adding 'functorch/dim/batch_tensor.py' 2024-11-01T16:36:00.9742235Z adding 'functorch/dim/delayed_mul_tensor.py' 2024-11-01T16:36:00.9745973Z adding 'functorch/dim/dim.py' 2024-11-01T16:36:00.9749293Z adding 'functorch/dim/magic_trace.py' 2024-11-01T16:36:00.9753362Z adding 'functorch/dim/op_properties.py' 2024-11-01T16:36:00.9762717Z adding 'functorch/dim/reference.py' 2024-11-01T16:36:00.9766205Z adding 'functorch/dim/tree_map.py' 2024-11-01T16:36:00.9769508Z adding 'functorch/dim/wrap_type.py' 2024-11-01T16:36:00.9773131Z adding 'functorch/einops/__init__.py' 2024-11-01T16:36:00.9778888Z adding 'functorch/einops/_parsing.py' 2024-11-01T16:36:00.9783996Z adding 'functorch/einops/rearrange.py' 2024-11-01T16:36:00.9787779Z adding 'functorch/experimental/__init__.py' 2024-11-01T16:36:00.9790605Z adding 'functorch/experimental/control_flow.py' 2024-11-01T16:36:00.9793235Z adding 'functorch/experimental/ops.py' 2024-11-01T16:36:00.9801753Z adding 'torch/_C.cp39-win_amd64.pyd' 2024-11-01T16:36:00.9805043Z adding 'torch/_VF.py' 2024-11-01T16:36:01.0021010Z adding 'torch/_VF.pyi' 2024-11-01T16:36:01.0050304Z adding 'torch/__config__.py' 2024-11-01T16:36:01.0053714Z adding 'torch/__future__.py' 2024-11-01T16:36:01.0089656Z adding 'torch/__init__.py' 2024-11-01T16:36:01.0099908Z adding 'torch/_appdirs.py' 2024-11-01T16:36:01.0103872Z adding 'torch/_classes.py' 2024-11-01T16:36:01.0107105Z adding 'torch/_compile.py' 2024-11-01T16:36:01.0112811Z adding 'torch/_custom_ops.py' 2024-11-01T16:36:01.0116835Z adding 'torch/_deploy.py' 2024-11-01T16:36:01.0119694Z adding 'torch/_environment.py' 2024-11-01T16:36:01.0132162Z adding 'torch/_guards.py' 2024-11-01T16:36:01.0154728Z adding 'torch/_jit_internal.py' 2024-11-01T16:36:01.0160099Z adding 'torch/_linalg_utils.py' 2024-11-01T16:36:01.0176269Z adding 'torch/_lobpcg.py' 2024-11-01T16:36:01.0183445Z adding 'torch/_lowrank.py' 2024-11-01T16:36:01.0249614Z adding 'torch/_meta_registrations.py' 2024-11-01T16:36:01.0258591Z adding 'torch/_namedtensor_internals.py' 2024-11-01T16:36:01.0279268Z adding 'torch/_ops.py' 2024-11-01T16:36:01.0285359Z adding 'torch/_python_dispatcher.py' 2024-11-01T16:36:01.0288795Z adding 'torch/_size_docs.py' 2024-11-01T16:36:01.0292794Z adding 'torch/_sources.py' 2024-11-01T16:36:01.0296126Z adding 'torch/_storage_docs.py' 2024-11-01T16:36:01.0299204Z adding 'torch/_streambase.py' 2024-11-01T16:36:01.0321589Z adding 'torch/_tensor.py' 2024-11-01T16:36:01.0365552Z adding 'torch/_tensor_docs.py' 2024-11-01T16:36:01.0378279Z adding 'torch/_tensor_str.py' 2024-11-01T16:36:01.0381852Z adding 'torch/_thread_safe_fork.py' 2024-11-01T16:36:01.0516521Z adding 'torch/_torch_docs.py' 2024-11-01T16:36:01.0541386Z adding 'torch/_utils.py' 2024-11-01T16:36:01.0548745Z adding 'torch/_utils_internal.py' 2024-11-01T16:36:01.0554331Z adding 'torch/_vmap_internals.py' 2024-11-01T16:36:01.0561369Z adding 'torch/_weights_only_unpickler.py' 2024-11-01T16:36:01.0594829Z adding 'torch/functional.py' 2024-11-01T16:36:01.0609813Z adding 'torch/hub.py' 2024-11-01T16:36:01.0629577Z adding 'torch/library.py' 2024-11-01T16:36:01.0657435Z adding 'torch/overrides.py' 2024-11-01T16:36:01.0662694Z adding 'torch/py.typed' 2024-11-01T16:36:01.0667261Z adding 'torch/quasirandom.py' 2024-11-01T16:36:01.0672007Z adding 'torch/random.py' 2024-11-01T16:36:01.0675435Z adding 'torch/return_types.py' 2024-11-01T16:36:01.0679576Z adding 'torch/return_types.pyi' 2024-11-01T16:36:01.0706180Z adding 'torch/serialization.py' 2024-11-01T16:36:01.0722914Z adding 'torch/storage.py' 2024-11-01T16:36:01.0727651Z adding 'torch/torch_version.py' 2024-11-01T16:36:01.0731354Z adding 'torch/types.py' 2024-11-01T16:36:01.0734443Z adding 'torch/version.py' 2024-11-01T16:36:01.0953806Z adding 'torch/_C/_VariableFunctions.pyi' 2024-11-01T16:36:01.1067855Z adding 'torch/_C/__init__.pyi' 2024-11-01T16:36:01.1080791Z adding 'torch/_C/_aoti.pyi' 2024-11-01T16:36:01.1085140Z adding 'torch/_C/_autograd.pyi' 2024-11-01T16:36:01.1088136Z adding 'torch/_C/_cpu.pyi' 2024-11-01T16:36:01.1091336Z adding 'torch/_C/_cudnn.pyi' 2024-11-01T16:36:01.1093927Z adding 'torch/_C/_cusparselt.pyi' 2024-11-01T16:36:01.1097226Z adding 'torch/_C/_distributed_autograd.pyi' 2024-11-01T16:36:01.1104011Z adding 'torch/_C/_distributed_c10d.pyi' 2024-11-01T16:36:01.1108775Z adding 'torch/_C/_distributed_rpc.pyi' 2024-11-01T16:36:01.1112111Z adding 'torch/_C/_distributed_rpc_testing.pyi' 2024-11-01T16:36:01.1114966Z adding 'torch/_C/_functions.pyi' 2024-11-01T16:36:01.1118475Z adding 'torch/_C/_functorch.pyi' 2024-11-01T16:36:01.1121659Z adding 'torch/_C/_instruction_counter.pyi' 2024-11-01T16:36:01.1124349Z adding 'torch/_C/_itt.pyi' 2024-11-01T16:36:01.1127358Z adding 'torch/_C/_lazy.pyi' 2024-11-01T16:36:01.1130269Z adding 'torch/_C/_lazy_ts_backend.pyi' 2024-11-01T16:36:01.1133316Z adding 'torch/_C/_monitor.pyi' 2024-11-01T16:36:01.1137090Z adding 'torch/_C/_nn.pyi' 2024-11-01T16:36:01.1140028Z adding 'torch/_C/_nvtx.pyi' 2024-11-01T16:36:01.1143004Z adding 'torch/_C/_onnx.pyi' 2024-11-01T16:36:01.1147116Z adding 'torch/_C/_profiler.pyi' 2024-11-01T16:36:01.1150101Z adding 'torch/_C/_verbose.pyi' 2024-11-01T16:36:01.1154090Z adding 'torch/_awaits/__init__.py' 2024-11-01T16:36:01.1157803Z adding 'torch/_custom_op/__init__.py' 2024-11-01T16:36:01.1163378Z adding 'torch/_custom_op/autograd.py' 2024-11-01T16:36:01.1168673Z adding 'torch/_custom_op/functional.py' 2024-11-01T16:36:01.1178176Z adding 'torch/_custom_op/impl.py' 2024-11-01T16:36:01.1186399Z adding 'torch/_decomp/__init__.py' 2024-11-01T16:36:01.1244473Z adding 'torch/_decomp/decompositions.py' 2024-11-01T16:36:01.1253962Z adding 'torch/_decomp/decompositions_for_jvp.py' 2024-11-01T16:36:01.1259257Z adding 'torch/_decomp/decompositions_for_rng.py' 2024-11-01T16:36:01.1262893Z adding 'torch/_dispatch/__init__.py' 2024-11-01T16:36:01.1267194Z adding 'torch/_dispatch/python.py' 2024-11-01T16:36:01.1272330Z adding 'torch/_dynamo/__init__.py' 2024-11-01T16:36:01.1277889Z adding 'torch/_dynamo/_trace_wrapped_higher_order_op.py' 2024-11-01T16:36:01.1282946Z adding 'torch/_dynamo/bytecode_analysis.py' 2024-11-01T16:36:01.1302754Z adding 'torch/_dynamo/bytecode_transformation.py' 2024-11-01T16:36:01.1308893Z adding 'torch/_dynamo/cache_size.py' 2024-11-01T16:36:01.1312406Z adding 'torch/_dynamo/callback.py' 2024-11-01T16:36:01.1315482Z adding 'torch/_dynamo/code_context.py' 2024-11-01T16:36:01.1323121Z adding 'torch/_dynamo/codegen.py' 2024-11-01T16:36:01.1334783Z adding 'torch/_dynamo/compiled_autograd.py' 2024-11-01T16:36:01.1341722Z adding 'torch/_dynamo/comptime.py' 2024-11-01T16:36:01.1352165Z adding 'torch/_dynamo/config.py' 2024-11-01T16:36:01.1371399Z adding 'torch/_dynamo/convert_frame.py' 2024-11-01T16:36:01.1376337Z adding 'torch/_dynamo/create_parameter_op.py' 2024-11-01T16:36:01.1379335Z adding 'torch/_dynamo/current_scope_id.py' 2024-11-01T16:36:01.1391904Z adding 'torch/_dynamo/debug_utils.py' 2024-11-01T16:36:01.1401920Z adding 'torch/_dynamo/decorators.py' 2024-11-01T16:36:01.1407817Z adding 'torch/_dynamo/device_interface.py' 2024-11-01T16:36:01.1411333Z adding 'torch/_dynamo/distributed.py' 2024-11-01T16:36:01.1436734Z adding 'torch/_dynamo/eval_frame.py' 2024-11-01T16:36:01.1445280Z adding 'torch/_dynamo/exc.py' 2024-11-01T16:36:01.1449644Z adding 'torch/_dynamo/external_utils.py' 2024-11-01T16:36:01.1453014Z adding 'torch/_dynamo/funcname_cache.py' 2024-11-01T16:36:01.1491503Z adding 'torch/_dynamo/guards.py' 2024-11-01T16:36:01.1496999Z adding 'torch/_dynamo/hooks.py' 2024-11-01T16:36:01.1500479Z adding 'torch/_dynamo/logging.py' 2024-11-01T16:36:01.1504552Z adding 'torch/_dynamo/mutation_guard.py' 2024-11-01T16:36:01.1539410Z adding 'torch/_dynamo/output_graph.py' 2024-11-01T16:36:01.1547342Z adding 'torch/_dynamo/pgo.py' 2024-11-01T16:36:01.1551764Z adding 'torch/_dynamo/profiler.py' 2024-11-01T16:36:01.1555596Z adding 'torch/_dynamo/replay_record.py' 2024-11-01T16:36:01.1564864Z adding 'torch/_dynamo/resume_execution.py' 2024-11-01T16:36:01.1577510Z adding 'torch/_dynamo/side_effects.py' 2024-11-01T16:36:01.1586523Z adding 'torch/_dynamo/source.py' 2024-11-01T16:36:01.1636130Z adding 'torch/_dynamo/symbolic_convert.py' 2024-11-01T16:36:01.1642678Z adding 'torch/_dynamo/tensor_version_op.py' 2024-11-01T16:36:01.1646269Z adding 'torch/_dynamo/test_case.py' 2024-11-01T16:36:01.1651524Z adding 'torch/_dynamo/test_minifier_common.py' 2024-11-01T16:36:01.1658006Z adding 'torch/_dynamo/testing.py' 2024-11-01T16:36:01.1692787Z adding 'torch/_dynamo/trace_rules.py' 2024-11-01T16:36:01.1699484Z adding 'torch/_dynamo/types.py' 2024-11-01T16:36:01.1742630Z adding 'torch/_dynamo/utils.py' 2024-11-01T16:36:01.1749009Z adding 'torch/_dynamo/backends/__init__.py' 2024-11-01T16:36:01.1752737Z adding 'torch/_dynamo/backends/common.py' 2024-11-01T16:36:01.1757741Z adding 'torch/_dynamo/backends/cudagraphs.py' 2024-11-01T16:36:01.1763938Z adding 'torch/_dynamo/backends/debugging.py' 2024-11-01T16:36:01.1774385Z adding 'torch/_dynamo/backends/distributed.py' 2024-11-01T16:36:01.1777898Z adding 'torch/_dynamo/backends/inductor.py' 2024-11-01T16:36:01.1781104Z adding 'torch/_dynamo/backends/onnxrt.py' 2024-11-01T16:36:01.1784872Z adding 'torch/_dynamo/backends/registry.py' 2024-11-01T16:36:01.1787898Z adding 'torch/_dynamo/backends/tensorrt.py' 2024-11-01T16:36:01.1790968Z adding 'torch/_dynamo/backends/torchxla.py' 2024-11-01T16:36:01.1795455Z adding 'torch/_dynamo/backends/tvm.py' 2024-11-01T16:36:01.1800944Z adding 'torch/_dynamo/polyfills/__init__.py' 2024-11-01T16:36:01.1804302Z adding 'torch/_dynamo/polyfills/builtins.py' 2024-11-01T16:36:01.1807447Z adding 'torch/_dynamo/polyfills/functools.py' 2024-11-01T16:36:01.1811127Z adding 'torch/_dynamo/polyfills/itertools.py' 2024-11-01T16:36:01.1814359Z adding 'torch/_dynamo/polyfills/loader.py' 2024-11-01T16:36:01.1817453Z adding 'torch/_dynamo/polyfills/os.py' 2024-11-01T16:36:01.1820340Z adding 'torch/_dynamo/polyfills/sys.py' 2024-11-01T16:36:01.1823842Z adding 'torch/_dynamo/repro/__init__.py' 2024-11-01T16:36:01.1835995Z adding 'torch/_dynamo/repro/after_aot.py' 2024-11-01T16:36:01.1844658Z adding 'torch/_dynamo/repro/after_dynamo.py' 2024-11-01T16:36:01.1849934Z adding 'torch/_dynamo/variables/__init__.py' 2024-11-01T16:36:01.1855974Z adding 'torch/_dynamo/variables/base.py' 2024-11-01T16:36:01.1896953Z adding 'torch/_dynamo/variables/builder.py' 2024-11-01T16:36:01.1923922Z adding 'torch/_dynamo/variables/builtin.py' 2024-11-01T16:36:01.1930932Z adding 'torch/_dynamo/variables/constant.py' 2024-11-01T16:36:01.1942738Z adding 'torch/_dynamo/variables/ctx_manager.py' 2024-11-01T16:36:01.1956476Z adding 'torch/_dynamo/variables/dicts.py' 2024-11-01T16:36:01.1963361Z adding 'torch/_dynamo/variables/distributed.py' 2024-11-01T16:36:01.1979610Z adding 'torch/_dynamo/variables/functions.py' 2024-11-01T16:36:01.2009893Z adding 'torch/_dynamo/variables/higher_order_ops.py' 2024-11-01T16:36:01.2018454Z adding 'torch/_dynamo/variables/iter.py' 2024-11-01T16:36:01.2023286Z adding 'torch/_dynamo/variables/lazy.py' 2024-11-01T16:36:01.2034734Z adding 'torch/_dynamo/variables/lists.py' 2024-11-01T16:36:01.2054660Z adding 'torch/_dynamo/variables/misc.py' 2024-11-01T16:36:01.2072327Z adding 'torch/_dynamo/variables/nn_module.py' 2024-11-01T16:36:01.2080589Z adding 'torch/_dynamo/variables/optimizer.py' 2024-11-01T16:36:01.2084946Z adding 'torch/_dynamo/variables/script_object.py' 2024-11-01T16:36:01.2088726Z adding 'torch/_dynamo/variables/sdpa.py' 2024-11-01T16:36:01.2107836Z adding 'torch/_dynamo/variables/tensor.py' 2024-11-01T16:36:01.2125358Z adding 'torch/_dynamo/variables/torch.py' 2024-11-01T16:36:01.2136101Z adding 'torch/_dynamo/variables/torch_function.py' 2024-11-01T16:36:01.2155072Z adding 'torch/_dynamo/variables/user_defined.py' 2024-11-01T16:36:01.2163799Z adding 'torch/_export/__init__.py' 2024-11-01T16:36:01.2186675Z adding 'torch/_export/converter.py' 2024-11-01T16:36:01.2191572Z adding 'torch/_export/error.py' 2024-11-01T16:36:01.2200877Z adding 'torch/_export/non_strict_utils.py' 2024-11-01T16:36:01.2207888Z adding 'torch/_export/pass_base.py' 2024-11-01T16:36:01.2212340Z adding 'torch/_export/tools.py' 2024-11-01T16:36:01.2228884Z adding 'torch/_export/utils.py' 2024-11-01T16:36:01.2236725Z adding 'torch/_export/verifier.py' 2024-11-01T16:36:01.2241000Z adding 'torch/_export/wrappers.py' 2024-11-01T16:36:01.2244808Z adding 'torch/_export/db/__init__.py' 2024-11-01T16:36:01.2248928Z adding 'torch/_export/db/case.py' 2024-11-01T16:36:01.2252106Z adding 'torch/_export/db/gen_example.py' 2024-11-01T16:36:01.2255363Z adding 'torch/_export/db/logging.py' 2024-11-01T16:36:01.2260304Z adding 'torch/_export/db/examples/__init__.py' 2024-11-01T16:36:01.2263442Z adding 'torch/_export/db/examples/assume_constant_result.py' 2024-11-01T16:36:01.2266424Z adding 'torch/_export/db/examples/autograd_function.py' 2024-11-01T16:36:01.2269364Z adding 'torch/_export/db/examples/class_method.py' 2024-11-01T16:36:01.2272621Z adding 'torch/_export/db/examples/cond_branch_class_method.py' 2024-11-01T16:36:01.2275941Z adding 'torch/_export/db/examples/cond_branch_nested_function.py' 2024-11-01T16:36:01.2279362Z adding 'torch/_export/db/examples/cond_branch_nonlocal_variables.py' 2024-11-01T16:36:01.2282381Z adding 'torch/_export/db/examples/cond_closed_over_variable.py' 2024-11-01T16:36:01.2293088Z adding 'torch/_export/db/examples/cond_operands.py' 2024-11-01T16:36:01.2293759Z adding 'torch/_export/db/examples/cond_predicate.py' 2024-11-01T16:36:01.2294394Z adding 'torch/_export/db/examples/constrain_as_size_example.py' 2024-11-01T16:36:01.2295081Z adding 'torch/_export/db/examples/constrain_as_value_example.py' 2024-11-01T16:36:01.2297585Z adding 'torch/_export/db/examples/decorator.py' 2024-11-01T16:36:01.2300460Z adding 'torch/_export/db/examples/dictionary.py' 2024-11-01T16:36:01.2303510Z adding 'torch/_export/db/examples/dynamic_shape_assert.py' 2024-11-01T16:36:01.2306500Z adding 'torch/_export/db/examples/dynamic_shape_constructor.py' 2024-11-01T16:36:01.2309461Z adding 'torch/_export/db/examples/dynamic_shape_if_guard.py' 2024-11-01T16:36:01.2312395Z adding 'torch/_export/db/examples/dynamic_shape_map.py' 2024-11-01T16:36:01.2315418Z adding 'torch/_export/db/examples/dynamic_shape_round.py' 2024-11-01T16:36:01.2341014Z adding 'torch/_export/db/examples/dynamic_shape_slicing.py' 2024-11-01T16:36:01.2344118Z adding 'torch/_export/db/examples/dynamic_shape_view.py' 2024-11-01T16:36:01.2347640Z adding 'torch/_export/db/examples/fn_with_kwargs.py' 2024-11-01T16:36:01.2350253Z adding 'torch/_export/db/examples/list_contains.py' 2024-11-01T16:36:01.2353170Z adding 'torch/_export/db/examples/list_unpack.py' 2024-11-01T16:36:01.2356358Z adding 'torch/_export/db/examples/model_attr_mutation.py' 2024-11-01T16:36:01.2359369Z adding 'torch/_export/db/examples/nested_function.py' 2024-11-01T16:36:01.2362371Z adding 'torch/_export/db/examples/null_context_manager.py' 2024-11-01T16:36:01.2365297Z adding 'torch/_export/db/examples/optional_input.py' 2024-11-01T16:36:01.2368251Z adding 'torch/_export/db/examples/pytree_flatten.py' 2024-11-01T16:36:01.2371212Z adding 'torch/_export/db/examples/scalar_output.py' 2024-11-01T16:36:01.2374267Z adding 'torch/_export/db/examples/specialized_attribute.py' 2024-11-01T16:36:01.2377163Z adding 'torch/_export/db/examples/static_for_loop.py' 2024-11-01T16:36:01.2380065Z adding 'torch/_export/db/examples/static_if.py' 2024-11-01T16:36:01.2382987Z adding 'torch/_export/db/examples/tensor_setattr.py' 2024-11-01T16:36:01.2385960Z adding 'torch/_export/db/examples/type_reflection_method.py' 2024-11-01T16:36:01.2389035Z adding 'torch/_export/db/examples/unsupported_operator.py' 2024-11-01T16:36:01.2392158Z adding 'torch/_export/db/examples/user_input_mutation.py' 2024-11-01T16:36:01.2395787Z adding 'torch/_export/pass_infra/__init__.py' 2024-11-01T16:36:01.2398867Z adding 'torch/_export/pass_infra/node_metadata.py' 2024-11-01T16:36:01.2402146Z adding 'torch/_export/pass_infra/proxy_value.py' 2024-11-01T16:36:01.2405788Z adding 'torch/_export/passes/__init__.py' 2024-11-01T16:36:01.2409508Z adding 'torch/_export/passes/_node_metadata_hook.py' 2024-11-01T16:36:01.2415219Z adding 'torch/_export/passes/add_runtime_assertions_for_constraints_pass.py' 2024-11-01T16:36:01.2419316Z adding 'torch/_export/passes/collect_tracepoints_pass.py' 2024-11-01T16:36:01.2425175Z adding 'torch/_export/passes/constant_folding.py' 2024-11-01T16:36:01.2429460Z adding 'torch/_export/passes/functionalize_side_effectful_ops_pass.py' 2024-11-01T16:36:01.2435750Z adding 'torch/_export/passes/lift_constants_pass.py' 2024-11-01T16:36:01.2439226Z adding 'torch/_export/passes/remove_runtime_assertions.py' 2024-11-01T16:36:01.2443807Z adding 'torch/_export/passes/replace_autocast_with_hop_pass.py' 2024-11-01T16:36:01.2453024Z adding 'torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py' 2024-11-01T16:36:01.2457412Z adding 'torch/_export/passes/replace_set_grad_with_hop_pass.py' 2024-11-01T16:36:01.2461135Z adding 'torch/_export/passes/replace_view_ops_with_view_copy_ops_pass.py' 2024-11-01T16:36:01.2465976Z adding 'torch/_export/passes/replace_with_hop_pass_util.py' 2024-11-01T16:36:01.2469745Z adding 'torch/_export/serde/__init__.py' 2024-11-01T16:36:01.2472797Z adding 'torch/_export/serde/aoti_schema.py' 2024-11-01T16:36:01.2478393Z adding 'torch/_export/serde/dynamic_shapes.py' 2024-11-01T16:36:01.2483773Z adding 'torch/_export/serde/schema.py' 2024-11-01T16:36:01.2488425Z adding 'torch/_export/serde/schema.yaml' 2024-11-01T16:36:01.2493728Z adding 'torch/_export/serde/schema_check.py' 2024-11-01T16:36:01.2532805Z adding 'torch/_export/serde/serialize.py' 2024-11-01T16:36:01.2539114Z adding 'torch/_export/serde/union.py' 2024-11-01T16:36:01.2543208Z adding 'torch/_functorch/__init__.py' 2024-11-01T16:36:01.2571169Z adding 'torch/_functorch/aot_autograd.py' 2024-11-01T16:36:01.2580473Z adding 'torch/_functorch/apis.py' 2024-11-01T16:36:01.2592119Z adding 'torch/_functorch/autograd_function.py' 2024-11-01T16:36:01.2596165Z adding 'torch/_functorch/batch_norm_replacement.py' 2024-11-01T16:36:01.2600544Z adding 'torch/_functorch/benchmark_utils.py' 2024-11-01T16:36:01.2605323Z adding 'torch/_functorch/compile_utils.py' 2024-11-01T16:36:01.2611854Z adding 'torch/_functorch/compilers.py' 2024-11-01T16:36:01.2618010Z adding 'torch/_functorch/config.py' 2024-11-01T16:36:01.2622431Z adding 'torch/_functorch/deprecated.py' 2024-11-01T16:36:01.2648017Z adding 'torch/_functorch/eager_transforms.py' 2024-11-01T16:36:01.2654859Z adding 'torch/_functorch/functional_call.py' 2024-11-01T16:36:01.2662284Z adding 'torch/_functorch/fx_minifier.py' 2024-11-01T16:36:01.2670830Z adding 'torch/_functorch/make_functional.py' 2024-11-01T16:36:01.2698838Z adding 'torch/_functorch/partitioners.py' 2024-11-01T16:36:01.2705650Z adding 'torch/_functorch/pyfunctorch.py' 2024-11-01T16:36:01.2708896Z adding 'torch/_functorch/python_key.py' 2024-11-01T16:36:01.2711991Z adding 'torch/_functorch/pytree_hacks.py' 2024-11-01T16:36:01.2720421Z adding 'torch/_functorch/top_operators_github_usage.py' 2024-11-01T16:36:01.2723993Z adding 'torch/_functorch/utils.py' 2024-11-01T16:36:01.2731973Z adding 'torch/_functorch/vmap.py' 2024-11-01T16:36:01.2736417Z adding 'torch/_functorch/_aot_autograd/__init__.py' 2024-11-01T16:36:01.2747944Z adding 'torch/_functorch/_aot_autograd/autograd_cache.py' 2024-11-01T16:36:01.2763794Z adding 'torch/_functorch/_aot_autograd/collect_metadata_analysis.py' 2024-11-01T16:36:01.2770422Z adding 'torch/_functorch/_aot_autograd/dispatch_and_compile_graph.py' 2024-11-01T16:36:01.2779529Z adding 'torch/_functorch/_aot_autograd/functional_utils.py' 2024-11-01T16:36:01.2790260Z adding 'torch/_functorch/_aot_autograd/input_output_analysis.py' 2024-11-01T16:36:01.2803192Z adding 'torch/_functorch/_aot_autograd/jit_compile_runtime_wrappers.py' 2024-11-01T16:36:01.2807856Z adding 'torch/_functorch/_aot_autograd/logging_utils.py' 2024-11-01T16:36:01.2840752Z adding 'torch/_functorch/_aot_autograd/runtime_wrappers.py' 2024-11-01T16:36:01.2858480Z adding 'torch/_functorch/_aot_autograd/schemas.py' 2024-11-01T16:36:01.2866899Z adding 'torch/_functorch/_aot_autograd/subclass_utils.py' 2024-11-01T16:36:01.2884159Z adding 'torch/_functorch/_aot_autograd/traced_function_transforms.py' 2024-11-01T16:36:01.2892968Z adding 'torch/_functorch/_aot_autograd/utils.py' 2024-11-01T16:36:01.2897315Z adding 'torch/_higher_order_ops/__init__.py' 2024-11-01T16:36:01.2903561Z adding 'torch/_higher_order_ops/associative_scan.py' 2024-11-01T16:36:01.2913798Z adding 'torch/_higher_order_ops/auto_functionalize.py' 2024-11-01T16:36:01.2923050Z adding 'torch/_higher_order_ops/cond.py' 2024-11-01T16:36:01.2928831Z adding 'torch/_higher_order_ops/effects.py' 2024-11-01T16:36:01.2933430Z adding 'torch/_higher_order_ops/executorch_call_delegate.py' 2024-11-01T16:36:01.2944557Z adding 'torch/_higher_order_ops/flex_attention.py' 2024-11-01T16:36:01.2949528Z adding 'torch/_higher_order_ops/hints_wrap.py' 2024-11-01T16:36:01.2954801Z adding 'torch/_higher_order_ops/invoke_subgraph.py' 2024-11-01T16:36:01.2959978Z adding 'torch/_higher_order_ops/map.py' 2024-11-01T16:36:01.2964445Z adding 'torch/_higher_order_ops/out_dtype.py' 2024-11-01T16:36:01.2967969Z adding 'torch/_higher_order_ops/run_const_graph.py' 2024-11-01T16:36:01.2975438Z adding 'torch/_higher_order_ops/scan.py' 2024-11-01T16:36:01.2979658Z adding 'torch/_higher_order_ops/strict_mode.py' 2024-11-01T16:36:01.2983954Z adding 'torch/_higher_order_ops/torchbind.py' 2024-11-01T16:36:01.3001996Z adding 'torch/_higher_order_ops/triton_kernel_wrap.py' 2024-11-01T16:36:01.3010870Z adding 'torch/_higher_order_ops/utils.py' 2024-11-01T16:36:01.3016523Z adding 'torch/_higher_order_ops/while_loop.py' 2024-11-01T16:36:01.3022091Z adding 'torch/_higher_order_ops/wrap.py' 2024-11-01T16:36:01.3029034Z adding 'torch/_inductor/__init__.py' 2024-11-01T16:36:01.3034443Z adding 'torch/_inductor/aoti_eager.py' 2024-11-01T16:36:01.3040612Z adding 'torch/_inductor/async_compile.py' 2024-11-01T16:36:01.3051304Z adding 'torch/_inductor/autotune_process.py' 2024-11-01T16:36:01.3059538Z adding 'torch/_inductor/bisect_helper.py' 2024-11-01T16:36:01.3064471Z adding 'torch/_inductor/bounds.py' 2024-11-01T16:36:01.3113113Z adding 'torch/_inductor/codecache.py' 2024-11-01T16:36:01.3121304Z adding 'torch/_inductor/comm_analysis.py' 2024-11-01T16:36:01.3127201Z adding 'torch/_inductor/comm_lowering.py' 2024-11-01T16:36:01.3139256Z adding 'torch/_inductor/comms.py' 2024-11-01T16:36:01.3165476Z adding 'torch/_inductor/compile_fx.py' 2024-11-01T16:36:01.3190486Z adding 'torch/_inductor/config.py' 2024-11-01T16:36:01.3198184Z adding 'torch/_inductor/constant_folding.py' 2024-11-01T16:36:01.3217021Z adding 'torch/_inductor/cpp_builder.py' 2024-11-01T16:36:01.3225579Z adding 'torch/_inductor/cpu_vec_isa.py' 2024-11-01T16:36:01.3264984Z adding 'torch/_inductor/cudagraph_trees.py' 2024-11-01T16:36:01.3272930Z adding 'torch/_inductor/cudagraph_utils.py' 2024-11-01T16:36:01.3276826Z adding 'torch/_inductor/custom_graph_pass.py' 2024-11-01T16:36:01.3286123Z adding 'torch/_inductor/debug.py' 2024-11-01T16:36:01.3298565Z adding 'torch/_inductor/decomposition.py' 2024-11-01T16:36:01.3310095Z adding 'torch/_inductor/dependencies.py' 2024-11-01T16:36:01.3314402Z adding 'torch/_inductor/exc.py' 2024-11-01T16:36:01.3317895Z adding 'torch/_inductor/extern_node_serializer.py' 2024-11-01T16:36:01.3323312Z adding 'torch/_inductor/freezing.py' 2024-11-01T16:36:01.3329680Z adding 'torch/_inductor/fx_utils.py' 2024-11-01T16:36:01.3362088Z adding 'torch/_inductor/graph.py' 2024-11-01T16:36:01.3367271Z adding 'torch/_inductor/hooks.py' 2024-11-01T16:36:01.3373158Z adding 'torch/_inductor/index_propagation.py' 2024-11-01T16:36:01.3377787Z adding 'torch/_inductor/inductor_prims.py' 2024-11-01T16:36:01.3460750Z adding 'torch/_inductor/ir.py' 2024-11-01T16:36:01.3471510Z adding 'torch/_inductor/jagged_lowerings.py' 2024-11-01T16:36:01.3481004Z adding 'torch/_inductor/loop_body.py' 2024-11-01T16:36:01.3550863Z adding 'torch/_inductor/lowering.py' 2024-11-01T16:36:01.3565207Z adding 'torch/_inductor/memory.py' 2024-11-01T16:36:01.3571982Z adding 'torch/_inductor/metrics.py' 2024-11-01T16:36:01.3583028Z adding 'torch/_inductor/mkldnn_ir.py' 2024-11-01T16:36:01.3594962Z adding 'torch/_inductor/mkldnn_lowerings.py' 2024-11-01T16:36:01.3607753Z adding 'torch/_inductor/ops_handler.py' 2024-11-01T16:36:01.3612691Z adding 'torch/_inductor/optimize_indexing.py' 2024-11-01T16:36:01.3639293Z adding 'torch/_inductor/pattern_matcher.py' 2024-11-01T16:36:01.3644791Z adding 'torch/_inductor/quantized_lowerings.py' 2024-11-01T16:36:01.3650431Z adding 'torch/_inductor/remote_cache.py' 2024-11-01T16:36:01.3702079Z adding 'torch/_inductor/scheduler.py' 2024-11-01T16:36:01.3728382Z adding 'torch/_inductor/select_algorithm.py' 2024-11-01T16:36:01.3742717Z adding 'torch/_inductor/sizevars.py' 2024-11-01T16:36:01.3747736Z adding 'torch/_inductor/subgraph_lowering.py' 2024-11-01T16:36:01.3750985Z adding 'torch/_inductor/test_case.py' 2024-11-01T16:36:01.3754061Z adding 'torch/_inductor/test_operators.py' 2024-11-01T16:36:01.3758965Z adding 'torch/_inductor/triton_bundler.py' 2024-11-01T16:36:01.3785450Z adding 'torch/_inductor/utils.py' 2024-11-01T16:36:01.3792844Z adding 'torch/_inductor/virtualized.py' 2024-11-01T16:36:01.3798703Z adding 'torch/_inductor/wrapper_benchmark.py' 2024-11-01T16:36:01.3802675Z adding 'torch/_inductor/autoheuristic/__init__.py' 2024-11-01T16:36:01.3808312Z adding 'torch/_inductor/autoheuristic/autoheuristic.py' 2024-11-01T16:36:01.3813904Z adding 'torch/_inductor/autoheuristic/autoheuristic_utils.py' 2024-11-01T16:36:01.3818128Z adding 'torch/_inductor/autoheuristic/learned_heuristic_controller.py' 2024-11-01T16:36:01.3821629Z adding 'torch/_inductor/autoheuristic/learnedheuristic_interface.py' 2024-11-01T16:36:01.3829462Z adding 'torch/_inductor/autoheuristic/artifacts/_MMRankingA100.py' 2024-11-01T16:36:01.3837807Z adding 'torch/_inductor/autoheuristic/artifacts/_MMRankingH100.py' 2024-11-01T16:36:01.3842527Z adding 'torch/_inductor/autoheuristic/artifacts/_MixedMMA100.py' 2024-11-01T16:36:01.3846860Z adding 'torch/_inductor/autoheuristic/artifacts/_MixedMMH100.py' 2024-11-01T16:36:01.3850762Z adding 'torch/_inductor/autoheuristic/artifacts/_PadMMA100.py' 2024-11-01T16:36:01.3853722Z adding 'torch/_inductor/autoheuristic/artifacts/__init__.py' 2024-11-01T16:36:01.3857519Z adding 'torch/_inductor/codegen/__init__.py' 2024-11-01T16:36:01.3860885Z adding 'torch/_inductor/codegen/aoti_hipify_utils.py' 2024-11-01T16:36:01.3888396Z adding 'torch/_inductor/codegen/common.py' 2024-11-01T16:36:01.3952431Z adding 'torch/_inductor/codegen/cpp.py' 2024-11-01T16:36:01.3972835Z adding 'torch/_inductor/codegen/cpp_gemm_template.py' 2024-11-01T16:36:01.3983088Z adding 'torch/_inductor/codegen/cpp_micro_gemm.py' 2024-11-01T16:36:01.3994480Z adding 'torch/_inductor/codegen/cpp_prefix.h' 2024-11-01T16:36:01.3999428Z adding 'torch/_inductor/codegen/cpp_template.py' 2024-11-01T16:36:01.4006667Z adding 'torch/_inductor/codegen/cpp_template_kernel.py' 2024-11-01T16:36:01.4019280Z adding 'torch/_inductor/codegen/cpp_utils.py' 2024-11-01T16:36:01.4049531Z adding 'torch/_inductor/codegen/cpp_wrapper_cpu.py' 2024-11-01T16:36:01.4066140Z adding 'torch/_inductor/codegen/cpp_wrapper_cpu_array_ref.py' 2024-11-01T16:36:01.4074849Z adding 'torch/_inductor/codegen/cpp_wrapper_gpu.py' 2024-11-01T16:36:01.4078695Z adding 'torch/_inductor/codegen/cpu_device_op_overrides.py' 2024-11-01T16:36:01.4082544Z adding 'torch/_inductor/codegen/cuda_combined_scheduling.py' 2024-11-01T16:36:01.4087481Z adding 'torch/_inductor/codegen/debug_utils.py' 2024-11-01T16:36:01.4110419Z adding 'torch/_inductor/codegen/halide.py' 2024-11-01T16:36:01.4122376Z adding 'torch/_inductor/codegen/memory_planning.py' 2024-11-01T16:36:01.4129938Z adding 'torch/_inductor/codegen/multi_kernel.py' 2024-11-01T16:36:01.4155025Z adding 'torch/_inductor/codegen/simd.py' 2024-11-01T16:36:01.4161075Z adding 'torch/_inductor/codegen/simd_kernel_features.py' 2024-11-01T16:36:01.4208990Z adding 'torch/_inductor/codegen/triton.py' 2024-11-01T16:36:01.4227277Z adding 'torch/_inductor/codegen/triton_combo_kernel.py' 2024-11-01T16:36:01.4232811Z adding 'torch/_inductor/codegen/triton_split_scan.py' 2024-11-01T16:36:01.4237296Z adding 'torch/_inductor/codegen/triton_utils.py' 2024-11-01T16:36:01.4270285Z adding 'torch/_inductor/codegen/wrapper.py' 2024-11-01T16:36:01.4276998Z adding 'torch/_inductor/codegen/aoti_runtime/implementation.cpp' 2024-11-01T16:36:01.4282169Z adding 'torch/_inductor/codegen/aoti_runtime/interface.cpp' 2024-11-01T16:36:01.4286118Z adding 'torch/_inductor/codegen/cuda/__init__.py' 2024-11-01T16:36:01.4290157Z adding 'torch/_inductor/codegen/cuda/cuda_cpp_scheduling.py' 2024-11-01T16:36:01.4293419Z adding 'torch/_inductor/codegen/cuda/cuda_env.py' 2024-11-01T16:36:01.4299830Z adding 'torch/_inductor/codegen/cuda/cuda_kernel.py' 2024-11-01T16:36:01.4305179Z adding 'torch/_inductor/codegen/cuda/cuda_template.py' 2024-11-01T16:36:01.4310930Z adding 'torch/_inductor/codegen/cuda/cutlass_epilogue_gen.py' 2024-11-01T16:36:01.4317110Z adding 'torch/_inductor/codegen/cuda/cutlass_utils.py' 2024-11-01T16:36:01.4322023Z adding 'torch/_inductor/codegen/cuda/device_op_overrides.py' 2024-11-01T16:36:01.4339809Z adding 'torch/_inductor/codegen/cuda/gemm_template.py' 2024-11-01T16:36:01.4344965Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/__init__.py' 2024-11-01T16:36:01.4349675Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/gemm_operation_extensions.py' 2024-11-01T16:36:01.4353423Z adding 'torch/_inductor/codegen/rocm/__init__.py' 2024-11-01T16:36:01.4361180Z adding 'torch/_inductor/codegen/rocm/ck_conv_template.py' 2024-11-01T16:36:01.4365239Z adding 'torch/_inductor/codegen/rocm/ck_template.py' 2024-11-01T16:36:01.4372233Z adding 'torch/_inductor/codegen/rocm/ck_universal_gemm_template.py' 2024-11-01T16:36:01.4376538Z adding 'torch/_inductor/codegen/rocm/compile_command.py' 2024-11-01T16:36:01.4380641Z adding 'torch/_inductor/codegen/rocm/rocm_benchmark_request.py' 2024-11-01T16:36:01.4384593Z adding 'torch/_inductor/codegen/rocm/rocm_cpp_scheduling.py' 2024-11-01T16:36:01.4389882Z adding 'torch/_inductor/codegen/rocm/rocm_kernel.py' 2024-11-01T16:36:01.4394473Z adding 'torch/_inductor/codegen/rocm/rocm_template.py' 2024-11-01T16:36:01.4397873Z adding 'torch/_inductor/codegen/rocm/rocm_template_buffer.py' 2024-11-01T16:36:01.4401625Z adding 'torch/_inductor/codegen/xpu/__init__.py' 2024-11-01T16:36:01.4404564Z adding 'torch/_inductor/codegen/xpu/device_op_overrides.py' 2024-11-01T16:36:01.4408200Z adding 'torch/_inductor/compile_worker/__init__.py' 2024-11-01T16:36:01.4411519Z adding 'torch/_inductor/compile_worker/__main__.py' 2024-11-01T16:36:01.4417374Z adding 'torch/_inductor/compile_worker/subproc_pool.py' 2024-11-01T16:36:01.4420782Z adding 'torch/_inductor/compile_worker/watchdog.py' 2024-11-01T16:36:01.4424830Z adding 'torch/_inductor/fx_passes/__init__.py' 2024-11-01T16:36:01.4433937Z adding 'torch/_inductor/fx_passes/b2b_gemm.py' 2024-11-01T16:36:01.4439981Z adding 'torch/_inductor/fx_passes/binary_folding.py' 2024-11-01T16:36:01.4448792Z adding 'torch/_inductor/fx_passes/ddp_fusion.py' 2024-11-01T16:36:01.4453300Z adding 'torch/_inductor/fx_passes/decompose_mem_bound_mm.py' 2024-11-01T16:36:01.4457154Z adding 'torch/_inductor/fx_passes/dedupe_symint_uses.py' 2024-11-01T16:36:01.4462740Z adding 'torch/_inductor/fx_passes/efficient_conv_bn_eval.py' 2024-11-01T16:36:01.4467366Z adding 'torch/_inductor/fx_passes/freezing_patterns.py' 2024-11-01T16:36:01.4476213Z adding 'torch/_inductor/fx_passes/fuse_attention.py' 2024-11-01T16:36:01.4492534Z adding 'torch/_inductor/fx_passes/group_batch_fusion.py' 2024-11-01T16:36:01.4503359Z adding 'torch/_inductor/fx_passes/joint_graph.py' 2024-11-01T16:36:01.4513948Z adding 'torch/_inductor/fx_passes/micro_pipeline_tp.py' 2024-11-01T16:36:01.4518620Z adding 'torch/_inductor/fx_passes/misc_patterns.py' 2024-11-01T16:36:01.4532444Z adding 'torch/_inductor/fx_passes/mkldnn_fusion.py' 2024-11-01T16:36:01.4538060Z adding 'torch/_inductor/fx_passes/numeric_utils.py' 2024-11-01T16:36:01.4548016Z adding 'torch/_inductor/fx_passes/pad_mm.py' 2024-11-01T16:36:01.4564105Z adding 'torch/_inductor/fx_passes/post_grad.py' 2024-11-01T16:36:01.4574669Z adding 'torch/_inductor/fx_passes/pre_grad.py' 2024-11-01T16:36:01.4600583Z adding 'torch/_inductor/fx_passes/quantization.py' 2024-11-01T16:36:01.4615501Z adding 'torch/_inductor/fx_passes/reinplace.py' 2024-11-01T16:36:01.4619862Z adding 'torch/_inductor/fx_passes/replace_random.py' 2024-11-01T16:36:01.4650637Z adding 'torch/_inductor/fx_passes/split_cat.py' 2024-11-01T16:36:01.4657329Z adding 'torch/_inductor/fx_passes/serialized_patterns/__init__.py' 2024-11-01T16:36:01.4661270Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_1.py' 2024-11-01T16:36:01.4665762Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py' 2024-11-01T16:36:01.4670442Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py' 2024-11-01T16:36:01.4675135Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py' 2024-11-01T16:36:01.4679368Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_13.py' 2024-11-01T16:36:01.4683779Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py' 2024-11-01T16:36:01.4688546Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_15.py' 2024-11-01T16:36:01.4701605Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py' 2024-11-01T16:36:01.4742445Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_17.py' 2024-11-01T16:36:01.4750665Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_18.py' 2024-11-01T16:36:01.4757117Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_19.py' 2024-11-01T16:36:01.4762721Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_2.py' 2024-11-01T16:36:01.4767329Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_3.py' 2024-11-01T16:36:01.4771840Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_4.py' 2024-11-01T16:36:01.4777460Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_5.py' 2024-11-01T16:36:01.4781913Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_6.py' 2024-11-01T16:36:01.4786676Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py' 2024-11-01T16:36:01.4792449Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py' 2024-11-01T16:36:01.4797302Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py' 2024-11-01T16:36:01.4801008Z adding 'torch/_inductor/fx_passes/serialized_patterns/addmm_pattern.py' 2024-11-01T16:36:01.4804232Z adding 'torch/_inductor/fx_passes/serialized_patterns/bmm_pattern.py' 2024-11-01T16:36:01.4807449Z adding 'torch/_inductor/fx_passes/serialized_patterns/mm_pattern.py' 2024-11-01T16:36:01.4811174Z adding 'torch/_inductor/kernel/__init__.py' 2024-11-01T16:36:01.4815765Z adding 'torch/_inductor/kernel/bmm.py' 2024-11-01T16:36:01.4824940Z adding 'torch/_inductor/kernel/conv.py' 2024-11-01T16:36:01.4846246Z adding 'torch/_inductor/kernel/flex_attention.py' 2024-11-01T16:36:01.4856195Z adding 'torch/_inductor/kernel/flex_decoding.py' 2024-11-01T16:36:01.4865893Z adding 'torch/_inductor/kernel/mm.py' 2024-11-01T16:36:01.4873323Z adding 'torch/_inductor/kernel/mm_common.py' 2024-11-01T16:36:01.4879866Z adding 'torch/_inductor/kernel/mm_plus_mm.py' 2024-11-01T16:36:01.4885352Z adding 'torch/_inductor/kernel/mm_scaled.py' 2024-11-01T16:36:01.4889392Z adding 'torch/_inductor/kernel/unpack_mixed_mm.py' 2024-11-01T16:36:01.4893249Z adding 'torch/_inductor/package/__init__.py' 2024-11-01T16:36:01.4896208Z adding 'torch/_inductor/package/build_package.py' 2024-11-01T16:36:01.4900796Z adding 'torch/_inductor/package/package.py' 2024-11-01T16:36:01.4904190Z adding 'torch/_inductor/package/pt2_archive_constants.py' 2024-11-01T16:36:01.4907906Z adding 'torch/_inductor/runtime/__init__.py' 2024-11-01T16:36:01.4914966Z adding 'torch/_inductor/runtime/autotune_cache.py' 2024-11-01T16:36:01.4920219Z adding 'torch/_inductor/runtime/benchmarking.py' 2024-11-01T16:36:01.4923587Z adding 'torch/_inductor/runtime/cache_dir_utils.py' 2024-11-01T16:36:01.4927044Z adding 'torch/_inductor/runtime/compile_tasks.py' 2024-11-01T16:36:01.4932333Z adding 'torch/_inductor/runtime/coordinate_descent_tuner.py' 2024-11-01T16:36:01.4936331Z adding 'torch/_inductor/runtime/halide_helpers.py' 2024-11-01T16:36:01.4940643Z adding 'torch/_inductor/runtime/hints.py' 2024-11-01T16:36:01.4944701Z adding 'torch/_inductor/runtime/runtime_utils.py' 2024-11-01T16:36:01.4952989Z adding 'torch/_inductor/runtime/triton_helpers.py' 2024-11-01T16:36:01.4978677Z adding 'torch/_inductor/runtime/triton_heuristics.py' 2024-11-01T16:36:01.4985788Z adding 'torch/_lazy/__init__.py' 2024-11-01T16:36:01.4991241Z adding 'torch/_lazy/closure.py' 2024-11-01T16:36:01.4996814Z adding 'torch/_lazy/computation.py' 2024-11-01T16:36:01.4999845Z adding 'torch/_lazy/config.py' 2024-11-01T16:36:01.5010312Z adding 'torch/_lazy/debug.py' 2024-11-01T16:36:01.5041599Z adding 'torch/_lazy/device_context.py' 2024-11-01T16:36:01.5048399Z adding 'torch/_lazy/extract_compiled_graph.py' 2024-11-01T16:36:01.5053142Z adding 'torch/_lazy/ir_cache.py' 2024-11-01T16:36:01.5056211Z adding 'torch/_lazy/metrics.py' 2024-11-01T16:36:01.5061066Z adding 'torch/_lazy/tensor_factory_functions.py' 2024-11-01T16:36:01.5065441Z adding 'torch/_lazy/ts_backend.py' 2024-11-01T16:36:01.5069221Z adding 'torch/_library/__init__.py' 2024-11-01T16:36:01.5075532Z adding 'torch/_library/autograd.py' 2024-11-01T16:36:01.5087131Z adding 'torch/_library/custom_ops.py' 2024-11-01T16:36:01.5095441Z adding 'torch/_library/fake_class_registry.py' 2024-11-01T16:36:01.5100641Z adding 'torch/_library/fake_impl.py' 2024-11-01T16:36:01.5106388Z adding 'torch/_library/infer_schema.py' 2024-11-01T16:36:01.5110251Z adding 'torch/_library/simple_registry.py' 2024-11-01T16:36:01.5115377Z adding 'torch/_library/triton.py' 2024-11-01T16:36:01.5124264Z adding 'torch/_library/utils.py' 2024-11-01T16:36:01.5128598Z adding 'torch/_logging/__init__.py' 2024-11-01T16:36:01.5145656Z adding 'torch/_logging/_internal.py' 2024-11-01T16:36:01.5152249Z adding 'torch/_logging/_registrations.py' 2024-11-01T16:36:01.5156095Z adding 'torch/_logging/scribe.py' 2024-11-01T16:36:01.5159898Z adding 'torch/_logging/structured.py' 2024-11-01T16:36:01.5163479Z adding 'torch/_numpy/__init__.py' 2024-11-01T16:36:01.5166890Z adding 'torch/_numpy/_binary_ufuncs_impl.py' 2024-11-01T16:36:01.5172879Z adding 'torch/_numpy/_casting_dicts.py' 2024-11-01T16:36:01.5180706Z adding 'torch/_numpy/_dtypes.py' 2024-11-01T16:36:01.5185544Z adding 'torch/_numpy/_dtypes_impl.py' 2024-11-01T16:36:01.5189215Z adding 'torch/_numpy/_funcs.py' 2024-11-01T16:36:01.5210765Z adding 'torch/_numpy/_funcs_impl.py' 2024-11-01T16:36:01.5215172Z adding 'torch/_numpy/_getlimits.py' 2024-11-01T16:36:01.5222330Z adding 'torch/_numpy/_ndarray.py' 2024-11-01T16:36:01.5227626Z adding 'torch/_numpy/_normalizations.py' 2024-11-01T16:36:01.5233162Z adding 'torch/_numpy/_reductions_impl.py' 2024-11-01T16:36:01.5239434Z adding 'torch/_numpy/_ufuncs.py' 2024-11-01T16:36:01.5242971Z adding 'torch/_numpy/_unary_ufuncs_impl.py' 2024-11-01T16:36:01.5248741Z adding 'torch/_numpy/_util.py' 2024-11-01T16:36:01.5252374Z adding 'torch/_numpy/fft.py' 2024-11-01T16:36:01.5256445Z adding 'torch/_numpy/linalg.py' 2024-11-01T16:36:01.5260629Z adding 'torch/_numpy/random.py' 2024-11-01T16:36:01.5264487Z adding 'torch/_numpy/testing/__init__.py' 2024-11-01T16:36:01.5291011Z adding 'torch/_numpy/testing/utils.py' 2024-11-01T16:36:01.5318732Z adding 'torch/_prims/__init__.py' 2024-11-01T16:36:01.5324873Z adding 'torch/_prims/context.py' 2024-11-01T16:36:01.5328430Z adding 'torch/_prims/debug_prims.py' 2024-11-01T16:36:01.5331838Z adding 'torch/_prims/executor.py' 2024-11-01T16:36:01.5337034Z adding 'torch/_prims/rng_prims.py' 2024-11-01T16:36:01.5363387Z adding 'torch/_prims_common/__init__.py' 2024-11-01T16:36:01.5372410Z adding 'torch/_prims_common/wrappers.py' 2024-11-01T16:36:01.5453629Z adding 'torch/_refs/__init__.py' 2024-11-01T16:36:01.5463188Z adding 'torch/_refs/_conversions.py' 2024-11-01T16:36:01.5471978Z adding 'torch/_refs/fft.py' 2024-11-01T16:36:01.5479833Z adding 'torch/_refs/linalg/__init__.py' 2024-11-01T16:36:01.5484987Z adding 'torch/_refs/nn/__init__.py' 2024-11-01T16:36:01.5502030Z adding 'torch/_refs/nn/functional/__init__.py' 2024-11-01T16:36:01.5509072Z adding 'torch/_refs/special/__init__.py' 2024-11-01T16:36:01.5512778Z adding 'torch/_strobelight/__init__.py' 2024-11-01T16:36:01.5518413Z adding 'torch/_strobelight/cli_function_profiler.py' 2024-11-01T16:36:01.5523122Z adding 'torch/_strobelight/compile_time_profiler.py' 2024-11-01T16:36:01.5527402Z adding 'torch/_subclasses/__init__.py' 2024-11-01T16:36:01.5533561Z adding 'torch/_subclasses/_fake_tensor_utils.py' 2024-11-01T16:36:01.5546223Z adding 'torch/_subclasses/fake_impls.py' 2024-11-01T16:36:01.5588736Z adding 'torch/_subclasses/fake_tensor.py' 2024-11-01T16:36:01.5596730Z adding 'torch/_subclasses/fake_utils.py' 2024-11-01T16:36:01.5610481Z adding 'torch/_subclasses/functional_tensor.py' 2024-11-01T16:36:01.5638061Z adding 'torch/_subclasses/meta_utils.py' 2024-11-01T16:36:01.5644677Z adding 'torch/_subclasses/schema_check_mode.py' 2024-11-01T16:36:01.5648404Z adding 'torch/_vendor/__init__.py' 2024-11-01T16:36:01.5652247Z adding 'torch/_vendor/packaging/__init__.py' 2024-11-01T16:36:01.5655515Z adding 'torch/_vendor/packaging/_structures.py' 2024-11-01T16:36:01.5662265Z adding 'torch/_vendor/packaging/version.py' 2024-11-01T16:36:01.5667089Z adding 'torch/accelerator/__init__.py' 2024-11-01T16:36:01.5670579Z adding 'torch/accelerator/_utils.py' 2024-11-01T16:36:01.5674185Z adding 'torch/amp/__init__.py' 2024-11-01T16:36:01.5682561Z adding 'torch/amp/autocast_mode.py' 2024-11-01T16:36:01.5694602Z adding 'torch/amp/grad_scaler.py' 2024-11-01T16:36:01.5699194Z adding 'torch/ao/__init__.py' 2024-11-01T16:36:01.5703226Z adding 'torch/ao/nn/__init__.py' 2024-11-01T16:36:01.5707080Z adding 'torch/ao/nn/intrinsic/__init__.py' 2024-11-01T16:36:01.5710908Z adding 'torch/ao/nn/intrinsic/modules/__init__.py' 2024-11-01T16:36:01.5714815Z adding 'torch/ao/nn/intrinsic/modules/fused.py' 2024-11-01T16:36:01.5718838Z adding 'torch/ao/nn/intrinsic/qat/__init__.py' 2024-11-01T16:36:01.5722614Z adding 'torch/ao/nn/intrinsic/qat/modules/__init__.py' 2024-11-01T16:36:01.5731063Z adding 'torch/ao/nn/intrinsic/qat/modules/conv_fused.py' 2024-11-01T16:36:01.5736302Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_fused.py' 2024-11-01T16:36:01.5739878Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_relu.py' 2024-11-01T16:36:01.5743634Z adding 'torch/ao/nn/intrinsic/quantized/__init__.py' 2024-11-01T16:36:01.5747423Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/__init__.py' 2024-11-01T16:36:01.5750994Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2024-11-01T16:36:01.5754487Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2024-11-01T16:36:01.5758318Z adding 'torch/ao/nn/intrinsic/quantized/modules/__init__.py' 2024-11-01T16:36:01.5761689Z adding 'torch/ao/nn/intrinsic/quantized/modules/bn_relu.py' 2024-11-01T16:36:01.5765425Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_add.py' 2024-11-01T16:36:01.5769524Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_relu.py' 2024-11-01T16:36:01.5773730Z adding 'torch/ao/nn/intrinsic/quantized/modules/linear_relu.py' 2024-11-01T16:36:01.5777438Z adding 'torch/ao/nn/qat/__init__.py' 2024-11-01T16:36:01.5780817Z adding 'torch/ao/nn/qat/dynamic/__init__.py' 2024-11-01T16:36:01.5784290Z adding 'torch/ao/nn/qat/dynamic/modules/__init__.py' 2024-11-01T16:36:01.5787387Z adding 'torch/ao/nn/qat/dynamic/modules/linear.py' 2024-11-01T16:36:01.5791041Z adding 'torch/ao/nn/qat/modules/__init__.py' 2024-11-01T16:36:01.5795456Z adding 'torch/ao/nn/qat/modules/conv.py' 2024-11-01T16:36:01.5799902Z adding 'torch/ao/nn/qat/modules/embedding_ops.py' 2024-11-01T16:36:01.5803732Z adding 'torch/ao/nn/qat/modules/linear.py' 2024-11-01T16:36:01.5807372Z adding 'torch/ao/nn/quantizable/__init__.py' 2024-11-01T16:36:01.5810967Z adding 'torch/ao/nn/quantizable/modules/__init__.py' 2024-11-01T16:36:01.5818848Z adding 'torch/ao/nn/quantizable/modules/activation.py' 2024-11-01T16:36:01.5826329Z adding 'torch/ao/nn/quantizable/modules/rnn.py' 2024-11-01T16:36:01.5830727Z adding 'torch/ao/nn/quantized/__init__.py' 2024-11-01T16:36:01.5839197Z adding 'torch/ao/nn/quantized/functional.py' 2024-11-01T16:36:01.5843498Z adding 'torch/ao/nn/quantized/dynamic/__init__.py' 2024-11-01T16:36:01.5847223Z adding 'torch/ao/nn/quantized/dynamic/modules/__init__.py' 2024-11-01T16:36:01.5852102Z adding 'torch/ao/nn/quantized/dynamic/modules/conv.py' 2024-11-01T16:36:01.5857058Z adding 'torch/ao/nn/quantized/dynamic/modules/linear.py' 2024-11-01T16:36:01.5870837Z adding 'torch/ao/nn/quantized/dynamic/modules/rnn.py' 2024-11-01T16:36:01.5877050Z adding 'torch/ao/nn/quantized/modules/__init__.py' 2024-11-01T16:36:01.5882246Z adding 'torch/ao/nn/quantized/modules/activation.py' 2024-11-01T16:36:01.5886113Z adding 'torch/ao/nn/quantized/modules/batchnorm.py' 2024-11-01T16:36:01.5895491Z adding 'torch/ao/nn/quantized/modules/conv.py' 2024-11-01T16:36:01.5899711Z adding 'torch/ao/nn/quantized/modules/dropout.py' 2024-11-01T16:36:01.5905366Z adding 'torch/ao/nn/quantized/modules/embedding_ops.py' 2024-11-01T16:36:01.5910187Z adding 'torch/ao/nn/quantized/modules/functional_modules.py' 2024-11-01T16:36:01.5916574Z adding 'torch/ao/nn/quantized/modules/linear.py' 2024-11-01T16:36:01.5921109Z adding 'torch/ao/nn/quantized/modules/normalization.py' 2024-11-01T16:36:01.5924713Z adding 'torch/ao/nn/quantized/modules/rnn.py' 2024-11-01T16:36:01.5928910Z adding 'torch/ao/nn/quantized/modules/utils.py' 2024-11-01T16:36:01.5933055Z adding 'torch/ao/nn/quantized/reference/__init__.py' 2024-11-01T16:36:01.5937177Z adding 'torch/ao/nn/quantized/reference/modules/__init__.py' 2024-11-01T16:36:01.5941532Z adding 'torch/ao/nn/quantized/reference/modules/conv.py' 2024-11-01T16:36:01.5945594Z adding 'torch/ao/nn/quantized/reference/modules/linear.py' 2024-11-01T16:36:01.5953776Z adding 'torch/ao/nn/quantized/reference/modules/rnn.py' 2024-11-01T16:36:01.5958296Z adding 'torch/ao/nn/quantized/reference/modules/sparse.py' 2024-11-01T16:36:01.5963771Z adding 'torch/ao/nn/quantized/reference/modules/utils.py' 2024-11-01T16:36:01.5967822Z adding 'torch/ao/nn/sparse/__init__.py' 2024-11-01T16:36:01.5971600Z adding 'torch/ao/nn/sparse/quantized/__init__.py' 2024-11-01T16:36:01.5976251Z adding 'torch/ao/nn/sparse/quantized/linear.py' 2024-11-01T16:36:01.5979833Z adding 'torch/ao/nn/sparse/quantized/utils.py' 2024-11-01T16:36:01.5983656Z adding 'torch/ao/nn/sparse/quantized/dynamic/__init__.py' 2024-11-01T16:36:01.5988317Z adding 'torch/ao/nn/sparse/quantized/dynamic/linear.py' 2024-11-01T16:36:01.5992016Z adding 'torch/ao/ns/__init__.py' 2024-11-01T16:36:01.5999386Z adding 'torch/ao/ns/_numeric_suite.py' 2024-11-01T16:36:01.6013268Z adding 'torch/ao/ns/_numeric_suite_fx.py' 2024-11-01T16:36:01.6018000Z adding 'torch/ao/ns/fx/__init__.py' 2024-11-01T16:36:01.6025897Z adding 'torch/ao/ns/fx/graph_matcher.py' 2024-11-01T16:36:01.6040710Z adding 'torch/ao/ns/fx/graph_passes.py' 2024-11-01T16:36:01.6047926Z adding 'torch/ao/ns/fx/mappings.py' 2024-11-01T16:36:01.6066113Z adding 'torch/ao/ns/fx/n_shadows_utils.py' 2024-11-01T16:36:01.6071064Z adding 'torch/ao/ns/fx/ns_types.py' 2024-11-01T16:36:01.6077204Z adding 'torch/ao/ns/fx/pattern_utils.py' 2024-11-01T16:36:01.6081926Z adding 'torch/ao/ns/fx/qconfig_multi_mapping.py' 2024-11-01T16:36:01.6089790Z adding 'torch/ao/ns/fx/utils.py' 2024-11-01T16:36:01.6095990Z adding 'torch/ao/ns/fx/weight_utils.py' 2024-11-01T16:36:01.6100735Z adding 'torch/ao/pruning/__init__.py' 2024-11-01T16:36:01.6104139Z adding 'torch/ao/pruning/_mappings.py' 2024-11-01T16:36:01.6107941Z adding 'torch/ao/pruning/_experimental/__init__.py' 2024-11-01T16:36:01.6111702Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/__init__.py' 2024-11-01T16:36:01.6119699Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py' 2024-11-01T16:36:01.6123877Z adding 'torch/ao/pruning/_experimental/data_scheduler/__init__.py' 2024-11-01T16:36:01.6129018Z adding 'torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py' 2024-11-01T16:36:01.6132665Z adding 'torch/ao/pruning/_experimental/data_sparsifier/__init__.py' 2024-11-01T16:36:01.6139138Z adding 'torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py' 2024-11-01T16:36:01.6144442Z adding 'torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py' 2024-11-01T16:36:01.6148742Z adding 'torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py' 2024-11-01T16:36:01.6152600Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py' 2024-11-01T16:36:01.6156716Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py' 2024-11-01T16:36:01.6160022Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py' 2024-11-01T16:36:01.6164114Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py' 2024-11-01T16:36:01.6168837Z adding 'torch/ao/pruning/_experimental/pruner/FPGM_pruner.py' 2024-11-01T16:36:01.6171884Z adding 'torch/ao/pruning/_experimental/pruner/__init__.py' 2024-11-01T16:36:01.6177197Z adding 'torch/ao/pruning/_experimental/pruner/base_structured_sparsifier.py' 2024-11-01T16:36:01.6180905Z adding 'torch/ao/pruning/_experimental/pruner/lstm_saliency_pruner.py' 2024-11-01T16:36:01.6184300Z adding 'torch/ao/pruning/_experimental/pruner/match_utils.py' 2024-11-01T16:36:01.6187981Z adding 'torch/ao/pruning/_experimental/pruner/parametrization.py' 2024-11-01T16:36:01.6194799Z adding 'torch/ao/pruning/_experimental/pruner/prune_functions.py' 2024-11-01T16:36:01.6198704Z adding 'torch/ao/pruning/_experimental/pruner/saliency_pruner.py' 2024-11-01T16:36:01.6202274Z adding 'torch/ao/pruning/scheduler/__init__.py' 2024-11-01T16:36:01.6206657Z adding 'torch/ao/pruning/scheduler/base_scheduler.py' 2024-11-01T16:36:01.6210757Z adding 'torch/ao/pruning/scheduler/cubic_scheduler.py' 2024-11-01T16:36:01.6214676Z adding 'torch/ao/pruning/scheduler/lambda_scheduler.py' 2024-11-01T16:36:01.6218257Z adding 'torch/ao/pruning/sparsifier/__init__.py' 2024-11-01T16:36:01.6224527Z adding 'torch/ao/pruning/sparsifier/base_sparsifier.py' 2024-11-01T16:36:01.6228474Z adding 'torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py' 2024-11-01T16:36:01.6232595Z adding 'torch/ao/pruning/sparsifier/utils.py' 2024-11-01T16:36:01.6237949Z adding 'torch/ao/pruning/sparsifier/weight_norm_sparsifier.py' 2024-11-01T16:36:01.6243581Z adding 'torch/ao/quantization/__init__.py' 2024-11-01T16:36:01.6248185Z adding 'torch/ao/quantization/_correct_bias.py' 2024-11-01T16:36:01.6253556Z adding 'torch/ao/quantization/_equalize.py' 2024-11-01T16:36:01.6258393Z adding 'torch/ao/quantization/_learnable_fake_quantize.py' 2024-11-01T16:36:01.6266160Z adding 'torch/ao/quantization/fake_quantize.py' 2024-11-01T16:36:01.6271282Z adding 'torch/ao/quantization/fuse_modules.py' 2024-11-01T16:36:01.6276519Z adding 'torch/ao/quantization/fuser_method_mappings.py' 2024-11-01T16:36:01.6297290Z adding 'torch/ao/quantization/observer.py' 2024-11-01T16:36:01.6306976Z adding 'torch/ao/quantization/qconfig.py' 2024-11-01T16:36:01.6313506Z adding 'torch/ao/quantization/qconfig_mapping.py' 2024-11-01T16:36:01.6317229Z adding 'torch/ao/quantization/quant_type.py' 2024-11-01T16:36:01.6322766Z adding 'torch/ao/quantization/quantization_mappings.py' 2024-11-01T16:36:01.6333582Z adding 'torch/ao/quantization/quantize.py' 2024-11-01T16:36:01.6343956Z adding 'torch/ao/quantization/quantize_fx.py' 2024-11-01T16:36:01.6350714Z adding 'torch/ao/quantization/quantize_jit.py' 2024-11-01T16:36:01.6356058Z adding 'torch/ao/quantization/quantize_pt2e.py' 2024-11-01T16:36:01.6359661Z adding 'torch/ao/quantization/stubs.py' 2024-11-01T16:36:01.6370414Z adding 'torch/ao/quantization/utils.py' 2024-11-01T16:36:01.6375092Z adding 'torch/ao/quantization/backend_config/__init__.py' 2024-11-01T16:36:01.6382865Z adding 'torch/ao/quantization/backend_config/_common_operator_config_utils.py' 2024-11-01T16:36:01.6387517Z adding 'torch/ao/quantization/backend_config/_qnnpack_pt2e.py' 2024-11-01T16:36:01.6397783Z adding 'torch/ao/quantization/backend_config/backend_config.py' 2024-11-01T16:36:01.6404080Z adding 'torch/ao/quantization/backend_config/executorch.py' 2024-11-01T16:36:01.6408182Z adding 'torch/ao/quantization/backend_config/fbgemm.py' 2024-11-01T16:36:01.6412351Z adding 'torch/ao/quantization/backend_config/native.py' 2024-11-01T16:36:01.6415470Z adding 'torch/ao/quantization/backend_config/observation_type.py' 2024-11-01T16:36:01.6421359Z adding 'torch/ao/quantization/backend_config/onednn.py' 2024-11-01T16:36:01.6425740Z adding 'torch/ao/quantization/backend_config/qnnpack.py' 2024-11-01T16:36:01.6429526Z adding 'torch/ao/quantization/backend_config/tensorrt.py' 2024-11-01T16:36:01.6435302Z adding 'torch/ao/quantization/backend_config/utils.py' 2024-11-01T16:36:01.6439442Z adding 'torch/ao/quantization/backend_config/x86.py' 2024-11-01T16:36:01.6443322Z adding 'torch/ao/quantization/fx/__init__.py' 2024-11-01T16:36:01.6453644Z adding 'torch/ao/quantization/fx/_decomposed.py' 2024-11-01T16:36:01.6468314Z adding 'torch/ao/quantization/fx/_equalize.py' 2024-11-01T16:36:01.6485378Z adding 'torch/ao/quantization/fx/_lower_to_native_backend.py' 2024-11-01T16:36:01.6506463Z adding 'torch/ao/quantization/fx/convert.py' 2024-11-01T16:36:01.6514217Z adding 'torch/ao/quantization/fx/custom_config.py' 2024-11-01T16:36:01.6519797Z adding 'torch/ao/quantization/fx/fuse.py' 2024-11-01T16:36:01.6523944Z adding 'torch/ao/quantization/fx/fuse_handler.py' 2024-11-01T16:36:01.6528385Z adding 'torch/ao/quantization/fx/graph_module.py' 2024-11-01T16:36:01.6531532Z adding 'torch/ao/quantization/fx/lower_to_fbgemm.py' 2024-11-01T16:36:01.6534674Z adding 'torch/ao/quantization/fx/lower_to_qnnpack.py' 2024-11-01T16:36:01.6539607Z adding 'torch/ao/quantization/fx/lstm_utils.py' 2024-11-01T16:36:01.6544925Z adding 'torch/ao/quantization/fx/match_utils.py' 2024-11-01T16:36:01.6549147Z adding 'torch/ao/quantization/fx/pattern_utils.py' 2024-11-01T16:36:01.6580181Z adding 'torch/ao/quantization/fx/prepare.py' 2024-11-01T16:36:01.6588627Z adding 'torch/ao/quantization/fx/qconfig_mapping_utils.py' 2024-11-01T16:36:01.6593572Z adding 'torch/ao/quantization/fx/quantize_handler.py' 2024-11-01T16:36:01.6597133Z adding 'torch/ao/quantization/fx/tracer.py' 2024-11-01T16:36:01.6611826Z adding 'torch/ao/quantization/fx/utils.py' 2024-11-01T16:36:01.6617139Z adding 'torch/ao/quantization/fx/_model_report/__init__.py' 2024-11-01T16:36:01.6640852Z adding 'torch/ao/quantization/fx/_model_report/detector.py' 2024-11-01T16:36:01.6653327Z adding 'torch/ao/quantization/fx/_model_report/model_report.py' 2024-11-01T16:36:01.6659779Z adding 'torch/ao/quantization/fx/_model_report/model_report_observer.py' 2024-11-01T16:36:01.6671350Z adding 'torch/ao/quantization/fx/_model_report/model_report_visualizer.py' 2024-11-01T16:36:01.6675981Z adding 'torch/ao/quantization/pt2e/__init__.py' 2024-11-01T16:36:01.6681226Z adding 'torch/ao/quantization/pt2e/_numeric_debugger.py' 2024-11-01T16:36:01.6685051Z adding 'torch/ao/quantization/pt2e/duplicate_dq_pass.py' 2024-11-01T16:36:01.6689739Z adding 'torch/ao/quantization/pt2e/export_utils.py' 2024-11-01T16:36:01.6693610Z adding 'torch/ao/quantization/pt2e/graph_utils.py' 2024-11-01T16:36:01.6698721Z adding 'torch/ao/quantization/pt2e/port_metadata_pass.py' 2024-11-01T16:36:01.6707864Z adding 'torch/ao/quantization/pt2e/prepare.py' 2024-11-01T16:36:01.6720653Z adding 'torch/ao/quantization/pt2e/qat_utils.py' 2024-11-01T16:36:01.6730391Z adding 'torch/ao/quantization/pt2e/utils.py' 2024-11-01T16:36:01.6734718Z adding 'torch/ao/quantization/pt2e/representation/__init__.py' 2024-11-01T16:36:01.6742470Z adding 'torch/ao/quantization/pt2e/representation/rewrite.py' 2024-11-01T16:36:01.6746853Z adding 'torch/ao/quantization/quantizer/__init__.py' 2024-11-01T16:36:01.6751033Z adding 'torch/ao/quantization/quantizer/composable_quantizer.py' 2024-11-01T16:36:01.6756127Z adding 'torch/ao/quantization/quantizer/embedding_quantizer.py' 2024-11-01T16:36:01.6761406Z adding 'torch/ao/quantization/quantizer/quantizer.py' 2024-11-01T16:36:01.6765299Z adding 'torch/ao/quantization/quantizer/utils.py' 2024-11-01T16:36:01.6782296Z adding 'torch/ao/quantization/quantizer/x86_inductor_quantizer.py' 2024-11-01T16:36:01.6789903Z adding 'torch/ao/quantization/quantizer/xnnpack_quantizer.py' 2024-11-01T16:36:01.6802865Z adding 'torch/ao/quantization/quantizer/xnnpack_quantizer_utils.py' 2024-11-01T16:36:01.6813991Z adding 'torch/autograd/__init__.py' 2024-11-01T16:36:01.6818468Z adding 'torch/autograd/anomaly_mode.py' 2024-11-01T16:36:01.6823237Z adding 'torch/autograd/forward_ad.py' 2024-11-01T16:36:01.6835333Z adding 'torch/autograd/function.py' 2024-11-01T16:36:01.6851464Z adding 'torch/autograd/functional.py' 2024-11-01T16:36:01.6858068Z adding 'torch/autograd/grad_mode.py' 2024-11-01T16:36:01.6890485Z adding 'torch/autograd/gradcheck.py' 2024-11-01T16:36:01.6903838Z adding 'torch/autograd/graph.py' 2024-11-01T16:36:01.6921194Z adding 'torch/autograd/profiler.py' 2024-11-01T16:36:01.6927746Z adding 'torch/autograd/profiler_legacy.py' 2024-11-01T16:36:01.6941986Z adding 'torch/autograd/profiler_util.py' 2024-11-01T16:36:01.6945892Z adding 'torch/autograd/variable.py' 2024-11-01T16:36:01.6949412Z adding 'torch/autograd/_functions/__init__.py' 2024-11-01T16:36:01.6952710Z adding 'torch/autograd/_functions/tensor.py' 2024-11-01T16:36:01.6956224Z adding 'torch/autograd/_functions/utils.py' 2024-11-01T16:36:01.6960608Z adding 'torch/backends/__init__.py' 2024-11-01T16:36:01.6964160Z adding 'torch/backends/_coreml/__init__.py' 2024-11-01T16:36:01.6968058Z adding 'torch/backends/_coreml/preprocess.py' 2024-11-01T16:36:01.6971641Z adding 'torch/backends/_nnapi/__init__.py' 2024-11-01T16:36:01.6975982Z adding 'torch/backends/_nnapi/prepare.py' 2024-11-01T16:36:01.6999723Z adding 'torch/backends/_nnapi/serializer.py' 2024-11-01T16:36:01.7005432Z adding 'torch/backends/cpu/__init__.py' 2024-11-01T16:36:01.7012298Z adding 'torch/backends/cuda/__init__.py' 2024-11-01T16:36:01.7017797Z adding 'torch/backends/cudnn/__init__.py' 2024-11-01T16:36:01.7021413Z adding 'torch/backends/cudnn/rnn.py' 2024-11-01T16:36:01.7025341Z adding 'torch/backends/cusparselt/__init__.py' 2024-11-01T16:36:01.7029058Z adding 'torch/backends/mha/__init__.py' 2024-11-01T16:36:01.7033080Z adding 'torch/backends/mkl/__init__.py' 2024-11-01T16:36:01.7037545Z adding 'torch/backends/mkldnn/__init__.py' 2024-11-01T16:36:01.7041581Z adding 'torch/backends/mps/__init__.py' 2024-11-01T16:36:01.7045376Z adding 'torch/backends/nnpack/__init__.py' 2024-11-01T16:36:01.7048922Z adding 'torch/backends/openmp/__init__.py' 2024-11-01T16:36:01.7053327Z adding 'torch/backends/opt_einsum/__init__.py' 2024-11-01T16:36:01.7057435Z adding 'torch/backends/quantized/__init__.py' 2024-11-01T16:36:01.7061005Z adding 'torch/backends/xeon/__init__.py' 2024-11-01T16:36:01.7072774Z adding 'torch/backends/xeon/run_cpu.py' 2024-11-01T16:36:01.7077802Z adding 'torch/backends/xnnpack/__init__.py' 2024-11-01T16:36:01.7274237Z adding 'torch/bin/FileStoreTest.exe' 2024-11-01T16:36:01.7487252Z adding 'torch/bin/TCPStoreTest.exe' 2024-11-01T16:36:01.7700317Z adding 'torch/bin/asmjit.dll' 2024-11-01T16:36:01.9225087Z adding 'torch/bin/fbgemm.dll' 2024-11-01T16:36:02.0757163Z adding 'torch/bin/protoc.exe' 2024-11-01T16:36:02.5055686Z adding 'torch/bin/test_api.exe' 2024-11-01T16:36:02.5435380Z adding 'torch/bin/test_edge_op_registration.exe' 2024-11-01T16:36:02.7915289Z adding 'torch/bin/test_jit.exe' 2024-11-01T16:36:02.9038806Z adding 'torch/bin/test_lazy.exe' 2024-11-01T16:36:03.2175233Z adding 'torch/bin/test_tensorexpr.exe' 2024-11-01T16:36:03.2381201Z adding 'torch/bin/tutorial_tensorexpr.exe' 2024-11-01T16:36:03.2392185Z adding 'torch/compiler/__init__.py' 2024-11-01T16:36:03.2396430Z adding 'torch/contrib/__init__.py' 2024-11-01T16:36:03.2400811Z adding 'torch/contrib/_tensorboard_vis.py' 2024-11-01T16:36:03.2405544Z adding 'torch/cpu/__init__.py' 2024-11-01T16:36:03.2409309Z adding 'torch/cpu/amp/__init__.py' 2024-11-01T16:36:03.2412526Z adding 'torch/cpu/amp/autocast_mode.py' 2024-11-01T16:36:03.2415738Z adding 'torch/cpu/amp/grad_scaler.py' 2024-11-01T16:36:03.2434708Z adding 'torch/cuda/__init__.py' 2024-11-01T16:36:03.2439495Z adding 'torch/cuda/_gpu_trace.py' 2024-11-01T16:36:03.2449347Z adding 'torch/cuda/_memory_viz.py' 2024-11-01T16:36:03.2458349Z adding 'torch/cuda/_sanitizer.py' 2024-11-01T16:36:03.2462258Z adding 'torch/cuda/_utils.py' 2024-11-01T16:36:03.2465214Z adding 'torch/cuda/comm.py' 2024-11-01T16:36:03.2468112Z adding 'torch/cuda/error.py' 2024-11-01T16:36:03.2471815Z adding 'torch/cuda/gds.py' 2024-11-01T16:36:03.2480691Z adding 'torch/cuda/graphs.py' 2024-11-01T16:36:03.2485620Z adding 'torch/cuda/jiterator.py' 2024-11-01T16:36:03.2500748Z adding 'torch/cuda/memory.py' 2024-11-01T16:36:03.2505677Z adding 'torch/cuda/nccl.py' 2024-11-01T16:36:03.2509462Z adding 'torch/cuda/nvtx.py' 2024-11-01T16:36:03.2513229Z adding 'torch/cuda/profiler.py' 2024-11-01T16:36:03.2517241Z adding 'torch/cuda/random.py' 2024-11-01T16:36:03.2520398Z adding 'torch/cuda/sparse.py' 2024-11-01T16:36:03.2525263Z adding 'torch/cuda/streams.py' 2024-11-01T16:36:03.2531722Z adding 'torch/cuda/tunable.py' 2024-11-01T16:36:03.2535948Z adding 'torch/cuda/amp/__init__.py' 2024-11-01T16:36:03.2539418Z adding 'torch/cuda/amp/autocast_mode.py' 2024-11-01T16:36:03.2542531Z adding 'torch/cuda/amp/common.py' 2024-11-01T16:36:03.2545624Z adding 'torch/cuda/amp/grad_scaler.py' 2024-11-01T16:36:03.2551331Z adding 'torch/distributed/__init__.py' 2024-11-01T16:36:03.2554982Z adding 'torch/distributed/_checkpointable.py' 2024-11-01T16:36:03.2558525Z adding 'torch/distributed/_composable_state.py' 2024-11-01T16:36:03.2573672Z adding 'torch/distributed/_functional_collectives.py' 2024-11-01T16:36:03.2578397Z adding 'torch/distributed/_functional_collectives_impl.py' 2024-11-01T16:36:03.2588409Z adding 'torch/distributed/_state_dict_utils.py' 2024-11-01T16:36:03.2592832Z adding 'torch/distributed/argparse_util.py' 2024-11-01T16:36:03.2597069Z adding 'torch/distributed/c10d_logger.py' 2024-11-01T16:36:03.2602014Z adding 'torch/distributed/collective_utils.py' 2024-11-01T16:36:03.2605635Z adding 'torch/distributed/constants.py' 2024-11-01T16:36:03.2621653Z adding 'torch/distributed/device_mesh.py' 2024-11-01T16:36:03.2690031Z adding 'torch/distributed/distributed_c10d.py' 2024-11-01T16:36:03.2700819Z adding 'torch/distributed/launch.py' 2024-11-01T16:36:03.2704503Z adding 'torch/distributed/logging_handlers.py' 2024-11-01T16:36:03.2708408Z adding 'torch/distributed/remote_device.py' 2024-11-01T16:36:03.2713966Z adding 'torch/distributed/rendezvous.py' 2024-11-01T16:36:03.2727846Z adding 'torch/distributed/run.py' 2024-11-01T16:36:03.2734834Z adding 'torch/distributed/utils.py' 2024-11-01T16:36:03.2739202Z adding 'torch/distributed/_composable/__init__.py' 2024-11-01T16:36:03.2743261Z adding 'torch/distributed/_composable/checkpoint_activation.py' 2024-11-01T16:36:03.2748250Z adding 'torch/distributed/_composable/contract.py' 2024-11-01T16:36:03.2752590Z adding 'torch/distributed/_composable/fully_shard.py' 2024-11-01T16:36:03.2758336Z adding 'torch/distributed/_composable/replicate.py' 2024-11-01T16:36:03.2762341Z adding 'torch/distributed/_composable/fsdp/__init__.py' 2024-11-01T16:36:03.2766132Z adding 'torch/distributed/_composable/fsdp/_fsdp_api.py' 2024-11-01T16:36:03.2774626Z adding 'torch/distributed/_composable/fsdp/_fsdp_collectives.py' 2024-11-01T16:36:03.2779444Z adding 'torch/distributed/_composable/fsdp/_fsdp_common.py' 2024-11-01T16:36:03.2784160Z adding 'torch/distributed/_composable/fsdp/_fsdp_init.py' 2024-11-01T16:36:03.2799090Z adding 'torch/distributed/_composable/fsdp/_fsdp_param.py' 2024-11-01T16:36:03.2811050Z adding 'torch/distributed/_composable/fsdp/_fsdp_param_group.py' 2024-11-01T16:36:03.2818581Z adding 'torch/distributed/_composable/fsdp/_fsdp_state.py' 2024-11-01T16:36:03.2827703Z adding 'torch/distributed/_composable/fsdp/fully_shard.py' 2024-11-01T16:36:03.2832003Z adding 'torch/distributed/_shard/__init__.py' 2024-11-01T16:36:03.2835178Z adding 'torch/distributed/_shard/_utils.py' 2024-11-01T16:36:03.2841339Z adding 'torch/distributed/_shard/api.py' 2024-11-01T16:36:03.2845160Z adding 'torch/distributed/_shard/common_op_utils.py' 2024-11-01T16:36:03.2848655Z adding 'torch/distributed/_shard/metadata.py' 2024-11-01T16:36:03.2851902Z adding 'torch/distributed/_shard/op_registry_utils.py' 2024-11-01T16:36:03.2854962Z adding 'torch/distributed/_shard/sharder.py' 2024-11-01T16:36:03.2858777Z adding 'torch/distributed/_shard/checkpoint/__init__.py' 2024-11-01T16:36:03.2862945Z adding 'torch/distributed/_shard/sharded_optim/__init__.py' 2024-11-01T16:36:03.2866855Z adding 'torch/distributed/_shard/sharded_optim/api.py' 2024-11-01T16:36:03.2874289Z adding 'torch/distributed/_shard/sharded_tensor/__init__.py' 2024-11-01T16:36:03.2891235Z adding 'torch/distributed/_shard/sharded_tensor/api.py' 2024-11-01T16:36:03.2895729Z adding 'torch/distributed/_shard/sharded_tensor/logger.py' 2024-11-01T16:36:03.2898935Z adding 'torch/distributed/_shard/sharded_tensor/logging_handlers.py' 2024-11-01T16:36:03.2902391Z adding 'torch/distributed/_shard/sharded_tensor/metadata.py' 2024-11-01T16:36:03.2907437Z adding 'torch/distributed/_shard/sharded_tensor/reshard.py' 2024-11-01T16:36:03.2911290Z adding 'torch/distributed/_shard/sharded_tensor/shard.py' 2024-11-01T16:36:03.2916334Z adding 'torch/distributed/_shard/sharded_tensor/utils.py' 2024-11-01T16:36:03.2920497Z adding 'torch/distributed/_shard/sharded_tensor/_ops/__init__.py' 2024-11-01T16:36:03.2924429Z adding 'torch/distributed/_shard/sharded_tensor/_ops/_common.py' 2024-11-01T16:36:03.2928126Z adding 'torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py' 2024-11-01T16:36:03.2932232Z adding 'torch/distributed/_shard/sharded_tensor/_ops/init.py' 2024-11-01T16:36:03.2935531Z adding 'torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py' 2024-11-01T16:36:03.2939964Z adding 'torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py' 2024-11-01T16:36:03.2943932Z adding 'torch/distributed/_shard/sharding_plan/__init__.py' 2024-11-01T16:36:03.2947687Z adding 'torch/distributed/_shard/sharding_plan/api.py' 2024-11-01T16:36:03.2951550Z adding 'torch/distributed/_shard/sharding_spec/__init__.py' 2024-11-01T16:36:03.2956659Z adding 'torch/distributed/_shard/sharding_spec/_internals.py' 2024-11-01T16:36:03.2962170Z adding 'torch/distributed/_shard/sharding_spec/api.py' 2024-11-01T16:36:03.2967595Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py' 2024-11-01T16:36:03.2972882Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py' 2024-11-01T16:36:03.2979078Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py' 2024-11-01T16:36:03.2984962Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py' 2024-11-01T16:36:03.2992657Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py' 2024-11-01T16:36:03.2996939Z adding 'torch/distributed/_sharded_tensor/__init__.py' 2024-11-01T16:36:03.3000792Z adding 'torch/distributed/_sharding_spec/__init__.py' 2024-11-01T16:36:03.3016168Z adding 'torch/distributed/_symmetric_memory/__init__.py' 2024-11-01T16:36:03.3021198Z adding 'torch/distributed/_tensor/__init__.py' 2024-11-01T16:36:03.3024198Z adding 'torch/distributed/_tensor/api.py' 2024-11-01T16:36:03.3027169Z adding 'torch/distributed/_tensor/placement_types.py' 2024-11-01T16:36:03.3030884Z adding 'torch/distributed/_tools/__init__.py' 2024-11-01T16:36:03.3039614Z adding 'torch/distributed/_tools/fsdp2_mem_tracker.py' 2024-11-01T16:36:03.3045680Z adding 'torch/distributed/_tools/ilp_utils.py' 2024-11-01T16:36:03.3060781Z adding 'torch/distributed/_tools/mem_tracker.py' 2024-11-01T16:36:03.3067326Z adding 'torch/distributed/_tools/memory_tracker.py' 2024-11-01T16:36:03.3072759Z adding 'torch/distributed/_tools/mod_tracker.py' 2024-11-01T16:36:03.3081167Z adding 'torch/distributed/_tools/runtime_estimator.py' 2024-11-01T16:36:03.3096965Z adding 'torch/distributed/_tools/sac_estimator.py' 2024-11-01T16:36:03.3103726Z adding 'torch/distributed/_tools/sac_ilp.py' 2024-11-01T16:36:03.3107982Z adding 'torch/distributed/algorithms/__init__.py' 2024-11-01T16:36:03.3114395Z adding 'torch/distributed/algorithms/join.py' 2024-11-01T16:36:03.3118759Z adding 'torch/distributed/algorithms/_checkpoint/__init__.py' 2024-11-01T16:36:03.3124881Z adding 'torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py' 2024-11-01T16:36:03.3128960Z adding 'torch/distributed/algorithms/_comm_hooks/__init__.py' 2024-11-01T16:36:03.3133722Z adding 'torch/distributed/algorithms/_comm_hooks/default_hooks.py' 2024-11-01T16:36:03.3137443Z adding 'torch/distributed/algorithms/_optimizer_overlap/__init__.py' 2024-11-01T16:36:03.3141307Z adding 'torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py' 2024-11-01T16:36:03.3145180Z adding 'torch/distributed/algorithms/_quantization/__init__.py' 2024-11-01T16:36:03.3149059Z adding 'torch/distributed/algorithms/_quantization/quantization.py' 2024-11-01T16:36:03.3153991Z adding 'torch/distributed/algorithms/ddp_comm_hooks/__init__.py' 2024-11-01T16:36:03.3162065Z adding 'torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py' 2024-11-01T16:36:03.3165703Z adding 'torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py' 2024-11-01T16:36:03.3170209Z adding 'torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py' 2024-11-01T16:36:03.3174425Z adding 'torch/distributed/algorithms/ddp_comm_hooks/mixed_precision_hooks.py' 2024-11-01T16:36:03.3179147Z adding 'torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py' 2024-11-01T16:36:03.3183395Z adding 'torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py' 2024-11-01T16:36:03.3198013Z adding 'torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py' 2024-11-01T16:36:03.3203993Z adding 'torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py' 2024-11-01T16:36:03.3208027Z adding 'torch/distributed/algorithms/model_averaging/__init__.py' 2024-11-01T16:36:03.3212847Z adding 'torch/distributed/algorithms/model_averaging/averagers.py' 2024-11-01T16:36:03.3219139Z adding 'torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py' 2024-11-01T16:36:03.3222927Z adding 'torch/distributed/algorithms/model_averaging/utils.py' 2024-11-01T16:36:03.3227175Z adding 'torch/distributed/autograd/__init__.py' 2024-11-01T16:36:03.3231324Z adding 'torch/distributed/checkpoint/__init__.py' 2024-11-01T16:36:03.3235317Z adding 'torch/distributed/checkpoint/_checkpointer.py' 2024-11-01T16:36:03.3239286Z adding 'torch/distributed/checkpoint/_dedup_save_plans.py' 2024-11-01T16:36:03.3242773Z adding 'torch/distributed/checkpoint/_dedup_tensors.py' 2024-11-01T16:36:03.3246929Z adding 'torch/distributed/checkpoint/_fsspec_filesystem.py' 2024-11-01T16:36:03.3250557Z adding 'torch/distributed/checkpoint/_nested_dict.py' 2024-11-01T16:36:03.3254699Z adding 'torch/distributed/checkpoint/_sharded_tensor_utils.py' 2024-11-01T16:36:03.3258187Z adding 'torch/distributed/checkpoint/_storage_utils.py' 2024-11-01T16:36:03.3262430Z adding 'torch/distributed/checkpoint/_traverse.py' 2024-11-01T16:36:03.3265505Z adding 'torch/distributed/checkpoint/_version.py' 2024-11-01T16:36:03.3268722Z adding 'torch/distributed/checkpoint/api.py' 2024-11-01T16:36:03.3277164Z adding 'torch/distributed/checkpoint/default_planner.py' 2024-11-01T16:36:03.3286890Z adding 'torch/distributed/checkpoint/filesystem.py' 2024-11-01T16:36:03.3292770Z adding 'torch/distributed/checkpoint/format_utils.py' 2024-11-01T16:36:03.3296661Z adding 'torch/distributed/checkpoint/logger.py' 2024-11-01T16:36:03.3299822Z adding 'torch/distributed/checkpoint/logging_handlers.py' 2024-11-01T16:36:03.3304081Z adding 'torch/distributed/checkpoint/metadata.py' 2024-11-01T16:36:03.3310274Z adding 'torch/distributed/checkpoint/optimizer.py' 2024-11-01T16:36:03.3317147Z adding 'torch/distributed/checkpoint/planner.py' 2024-11-01T16:36:03.3323389Z adding 'torch/distributed/checkpoint/planner_helpers.py' 2024-11-01T16:36:03.3327207Z adding 'torch/distributed/checkpoint/resharding.py' 2024-11-01T16:36:03.3331405Z adding 'torch/distributed/checkpoint/staging.py' 2024-11-01T16:36:03.3348375Z adding 'torch/distributed/checkpoint/state_dict.py' 2024-11-01T16:36:03.3355301Z adding 'torch/distributed/checkpoint/state_dict_loader.py' 2024-11-01T16:36:03.3361830Z adding 'torch/distributed/checkpoint/state_dict_saver.py' 2024-11-01T16:36:03.3365162Z adding 'torch/distributed/checkpoint/stateful.py' 2024-11-01T16:36:03.3369932Z adding 'torch/distributed/checkpoint/storage.py' 2024-11-01T16:36:03.3376268Z adding 'torch/distributed/checkpoint/utils.py' 2024-11-01T16:36:03.3381417Z adding 'torch/distributed/elastic/__init__.py' 2024-11-01T16:36:03.3384783Z adding 'torch/distributed/elastic/control_plane.py' 2024-11-01T16:36:03.3388339Z adding 'torch/distributed/elastic/agent/__init__.py' 2024-11-01T16:36:03.3392385Z adding 'torch/distributed/elastic/agent/server/__init__.py' 2024-11-01T16:36:03.3406761Z adding 'torch/distributed/elastic/agent/server/api.py' 2024-11-01T16:36:03.3411231Z adding 'torch/distributed/elastic/agent/server/health_check_server.py' 2024-11-01T16:36:03.3418080Z adding 'torch/distributed/elastic/agent/server/local_elastic_agent.py' 2024-11-01T16:36:03.3423500Z adding 'torch/distributed/elastic/events/__init__.py' 2024-11-01T16:36:03.3427406Z adding 'torch/distributed/elastic/events/api.py' 2024-11-01T16:36:03.3430624Z adding 'torch/distributed/elastic/events/handlers.py' 2024-11-01T16:36:03.3435701Z adding 'torch/distributed/elastic/metrics/__init__.py' 2024-11-01T16:36:03.3440133Z adding 'torch/distributed/elastic/metrics/api.py' 2024-11-01T16:36:03.3446073Z adding 'torch/distributed/elastic/multiprocessing/__init__.py' 2024-11-01T16:36:03.3458707Z adding 'torch/distributed/elastic/multiprocessing/api.py' 2024-11-01T16:36:03.3463515Z adding 'torch/distributed/elastic/multiprocessing/redirects.py' 2024-11-01T16:36:03.3467673Z adding 'torch/distributed/elastic/multiprocessing/tail_log.py' 2024-11-01T16:36:03.3476227Z adding 'torch/distributed/elastic/multiprocessing/errors/__init__.py' 2024-11-01T16:36:03.3481220Z adding 'torch/distributed/elastic/multiprocessing/errors/error_handler.py' 2024-11-01T16:36:03.3484488Z adding 'torch/distributed/elastic/multiprocessing/errors/handlers.py' 2024-11-01T16:36:03.3488503Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/__init__.py' 2024-11-01T16:36:03.3491639Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/handlers.py' 2024-11-01T16:36:03.3495306Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/subprocess_handler.py' 2024-11-01T16:36:03.3500586Z adding 'torch/distributed/elastic/rendezvous/__init__.py' 2024-11-01T16:36:03.3506770Z adding 'torch/distributed/elastic/rendezvous/api.py' 2024-11-01T16:36:03.3512816Z adding 'torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py' 2024-11-01T16:36:03.3528264Z adding 'torch/distributed/elastic/rendezvous/dynamic_rendezvous.py' 2024-11-01T16:36:03.3544231Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous.py' 2024-11-01T16:36:03.3549839Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py' 2024-11-01T16:36:03.3555061Z adding 'torch/distributed/elastic/rendezvous/etcd_server.py' 2024-11-01T16:36:03.3560422Z adding 'torch/distributed/elastic/rendezvous/etcd_store.py' 2024-11-01T16:36:03.3564127Z adding 'torch/distributed/elastic/rendezvous/registry.py' 2024-11-01T16:36:03.3568200Z adding 'torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py' 2024-11-01T16:36:03.3573478Z adding 'torch/distributed/elastic/rendezvous/utils.py' 2024-11-01T16:36:03.3578173Z adding 'torch/distributed/elastic/timer/__init__.py' 2024-11-01T16:36:03.3583672Z adding 'torch/distributed/elastic/timer/api.py' 2024-11-01T16:36:03.3587180Z adding 'torch/distributed/elastic/timer/debug_info_logging.py' 2024-11-01T16:36:03.3594280Z adding 'torch/distributed/elastic/timer/file_based_local_timer.py' 2024-11-01T16:36:03.3598650Z adding 'torch/distributed/elastic/timer/local_timer.py' 2024-11-01T16:36:03.3602783Z adding 'torch/distributed/elastic/utils/__init__.py' 2024-11-01T16:36:03.3606349Z adding 'torch/distributed/elastic/utils/api.py' 2024-11-01T16:36:03.3610933Z adding 'torch/distributed/elastic/utils/distributed.py' 2024-11-01T16:36:03.3614359Z adding 'torch/distributed/elastic/utils/log_level.py' 2024-11-01T16:36:03.3618049Z adding 'torch/distributed/elastic/utils/logging.py' 2024-11-01T16:36:03.3623082Z adding 'torch/distributed/elastic/utils/store.py' 2024-11-01T16:36:03.3627070Z adding 'torch/distributed/elastic/utils/data/__init__.py' 2024-11-01T16:36:03.3630574Z adding 'torch/distributed/elastic/utils/data/cycling_iterator.py' 2024-11-01T16:36:03.3638667Z adding 'torch/distributed/elastic/utils/data/elastic_distributed_sampler.py' 2024-11-01T16:36:03.3639362Z adding 'torch/distributed/fsdp/__init__.py' 2024-11-01T16:36:03.3648383Z adding 'torch/distributed/fsdp/_common_utils.py' 2024-11-01T16:36:03.3653515Z adding 'torch/distributed/fsdp/_debug_utils.py' 2024-11-01T16:36:03.3657612Z adding 'torch/distributed/fsdp/_dynamo_utils.py' 2024-11-01T16:36:03.3664141Z adding 'torch/distributed/fsdp/_exec_order_utils.py' 2024-11-01T16:36:03.3713398Z adding 'torch/distributed/fsdp/_flat_param.py' 2024-11-01T16:36:03.3720814Z adding 'torch/distributed/fsdp/_fsdp_extensions.py' 2024-11-01T16:36:03.3738971Z adding 'torch/distributed/fsdp/_init_utils.py' 2024-11-01T16:36:03.3743636Z adding 'torch/distributed/fsdp/_limiter_utils.py' 2024-11-01T16:36:03.3775705Z adding 'torch/distributed/fsdp/_optim_utils.py' 2024-11-01T16:36:03.3801470Z adding 'torch/distributed/fsdp/_runtime_utils.py' 2024-11-01T16:36:03.3807087Z adding 'torch/distributed/fsdp/_shard_utils.py' 2024-11-01T16:36:03.3818742Z adding 'torch/distributed/fsdp/_state_dict_utils.py' 2024-11-01T16:36:03.3824864Z adding 'torch/distributed/fsdp/_trace_utils.py' 2024-11-01T16:36:03.3829184Z adding 'torch/distributed/fsdp/_traversal_utils.py' 2024-11-01T16:36:03.3834847Z adding 'torch/distributed/fsdp/_unshard_param_utils.py' 2024-11-01T16:36:03.3840743Z adding 'torch/distributed/fsdp/_wrap_utils.py' 2024-11-01T16:36:03.3848720Z adding 'torch/distributed/fsdp/api.py' 2024-11-01T16:36:03.3881852Z adding 'torch/distributed/fsdp/fully_sharded_data_parallel.py' 2024-11-01T16:36:03.3890851Z adding 'torch/distributed/fsdp/sharded_grad_scaler.py' 2024-11-01T16:36:03.3900200Z adding 'torch/distributed/fsdp/wrap.py' 2024-11-01T16:36:03.3904585Z adding 'torch/distributed/launcher/__init__.py' 2024-11-01T16:36:03.3910254Z adding 'torch/distributed/launcher/api.py' 2024-11-01T16:36:03.3914225Z adding 'torch/distributed/nn/__init__.py' 2024-11-01T16:36:03.3920360Z adding 'torch/distributed/nn/functional.py' 2024-11-01T16:36:03.3924311Z adding 'torch/distributed/nn/api/__init__.py' 2024-11-01T16:36:03.3934204Z adding 'torch/distributed/nn/api/remote_module.py' 2024-11-01T16:36:03.3938561Z adding 'torch/distributed/nn/jit/__init__.py' 2024-11-01T16:36:03.3942731Z adding 'torch/distributed/nn/jit/instantiator.py' 2024-11-01T16:36:03.3946375Z adding 'torch/distributed/nn/jit/templates/__init__.py' 2024-11-01T16:36:03.3950117Z adding 'torch/distributed/nn/jit/templates/remote_module_template.py' 2024-11-01T16:36:03.3954410Z adding 'torch/distributed/optim/__init__.py' 2024-11-01T16:36:03.3958826Z adding 'torch/distributed/optim/apply_optimizer_in_backward.py' 2024-11-01T16:36:03.3962741Z adding 'torch/distributed/optim/functional_adadelta.py' 2024-11-01T16:36:03.3966651Z adding 'torch/distributed/optim/functional_adagrad.py' 2024-11-01T16:36:03.3971024Z adding 'torch/distributed/optim/functional_adam.py' 2024-11-01T16:36:03.3975110Z adding 'torch/distributed/optim/functional_adamax.py' 2024-11-01T16:36:03.3979480Z adding 'torch/distributed/optim/functional_adamw.py' 2024-11-01T16:36:03.3983572Z adding 'torch/distributed/optim/functional_rmsprop.py' 2024-11-01T16:36:03.3987385Z adding 'torch/distributed/optim/functional_rprop.py' 2024-11-01T16:36:03.3991521Z adding 'torch/distributed/optim/functional_sgd.py' 2024-11-01T16:36:03.3997947Z adding 'torch/distributed/optim/named_optimizer.py' 2024-11-01T16:36:03.4003665Z adding 'torch/distributed/optim/optimizer.py' 2024-11-01T16:36:03.4008489Z adding 'torch/distributed/optim/post_localSGD_optimizer.py' 2024-11-01T16:36:03.4011729Z adding 'torch/distributed/optim/utils.py' 2024-11-01T16:36:03.4036648Z adding 'torch/distributed/optim/zero_redundancy_optimizer.py' 2024-11-01T16:36:03.4041810Z adding 'torch/distributed/optim/zero_redundancy_optimizer.pyi' 2024-11-01T16:36:03.4061619Z adding 'torch/distributed/pipelining/_IR.py' 2024-11-01T16:36:03.4065867Z adding 'torch/distributed/pipelining/__init__.py' 2024-11-01T16:36:03.4072835Z adding 'torch/distributed/pipelining/_backward.py' 2024-11-01T16:36:03.4076365Z adding 'torch/distributed/pipelining/_debug.py' 2024-11-01T16:36:03.4079505Z adding 'torch/distributed/pipelining/_unflatten.py' 2024-11-01T16:36:03.4082905Z adding 'torch/distributed/pipelining/_utils.py' 2024-11-01T16:36:03.4090108Z adding 'torch/distributed/pipelining/microbatch.py' 2024-11-01T16:36:03.4118668Z adding 'torch/distributed/pipelining/schedules.py' 2024-11-01T16:36:03.4147701Z adding 'torch/distributed/pipelining/stage.py' 2024-11-01T16:36:03.4155663Z adding 'torch/distributed/rpc/__init__.py' 2024-11-01T16:36:03.4159422Z adding 'torch/distributed/rpc/_utils.py' 2024-11-01T16:36:03.4171740Z adding 'torch/distributed/rpc/api.py' 2024-11-01T16:36:03.4179860Z adding 'torch/distributed/rpc/backend_registry.py' 2024-11-01T16:36:03.4183349Z adding 'torch/distributed/rpc/constants.py' 2024-11-01T16:36:03.4187835Z adding 'torch/distributed/rpc/functions.py' 2024-11-01T16:36:03.4193517Z adding 'torch/distributed/rpc/internal.py' 2024-11-01T16:36:03.4198951Z adding 'torch/distributed/rpc/options.py' 2024-11-01T16:36:03.4203238Z adding 'torch/distributed/rpc/rref_proxy.py' 2024-11-01T16:36:03.4208848Z adding 'torch/distributed/rpc/server_process_global_profiler.py' 2024-11-01T16:36:03.4213598Z adding 'torch/distributed/rpc/_testing/__init__.py' 2024-11-01T16:36:03.4217592Z adding 'torch/distributed/rpc/_testing/faulty_agent_backend_registry.py' 2024-11-01T16:36:03.4221985Z adding 'torch/distributed/tensor/__init__.py' 2024-11-01T16:36:03.4238962Z adding 'torch/distributed/tensor/_api.py' 2024-11-01T16:36:03.4246917Z adding 'torch/distributed/tensor/_collective_utils.py' 2024-11-01T16:36:03.4256160Z adding 'torch/distributed/tensor/_dispatch.py' 2024-11-01T16:36:03.4262005Z adding 'torch/distributed/tensor/_dtensor_spec.py' 2024-11-01T16:36:03.4269688Z adding 'torch/distributed/tensor/_op_schema.py' 2024-11-01T16:36:03.4276878Z adding 'torch/distributed/tensor/_random.py' 2024-11-01T16:36:03.4283815Z adding 'torch/distributed/tensor/_redistribute.py' 2024-11-01T16:36:03.4292005Z adding 'torch/distributed/tensor/_sharding_prop.py' 2024-11-01T16:36:03.4297736Z adding 'torch/distributed/tensor/_shards_wrapper.py' 2024-11-01T16:36:03.4302573Z adding 'torch/distributed/tensor/_tp_conv.py' 2024-11-01T16:36:03.4308999Z adding 'torch/distributed/tensor/_utils.py' 2024-11-01T16:36:03.4312488Z adding 'torch/distributed/tensor/device_mesh.py' 2024-11-01T16:36:03.4321504Z adding 'torch/distributed/tensor/placement_types.py' 2024-11-01T16:36:03.4326236Z adding 'torch/distributed/tensor/_ops/__init__.py' 2024-11-01T16:36:03.4332295Z adding 'torch/distributed/tensor/_ops/_common_rules.py' 2024-11-01T16:36:03.4336154Z adding 'torch/distributed/tensor/_ops/_conv_ops.py' 2024-11-01T16:36:03.4340677Z adding 'torch/distributed/tensor/_ops/_einsum_strategy.py' 2024-11-01T16:36:03.4345907Z adding 'torch/distributed/tensor/_ops/_embedding_ops.py' 2024-11-01T16:36:03.4349350Z adding 'torch/distributed/tensor/_ops/_experimental_ops.py' 2024-11-01T16:36:03.4361001Z adding 'torch/distributed/tensor/_ops/_math_ops.py' 2024-11-01T16:36:03.4367823Z adding 'torch/distributed/tensor/_ops/_matrix_ops.py' 2024-11-01T16:36:03.4375401Z adding 'torch/distributed/tensor/_ops/_pointwise_ops.py' 2024-11-01T16:36:03.4379297Z adding 'torch/distributed/tensor/_ops/_random_ops.py' 2024-11-01T16:36:03.4390148Z adding 'torch/distributed/tensor/_ops/_tensor_ops.py' 2024-11-01T16:36:03.4400911Z adding 'torch/distributed/tensor/_ops/_view_ops.py' 2024-11-01T16:36:03.4406896Z adding 'torch/distributed/tensor/_ops/utils.py' 2024-11-01T16:36:03.4411031Z adding 'torch/distributed/tensor/debug/__init__.py' 2024-11-01T16:36:03.4420433Z adding 'torch/distributed/tensor/debug/_comm_mode.py' 2024-11-01T16:36:03.4425023Z adding 'torch/distributed/tensor/debug/_op_coverage.py' 2024-11-01T16:36:03.4429827Z adding 'torch/distributed/tensor/debug/_visualize_sharding.py' 2024-11-01T16:36:03.4434034Z adding 'torch/distributed/tensor/experimental/__init__.py' 2024-11-01T16:36:03.4449541Z adding 'torch/distributed/tensor/experimental/_attention.py' 2024-11-01T16:36:03.4456251Z adding 'torch/distributed/tensor/experimental/_func_map.py' 2024-11-01T16:36:03.4461023Z adding 'torch/distributed/tensor/experimental/_register_sharding.py' 2024-11-01T16:36:03.4469147Z adding 'torch/distributed/tensor/experimental/_tp_transform.py' 2024-11-01T16:36:03.4473407Z adding 'torch/distributed/tensor/parallel/__init__.py' 2024-11-01T16:36:03.4477022Z adding 'torch/distributed/tensor/parallel/_data_parallel_utils.py' 2024-11-01T16:36:03.4480775Z adding 'torch/distributed/tensor/parallel/_utils.py' 2024-11-01T16:36:03.4484985Z adding 'torch/distributed/tensor/parallel/api.py' 2024-11-01T16:36:03.4489155Z adding 'torch/distributed/tensor/parallel/ddp.py' 2024-11-01T16:36:03.4495542Z adding 'torch/distributed/tensor/parallel/fsdp.py' 2024-11-01T16:36:03.4499816Z adding 'torch/distributed/tensor/parallel/input_reshard.py' 2024-11-01T16:36:03.4506947Z adding 'torch/distributed/tensor/parallel/loss.py' 2024-11-01T16:36:03.4516444Z adding 'torch/distributed/tensor/parallel/style.py' 2024-11-01T16:36:03.4523113Z adding 'torch/distributions/__init__.py' 2024-11-01T16:36:03.4527281Z adding 'torch/distributions/bernoulli.py' 2024-11-01T16:36:03.4531201Z adding 'torch/distributions/beta.py' 2024-11-01T16:36:03.4535554Z adding 'torch/distributions/binomial.py' 2024-11-01T16:36:03.4540083Z adding 'torch/distributions/categorical.py' 2024-11-01T16:36:03.4543925Z adding 'torch/distributions/cauchy.py' 2024-11-01T16:36:03.4547095Z adding 'torch/distributions/chi2.py' 2024-11-01T16:36:03.4552269Z adding 'torch/distributions/constraint_registry.py' 2024-11-01T16:36:03.4559758Z adding 'torch/distributions/constraints.py' 2024-11-01T16:36:03.4565350Z adding 'torch/distributions/continuous_bernoulli.py' 2024-11-01T16:36:03.4569321Z adding 'torch/distributions/dirichlet.py' 2024-11-01T16:36:03.4575179Z adding 'torch/distributions/distribution.py' 2024-11-01T16:36:03.4579241Z adding 'torch/distributions/exp_family.py' 2024-11-01T16:36:03.4582963Z adding 'torch/distributions/exponential.py' 2024-11-01T16:36:03.4586639Z adding 'torch/distributions/fishersnedecor.py' 2024-11-01T16:36:03.4590504Z adding 'torch/distributions/gamma.py' 2024-11-01T16:36:03.4594875Z adding 'torch/distributions/geometric.py' 2024-11-01T16:36:03.4598538Z adding 'torch/distributions/gumbel.py' 2024-11-01T16:36:03.4602245Z adding 'torch/distributions/half_cauchy.py' 2024-11-01T16:36:03.4605844Z adding 'torch/distributions/half_normal.py' 2024-11-01T16:36:03.4609650Z adding 'torch/distributions/independent.py' 2024-11-01T16:36:03.4613333Z adding 'torch/distributions/inverse_gamma.py' 2024-11-01T16:36:03.4623722Z adding 'torch/distributions/kl.py' 2024-11-01T16:36:03.4628328Z adding 'torch/distributions/kumaraswamy.py' 2024-11-01T16:36:03.4632029Z adding 'torch/distributions/laplace.py' 2024-11-01T16:36:03.4636839Z adding 'torch/distributions/lkj_cholesky.py' 2024-11-01T16:36:03.4640537Z adding 'torch/distributions/log_normal.py' 2024-11-01T16:36:03.4643930Z adding 'torch/distributions/logistic_normal.py' 2024-11-01T16:36:03.4649267Z adding 'torch/distributions/lowrank_multivariate_normal.py' 2024-11-01T16:36:03.4654310Z adding 'torch/distributions/mixture_same_family.py' 2024-11-01T16:36:03.4658827Z adding 'torch/distributions/multinomial.py' 2024-11-01T16:36:03.4664374Z adding 'torch/distributions/multivariate_normal.py' 2024-11-01T16:36:03.4668784Z adding 'torch/distributions/negative_binomial.py' 2024-11-01T16:36:03.4672560Z adding 'torch/distributions/normal.py' 2024-11-01T16:36:03.4676908Z adding 'torch/distributions/one_hot_categorical.py' 2024-11-01T16:36:03.4680479Z adding 'torch/distributions/pareto.py' 2024-11-01T16:36:03.4683925Z adding 'torch/distributions/poisson.py' 2024-11-01T16:36:03.4688281Z adding 'torch/distributions/relaxed_bernoulli.py' 2024-11-01T16:36:03.4692491Z adding 'torch/distributions/relaxed_categorical.py' 2024-11-01T16:36:03.4696612Z adding 'torch/distributions/studentT.py' 2024-11-01T16:36:03.4702761Z adding 'torch/distributions/transformed_distribution.py' 2024-11-01T16:36:03.4715763Z adding 'torch/distributions/transforms.py' 2024-11-01T16:36:03.4720810Z adding 'torch/distributions/uniform.py' 2024-11-01T16:36:03.4725494Z adding 'torch/distributions/utils.py' 2024-11-01T16:36:03.4730431Z adding 'torch/distributions/von_mises.py' 2024-11-01T16:36:03.4734025Z adding 'torch/distributions/weibull.py' 2024-11-01T16:36:03.4740157Z adding 'torch/distributions/wishart.py' 2024-11-01T16:36:03.4749778Z adding 'torch/export/__init__.py' 2024-11-01T16:36:03.4755946Z adding 'torch/export/_draft_export.py' 2024-11-01T16:36:03.4759782Z adding 'torch/export/_remove_auto_functionalized_pass.py' 2024-11-01T16:36:03.4764091Z adding 'torch/export/_remove_effect_tokens_pass.py' 2024-11-01T16:36:03.4767525Z adding 'torch/export/_safeguard.py' 2024-11-01T16:36:03.4774653Z adding 'torch/export/_swap.py' 2024-11-01T16:36:03.4801563Z adding 'torch/export/_trace.py' 2024-11-01T16:36:03.4806865Z adding 'torch/export/_tree_utils.py' 2024-11-01T16:36:03.4813215Z adding 'torch/export/_unlift.py' 2024-11-01T16:36:03.4816502Z adding 'torch/export/custom_obj.py' 2024-11-01T16:36:03.4820634Z adding 'torch/export/decomp_utils.py' 2024-11-01T16:36:03.4837017Z adding 'torch/export/dynamic_shapes.py' 2024-11-01T16:36:03.4856221Z adding 'torch/export/exported_program.py' 2024-11-01T16:36:03.4864760Z adding 'torch/export/graph_signature.py' 2024-11-01T16:36:03.4887919Z adding 'torch/export/unflatten.py' 2024-11-01T16:36:03.4893581Z adding 'torch/export/experimental/__init__.py' 2024-11-01T16:36:03.4897745Z adding 'torch/export/passes/__init__.py' 2024-11-01T16:36:03.4910615Z adding 'torch/fft/__init__.py' 2024-11-01T16:36:03.4915607Z adding 'torch/func/__init__.py' 2024-11-01T16:36:03.4922614Z adding 'torch/futures/__init__.py' 2024-11-01T16:36:03.4927847Z adding 'torch/fx/__init__.py' 2024-11-01T16:36:03.4931062Z adding 'torch/fx/_compatibility.py' 2024-11-01T16:36:03.4935560Z adding 'torch/fx/_lazy_graph_module.py' 2024-11-01T16:36:03.4939284Z adding 'torch/fx/_pytree.py' 2024-11-01T16:36:03.4958096Z adding 'torch/fx/_symbolic_trace.py' 2024-11-01T16:36:03.4962561Z adding 'torch/fx/_utils.py' 2024-11-01T16:36:03.4965785Z adding 'torch/fx/annotate.py' 2024-11-01T16:36:03.4968790Z adding 'torch/fx/config.py' 2024-11-01T16:36:03.4996318Z adding 'torch/fx/graph.py' 2024-11-01T16:36:03.5013569Z adding 'torch/fx/graph_module.py' 2024-11-01T16:36:03.5018148Z adding 'torch/fx/immutable_collections.py' 2024-11-01T16:36:03.5026997Z adding 'torch/fx/interpreter.py' 2024-11-01T16:36:03.5042401Z adding 'torch/fx/node.py' 2024-11-01T16:36:03.5053171Z adding 'torch/fx/operator_schemas.py' 2024-11-01T16:36:03.5065190Z adding 'torch/fx/proxy.py' 2024-11-01T16:36:03.5073513Z adding 'torch/fx/subgraph_rewriter.py' 2024-11-01T16:36:03.5077727Z adding 'torch/fx/tensor_type.py' 2024-11-01T16:36:03.5081409Z adding 'torch/fx/traceback.py' 2024-11-01T16:36:03.5085701Z adding 'torch/fx/experimental/__init__.py' 2024-11-01T16:36:03.5089084Z adding 'torch/fx/experimental/_backward_state.py' 2024-11-01T16:36:03.5092833Z adding 'torch/fx/experimental/_config.py' 2024-11-01T16:36:03.5109117Z adding 'torch/fx/experimental/accelerator_partitioner.py' 2024-11-01T16:36:03.5116376Z adding 'torch/fx/experimental/const_fold.py' 2024-11-01T16:36:03.5119781Z adding 'torch/fx/experimental/debug.py' 2024-11-01T16:36:03.5131255Z adding 'torch/fx/experimental/graph_gradual_typechecker.py' 2024-11-01T16:36:03.5136595Z adding 'torch/fx/experimental/merge_matmul.py' 2024-11-01T16:36:03.5142236Z adding 'torch/fx/experimental/meta_tracer.py' 2024-11-01T16:36:03.5146660Z adding 'torch/fx/experimental/normalize.py' 2024-11-01T16:36:03.5154583Z adding 'torch/fx/experimental/optimization.py' 2024-11-01T16:36:03.5160905Z adding 'torch/fx/experimental/partitioner_utils.py' 2024-11-01T16:36:03.5193266Z adding 'torch/fx/experimental/proxy_tensor.py' 2024-11-01T16:36:03.5204150Z adding 'torch/fx/experimental/recording.py' 2024-11-01T16:36:03.5207670Z adding 'torch/fx/experimental/refinement_types.py' 2024-11-01T16:36:03.5211948Z adding 'torch/fx/experimental/rewriter.py' 2024-11-01T16:36:03.5216283Z adding 'torch/fx/experimental/schema_type_annotation.py' 2024-11-01T16:36:03.5234198Z adding 'torch/fx/experimental/sym_node.py' 2024-11-01T16:36:03.5347098Z adding 'torch/fx/experimental/symbolic_shapes.py' 2024-11-01T16:36:03.5357752Z adding 'torch/fx/experimental/unify_refinements.py' 2024-11-01T16:36:03.5370091Z adding 'torch/fx/experimental/validator.py' 2024-11-01T16:36:03.5374908Z adding 'torch/fx/experimental/migrate_gradual_types/__init__.py' 2024-11-01T16:36:03.5380956Z adding 'torch/fx/experimental/migrate_gradual_types/constraint.py' 2024-11-01T16:36:03.5396050Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_generator.py' 2024-11-01T16:36:03.5411004Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_transformation.py' 2024-11-01T16:36:03.5414941Z adding 'torch/fx/experimental/migrate_gradual_types/operation.py' 2024-11-01T16:36:03.5420996Z adding 'torch/fx/experimental/migrate_gradual_types/transform_to_z3.py' 2024-11-01T16:36:03.5424559Z adding 'torch/fx/experimental/migrate_gradual_types/util.py' 2024-11-01T16:36:03.5428101Z adding 'torch/fx/experimental/migrate_gradual_types/z3_types.py' 2024-11-01T16:36:03.5432788Z adding 'torch/fx/experimental/unification/__init__.py' 2024-11-01T16:36:03.5436599Z adding 'torch/fx/experimental/unification/core.py' 2024-11-01T16:36:03.5439771Z adding 'torch/fx/experimental/unification/dispatch.py' 2024-11-01T16:36:03.5443474Z adding 'torch/fx/experimental/unification/match.py' 2024-11-01T16:36:03.5447085Z adding 'torch/fx/experimental/unification/more.py' 2024-11-01T16:36:03.5452676Z adding 'torch/fx/experimental/unification/unification_tools.py' 2024-11-01T16:36:03.5456653Z adding 'torch/fx/experimental/unification/utils.py' 2024-11-01T16:36:03.5460178Z adding 'torch/fx/experimental/unification/variable.py' 2024-11-01T16:36:03.5464037Z adding 'torch/fx/experimental/unification/multipledispatch/__init__.py' 2024-11-01T16:36:03.5467852Z adding 'torch/fx/experimental/unification/multipledispatch/conflict.py' 2024-11-01T16:36:03.5471529Z adding 'torch/fx/experimental/unification/multipledispatch/core.py' 2024-11-01T16:36:03.5478275Z adding 'torch/fx/experimental/unification/multipledispatch/dispatcher.py' 2024-11-01T16:36:03.5482483Z adding 'torch/fx/experimental/unification/multipledispatch/utils.py' 2024-11-01T16:36:03.5486225Z adding 'torch/fx/experimental/unification/multipledispatch/variadic.py' 2024-11-01T16:36:03.5490087Z adding 'torch/fx/passes/__init__.py' 2024-11-01T16:36:03.5496112Z adding 'torch/fx/passes/_tensorify_python_scalars.py' 2024-11-01T16:36:03.5499622Z adding 'torch/fx/passes/annotate_getitem_nodes.py' 2024-11-01T16:36:03.5503195Z adding 'torch/fx/passes/fake_tensor_prop.py' 2024-11-01T16:36:03.5510107Z adding 'torch/fx/passes/graph_drawer.py' 2024-11-01T16:36:03.5514454Z adding 'torch/fx/passes/graph_manipulation.py' 2024-11-01T16:36:03.5518458Z adding 'torch/fx/passes/graph_transform_observer.py' 2024-11-01T16:36:03.5529791Z adding 'torch/fx/passes/net_min_base.py' 2024-11-01T16:36:03.5535287Z adding 'torch/fx/passes/operator_support.py' 2024-11-01T16:36:03.5539276Z adding 'torch/fx/passes/param_fetch.py' 2024-11-01T16:36:03.5544045Z adding 'torch/fx/passes/pass_manager.py' 2024-11-01T16:36:03.5557909Z adding 'torch/fx/passes/reinplace.py' 2024-11-01T16:36:03.5568642Z adding 'torch/fx/passes/runtime_assert.py' 2024-11-01T16:36:03.5574003Z adding 'torch/fx/passes/shape_prop.py' 2024-11-01T16:36:03.5583675Z adding 'torch/fx/passes/split_module.py' 2024-11-01T16:36:03.5590045Z adding 'torch/fx/passes/split_utils.py' 2024-11-01T16:36:03.5602852Z adding 'torch/fx/passes/splitter_base.py' 2024-11-01T16:36:03.5609409Z adding 'torch/fx/passes/tools_common.py' 2024-11-01T16:36:03.5613294Z adding 'torch/fx/passes/backends/__init__.py' 2024-11-01T16:36:03.5616875Z adding 'torch/fx/passes/backends/cudagraphs.py' 2024-11-01T16:36:03.5620610Z adding 'torch/fx/passes/dialect/__init__.py' 2024-11-01T16:36:03.5623998Z adding 'torch/fx/passes/dialect/common/__init__.py' 2024-11-01T16:36:03.5628262Z adding 'torch/fx/passes/dialect/common/cse_pass.py' 2024-11-01T16:36:03.5632095Z adding 'torch/fx/passes/infra/__init__.py' 2024-11-01T16:36:03.5639025Z adding 'torch/fx/passes/infra/partitioner.py' 2024-11-01T16:36:03.5643024Z adding 'torch/fx/passes/infra/pass_base.py' 2024-11-01T16:36:03.5648752Z adding 'torch/fx/passes/infra/pass_manager.py' 2024-11-01T16:36:03.5652547Z adding 'torch/fx/passes/tests/__init__.py' 2024-11-01T16:36:03.5655925Z adding 'torch/fx/passes/tests/test_pass_manager.py' 2024-11-01T16:36:03.5659822Z adding 'torch/fx/passes/utils/__init__.py' 2024-11-01T16:36:03.5663410Z adding 'torch/fx/passes/utils/common.py' 2024-11-01T16:36:03.5668971Z adding 'torch/fx/passes/utils/fuser_utils.py' 2024-11-01T16:36:03.5676954Z adding 'torch/fx/passes/utils/matcher_utils.py' 2024-11-01T16:36:03.5681437Z adding 'torch/fx/passes/utils/matcher_with_name_node_map_utils.py' 2024-11-01T16:36:03.5685903Z adding 'torch/fx/passes/utils/source_matcher_utils.py' 2024-11-01T16:36:03.5699934Z adding 'torch/include/cpuinfo.h' 2024-11-01T16:36:03.5704396Z adding 'torch/include/dnnl.h' 2024-11-01T16:36:03.5708182Z adding 'torch/include/dnnl_config.h' 2024-11-01T16:36:03.5711660Z adding 'torch/include/dnnl_debug.h' 2024-11-01T16:36:03.5715276Z adding 'torch/include/dnnl_ocl.h' 2024-11-01T16:36:03.5718896Z adding 'torch/include/dnnl_sycl.h' 2024-11-01T16:36:03.5722475Z adding 'torch/include/dnnl_sycl_types.h' 2024-11-01T16:36:03.5726033Z adding 'torch/include/dnnl_threadpool.h' 2024-11-01T16:36:03.5729200Z adding 'torch/include/dnnl_types.h' 2024-11-01T16:36:03.5732312Z adding 'torch/include/dnnl_version.h' 2024-11-01T16:36:03.5735890Z adding 'torch/include/experiments-config.h' 2024-11-01T16:36:03.5738592Z adding 'torch/include/fp16.h' 2024-11-01T16:36:03.5744016Z adding 'torch/include/fxdiv.h' 2024-11-01T16:36:03.5747631Z adding 'torch/include/libshm.h' 2024-11-01T16:36:03.5757694Z adding 'torch/include/psimd.h' 2024-11-01T16:36:03.5772504Z adding 'torch/include/pthreadpool.h' 2024-11-01T16:36:03.5811131Z adding 'torch/include/sleef.h' 2024-11-01T16:36:03.5855856Z adding 'torch/include/xnnpack.h' 2024-11-01T16:36:03.5867814Z adding 'torch/include/ATen/ATen.h' 2024-11-01T16:36:03.5872045Z adding 'torch/include/ATen/AccumulateType.h' 2024-11-01T16:36:03.5875014Z adding 'torch/include/ATen/ArrayRef.h' 2024-11-01T16:36:03.5877883Z adding 'torch/include/ATen/Backend.h' 2024-11-01T16:36:03.5880560Z adding 'torch/include/ATen/Backtrace.h' 2024-11-01T16:36:03.5883523Z adding 'torch/include/ATen/BlasBackend.h' 2024-11-01T16:36:03.5888720Z adding 'torch/include/ATen/CPUApplyUtils.h' 2024-11-01T16:36:03.5892538Z adding 'torch/include/ATen/CPUFixedAllocator.h' 2024-11-01T16:36:03.5895886Z adding 'torch/include/ATen/CPUFunctions.h' 2024-11-01T16:36:03.5901915Z adding 'torch/include/ATen/CPUFunctions_inl.h' 2024-11-01T16:36:03.5905808Z adding 'torch/include/ATen/CPUGeneratorImpl.h' 2024-11-01T16:36:03.5909185Z adding 'torch/include/ATen/CUDAFunctions.h' 2024-11-01T16:36:03.5916063Z adding 'torch/include/ATen/CUDAFunctions_inl.h' 2024-11-01T16:36:03.5920072Z adding 'torch/include/ATen/CachedTensorUtils.h' 2024-11-01T16:36:03.5923523Z adding 'torch/include/ATen/CollapseDims.h' 2024-11-01T16:36:03.5927110Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions.h' 2024-11-01T16:36:03.5934063Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h' 2024-11-01T16:36:03.5938530Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h' 2024-11-01T16:36:03.5943823Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h' 2024-11-01T16:36:03.5947707Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions.h' 2024-11-01T16:36:03.5954099Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h' 2024-11-01T16:36:03.5958541Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h' 2024-11-01T16:36:03.5961750Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h' 2024-11-01T16:36:03.5964465Z adding 'torch/include/ATen/Config.h' 2024-11-01T16:36:03.5971958Z adding 'torch/include/ATen/Context.h' 2024-11-01T16:36:03.5975668Z adding 'torch/include/ATen/DLConvertor.h' 2024-11-01T16:36:03.5978446Z adding 'torch/include/ATen/Device.h' 2024-11-01T16:36:03.5981526Z adding 'torch/include/ATen/DeviceAccelerator.h' 2024-11-01T16:36:03.5984642Z adding 'torch/include/ATen/DeviceGuard.h' 2024-11-01T16:36:03.5987401Z adding 'torch/include/ATen/DimVector.h' 2024-11-01T16:36:03.5990073Z adding 'torch/include/ATen/Dimname.h' 2024-11-01T16:36:03.5998797Z adding 'torch/include/ATen/Dispatch.h' 2024-11-01T16:36:03.6007586Z adding 'torch/include/ATen/Dispatch_v2.h' 2024-11-01T16:36:03.6012058Z adding 'torch/include/ATen/DynamicLibrary.h' 2024-11-01T16:36:03.6015561Z adding 'torch/include/ATen/EmptyTensor.h' 2024-11-01T16:36:03.6019557Z adding 'torch/include/ATen/ExpandBase.h' 2024-11-01T16:36:03.6024738Z adding 'torch/include/ATen/ExpandUtils.h' 2024-11-01T16:36:03.6028101Z adding 'torch/include/ATen/Formatting.h' 2024-11-01T16:36:03.6031695Z adding 'torch/include/ATen/FuncTorchTLS.h' 2024-11-01T16:36:03.6036974Z adding 'torch/include/ATen/FunctionalStorageImpl.h' 2024-11-01T16:36:03.6044554Z adding 'torch/include/ATen/FunctionalTensorWrapper.h' 2024-11-01T16:36:03.6056202Z adding 'torch/include/ATen/Functions.h' 2024-11-01T16:36:03.6060435Z adding 'torch/include/ATen/Generator.h' 2024-11-01T16:36:03.6063994Z adding 'torch/include/ATen/InferSize.h' 2024-11-01T16:36:03.6067272Z adding 'torch/include/ATen/InitialTensorOptions.h' 2024-11-01T16:36:03.6069954Z adding 'torch/include/ATen/Layout.h' 2024-11-01T16:36:03.6073245Z adding 'torch/include/ATen/LegacyBatchedFallback.h' 2024-11-01T16:36:03.6077832Z adding 'torch/include/ATen/LegacyBatchedTensorImpl.h' 2024-11-01T16:36:03.6081154Z adding 'torch/include/ATen/LegacyVmapMode.h' 2024-11-01T16:36:03.6086418Z adding 'torch/include/ATen/LegacyVmapTransforms.h' 2024-11-01T16:36:03.6089856Z adding 'torch/include/ATen/LinalgBackend.h' 2024-11-01T16:36:03.6093818Z adding 'torch/include/ATen/MapAllocator.h' 2024-11-01T16:36:03.6097972Z adding 'torch/include/ATen/MatrixRef.h' 2024-11-01T16:36:03.6101380Z adding 'torch/include/ATen/MemoryOverlap.h' 2024-11-01T16:36:03.6104730Z adding 'torch/include/ATen/MetaFunctions.h' 2024-11-01T16:36:03.6109512Z adding 'torch/include/ATen/MetaFunctions_inl.h' 2024-11-01T16:36:03.6114899Z adding 'torch/include/ATen/MethodOperators.h' 2024-11-01T16:36:03.6118374Z adding 'torch/include/ATen/NamedTensor.h' 2024-11-01T16:36:03.6122850Z adding 'torch/include/ATen/NamedTensorUtils.h' 2024-11-01T16:36:03.6134007Z adding 'torch/include/ATen/NativeFunctions.h' 2024-11-01T16:36:03.6145825Z adding 'torch/include/ATen/NativeMetaFunctions.h' 2024-11-01T16:36:03.6152692Z adding 'torch/include/ATen/NestedTensorImpl.h' 2024-11-01T16:36:03.6156862Z adding 'torch/include/ATen/NumericUtils.h' 2024-11-01T16:36:03.6160227Z adding 'torch/include/ATen/OpMathType.h' 2024-11-01T16:36:03.6164483Z adding 'torch/include/ATen/OpaqueTensorImpl.h' 2024-11-01T16:36:03.6175801Z adding 'torch/include/ATen/Operators.h' 2024-11-01T16:36:03.6180379Z adding 'torch/include/ATen/PTThreadPool.h' 2024-11-01T16:36:03.6183401Z adding 'torch/include/ATen/PadNd.h' 2024-11-01T16:36:03.6186937Z adding 'torch/include/ATen/Parallel-inl.h' 2024-11-01T16:36:03.6191106Z adding 'torch/include/ATen/Parallel.h' 2024-11-01T16:36:03.6194265Z adding 'torch/include/ATen/ParallelFuture.h' 2024-11-01T16:36:03.6197622Z adding 'torch/include/ATen/ParallelNative.h' 2024-11-01T16:36:03.6200909Z adding 'torch/include/ATen/ParallelOpenMP.h' 2024-11-01T16:36:03.6204336Z adding 'torch/include/ATen/PythonTorchFunctionTLS.h' 2024-11-01T16:36:03.6467367Z adding 'torch/include/ATen/RedispatchFunctions.h' 2024-11-01T16:36:03.6648494Z adding 'torch/include/ATen/RegistrationDeclarations.h' 2024-11-01T16:36:03.6670444Z adding 'torch/include/ATen/SavedTensorHooks.h' 2024-11-01T16:36:03.6673929Z adding 'torch/include/ATen/Scalar.h' 2024-11-01T16:36:03.6677580Z adding 'torch/include/ATen/ScalarOps.h' 2024-11-01T16:36:03.6680449Z adding 'torch/include/ATen/ScalarType.h' 2024-11-01T16:36:03.6683652Z adding 'torch/include/ATen/SequenceNumber.h' 2024-11-01T16:36:03.6686331Z adding 'torch/include/ATen/SmallVector.h' 2024-11-01T16:36:03.6690856Z adding 'torch/include/ATen/SparseCsrTensorImpl.h' 2024-11-01T16:36:03.6697080Z adding 'torch/include/ATen/SparseCsrTensorUtils.h' 2024-11-01T16:36:03.6703932Z adding 'torch/include/ATen/SparseTensorImpl.h' 2024-11-01T16:36:03.6707374Z adding 'torch/include/ATen/Storage.h' 2024-11-01T16:36:03.6710568Z adding 'torch/include/ATen/StorageUtils.h' 2024-11-01T16:36:03.6713891Z adding 'torch/include/ATen/Tensor.h' 2024-11-01T16:36:03.6717331Z adding 'torch/include/ATen/TensorAccessor.h' 2024-11-01T16:36:03.6721543Z adding 'torch/include/ATen/TensorGeometry.h' 2024-11-01T16:36:03.6732406Z adding 'torch/include/ATen/TensorIndexing.h' 2024-11-01T16:36:03.6749585Z adding 'torch/include/ATen/TensorIterator.h' 2024-11-01T16:36:03.6753998Z adding 'torch/include/ATen/TensorIteratorInternal.h' 2024-11-01T16:36:03.6758229Z adding 'torch/include/ATen/TensorMeta.h' 2024-11-01T16:36:03.6762172Z adding 'torch/include/ATen/TensorNames.h' 2024-11-01T16:36:03.6765630Z adding 'torch/include/ATen/TensorOperators.h' 2024-11-01T16:36:03.6768624Z adding 'torch/include/ATen/TensorOptions.h' 2024-11-01T16:36:03.6772394Z adding 'torch/include/ATen/TensorSubclassLikeUtils.h' 2024-11-01T16:36:03.6776572Z adding 'torch/include/ATen/TensorUtils.h' 2024-11-01T16:36:03.6779823Z adding 'torch/include/ATen/ThreadLocalPythonObjects.h' 2024-11-01T16:36:03.6783630Z adding 'torch/include/ATen/ThreadLocalState.h' 2024-11-01T16:36:03.6788240Z adding 'torch/include/ATen/TracerMode.h' 2024-11-01T16:36:03.6791450Z adding 'torch/include/ATen/TypeDefault.h' 2024-11-01T16:36:03.6795039Z adding 'torch/include/ATen/Utils.h' 2024-11-01T16:36:03.6798172Z adding 'torch/include/ATen/Version.h' 2024-11-01T16:36:03.6970787Z adding 'torch/include/ATen/VmapGeneratedPlumbing.h' 2024-11-01T16:36:03.7013582Z adding 'torch/include/ATen/WrapDimUtils.h' 2024-11-01T16:36:03.7017036Z adding 'torch/include/ATen/WrapDimUtilsMulti.h' 2024-11-01T16:36:03.7027819Z adding 'torch/include/ATen/autocast_mode.h' 2024-11-01T16:36:03.7031740Z adding 'torch/include/ATen/ceil_div.h' 2024-11-01T16:36:03.7036370Z adding 'torch/include/ATen/code_template.h' 2024-11-01T16:36:03.7040263Z adding 'torch/include/ATen/cpp_custom_type_hack.h' 2024-11-01T16:36:03.7043251Z adding 'torch/include/ATen/div_rtn.h' 2024-11-01T16:36:03.7048038Z adding 'torch/include/ATen/dlpack.h' 2024-11-01T16:36:03.7051133Z adding 'torch/include/ATen/jit_macros.h' 2024-11-01T16:36:03.7054446Z adding 'torch/include/ATen/jiterator_macros.h' 2024-11-01T16:36:03.7063491Z adding 'torch/include/ATen/record_function.h' 2024-11-01T16:36:03.7068923Z adding 'torch/include/ATen/core/ATenGeneral.h' 2024-11-01T16:36:03.7071808Z adding 'torch/include/ATen/core/ATenOpList.h' 2024-11-01T16:36:03.7074842Z adding 'torch/include/ATen/core/ATen_fwd.h' 2024-11-01T16:36:03.7078892Z adding 'torch/include/ATen/core/ATen_pch.h' 2024-11-01T16:36:03.7082162Z adding 'torch/include/ATen/core/Array.h' 2024-11-01T16:36:03.7084980Z adding 'torch/include/ATen/core/Backtrace.h' 2024-11-01T16:36:03.7092266Z adding 'torch/include/ATen/core/CachingHostAllocator.h' 2024-11-01T16:36:03.7095772Z adding 'torch/include/ATen/core/CheckMemoryFormat.h' 2024-11-01T16:36:03.7099578Z adding 'torch/include/ATen/core/DeprecatedTypeProperties.h' 2024-11-01T16:36:03.7102814Z adding 'torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h' 2024-11-01T16:36:03.7109097Z adding 'torch/include/ATen/core/Dict.h' 2024-11-01T16:36:03.7113683Z adding 'torch/include/ATen/core/Dict_inl.h' 2024-11-01T16:36:03.7116968Z adding 'torch/include/ATen/core/DimVector.h' 2024-11-01T16:36:03.7120120Z adding 'torch/include/ATen/core/Dimname.h' 2024-11-01T16:36:03.7125279Z adding 'torch/include/ATen/core/DistributionsHelper.h' 2024-11-01T16:36:03.7128603Z adding 'torch/include/ATen/core/Formatting.h' 2024-11-01T16:36:03.7133359Z adding 'torch/include/ATen/core/Generator.h' 2024-11-01T16:36:03.7137054Z adding 'torch/include/ATen/core/GeneratorForPrivateuseone.h' 2024-11-01T16:36:03.7145261Z adding 'torch/include/ATen/core/IListRef.h' 2024-11-01T16:36:03.7149883Z adding 'torch/include/ATen/core/IListRef_inl.h' 2024-11-01T16:36:03.7154428Z adding 'torch/include/ATen/core/LegacyTypeDispatch.h' 2024-11-01T16:36:03.7161212Z adding 'torch/include/ATen/core/List.h' 2024-11-01T16:36:03.7166861Z adding 'torch/include/ATen/core/List_inl.h' 2024-11-01T16:36:03.7171936Z adding 'torch/include/ATen/core/MT19937RNGEngine.h' 2024-11-01T16:36:03.7176602Z adding 'torch/include/ATen/core/NamedTensor.h' 2024-11-01T16:36:03.7181327Z adding 'torch/include/ATen/core/NestedIntSymNodeImpl.h' 2024-11-01T16:36:03.7186712Z adding 'torch/include/ATen/core/PhiloxRNGEngine.h' 2024-11-01T16:36:03.7189796Z adding 'torch/include/ATen/core/PythonFallbackKernel.h' 2024-11-01T16:36:03.7193154Z adding 'torch/include/ATen/core/PythonOpRegistrationTrampoline.h' 2024-11-01T16:36:03.7196523Z adding 'torch/include/ATen/core/QuantizerBase.h' 2024-11-01T16:36:03.7199690Z adding 'torch/include/ATen/core/Range.h' 2024-11-01T16:36:03.7203254Z adding 'torch/include/ATen/core/Reduction.h' 2024-11-01T16:36:03.7206153Z adding 'torch/include/ATen/core/Scalar.h' 2024-11-01T16:36:03.7208894Z adding 'torch/include/ATen/core/ScalarType.h' 2024-11-01T16:36:03.7212382Z adding 'torch/include/ATen/core/Tensor.h' 2024-11-01T16:36:03.7217573Z adding 'torch/include/ATen/core/TensorAccessor.h' 2024-11-01T16:36:03.7234294Z adding 'torch/include/ATen/core/TensorBase.h' 2024-11-01T16:36:03.7290551Z adding 'torch/include/ATen/core/TensorBody.h' 2024-11-01T16:36:03.7300296Z adding 'torch/include/ATen/core/TorchDispatchUtils.h' 2024-11-01T16:36:03.7304555Z adding 'torch/include/ATen/core/TransformationHelper.h' 2024-11-01T16:36:03.7307507Z adding 'torch/include/ATen/core/UndefinedTensorImpl.h' 2024-11-01T16:36:03.7310451Z adding 'torch/include/ATen/core/UnsafeFromTH.h' 2024-11-01T16:36:03.7314750Z adding 'torch/include/ATen/core/VariableHooksInterface.h' 2024-11-01T16:36:03.7317862Z adding 'torch/include/ATen/core/Variadic.h' 2024-11-01T16:36:03.7321320Z adding 'torch/include/ATen/core/Vitals.h' 2024-11-01T16:36:03.7325463Z adding 'torch/include/ATen/core/alias_info.h' 2024-11-01T16:36:03.7340446Z adding 'torch/include/ATen/core/aten_interned_strings.h' 2024-11-01T16:36:03.7345996Z adding 'torch/include/ATen/core/blob.h' 2024-11-01T16:36:03.7349575Z adding 'torch/include/ATen/core/builtin_function.h' 2024-11-01T16:36:03.7355857Z adding 'torch/include/ATen/core/class_type.h' 2024-11-01T16:36:03.7359422Z adding 'torch/include/ATen/core/custom_class.h' 2024-11-01T16:36:03.7364794Z adding 'torch/include/ATen/core/dynamic_type.h' 2024-11-01T16:36:03.7368103Z adding 'torch/include/ATen/core/enum_tag.h' 2024-11-01T16:36:03.7371754Z adding 'torch/include/ATen/core/enum_type.h' 2024-11-01T16:36:03.7375584Z adding 'torch/include/ATen/core/function.h' 2024-11-01T16:36:03.7385422Z adding 'torch/include/ATen/core/function_schema.h' 2024-11-01T16:36:03.7389498Z adding 'torch/include/ATen/core/function_schema_inl.h' 2024-11-01T16:36:03.7392748Z adding 'torch/include/ATen/core/functional.h' 2024-11-01T16:36:03.7395743Z adding 'torch/include/ATen/core/grad_mode.h' 2024-11-01T16:36:03.7401334Z adding 'torch/include/ATen/core/interned_strings.h' 2024-11-01T16:36:03.7404804Z adding 'torch/include/ATen/core/interned_strings_class.h' 2024-11-01T16:36:03.7423808Z adding 'torch/include/ATen/core/ivalue.h' 2024-11-01T16:36:03.7454048Z adding 'torch/include/ATen/core/ivalue_inl.h' 2024-11-01T16:36:03.7459153Z adding 'torch/include/ATen/core/ivalue_to.h' 2024-11-01T16:36:03.7481497Z adding 'torch/include/ATen/core/jit_type.h' 2024-11-01T16:36:03.7491578Z adding 'torch/include/ATen/core/jit_type_base.h' 2024-11-01T16:36:03.7495922Z adding 'torch/include/ATen/core/operator_name.h' 2024-11-01T16:36:03.7499992Z adding 'torch/include/ATen/core/qualified_name.h' 2024-11-01T16:36:03.7503299Z adding 'torch/include/ATen/core/rref_interface.h' 2024-11-01T16:36:03.7507698Z adding 'torch/include/ATen/core/stack.h' 2024-11-01T16:36:03.7512176Z adding 'torch/include/ATen/core/symbol.h' 2024-11-01T16:36:03.7515963Z adding 'torch/include/ATen/core/type_factory.h' 2024-11-01T16:36:03.7519241Z adding 'torch/include/ATen/core/type_ptr.h' 2024-11-01T16:36:03.7522027Z adding 'torch/include/ATen/core/typeid.h' 2024-11-01T16:36:03.7527937Z adding 'torch/include/ATen/core/boxing/BoxedKernel.h' 2024-11-01T16:36:03.7532014Z adding 'torch/include/ATen/core/boxing/BoxedKernel_impl.h' 2024-11-01T16:36:03.7536650Z adding 'torch/include/ATen/core/boxing/KernelFunction.h' 2024-11-01T16:36:03.7542113Z adding 'torch/include/ATen/core/boxing/KernelFunction_impl.h' 2024-11-01T16:36:03.7545743Z adding 'torch/include/ATen/core/boxing/OperatorKernel.h' 2024-11-01T16:36:03.7550075Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h' 2024-11-01T16:36:03.7553447Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h' 2024-11-01T16:36:03.7559462Z adding 'torch/include/ATen/core/boxing/impl/boxing.h' 2024-11-01T16:36:03.7569427Z adding 'torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h' 2024-11-01T16:36:03.7574077Z adding 'torch/include/ATen/core/boxing/impl/test_helpers.h' 2024-11-01T16:36:03.7578755Z adding 'torch/include/ATen/core/dispatch/CppSignature.h' 2024-11-01T16:36:03.7584367Z adding 'torch/include/ATen/core/dispatch/DispatchKeyExtractor.h' 2024-11-01T16:36:03.7597116Z adding 'torch/include/ATen/core/dispatch/Dispatcher.h' 2024-11-01T16:36:03.7601155Z adding 'torch/include/ATen/core/dispatch/ObservedOperators.h' 2024-11-01T16:36:03.7607576Z adding 'torch/include/ATen/core/dispatch/OperatorEntry.h' 2024-11-01T16:36:03.7611163Z adding 'torch/include/ATen/core/dispatch/OperatorOptions.h' 2024-11-01T16:36:03.7614521Z adding 'torch/include/ATen/core/dispatch/RegistrationHandleRAII.h' 2024-11-01T16:36:03.7619114Z adding 'torch/include/ATen/core/op_registration/adaption.h' 2024-11-01T16:36:03.7624230Z adding 'torch/include/ATen/core/op_registration/infer_schema.h' 2024-11-01T16:36:03.7628674Z adding 'torch/include/ATen/core/op_registration/op_allowlist.h' 2024-11-01T16:36:03.7637240Z adding 'torch/include/ATen/core/op_registration/op_registration.h' 2024-11-01T16:36:03.7642443Z adding 'torch/include/ATen/cpu/FlushDenormal.h' 2024-11-01T16:36:03.7645601Z adding 'torch/include/ATen/cpu/Utils.h' 2024-11-01T16:36:03.7649933Z adding 'torch/include/ATen/cpu/vml.h' 2024-11-01T16:36:03.7654093Z adding 'torch/include/ATen/cpu/vec/functional.h' 2024-11-01T16:36:03.7658885Z adding 'torch/include/ATen/cpu/vec/functional_base.h' 2024-11-01T16:36:03.7665358Z adding 'torch/include/ATen/cpu/vec/functional_bfloat16.h' 2024-11-01T16:36:03.7669476Z adding 'torch/include/ATen/cpu/vec/intrinsics.h' 2024-11-01T16:36:03.7673213Z adding 'torch/include/ATen/cpu/vec/vec.h' 2024-11-01T16:36:03.7684963Z adding 'torch/include/ATen/cpu/vec/vec_base.h' 2024-11-01T16:36:03.7689466Z adding 'torch/include/ATen/cpu/vec/vec_convert.h' 2024-11-01T16:36:03.7692876Z adding 'torch/include/ATen/cpu/vec/vec_half.h' 2024-11-01T16:36:03.7697879Z adding 'torch/include/ATen/cpu/vec/vec_mask.h' 2024-11-01T16:36:03.7703423Z adding 'torch/include/ATen/cpu/vec/vec_n.h' 2024-11-01T16:36:03.7708026Z adding 'torch/include/ATen/cpu/vec/sve/sve_helper.h' 2024-11-01T16:36:03.7712418Z adding 'torch/include/ATen/cpu/vec/sve/vec_common_sve.h' 2024-11-01T16:36:03.7718388Z adding 'torch/include/ATen/cpu/vec/sve/vec_double.h' 2024-11-01T16:36:03.7725691Z adding 'torch/include/ATen/cpu/vec/sve/vec_float.h' 2024-11-01T16:36:03.7733270Z adding 'torch/include/ATen/cpu/vec/sve/vec_int.h' 2024-11-01T16:36:03.7740050Z adding 'torch/include/ATen/cpu/vec/sve/vec_qint.h' 2024-11-01T16:36:03.7744228Z adding 'torch/include/ATen/cpu/vec/vec128/vec128.h' 2024-11-01T16:36:03.7747817Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_convert.h' 2024-11-01T16:36:03.7754615Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_float_neon.h' 2024-11-01T16:36:03.7762958Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_half_neon.h' 2024-11-01T16:36:03.7768950Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h' 2024-11-01T16:36:03.7772171Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h' 2024-11-01T16:36:03.7777191Z adding 'torch/include/ATen/cpu/vec/vec256/vec256.h' 2024-11-01T16:36:03.7787695Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h' 2024-11-01T16:36:03.7795295Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h' 2024-11-01T16:36:03.7802786Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h' 2024-11-01T16:36:03.7807686Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_convert.h' 2024-11-01T16:36:03.7813279Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_double.h' 2024-11-01T16:36:03.7821017Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float.h' 2024-11-01T16:36:03.7834926Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_int.h' 2024-11-01T16:36:03.7841093Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_mask.h' 2024-11-01T16:36:03.7852405Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_qint.h' 2024-11-01T16:36:03.7857937Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_bfloat16_vsx.h' 2024-11-01T16:36:03.7862384Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_common_vsx.h' 2024-11-01T16:36:03.7869812Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_double_vsx.h' 2024-11-01T16:36:03.7878108Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_float_vsx.h' 2024-11-01T16:36:03.7884220Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_double_vsx.h' 2024-11-01T16:36:03.7890381Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_float_vsx.h' 2024-11-01T16:36:03.7896079Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int16_vsx.h' 2024-11-01T16:36:03.7901452Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int32_vsx.h' 2024-11-01T16:36:03.7906538Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int64_vsx.h' 2024-11-01T16:36:03.7912316Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint32_vsx.h' 2024-11-01T16:36:03.7918156Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint8_vsx.h' 2024-11-01T16:36:03.7924648Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_quint8_vsx.h' 2024-11-01T16:36:03.7931924Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vsx_helpers.h' 2024-11-01T16:36:03.7956816Z adding 'torch/include/ATen/cpu/vec/vec256/zarch/vec256_zarch.h' 2024-11-01T16:36:03.7965111Z adding 'torch/include/ATen/cpu/vec/vec512/vec512.h' 2024-11-01T16:36:03.7980994Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h' 2024-11-01T16:36:03.7990321Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h' 2024-11-01T16:36:03.8000329Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h' 2024-11-01T16:36:03.8005758Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_convert.h' 2024-11-01T16:36:03.8011574Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_double.h' 2024-11-01T16:36:03.8020041Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_float.h' 2024-11-01T16:36:03.8032853Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_int.h' 2024-11-01T16:36:03.8039499Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_mask.h' 2024-11-01T16:36:03.8051110Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_qint.h' 2024-11-01T16:36:03.8056890Z adding 'torch/include/ATen/cuda/ATenCUDAGeneral.h' 2024-11-01T16:36:03.8060439Z adding 'torch/include/ATen/cuda/ApplyGridUtils.cuh' 2024-11-01T16:36:03.8064063Z adding 'torch/include/ATen/cuda/AsmUtils.cuh' 2024-11-01T16:36:03.8070895Z adding 'torch/include/ATen/cuda/Atomic.cuh' 2024-11-01T16:36:03.8079518Z adding 'torch/include/ATen/cuda/CUDAApplyUtils.cuh' 2024-11-01T16:36:03.8084966Z adding 'torch/include/ATen/cuda/CUDABlas.h' 2024-11-01T16:36:03.8089495Z adding 'torch/include/ATen/cuda/CUDAContext.h' 2024-11-01T16:36:03.8093341Z adding 'torch/include/ATen/cuda/CUDAContextLight.h' 2024-11-01T16:36:03.8096817Z adding 'torch/include/ATen/cuda/CUDADataType.h' 2024-11-01T16:36:03.8100565Z adding 'torch/include/ATen/cuda/CUDADevice.h' 2024-11-01T16:36:03.8105689Z adding 'torch/include/ATen/cuda/CUDAEvent.h' 2024-11-01T16:36:03.8110360Z adding 'torch/include/ATen/cuda/CUDAGeneratorImpl.h' 2024-11-01T16:36:03.8114499Z adding 'torch/include/ATen/cuda/CUDAGraph.h' 2024-11-01T16:36:03.8118305Z adding 'torch/include/ATen/cuda/CUDAGraphsUtils.cuh' 2024-11-01T16:36:03.8121569Z adding 'torch/include/ATen/cuda/CUDASparse.h' 2024-11-01T16:36:03.8126270Z adding 'torch/include/ATen/cuda/CUDASparseBlas.h' 2024-11-01T16:36:03.8131114Z adding 'torch/include/ATen/cuda/CUDASparseDescriptors.h' 2024-11-01T16:36:03.8134312Z adding 'torch/include/ATen/cuda/CUDATensorMethods.cuh' 2024-11-01T16:36:03.8137316Z adding 'torch/include/ATen/cuda/CUDAUtils.h' 2024-11-01T16:36:03.8141286Z adding 'torch/include/ATen/cuda/CachingHostAllocator.h' 2024-11-01T16:36:03.8144684Z adding 'torch/include/ATen/cuda/DeviceUtils.cuh' 2024-11-01T16:36:03.8147830Z adding 'torch/include/ATen/cuda/EmptyTensor.h' 2024-11-01T16:36:03.8152508Z adding 'torch/include/ATen/cuda/Exceptions.h' 2024-11-01T16:36:03.8156922Z adding 'torch/include/ATen/cuda/NumericLimits.cuh' 2024-11-01T16:36:03.8159970Z adding 'torch/include/ATen/cuda/PeerToPeerAccess.h' 2024-11-01T16:36:03.8162749Z adding 'torch/include/ATen/cuda/PhiloxCudaState.h' 2024-11-01T16:36:03.8165506Z adding 'torch/include/ATen/cuda/PhiloxUtils.cuh' 2024-11-01T16:36:03.8168348Z adding 'torch/include/ATen/cuda/PinnedMemoryAllocator.h' 2024-11-01T16:36:03.8171609Z adding 'torch/include/ATen/cuda/ScanUtils.cuh' 2024-11-01T16:36:03.8174534Z adding 'torch/include/ATen/cuda/Sleep.h' 2024-11-01T16:36:03.8177557Z adding 'torch/include/ATen/cuda/ThrustAllocator.h' 2024-11-01T16:36:03.8182995Z adding 'torch/include/ATen/cuda/cub.cuh' 2024-11-01T16:36:03.8187233Z adding 'torch/include/ATen/cuda/cub.h' 2024-11-01T16:36:03.8190609Z adding 'torch/include/ATen/cuda/cub_definitions.cuh' 2024-11-01T16:36:03.8193718Z adding 'torch/include/ATen/cuda/jiterator.h' 2024-11-01T16:36:03.8197930Z adding 'torch/include/ATen/cuda/jiterator_impl.h' 2024-11-01T16:36:03.8201110Z adding 'torch/include/ATen/cuda/llvm_jit_strings.h' 2024-11-01T16:36:03.8205387Z adding 'torch/include/ATen/cuda/detail/CUDAHooks.h' 2024-11-01T16:36:03.8210446Z adding 'torch/include/ATen/cuda/detail/DeviceThreadHandles.h' 2024-11-01T16:36:03.8213768Z adding 'torch/include/ATen/cuda/detail/IndexUtils.cuh' 2024-11-01T16:36:03.8217810Z adding 'torch/include/ATen/cuda/detail/IntegerDivider.cuh' 2024-11-01T16:36:03.8221180Z adding 'torch/include/ATen/cuda/detail/KernelUtils.h' 2024-11-01T16:36:03.8224187Z adding 'torch/include/ATen/cuda/detail/LazyNVRTC.h' 2024-11-01T16:36:03.8228033Z adding 'torch/include/ATen/cuda/detail/OffsetCalculator.cuh' 2024-11-01T16:36:03.8231368Z adding 'torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh' 2024-11-01T16:36:03.8234961Z adding 'torch/include/ATen/cuda/detail/TensorInfo.cuh' 2024-11-01T16:36:03.8238440Z adding 'torch/include/ATen/cuda/detail/UnpackRaw.cuh' 2024-11-01T16:36:03.8244404Z adding 'torch/include/ATen/cuda/tunable/GemmCommon.h' 2024-11-01T16:36:03.8251539Z adding 'torch/include/ATen/cuda/tunable/GemmHipblaslt.h' 2024-11-01T16:36:03.8256607Z adding 'torch/include/ATen/cuda/tunable/GemmRocblas.h' 2024-11-01T16:36:03.8260539Z adding 'torch/include/ATen/cuda/tunable/StreamTimer.h' 2024-11-01T16:36:03.8265252Z adding 'torch/include/ATen/cuda/tunable/Tunable.h' 2024-11-01T16:36:03.8270003Z adding 'torch/include/ATen/cuda/tunable/TunableGemm.h' 2024-11-01T16:36:03.8275610Z adding 'torch/include/ATen/cuda/tunable/TunableOp.h' 2024-11-01T16:36:03.8283809Z adding 'torch/include/ATen/cudnn/Descriptors.h' 2024-11-01T16:36:03.8287882Z adding 'torch/include/ATen/cudnn/Handle.h' 2024-11-01T16:36:03.8291002Z adding 'torch/include/ATen/cudnn/Handles.h' 2024-11-01T16:36:03.8293967Z adding 'torch/include/ATen/cudnn/Types.h' 2024-11-01T16:36:03.8297099Z adding 'torch/include/ATen/cudnn/Utils.h' 2024-11-01T16:36:03.8300632Z adding 'torch/include/ATen/cudnn/cudnn-wrapper.h' 2024-11-01T16:36:03.8305519Z adding 'torch/include/ATen/detail/AcceleratorHooksInterface.h' 2024-11-01T16:36:03.8310237Z adding 'torch/include/ATen/detail/CUDAHooksInterface.h' 2024-11-01T16:36:03.8314051Z adding 'torch/include/ATen/detail/FunctionTraits.h' 2024-11-01T16:36:03.8317809Z adding 'torch/include/ATen/detail/HIPHooksInterface.h' 2024-11-01T16:36:03.8321464Z adding 'torch/include/ATen/detail/HPUHooksInterface.h' 2024-11-01T16:36:03.8325343Z adding 'torch/include/ATen/detail/IPUHooksInterface.h' 2024-11-01T16:36:03.8328734Z adding 'torch/include/ATen/detail/MAIAHooksInterface.h' 2024-11-01T16:36:03.8332411Z adding 'torch/include/ATen/detail/MPSHooksInterface.h' 2024-11-01T16:36:03.8336139Z adding 'torch/include/ATen/detail/MTIAHooksInterface.h' 2024-11-01T16:36:03.8339724Z adding 'torch/include/ATen/detail/PrivateUse1HooksInterface.h' 2024-11-01T16:36:03.8343132Z adding 'torch/include/ATen/detail/XPUHooksInterface.h' 2024-11-01T16:36:03.8347581Z adding 'torch/include/ATen/functorch/ADInterpreters.h' 2024-11-01T16:36:03.8354211Z adding 'torch/include/ATen/functorch/BatchRulesHelper.h' 2024-11-01T16:36:03.8358530Z adding 'torch/include/ATen/functorch/BatchedFallback.h' 2024-11-01T16:36:03.8363363Z adding 'torch/include/ATen/functorch/BatchedTensorImpl.h' 2024-11-01T16:36:03.8367443Z adding 'torch/include/ATen/functorch/BatchingMetaprogramming.h' 2024-11-01T16:36:03.8371765Z adding 'torch/include/ATen/functorch/DynamicLayer.h' 2024-11-01T16:36:03.8375270Z adding 'torch/include/ATen/functorch/FunctionalizeInterpreter.h' 2024-11-01T16:36:03.8379986Z adding 'torch/include/ATen/functorch/Interpreter.h' 2024-11-01T16:36:03.8385436Z adding 'torch/include/ATen/functorch/LegacyVmapTransforms.h' 2024-11-01T16:36:03.8388404Z adding 'torch/include/ATen/functorch/Macros.h' 2024-11-01T16:36:03.8392085Z adding 'torch/include/ATen/functorch/PlumbingHelper.h' 2024-11-01T16:36:03.8396264Z adding 'torch/include/ATen/functorch/TensorWrapper.h' 2024-11-01T16:36:03.8399673Z adding 'torch/include/ATen/functorch/VmapInterpreter.h' 2024-11-01T16:36:03.8404279Z adding 'torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h' 2024-11-01T16:36:03.8407420Z adding 'torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h' 2024-11-01T16:36:03.8413396Z adding 'torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h' 2024-11-01T16:36:03.8417689Z adding 'torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h' 2024-11-01T16:36:03.8422581Z adding 'torch/include/ATen/miopen/Descriptors.h' 2024-11-01T16:36:03.8425866Z adding 'torch/include/ATen/miopen/Exceptions.h' 2024-11-01T16:36:03.8429158Z adding 'torch/include/ATen/miopen/Handle.h' 2024-11-01T16:36:03.8432081Z adding 'torch/include/ATen/miopen/Types.h' 2024-11-01T16:36:03.8434897Z adding 'torch/include/ATen/miopen/Utils.h' 2024-11-01T16:36:03.8437833Z adding 'torch/include/ATen/miopen/miopen-wrapper.h' 2024-11-01T16:36:03.8441651Z adding 'torch/include/ATen/mps/EmptyTensor.h' 2024-11-01T16:36:03.8447735Z adding 'torch/include/ATen/mps/IndexKernels.h' 2024-11-01T16:36:03.8456748Z adding 'torch/include/ATen/mps/MPSAllocator.h' 2024-11-01T16:36:03.8460845Z adding 'torch/include/ATen/mps/MPSAllocatorInterface.h' 2024-11-01T16:36:03.8464249Z adding 'torch/include/ATen/mps/MPSDevice.h' 2024-11-01T16:36:03.8468107Z adding 'torch/include/ATen/mps/MPSEvent.h' 2024-11-01T16:36:03.8471511Z adding 'torch/include/ATen/mps/MPSGeneratorImpl.h' 2024-11-01T16:36:03.8475581Z adding 'torch/include/ATen/mps/MPSGuardImpl.h' 2024-11-01T16:36:03.8479196Z adding 'torch/include/ATen/mps/MPSHooks.h' 2024-11-01T16:36:03.8486484Z adding 'torch/include/ATen/mps/MPSProfiler.h' 2024-11-01T16:36:03.8490763Z adding 'torch/include/ATen/mps/MPSStream.h' 2024-11-01T16:36:03.8497169Z adding 'torch/include/ATen/native/Activation.h' 2024-11-01T16:36:03.8500679Z adding 'torch/include/ATen/native/AdaptivePooling.h' 2024-11-01T16:36:03.8503749Z adding 'torch/include/ATen/native/AmpKernels.h' 2024-11-01T16:36:03.8508191Z adding 'torch/include/ATen/native/BatchLinearAlgebra.h' 2024-11-01T16:36:03.8512095Z adding 'torch/include/ATen/native/BinaryOps.h' 2024-11-01T16:36:03.8516999Z adding 'torch/include/ATen/native/BucketizationUtils.h' 2024-11-01T16:36:03.8521230Z adding 'torch/include/ATen/native/CPUBlas.h' 2024-11-01T16:36:03.8524826Z adding 'torch/include/ATen/native/CPUFallback.h' 2024-11-01T16:36:03.8527893Z adding 'torch/include/ATen/native/CanUse32BitIndexMath.h' 2024-11-01T16:36:03.8533960Z adding 'torch/include/ATen/native/ComplexHelper.h' 2024-11-01T16:36:03.8537206Z adding 'torch/include/ATen/native/CompositeRandomAccessor.h' 2024-11-01T16:36:03.8541511Z adding 'torch/include/ATen/native/CompositeRandomAccessorCommon.h' 2024-11-01T16:36:03.8548339Z adding 'torch/include/ATen/native/ConvUtils.h' 2024-11-01T16:36:03.8551973Z adding 'torch/include/ATen/native/ConvolutionMM3d.h' 2024-11-01T16:36:03.8554890Z adding 'torch/include/ATen/native/Copy.h' 2024-11-01T16:36:03.8558117Z adding 'torch/include/ATen/native/Cross.h' 2024-11-01T16:36:03.8562507Z adding 'torch/include/ATen/native/DilatedConvolutionUtils.h' 2024-11-01T16:36:03.8568602Z adding 'torch/include/ATen/native/DispatchStub.h' 2024-11-01T16:36:03.8572108Z adding 'torch/include/ATen/native/Distance.h' 2024-11-01T16:36:03.8579059Z adding 'torch/include/ATen/native/DistributionTemplates.h' 2024-11-01T16:36:03.8588496Z adding 'torch/include/ATen/native/Distributions.h' 2024-11-01T16:36:03.8593148Z adding 'torch/include/ATen/native/EmbeddingBag.h' 2024-11-01T16:36:03.8596429Z adding 'torch/include/ATen/native/Fill.h' 2024-11-01T16:36:03.8603060Z adding 'torch/include/ATen/native/ForeachUtils.h' 2024-11-01T16:36:03.8606890Z adding 'torch/include/ATen/native/FractionalMaxPooling.h' 2024-11-01T16:36:03.8610074Z adding 'torch/include/ATen/native/FunctionOfAMatrixUtils.h' 2024-11-01T16:36:03.8612975Z adding 'torch/include/ATen/native/FusedAdagrad.h' 2024-11-01T16:36:03.8616089Z adding 'torch/include/ATen/native/FusedAdam.h' 2024-11-01T16:36:03.8619140Z adding 'torch/include/ATen/native/FusedSGD.h' 2024-11-01T16:36:03.8624006Z adding 'torch/include/ATen/native/GridSampler.h' 2024-11-01T16:36:03.8628050Z adding 'torch/include/ATen/native/GridSamplerUtils.h' 2024-11-01T16:36:03.8631260Z adding 'torch/include/ATen/native/Histogram.h' 2024-11-01T16:36:03.8634496Z adding 'torch/include/ATen/native/IndexKernel.h' 2024-11-01T16:36:03.8638902Z adding 'torch/include/ATen/native/IndexingUtils.h' 2024-11-01T16:36:03.8642300Z adding 'torch/include/ATen/native/Lerp.h' 2024-11-01T16:36:03.8645474Z adding 'torch/include/ATen/native/LinearAlgebra.h' 2024-11-01T16:36:03.8656362Z adding 'torch/include/ATen/native/LinearAlgebraUtils.h' 2024-11-01T16:36:03.8660440Z adding 'torch/include/ATen/native/LossMulti.h' 2024-11-01T16:36:03.8706620Z adding 'torch/include/ATen/native/Math.h' 2024-11-01T16:36:03.8713482Z adding 'torch/include/ATen/native/MathBitFallThroughLists.h' 2024-11-01T16:36:03.8718663Z adding 'torch/include/ATen/native/MathBitsFallback.h' 2024-11-01T16:36:03.8725756Z adding 'torch/include/ATen/native/MaxPooling.h' 2024-11-01T16:36:03.8726804Z adding 'torch/include/ATen/native/NonEmptyUtils.h' 2024-11-01T16:36:03.8753209Z adding 'torch/include/ATen/native/NonSymbolicBC.h' 2024-11-01T16:36:03.8753761Z adding 'torch/include/ATen/native/Normalization.h' 2024-11-01T16:36:03.8754256Z adding 'torch/include/ATen/native/Padding.h' 2024-11-01T16:36:03.8754748Z adding 'torch/include/ATen/native/PixelShuffle.h' 2024-11-01T16:36:03.8756689Z adding 'torch/include/ATen/native/PointwiseOps.h' 2024-11-01T16:36:03.8757208Z adding 'torch/include/ATen/native/Pool.h' 2024-11-01T16:36:03.8757645Z adding 'torch/include/ATen/native/Pow.h' 2024-11-01T16:36:03.8758632Z adding 'torch/include/ATen/native/RNN.h' 2024-11-01T16:36:03.8761906Z adding 'torch/include/ATen/native/RangeFactories.h' 2024-11-01T16:36:03.8765213Z adding 'torch/include/ATen/native/ReduceAllOps.h' 2024-11-01T16:36:03.8768052Z adding 'torch/include/ATen/native/ReduceOps.h' 2024-11-01T16:36:03.8774553Z adding 'torch/include/ATen/native/ReduceOpsUtils.h' 2024-11-01T16:36:03.8778379Z adding 'torch/include/ATen/native/ReductionType.h' 2024-11-01T16:36:03.8782018Z adding 'torch/include/ATen/native/Repeat.h' 2024-11-01T16:36:03.8787781Z adding 'torch/include/ATen/native/Resize.h' 2024-11-01T16:36:03.8790673Z adding 'torch/include/ATen/native/ResizeCommon.h' 2024-11-01T16:36:03.8794430Z adding 'torch/include/ATen/native/ScatterGatherChecks.h' 2024-11-01T16:36:03.8797702Z adding 'torch/include/ATen/native/SegmentReduce.h' 2024-11-01T16:36:03.8803936Z adding 'torch/include/ATen/native/SharedReduceOps.h' 2024-11-01T16:36:03.8807291Z adding 'torch/include/ATen/native/SobolEngineOpsUtils.h' 2024-11-01T16:36:03.8810426Z adding 'torch/include/ATen/native/Sorting.h' 2024-11-01T16:36:03.8813639Z adding 'torch/include/ATen/native/SortingUtils.h' 2024-11-01T16:36:03.8818187Z adding 'torch/include/ATen/native/SparseTensorUtils.h' 2024-11-01T16:36:03.8822099Z adding 'torch/include/ATen/native/SpectralOpsUtils.h' 2024-11-01T16:36:03.8826213Z adding 'torch/include/ATen/native/StridedRandomAccessor.h' 2024-11-01T16:36:03.8829707Z adding 'torch/include/ATen/native/TensorAdvancedIndexing.h' 2024-11-01T16:36:03.8834463Z adding 'torch/include/ATen/native/TensorAdvancedIndexingUtils.h' 2024-11-01T16:36:03.8837071Z adding 'torch/include/ATen/native/TensorCompare.h' 2024-11-01T16:36:03.8840412Z adding 'torch/include/ATen/native/TensorConversions.h' 2024-11-01T16:36:03.8843483Z adding 'torch/include/ATen/native/TensorDimApply.h' 2024-11-01T16:36:03.8847765Z adding 'torch/include/ATen/native/TensorFactories.h' 2024-11-01T16:36:03.8850822Z adding 'torch/include/ATen/native/TensorIterator.h' 2024-11-01T16:36:03.8854316Z adding 'torch/include/ATen/native/TensorIteratorDynamicCasting.h' 2024-11-01T16:36:03.8857300Z adding 'torch/include/ATen/native/TensorProperties.h' 2024-11-01T16:36:03.8861290Z adding 'torch/include/ATen/native/TensorShape.h' 2024-11-01T16:36:03.8864694Z adding 'torch/include/ATen/native/TensorTransformations.h' 2024-11-01T16:36:03.8868037Z adding 'torch/include/ATen/native/TopKImpl.h' 2024-11-01T16:36:03.8871247Z adding 'torch/include/ATen/native/TransposeType.h' 2024-11-01T16:36:03.8874674Z adding 'torch/include/ATen/native/TriangularOpsUtils.h' 2024-11-01T16:36:03.8877864Z adding 'torch/include/ATen/native/TypeProperties.h' 2024-11-01T16:36:03.8881441Z adding 'torch/include/ATen/native/UnaryOps.h' 2024-11-01T16:36:03.8884658Z adding 'torch/include/ATen/native/Unfold2d.h' 2024-11-01T16:36:03.8887599Z adding 'torch/include/ATen/native/Unfold3d.h' 2024-11-01T16:36:03.8891243Z adding 'torch/include/ATen/native/UnfoldBackward.h' 2024-11-01T16:36:03.8898411Z adding 'torch/include/ATen/native/UpSample.h' 2024-11-01T16:36:03.8902095Z adding 'torch/include/ATen/native/batch_norm.h' 2024-11-01T16:36:03.8905171Z adding 'torch/include/ATen/native/group_norm.h' 2024-11-01T16:36:03.8908877Z adding 'torch/include/ATen/native/im2col.h' 2024-11-01T16:36:03.8913192Z adding 'torch/include/ATen/native/im2col_shape_check.h' 2024-11-01T16:36:03.8917076Z adding 'torch/include/ATen/native/layer_norm.h' 2024-11-01T16:36:03.8920110Z adding 'torch/include/ATen/native/verbose_wrapper.h' 2024-11-01T16:36:03.8923486Z adding 'torch/include/ATen/native/vol2col.h' 2024-11-01T16:36:03.8927975Z adding 'torch/include/ATen/native/cpu/AtomicAddFloat.h' 2024-11-01T16:36:03.8930949Z adding 'torch/include/ATen/native/cpu/CatKernel.h' 2024-11-01T16:36:03.8933960Z adding 'torch/include/ATen/native/cpu/ChannelShuffleKernel.h' 2024-11-01T16:36:03.8936810Z adding 'torch/include/ATen/native/cpu/CopyKernel.h' 2024-11-01T16:36:03.8939880Z adding 'torch/include/ATen/native/cpu/DepthwiseConvKernel.h' 2024-11-01T16:36:03.8945500Z adding 'torch/include/ATen/native/cpu/DistributionTemplates.h' 2024-11-01T16:36:03.8949032Z adding 'torch/include/ATen/native/cpu/GridSamplerKernel.h' 2024-11-01T16:36:03.8952721Z adding 'torch/include/ATen/native/cpu/IndexKernelUtils.h' 2024-11-01T16:36:03.8956029Z adding 'torch/include/ATen/native/cpu/Intrinsics.h' 2024-11-01T16:36:03.8959401Z adding 'torch/include/ATen/native/cpu/IsContiguous.h' 2024-11-01T16:36:03.8962973Z adding 'torch/include/ATen/native/cpu/LogAddExp.h' 2024-11-01T16:36:03.8968890Z adding 'torch/include/ATen/native/cpu/Loops.h' 2024-11-01T16:36:03.8972281Z adding 'torch/include/ATen/native/cpu/MaxUnpoolKernel.h' 2024-11-01T16:36:03.8975237Z adding 'torch/include/ATen/native/cpu/PixelShuffleKernel.h' 2024-11-01T16:36:03.8980933Z adding 'torch/include/ATen/native/cpu/Reduce.h' 2024-11-01T16:36:03.8985629Z adding 'torch/include/ATen/native/cpu/ReduceUtils.h' 2024-11-01T16:36:03.8989187Z adding 'torch/include/ATen/native/cpu/ReducedPrecisionFloatGemvFastPathKernel.h' 2024-11-01T16:36:03.8992065Z adding 'torch/include/ATen/native/cpu/SampledAddmmKernel.h' 2024-11-01T16:36:03.8996259Z adding 'torch/include/ATen/native/cpu/SerialStackImpl.h' 2024-11-01T16:36:03.8999498Z adding 'torch/include/ATen/native/cpu/SoftmaxKernel.h' 2024-11-01T16:36:03.9002630Z adding 'torch/include/ATen/native/cpu/SpmmReduceKernel.h' 2024-11-01T16:36:03.9005558Z adding 'torch/include/ATen/native/cpu/StackKernel.h' 2024-11-01T16:36:03.9021097Z adding 'torch/include/ATen/native/cpu/UpSampleKernelAVXAntialias.h' 2024-11-01T16:36:03.9025418Z adding 'torch/include/ATen/native/cpu/WeightNormKernel.h' 2024-11-01T16:36:03.9031874Z adding 'torch/include/ATen/native/cpu/avx_mathfun.h' 2024-11-01T16:36:03.9035409Z adding 'torch/include/ATen/native/cpu/int_mm_kernel.h' 2024-11-01T16:36:03.9038787Z adding 'torch/include/ATen/native/cpu/mixed_data_type.h' 2024-11-01T16:36:03.9043113Z adding 'torch/include/ATen/native/cpu/moments_utils.h' 2024-11-01T16:36:03.9047707Z adding 'torch/include/ATen/native/cpu/utils.h' 2024-11-01T16:36:03.9051717Z adding 'torch/include/ATen/native/cpu/zmath.h' 2024-11-01T16:36:03.9056670Z adding 'torch/include/ATen/native/cuda/Activation.h' 2024-11-01T16:36:03.9059885Z adding 'torch/include/ATen/native/cuda/BinaryInternal.h' 2024-11-01T16:36:03.9065609Z adding 'torch/include/ATen/native/cuda/CUDAJitLoops.cuh' 2024-11-01T16:36:03.9070979Z adding 'torch/include/ATen/native/cuda/CUDALoops.cuh' 2024-11-01T16:36:03.9074548Z adding 'torch/include/ATen/native/cuda/CompositeRandomAccessor.h' 2024-11-01T16:36:03.9077460Z adding 'torch/include/ATen/native/cuda/Copy.h' 2024-11-01T16:36:03.9085269Z adding 'torch/include/ATen/native/cuda/CuFFTPlanCache.h' 2024-11-01T16:36:03.9089040Z adding 'torch/include/ATen/native/cuda/CuFFTUtils.h' 2024-11-01T16:36:03.9092118Z adding 'torch/include/ATen/native/cuda/DeviceSqrt.cuh' 2024-11-01T16:36:03.9100794Z adding 'torch/include/ATen/native/cuda/DistributionTemplates.h' 2024-11-01T16:36:03.9104453Z adding 'torch/include/ATen/native/cuda/Distributions.h' 2024-11-01T16:36:03.9107603Z adding 'torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh' 2024-11-01T16:36:03.9112822Z adding 'torch/include/ATen/native/cuda/ForeachFunctors.cuh' 2024-11-01T16:36:03.9116510Z adding 'torch/include/ATen/native/cuda/ForeachMinMaxFunctors.cuh' 2024-11-01T16:36:03.9121285Z adding 'torch/include/ATen/native/cuda/GridSampler.cuh' 2024-11-01T16:36:03.9124659Z adding 'torch/include/ATen/native/cuda/GridSampler.h' 2024-11-01T16:36:03.9127604Z adding 'torch/include/ATen/native/cuda/IndexKernel.h' 2024-11-01T16:36:03.9132165Z adding 'torch/include/ATen/native/cuda/JitLoops.cuh' 2024-11-01T16:36:03.9136810Z adding 'torch/include/ATen/native/cuda/KernelUtils.cuh' 2024-11-01T16:36:03.9139985Z adding 'torch/include/ATen/native/cuda/LaunchUtils.h' 2024-11-01T16:36:03.9145081Z adding 'torch/include/ATen/native/cuda/Loops.cuh' 2024-11-01T16:36:03.9179119Z adding 'torch/include/ATen/native/cuda/Math.cuh' 2024-11-01T16:36:03.9187728Z adding 'torch/include/ATen/native/cuda/MemoryAccess.cuh' 2024-11-01T16:36:03.9191275Z adding 'torch/include/ATen/native/cuda/MiscUtils.h' 2024-11-01T16:36:03.9196802Z adding 'torch/include/ATen/native/cuda/MultiTensorApply.cuh' 2024-11-01T16:36:03.9215345Z adding 'torch/include/ATen/native/cuda/Normalization.cuh' 2024-11-01T16:36:03.9222972Z adding 'torch/include/ATen/native/cuda/PersistentSoftmax.cuh' 2024-11-01T16:36:03.9226702Z adding 'torch/include/ATen/native/cuda/Pow.cuh' 2024-11-01T16:36:03.9230917Z adding 'torch/include/ATen/native/cuda/Randperm.cuh' 2024-11-01T16:36:03.9248295Z adding 'torch/include/ATen/native/cuda/Reduce.cuh' 2024-11-01T16:36:03.9253127Z adding 'torch/include/ATen/native/cuda/ReduceOps.h' 2024-11-01T16:36:03.9256525Z adding 'torch/include/ATen/native/cuda/Resize.h' 2024-11-01T16:36:03.9259806Z adding 'torch/include/ATen/native/cuda/RowwiseScaledMM.h' 2024-11-01T16:36:03.9262782Z adding 'torch/include/ATen/native/cuda/ScanKernels.h' 2024-11-01T16:36:03.9270464Z adding 'torch/include/ATen/native/cuda/ScanUtils.cuh' 2024-11-01T16:36:03.9274678Z adding 'torch/include/ATen/native/cuda/Sort.h' 2024-11-01T16:36:03.9277938Z adding 'torch/include/ATen/native/cuda/SortStable.h' 2024-11-01T16:36:03.9283614Z adding 'torch/include/ATen/native/cuda/SortUtils.cuh' 2024-11-01T16:36:03.9287030Z adding 'torch/include/ATen/native/cuda/Sorting.h' 2024-11-01T16:36:03.9291806Z adding 'torch/include/ATen/native/cuda/SortingCommon.cuh' 2024-11-01T16:36:03.9298411Z adding 'torch/include/ATen/native/cuda/SortingRadixSelect.cuh' 2024-11-01T16:36:03.9306462Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.cuh' 2024-11-01T16:36:03.9309827Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.h' 2024-11-01T16:36:03.9312892Z adding 'torch/include/ATen/native/cuda/TensorTopK.h' 2024-11-01T16:36:03.9315885Z adding 'torch/include/ATen/native/cuda/UniqueCub.cuh' 2024-11-01T16:36:03.9321344Z adding 'torch/include/ATen/native/cuda/UpSample.cuh' 2024-11-01T16:36:03.9325539Z adding 'torch/include/ATen/native/cuda/block_reduce.cuh' 2024-11-01T16:36:03.9328980Z adding 'torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh' 2024-11-01T16:36:03.9332009Z adding 'torch/include/ATen/native/cuda/fused_adam_impl.cuh' 2024-11-01T16:36:03.9336472Z adding 'torch/include/ATen/native/cuda/fused_adam_utils.cuh' 2024-11-01T16:36:03.9339964Z adding 'torch/include/ATen/native/cuda/fused_adamw_amsgrad_impl.cuh' 2024-11-01T16:36:03.9342847Z adding 'torch/include/ATen/native/cuda/fused_adamw_impl.cuh' 2024-11-01T16:36:03.9347469Z adding 'torch/include/ATen/native/cuda/im2col.cuh' 2024-11-01T16:36:03.9351988Z adding 'torch/include/ATen/native/cuda/jit_utils.h' 2024-11-01T16:36:03.9360293Z adding 'torch/include/ATen/native/cuda/reduction_template.cuh' 2024-11-01T16:36:03.9363981Z adding 'torch/include/ATen/native/cuda/thread_constants.h' 2024-11-01T16:36:03.9368758Z adding 'torch/include/ATen/native/cuda/vol2col.cuh' 2024-11-01T16:36:03.9372794Z adding 'torch/include/ATen/native/hip/ck_gemm.h' 2024-11-01T16:36:03.9377490Z adding 'torch/include/ATen/native/hip/ck_gemm_template.h' 2024-11-01T16:36:03.9386108Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/Attr.h' 2024-11-01T16:36:03.9389852Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/Utils.h' 2024-11-01T16:36:03.9393187Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/oneDNN.h' 2024-11-01T16:36:03.9397016Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/oneDNNContext.h' 2024-11-01T16:36:03.9400777Z adding 'torch/include/ATen/native/mps/Copy.h' 2024-11-01T16:36:03.9404099Z adding 'torch/include/ATen/native/mps/MPSGraphSequoiaOps.h' 2024-11-01T16:36:03.9407480Z adding 'torch/include/ATen/native/mps/MPSGraphSonomaOps.h' 2024-11-01T16:36:03.9411901Z adding 'torch/include/ATen/native/mps/MPSGraphVenturaOps.h' 2024-11-01T16:36:03.9419270Z adding 'torch/include/ATen/native/mps/OperationUtils.h' 2024-11-01T16:36:03.9422768Z adding 'torch/include/ATen/native/mps/TensorFactory.h' 2024-11-01T16:36:03.9426255Z adding 'torch/include/ATen/native/mps/UnaryConstants.h' 2024-11-01T16:36:03.9430269Z adding 'torch/include/ATen/native/nested/NestedTensorBinaryOps.h' 2024-11-01T16:36:03.9433785Z adding 'torch/include/ATen/native/nested/NestedTensorMath.h' 2024-11-01T16:36:03.9437641Z adding 'torch/include/ATen/native/nested/NestedTensorTransformerFunctions.h' 2024-11-01T16:36:03.9441304Z adding 'torch/include/ATen/native/nested/NestedTensorTransformerUtils.h' 2024-11-01T16:36:03.9448082Z adding 'torch/include/ATen/native/nested/NestedTensorUtils.h' 2024-11-01T16:36:03.9452702Z adding 'torch/include/ATen/native/quantized/AffineQuantizer.h' 2024-11-01T16:36:03.9456068Z adding 'torch/include/ATen/native/quantized/AffineQuantizerBase.h' 2024-11-01T16:36:03.9459372Z adding 'torch/include/ATen/native/quantized/ConvUtils.h' 2024-11-01T16:36:03.9462281Z adding 'torch/include/ATen/native/quantized/Copy.h' 2024-11-01T16:36:03.9465451Z adding 'torch/include/ATen/native/quantized/FakeQuantAffine.h' 2024-11-01T16:36:03.9468421Z adding 'torch/include/ATen/native/quantized/IndexKernel.h' 2024-11-01T16:36:03.9472076Z adding 'torch/include/ATen/native/quantized/PackedParams.h' 2024-11-01T16:36:03.9476077Z adding 'torch/include/ATen/native/quantized/cpu/BinaryOps.h' 2024-11-01T16:36:03.9479246Z adding 'torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h' 2024-11-01T16:36:03.9484846Z adding 'torch/include/ATen/native/quantized/cpu/OnednnUtils.h' 2024-11-01T16:36:03.9491984Z adding 'torch/include/ATen/native/quantized/cpu/QnnpackUtils.h' 2024-11-01T16:36:03.9497577Z adding 'torch/include/ATen/native/quantized/cpu/QuantUtils.h' 2024-11-01T16:36:03.9501960Z adding 'torch/include/ATen/native/quantized/cpu/QuantizedOps.h' 2024-11-01T16:36:03.9505160Z adding 'torch/include/ATen/native/quantized/cpu/RuyUtils.h' 2024-11-01T16:36:03.9510447Z adding 'torch/include/ATen/native/quantized/cpu/XnnpackUtils.h' 2024-11-01T16:36:03.9516480Z adding 'torch/include/ATen/native/quantized/cpu/conv_serialization.h' 2024-11-01T16:36:03.9521861Z adding 'torch/include/ATen/native/quantized/cpu/fbgemm_utils.h' 2024-11-01T16:36:03.9525115Z adding 'torch/include/ATen/native/quantized/cpu/init_qnnpack.h' 2024-11-01T16:36:03.9528319Z adding 'torch/include/ATen/native/quantized/cpu/qconv.h' 2024-11-01T16:36:03.9531497Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag.h' 2024-11-01T16:36:03.9534576Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h' 2024-11-01T16:36:03.9537585Z adding 'torch/include/ATen/native/quantized/cpu/qlinear.h' 2024-11-01T16:36:03.9541774Z adding 'torch/include/ATen/native/transformers/attention.h' 2024-11-01T16:36:03.9548628Z adding 'torch/include/ATen/native/transformers/sdp_utils_cpp.h' 2024-11-01T16:36:03.9552921Z adding 'torch/include/ATen/native/utils/Factory.h' 2024-11-01T16:36:03.9556310Z adding 'torch/include/ATen/native/utils/ParamUtils.h' 2024-11-01T16:36:03.9559966Z adding 'torch/include/ATen/native/utils/ParamsHash.h' 2024-11-01T16:36:03.9736808Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d.h' 2024-11-01T16:36:03.9740381Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h' 2024-11-01T16:36:03.9743844Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:03.9746982Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h' 2024-11-01T16:36:03.9750079Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h' 2024-11-01T16:36:03.9753217Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h' 2024-11-01T16:36:03.9756497Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h' 2024-11-01T16:36:03.9760039Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:03.9763058Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h' 2024-11-01T16:36:03.9766346Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h' 2024-11-01T16:36:03.9769344Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_native.h' 2024-11-01T16:36:03.9772530Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h' 2024-11-01T16:36:03.9776030Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d.h' 2024-11-01T16:36:03.9779273Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h' 2024-11-01T16:36:03.9782631Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:03.9785604Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h' 2024-11-01T16:36:03.9788707Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h' 2024-11-01T16:36:03.9791857Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h' 2024-11-01T16:36:03.9797107Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h' 2024-11-01T16:36:03.9800540Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:03.9803530Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h' 2024-11-01T16:36:03.9806674Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h' 2024-11-01T16:36:03.9809582Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_native.h' 2024-11-01T16:36:03.9812802Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h' 2024-11-01T16:36:03.9815827Z adding 'torch/include/ATen/ops/_add_batch_dim.h' 2024-11-01T16:36:03.9819106Z adding 'torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:03.9821916Z adding 'torch/include/ATen/ops/_add_batch_dim_native.h' 2024-11-01T16:36:03.9825160Z adding 'torch/include/ATen/ops/_add_batch_dim_ops.h' 2024-11-01T16:36:03.9828334Z adding 'torch/include/ATen/ops/_add_relu.h' 2024-11-01T16:36:03.9831645Z adding 'torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:03.9834609Z adding 'torch/include/ATen/ops/_add_relu_cpu_dispatch.h' 2024-11-01T16:36:03.9837778Z adding 'torch/include/ATen/ops/_add_relu_meta_dispatch.h' 2024-11-01T16:36:03.9840736Z adding 'torch/include/ATen/ops/_add_relu_native.h' 2024-11-01T16:36:03.9844141Z adding 'torch/include/ATen/ops/_add_relu_ops.h' 2024-11-01T16:36:03.9847380Z adding 'torch/include/ATen/ops/_addmm_activation.h' 2024-11-01T16:36:03.9850869Z adding 'torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:03.9853686Z adding 'torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h' 2024-11-01T16:36:03.9856775Z adding 'torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h' 2024-11-01T16:36:03.9859906Z adding 'torch/include/ATen/ops/_addmm_activation_meta.h' 2024-11-01T16:36:03.9863043Z adding 'torch/include/ATen/ops/_addmm_activation_meta_dispatch.h' 2024-11-01T16:36:03.9866023Z adding 'torch/include/ATen/ops/_addmm_activation_native.h' 2024-11-01T16:36:03.9869268Z adding 'torch/include/ATen/ops/_addmm_activation_ops.h' 2024-11-01T16:36:03.9872772Z adding 'torch/include/ATen/ops/_aminmax.h' 2024-11-01T16:36:03.9876238Z adding 'torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:03.9879412Z adding 'torch/include/ATen/ops/_aminmax_cpu_dispatch.h' 2024-11-01T16:36:03.9882588Z adding 'torch/include/ATen/ops/_aminmax_cuda_dispatch.h' 2024-11-01T16:36:03.9885693Z adding 'torch/include/ATen/ops/_aminmax_native.h' 2024-11-01T16:36:03.9889090Z adding 'torch/include/ATen/ops/_aminmax_ops.h' 2024-11-01T16:36:03.9892639Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h' 2024-11-01T16:36:03.9896212Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:03.9899212Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cpu_dispatch.h' 2024-11-01T16:36:03.9902356Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h' 2024-11-01T16:36:03.9905374Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h' 2024-11-01T16:36:03.9908842Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h' 2024-11-01T16:36:03.9911971Z adding 'torch/include/ATen/ops/_amp_update_scale.h' 2024-11-01T16:36:03.9915637Z adding 'torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:03.9918883Z adding 'torch/include/ATen/ops/_amp_update_scale_cpu_dispatch.h' 2024-11-01T16:36:03.9921896Z adding 'torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h' 2024-11-01T16:36:03.9925122Z adding 'torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h' 2024-11-01T16:36:03.9928165Z adding 'torch/include/ATen/ops/_amp_update_scale_native.h' 2024-11-01T16:36:03.9931679Z adding 'torch/include/ATen/ops/_amp_update_scale_ops.h' 2024-11-01T16:36:03.9935903Z adding 'torch/include/ATen/ops/_assert_async.h' 2024-11-01T16:36:03.9938186Z adding 'torch/include/ATen/ops/_assert_async_cpu_dispatch.h' 2024-11-01T16:36:03.9941267Z adding 'torch/include/ATen/ops/_assert_async_cuda_dispatch.h' 2024-11-01T16:36:03.9944221Z adding 'torch/include/ATen/ops/_assert_async_native.h' 2024-11-01T16:36:03.9947516Z adding 'torch/include/ATen/ops/_assert_async_ops.h' 2024-11-01T16:36:03.9950455Z adding 'torch/include/ATen/ops/_assert_scalar.h' 2024-11-01T16:36:03.9953874Z adding 'torch/include/ATen/ops/_assert_scalar_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:03.9963720Z adding 'torch/include/ATen/ops/_assert_scalar_native.h' 2024-11-01T16:36:03.9967019Z adding 'torch/include/ATen/ops/_assert_scalar_ops.h' 2024-11-01T16:36:03.9970650Z adding 'torch/include/ATen/ops/_assert_tensor_metadata.h' 2024-11-01T16:36:03.9974084Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:03.9977098Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_native.h' 2024-11-01T16:36:03.9980437Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_ops.h' 2024-11-01T16:36:03.9983800Z adding 'torch/include/ATen/ops/_autocast_to_full_precision.h' 2024-11-01T16:36:03.9987689Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:03.9991198Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_native.h' 2024-11-01T16:36:03.9994763Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_ops.h' 2024-11-01T16:36:04.0005195Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision.h' 2024-11-01T16:36:04.0006094Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.0007031Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_native.h' 2024-11-01T16:36:04.0008695Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h' 2024-11-01T16:36:04.0011627Z adding 'torch/include/ATen/ops/_backward.h' 2024-11-01T16:36:04.0014943Z adding 'torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.0018015Z adding 'torch/include/ATen/ops/_backward_native.h' 2024-11-01T16:36:04.0021245Z adding 'torch/include/ATen/ops/_backward_ops.h' 2024-11-01T16:36:04.0024697Z adding 'torch/include/ATen/ops/_batch_norm_impl_index.h' 2024-11-01T16:36:04.0028087Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward.h' 2024-11-01T16:36:04.0031581Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.0034939Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h' 2024-11-01T16:36:04.0038182Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h' 2024-11-01T16:36:04.0041762Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.0044670Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_native.h' 2024-11-01T16:36:04.0047923Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_ops.h' 2024-11-01T16:36:04.0051214Z adding 'torch/include/ATen/ops/_batch_norm_no_update.h' 2024-11-01T16:36:04.0054912Z adding 'torch/include/ATen/ops/_batch_norm_no_update_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.0057878Z adding 'torch/include/ATen/ops/_batch_norm_no_update_native.h' 2024-11-01T16:36:04.0061224Z adding 'torch/include/ATen/ops/_batch_norm_no_update_ops.h' 2024-11-01T16:36:04.0064617Z adding 'torch/include/ATen/ops/_batch_norm_with_update.h' 2024-11-01T16:36:04.0068107Z adding 'torch/include/ATen/ops/_batch_norm_with_update_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.0071278Z adding 'torch/include/ATen/ops/_batch_norm_with_update_cpu_dispatch.h' 2024-11-01T16:36:04.0074386Z adding 'torch/include/ATen/ops/_batch_norm_with_update_cuda_dispatch.h' 2024-11-01T16:36:04.0077655Z adding 'torch/include/ATen/ops/_batch_norm_with_update_native.h' 2024-11-01T16:36:04.0081185Z adding 'torch/include/ATen/ops/_batch_norm_with_update_ops.h' 2024-11-01T16:36:04.0084344Z adding 'torch/include/ATen/ops/_cast_Byte.h' 2024-11-01T16:36:04.0087801Z adding 'torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.0090642Z adding 'torch/include/ATen/ops/_cast_Byte_native.h' 2024-11-01T16:36:04.0093992Z adding 'torch/include/ATen/ops/_cast_Byte_ops.h' 2024-11-01T16:36:04.0096928Z adding 'torch/include/ATen/ops/_cast_Char.h' 2024-11-01T16:36:04.0100196Z adding 'torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.0103032Z adding 'torch/include/ATen/ops/_cast_Char_native.h' 2024-11-01T16:36:04.0106204Z adding 'torch/include/ATen/ops/_cast_Char_ops.h' 2024-11-01T16:36:04.0109211Z adding 'torch/include/ATen/ops/_cast_Double.h' 2024-11-01T16:36:04.0112963Z adding 'torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.0115849Z adding 'torch/include/ATen/ops/_cast_Double_native.h' 2024-11-01T16:36:04.0119035Z adding 'torch/include/ATen/ops/_cast_Double_ops.h' 2024-11-01T16:36:04.0122078Z adding 'torch/include/ATen/ops/_cast_Float.h' 2024-11-01T16:36:04.0125430Z adding 'torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.0128346Z adding 'torch/include/ATen/ops/_cast_Float_native.h' 2024-11-01T16:36:04.0131408Z adding 'torch/include/ATen/ops/_cast_Float_ops.h' 2024-11-01T16:36:04.0134640Z adding 'torch/include/ATen/ops/_cast_Half.h' 2024-11-01T16:36:04.0137978Z adding 'torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.0140755Z adding 'torch/include/ATen/ops/_cast_Half_native.h' 2024-11-01T16:36:04.0144021Z adding 'torch/include/ATen/ops/_cast_Half_ops.h' 2024-11-01T16:36:04.0147090Z adding 'torch/include/ATen/ops/_cast_Int.h' 2024-11-01T16:36:04.0150367Z adding 'torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.0153425Z adding 'torch/include/ATen/ops/_cast_Int_native.h' 2024-11-01T16:36:04.0156484Z adding 'torch/include/ATen/ops/_cast_Int_ops.h' 2024-11-01T16:36:04.0159651Z adding 'torch/include/ATen/ops/_cast_Long.h' 2024-11-01T16:36:04.0162944Z adding 'torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.0165873Z adding 'torch/include/ATen/ops/_cast_Long_native.h' 2024-11-01T16:36:04.0168960Z adding 'torch/include/ATen/ops/_cast_Long_ops.h' 2024-11-01T16:36:04.0172008Z adding 'torch/include/ATen/ops/_cast_Short.h' 2024-11-01T16:36:04.0175282Z adding 'torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.0178046Z adding 'torch/include/ATen/ops/_cast_Short_native.h' 2024-11-01T16:36:04.0181100Z adding 'torch/include/ATen/ops/_cast_Short_ops.h' 2024-11-01T16:36:04.0184213Z adding 'torch/include/ATen/ops/_cdist_backward.h' 2024-11-01T16:36:04.0187518Z adding 'torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.0190469Z adding 'torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h' 2024-11-01T16:36:04.0193533Z adding 'torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h' 2024-11-01T16:36:04.0196606Z adding 'torch/include/ATen/ops/_cdist_backward_native.h' 2024-11-01T16:36:04.0199804Z adding 'torch/include/ATen/ops/_cdist_backward_ops.h' 2024-11-01T16:36:04.0202937Z adding 'torch/include/ATen/ops/_cdist_forward.h' 2024-11-01T16:36:04.0206294Z adding 'torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.0209269Z adding 'torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h' 2024-11-01T16:36:04.0212323Z adding 'torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h' 2024-11-01T16:36:04.0215284Z adding 'torch/include/ATen/ops/_cdist_forward_native.h' 2024-11-01T16:36:04.0218654Z adding 'torch/include/ATen/ops/_cdist_forward_ops.h' 2024-11-01T16:36:04.0221797Z adding 'torch/include/ATen/ops/_cholesky_solve_helper.h' 2024-11-01T16:36:04.0225037Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.0227995Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h' 2024-11-01T16:36:04.0231038Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h' 2024-11-01T16:36:04.0234071Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_native.h' 2024-11-01T16:36:04.0237292Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_ops.h' 2024-11-01T16:36:04.0240384Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor.h' 2024-11-01T16:36:04.0247182Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.0248089Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_native.h' 2024-11-01T16:36:04.0250352Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h' 2024-11-01T16:36:04.0257763Z adding 'torch/include/ATen/ops/_chunk_cat.h' 2024-11-01T16:36:04.0258451Z adding 'torch/include/ATen/ops/_chunk_cat_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.0260556Z adding 'torch/include/ATen/ops/_chunk_cat_cuda_dispatch.h' 2024-11-01T16:36:04.0264392Z adding 'torch/include/ATen/ops/_chunk_cat_native.h' 2024-11-01T16:36:04.0266991Z adding 'torch/include/ATen/ops/_chunk_cat_ops.h' 2024-11-01T16:36:04.0303346Z adding 'torch/include/ATen/ops/_coalesce.h' 2024-11-01T16:36:04.0304023Z adding 'torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.0304724Z adding 'torch/include/ATen/ops/_coalesce_native.h' 2024-11-01T16:36:04.0305336Z adding 'torch/include/ATen/ops/_coalesce_ops.h' 2024-11-01T16:36:04.0305849Z adding 'torch/include/ATen/ops/_coalesced.h' 2024-11-01T16:36:04.0306529Z adding 'torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.0307299Z adding 'torch/include/ATen/ops/_coalesced_meta_dispatch.h' 2024-11-01T16:36:04.0309089Z adding 'torch/include/ATen/ops/_coalesced_native.h' 2024-11-01T16:36:04.0309609Z adding 'torch/include/ATen/ops/_coalesced_ops.h' 2024-11-01T16:36:04.0310185Z adding 'torch/include/ATen/ops/_compute_linear_combination.h' 2024-11-01T16:36:04.0310920Z adding 'torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h' 2024-11-01T16:36:04.0311849Z adding 'torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h' 2024-11-01T16:36:04.0312638Z adding 'torch/include/ATen/ops/_compute_linear_combination_native.h' 2024-11-01T16:36:04.0315557Z adding 'torch/include/ATen/ops/_compute_linear_combination_ops.h' 2024-11-01T16:36:04.0318498Z adding 'torch/include/ATen/ops/_conj.h' 2024-11-01T16:36:04.0321934Z adding 'torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.0324844Z adding 'torch/include/ATen/ops/_conj_copy.h' 2024-11-01T16:36:04.0328383Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.0331602Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.0334330Z adding 'torch/include/ATen/ops/_conj_copy_native.h' 2024-11-01T16:36:04.0338073Z adding 'torch/include/ATen/ops/_conj_copy_ops.h' 2024-11-01T16:36:04.0341060Z adding 'torch/include/ATen/ops/_conj_native.h' 2024-11-01T16:36:04.0344127Z adding 'torch/include/ATen/ops/_conj_ops.h' 2024-11-01T16:36:04.0347223Z adding 'torch/include/ATen/ops/_conj_physical.h' 2024-11-01T16:36:04.0350514Z adding 'torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.0354035Z adding 'torch/include/ATen/ops/_conj_physical_native.h' 2024-11-01T16:36:04.0356905Z adding 'torch/include/ATen/ops/_conj_physical_ops.h' 2024-11-01T16:36:04.0360479Z adding 'torch/include/ATen/ops/_conv_depthwise2d.h' 2024-11-01T16:36:04.0364004Z adding 'torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h' 2024-11-01T16:36:04.0367042Z adding 'torch/include/ATen/ops/_conv_depthwise2d_native.h' 2024-11-01T16:36:04.0370323Z adding 'torch/include/ATen/ops/_conv_depthwise2d_ops.h' 2024-11-01T16:36:04.0373608Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h' 2024-11-01T16:36:04.0377083Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.0379977Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h' 2024-11-01T16:36:04.0383189Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h' 2024-11-01T16:36:04.0386326Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h' 2024-11-01T16:36:04.0390337Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h' 2024-11-01T16:36:04.0392686Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h' 2024-11-01T16:36:04.0395970Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h' 2024-11-01T16:36:04.0399146Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h' 2024-11-01T16:36:04.0402611Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.0405528Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h' 2024-11-01T16:36:04.0408646Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h' 2024-11-01T16:36:04.0411657Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h' 2024-11-01T16:36:04.0414813Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h' 2024-11-01T16:36:04.0417910Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h' 2024-11-01T16:36:04.0421055Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h' 2024-11-01T16:36:04.0424130Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack.h' 2024-11-01T16:36:04.0427268Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_cpu_dispatch.h' 2024-11-01T16:36:04.0430314Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_cuda_dispatch.h' 2024-11-01T16:36:04.0433279Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_native.h' 2024-11-01T16:36:04.0436517Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_ops.h' 2024-11-01T16:36:04.0441060Z adding 'torch/include/ATen/ops/_convolution.h' 2024-11-01T16:36:04.0444276Z adding 'torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.0447526Z adding 'torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.0450800Z adding 'torch/include/ATen/ops/_convolution_double_backward.h' 2024-11-01T16:36:04.0454303Z adding 'torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.0457260Z adding 'torch/include/ATen/ops/_convolution_double_backward_native.h' 2024-11-01T16:36:04.0460518Z adding 'torch/include/ATen/ops/_convolution_double_backward_ops.h' 2024-11-01T16:36:04.0463911Z adding 'torch/include/ATen/ops/_convolution_mode.h' 2024-11-01T16:36:04.0472391Z adding 'torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.0475157Z adding 'torch/include/ATen/ops/_convolution_mode_native.h' 2024-11-01T16:36:04.0478433Z adding 'torch/include/ATen/ops/_convolution_mode_ops.h' 2024-11-01T16:36:04.0481511Z adding 'torch/include/ATen/ops/_convolution_native.h' 2024-11-01T16:36:04.0484907Z adding 'torch/include/ATen/ops/_convolution_ops.h' 2024-11-01T16:36:04.0488111Z adding 'torch/include/ATen/ops/_copy_from.h' 2024-11-01T16:36:04.0491217Z adding 'torch/include/ATen/ops/_copy_from_and_resize.h' 2024-11-01T16:36:04.0494549Z adding 'torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.0497361Z adding 'torch/include/ATen/ops/_copy_from_and_resize_native.h' 2024-11-01T16:36:04.0500502Z adding 'torch/include/ATen/ops/_copy_from_and_resize_ops.h' 2024-11-01T16:36:04.0503714Z adding 'torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.0506502Z adding 'torch/include/ATen/ops/_copy_from_native.h' 2024-11-01T16:36:04.0509639Z adding 'torch/include/ATen/ops/_copy_from_ops.h' 2024-11-01T16:36:04.0512630Z adding 'torch/include/ATen/ops/_cslt_compress.h' 2024-11-01T16:36:04.0515805Z adding 'torch/include/ATen/ops/_cslt_compress_cuda_dispatch.h' 2024-11-01T16:36:04.0518782Z adding 'torch/include/ATen/ops/_cslt_compress_native.h' 2024-11-01T16:36:04.0521873Z adding 'torch/include/ATen/ops/_cslt_compress_ops.h' 2024-11-01T16:36:04.0524873Z adding 'torch/include/ATen/ops/_cslt_sparse_mm.h' 2024-11-01T16:36:04.0528049Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_cuda_dispatch.h' 2024-11-01T16:36:04.0531027Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_native.h' 2024-11-01T16:36:04.0534171Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_ops.h' 2024-11-01T16:36:04.0537268Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search.h' 2024-11-01T16:36:04.0540447Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_cuda_dispatch.h' 2024-11-01T16:36:04.0543623Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_native.h' 2024-11-01T16:36:04.0546830Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_ops.h' 2024-11-01T16:36:04.0550175Z adding 'torch/include/ATen/ops/_ctc_loss.h' 2024-11-01T16:36:04.0553674Z adding 'torch/include/ATen/ops/_ctc_loss_backward.h' 2024-11-01T16:36:04.0557463Z adding 'torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.0560621Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h' 2024-11-01T16:36:04.0563959Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h' 2024-11-01T16:36:04.0567000Z adding 'torch/include/ATen/ops/_ctc_loss_backward_native.h' 2024-11-01T16:36:04.0570446Z adding 'torch/include/ATen/ops/_ctc_loss_backward_ops.h' 2024-11-01T16:36:04.0574256Z adding 'torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.0577375Z adding 'torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h' 2024-11-01T16:36:04.0580526Z adding 'torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h' 2024-11-01T16:36:04.0583707Z adding 'torch/include/ATen/ops/_ctc_loss_meta_dispatch.h' 2024-11-01T16:36:04.0586862Z adding 'torch/include/ATen/ops/_ctc_loss_native.h' 2024-11-01T16:36:04.0590308Z adding 'torch/include/ATen/ops/_ctc_loss_ops.h' 2024-11-01T16:36:04.0593762Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss.h' 2024-11-01T16:36:04.0597314Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.0600401Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h' 2024-11-01T16:36:04.0603564Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_native.h' 2024-11-01T16:36:04.0606907Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_ops.h' 2024-11-01T16:36:04.0610394Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state.h' 2024-11-01T16:36:04.0613960Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.0617613Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h' 2024-11-01T16:36:04.0620925Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_native.h' 2024-11-01T16:36:04.0624037Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h' 2024-11-01T16:36:04.0628042Z adding 'torch/include/ATen/ops/_cudnn_rnn.h' 2024-11-01T16:36:04.0632617Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward.h' 2024-11-01T16:36:04.0637554Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.0640050Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h' 2024-11-01T16:36:04.0643545Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_native.h' 2024-11-01T16:36:04.0646939Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_ops.h' 2024-11-01T16:36:04.0650949Z adding 'torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.0654791Z adding 'torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h' 2024-11-01T16:36:04.0657774Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h' 2024-11-01T16:36:04.0661445Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.0664449Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h' 2024-11-01T16:36:04.0667724Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h' 2024-11-01T16:36:04.0671809Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h' 2024-11-01T16:36:04.0674432Z adding 'torch/include/ATen/ops/_cudnn_rnn_native.h' 2024-11-01T16:36:04.0677877Z adding 'torch/include/ATen/ops/_cudnn_rnn_ops.h' 2024-11-01T16:36:04.0681068Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache.h' 2024-11-01T16:36:04.0684459Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.0687238Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_native.h' 2024-11-01T16:36:04.0690440Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h' 2024-11-01T16:36:04.0693483Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h' 2024-11-01T16:36:04.0696961Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.0699862Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h' 2024-11-01T16:36:04.0702930Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h' 2024-11-01T16:36:04.0706022Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size.h' 2024-11-01T16:36:04.0709389Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.0712203Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h' 2024-11-01T16:36:04.0715275Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h' 2024-11-01T16:36:04.0718515Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h' 2024-11-01T16:36:04.0721859Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.0724790Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h' 2024-11-01T16:36:04.0727927Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h' 2024-11-01T16:36:04.0730909Z adding 'torch/include/ATen/ops/_cummax_helper.h' 2024-11-01T16:36:04.0734121Z adding 'torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h' 2024-11-01T16:36:04.0737172Z adding 'torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h' 2024-11-01T16:36:04.0740428Z adding 'torch/include/ATen/ops/_cummax_helper_native.h' 2024-11-01T16:36:04.0743846Z adding 'torch/include/ATen/ops/_cummax_helper_ops.h' 2024-11-01T16:36:04.0747258Z adding 'torch/include/ATen/ops/_cummin_helper.h' 2024-11-01T16:36:04.0750445Z adding 'torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h' 2024-11-01T16:36:04.0753728Z adding 'torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h' 2024-11-01T16:36:04.0757319Z adding 'torch/include/ATen/ops/_cummin_helper_native.h' 2024-11-01T16:36:04.0760812Z adding 'torch/include/ATen/ops/_cummin_helper_ops.h' 2024-11-01T16:36:04.0764417Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap.h' 2024-11-01T16:36:04.0768160Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.0771250Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_native.h' 2024-11-01T16:36:04.0774322Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_ops.h' 2024-11-01T16:36:04.0777343Z adding 'torch/include/ATen/ops/_dimI.h' 2024-11-01T16:36:04.0780293Z adding 'torch/include/ATen/ops/_dimI_native.h' 2024-11-01T16:36:04.0783480Z adding 'torch/include/ATen/ops/_dimI_ops.h' 2024-11-01T16:36:04.0786416Z adding 'torch/include/ATen/ops/_dimV.h' 2024-11-01T16:36:04.0789552Z adding 'torch/include/ATen/ops/_dimV_native.h' 2024-11-01T16:36:04.0792607Z adding 'torch/include/ATen/ops/_dimV_ops.h' 2024-11-01T16:36:04.0795879Z adding 'torch/include/ATen/ops/_dim_arange.h' 2024-11-01T16:36:04.0799167Z adding 'torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.0801899Z adding 'torch/include/ATen/ops/_dim_arange_native.h' 2024-11-01T16:36:04.0805581Z adding 'torch/include/ATen/ops/_dim_arange_ops.h' 2024-11-01T16:36:04.0808818Z adding 'torch/include/ATen/ops/_dirichlet_grad.h' 2024-11-01T16:36:04.0812053Z adding 'torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.0814953Z adding 'torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h' 2024-11-01T16:36:04.0817950Z adding 'torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h' 2024-11-01T16:36:04.0821021Z adding 'torch/include/ATen/ops/_dirichlet_grad_native.h' 2024-11-01T16:36:04.0824155Z adding 'torch/include/ATen/ops/_dirichlet_grad_ops.h' 2024-11-01T16:36:04.0827696Z adding 'torch/include/ATen/ops/_efficient_attention_backward.h' 2024-11-01T16:36:04.0831173Z adding 'torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h' 2024-11-01T16:36:04.0834259Z adding 'torch/include/ATen/ops/_efficient_attention_backward_native.h' 2024-11-01T16:36:04.0837690Z adding 'torch/include/ATen/ops/_efficient_attention_backward_ops.h' 2024-11-01T16:36:04.0841142Z adding 'torch/include/ATen/ops/_efficient_attention_forward.h' 2024-11-01T16:36:04.0844555Z adding 'torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h' 2024-11-01T16:36:04.0847606Z adding 'torch/include/ATen/ops/_efficient_attention_forward_native.h' 2024-11-01T16:36:04.0851090Z adding 'torch/include/ATen/ops/_efficient_attention_forward_ops.h' 2024-11-01T16:36:04.0854624Z adding 'torch/include/ATen/ops/_efficientzerotensor.h' 2024-11-01T16:36:04.0858174Z adding 'torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.0861153Z adding 'torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h' 2024-11-01T16:36:04.0864252Z adding 'torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h' 2024-11-01T16:36:04.0867381Z adding 'torch/include/ATen/ops/_efficientzerotensor_meta_dispatch.h' 2024-11-01T16:36:04.0870428Z adding 'torch/include/ATen/ops/_efficientzerotensor_native.h' 2024-11-01T16:36:04.0873647Z adding 'torch/include/ATen/ops/_efficientzerotensor_ops.h' 2024-11-01T16:36:04.0877038Z adding 'torch/include/ATen/ops/_embedding_bag.h' 2024-11-01T16:36:04.0880431Z adding 'torch/include/ATen/ops/_embedding_bag_backward.h' 2024-11-01T16:36:04.0883688Z adding 'torch/include/ATen/ops/_embedding_bag_backward_cpu_dispatch.h' 2024-11-01T16:36:04.0886823Z adding 'torch/include/ATen/ops/_embedding_bag_backward_cuda_dispatch.h' 2024-11-01T16:36:04.0889784Z adding 'torch/include/ATen/ops/_embedding_bag_backward_native.h' 2024-11-01T16:36:04.0893138Z adding 'torch/include/ATen/ops/_embedding_bag_backward_ops.h' 2024-11-01T16:36:04.0896491Z adding 'torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.0899436Z adding 'torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h' 2024-11-01T16:36:04.0902573Z adding 'torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h' 2024-11-01T16:36:04.0906164Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward.h' 2024-11-01T16:36:04.0909793Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.0912831Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h' 2024-11-01T16:36:04.0916013Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h' 2024-11-01T16:36:04.0919093Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_native.h' 2024-11-01T16:36:04.0922405Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h' 2024-11-01T16:36:04.0925768Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only.h' 2024-11-01T16:36:04.0929243Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.0932226Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h' 2024-11-01T16:36:04.0935320Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h' 2024-11-01T16:36:04.0938357Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_native.h' 2024-11-01T16:36:04.0941780Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_ops.h' 2024-11-01T16:36:04.0944787Z adding 'torch/include/ATen/ops/_embedding_bag_native.h' 2024-11-01T16:36:04.0948098Z adding 'torch/include/ATen/ops/_embedding_bag_ops.h' 2024-11-01T16:36:04.0951524Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h' 2024-11-01T16:36:04.0954884Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.0957951Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h' 2024-11-01T16:36:04.0961062Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h' 2024-11-01T16:36:04.0964047Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h' 2024-11-01T16:36:04.0967278Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h' 2024-11-01T16:36:04.0970477Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward.h' 2024-11-01T16:36:04.0973972Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.0976892Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h' 2024-11-01T16:36:04.0980127Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h' 2024-11-01T16:36:04.0983738Z adding 'torch/include/ATen/ops/_empty_affine_quantized.h' 2024-11-01T16:36:04.0987308Z adding 'torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.0990393Z adding 'torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h' 2024-11-01T16:36:04.0993488Z adding 'torch/include/ATen/ops/_empty_affine_quantized_native.h' 2024-11-01T16:36:04.0996908Z adding 'torch/include/ATen/ops/_empty_affine_quantized_ops.h' 2024-11-01T16:36:04.1000813Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized.h' 2024-11-01T16:36:04.1004440Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1007456Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h' 2024-11-01T16:36:04.1010620Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h' 2024-11-01T16:36:04.1013982Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h' 2024-11-01T16:36:04.1016952Z adding 'torch/include/ATen/ops/_euclidean_dist.h' 2024-11-01T16:36:04.1020240Z adding 'torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1023022Z adding 'torch/include/ATen/ops/_euclidean_dist_native.h' 2024-11-01T16:36:04.1026142Z adding 'torch/include/ATen/ops/_euclidean_dist_ops.h' 2024-11-01T16:36:04.1029409Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h' 2024-11-01T16:36:04.1032598Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h' 2024-11-01T16:36:04.1035889Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h' 2024-11-01T16:36:04.1039435Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h' 2024-11-01T16:36:04.1042451Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h' 2024-11-01T16:36:04.1045664Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h' 2024-11-01T16:36:04.1049424Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1052322Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h' 2024-11-01T16:36:04.1055459Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h' 2024-11-01T16:36:04.1058466Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h' 2024-11-01T16:36:04.1061883Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h' 2024-11-01T16:36:04.1065078Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h' 2024-11-01T16:36:04.1068351Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h' 2024-11-01T16:36:04.1071640Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h' 2024-11-01T16:36:04.1074797Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h' 2024-11-01T16:36:04.1078048Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h' 2024-11-01T16:36:04.1081228Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h' 2024-11-01T16:36:04.1084649Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1087628Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h' 2024-11-01T16:36:04.1090893Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h' 2024-11-01T16:36:04.1093943Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h' 2024-11-01T16:36:04.1097333Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h' 2024-11-01T16:36:04.1100759Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h' 2024-11-01T16:36:04.1104243Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1107365Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h' 2024-11-01T16:36:04.1110557Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h' 2024-11-01T16:36:04.1113659Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h' 2024-11-01T16:36:04.1117131Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h' 2024-11-01T16:36:04.1120251Z adding 'torch/include/ATen/ops/_fft_c2c.h' 2024-11-01T16:36:04.1123690Z adding 'torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h' 2024-11-01T16:36:04.1126852Z adding 'torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h' 2024-11-01T16:36:04.1129987Z adding 'torch/include/ATen/ops/_fft_c2c_native.h' 2024-11-01T16:36:04.1133229Z adding 'torch/include/ATen/ops/_fft_c2c_ops.h' 2024-11-01T16:36:04.1136563Z adding 'torch/include/ATen/ops/_fft_c2r.h' 2024-11-01T16:36:04.1139972Z adding 'torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h' 2024-11-01T16:36:04.1143135Z adding 'torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h' 2024-11-01T16:36:04.1146269Z adding 'torch/include/ATen/ops/_fft_c2r_native.h' 2024-11-01T16:36:04.1149518Z adding 'torch/include/ATen/ops/_fft_c2r_ops.h' 2024-11-01T16:36:04.1152697Z adding 'torch/include/ATen/ops/_fft_r2c.h' 2024-11-01T16:36:04.1156039Z adding 'torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h' 2024-11-01T16:36:04.1159162Z adding 'torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h' 2024-11-01T16:36:04.1162276Z adding 'torch/include/ATen/ops/_fft_r2c_native.h' 2024-11-01T16:36:04.1165450Z adding 'torch/include/ATen/ops/_fft_r2c_ops.h' 2024-11-01T16:36:04.1168722Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask.h' 2024-11-01T16:36:04.1171861Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_cuda_dispatch.h' 2024-11-01T16:36:04.1175038Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_meta_dispatch.h' 2024-11-01T16:36:04.1178002Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_native.h' 2024-11-01T16:36:04.1181218Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_ops.h' 2024-11-01T16:36:04.1184766Z adding 'torch/include/ATen/ops/_flash_attention_backward.h' 2024-11-01T16:36:04.1188170Z adding 'torch/include/ATen/ops/_flash_attention_backward_cuda_dispatch.h' 2024-11-01T16:36:04.1191413Z adding 'torch/include/ATen/ops/_flash_attention_backward_native.h' 2024-11-01T16:36:04.1194676Z adding 'torch/include/ATen/ops/_flash_attention_backward_ops.h' 2024-11-01T16:36:04.1198365Z adding 'torch/include/ATen/ops/_flash_attention_forward.h' 2024-11-01T16:36:04.1201872Z adding 'torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h' 2024-11-01T16:36:04.1204912Z adding 'torch/include/ATen/ops/_flash_attention_forward_native.h' 2024-11-01T16:36:04.1208347Z adding 'torch/include/ATen/ops/_flash_attention_forward_ops.h' 2024-11-01T16:36:04.1211421Z adding 'torch/include/ATen/ops/_foobar.h' 2024-11-01T16:36:04.1214855Z adding 'torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1217880Z adding 'torch/include/ATen/ops/_foobar_cpu_dispatch.h' 2024-11-01T16:36:04.1220829Z adding 'torch/include/ATen/ops/_foobar_native.h' 2024-11-01T16:36:04.1224117Z adding 'torch/include/ATen/ops/_foobar_ops.h' 2024-11-01T16:36:04.1227173Z adding 'torch/include/ATen/ops/_foreach_abs.h' 2024-11-01T16:36:04.1230595Z adding 'torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1233514Z adding 'torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h' 2024-11-01T16:36:04.1236773Z adding 'torch/include/ATen/ops/_foreach_abs_native.h' 2024-11-01T16:36:04.1239914Z adding 'torch/include/ATen/ops/_foreach_abs_ops.h' 2024-11-01T16:36:04.1243163Z adding 'torch/include/ATen/ops/_foreach_acos.h' 2024-11-01T16:36:04.1246640Z adding 'torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1249574Z adding 'torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h' 2024-11-01T16:36:04.1252659Z adding 'torch/include/ATen/ops/_foreach_acos_native.h' 2024-11-01T16:36:04.1256312Z adding 'torch/include/ATen/ops/_foreach_acos_ops.h' 2024-11-01T16:36:04.1260287Z adding 'torch/include/ATen/ops/_foreach_add.h' 2024-11-01T16:36:04.1264609Z adding 'torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1268059Z adding 'torch/include/ATen/ops/_foreach_add_cuda_dispatch.h' 2024-11-01T16:36:04.1271643Z adding 'torch/include/ATen/ops/_foreach_add_native.h' 2024-11-01T16:36:04.1275747Z adding 'torch/include/ATen/ops/_foreach_add_ops.h' 2024-11-01T16:36:04.1279530Z adding 'torch/include/ATen/ops/_foreach_addcdiv.h' 2024-11-01T16:36:04.1283171Z adding 'torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1286475Z adding 'torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h' 2024-11-01T16:36:04.1289702Z adding 'torch/include/ATen/ops/_foreach_addcdiv_native.h' 2024-11-01T16:36:04.1293536Z adding 'torch/include/ATen/ops/_foreach_addcdiv_ops.h' 2024-11-01T16:36:04.1297100Z adding 'torch/include/ATen/ops/_foreach_addcmul.h' 2024-11-01T16:36:04.1300684Z adding 'torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1303888Z adding 'torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h' 2024-11-01T16:36:04.1307060Z adding 'torch/include/ATen/ops/_foreach_addcmul_native.h' 2024-11-01T16:36:04.1310753Z adding 'torch/include/ATen/ops/_foreach_addcmul_ops.h' 2024-11-01T16:36:04.1313969Z adding 'torch/include/ATen/ops/_foreach_asin.h' 2024-11-01T16:36:04.1317511Z adding 'torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1320477Z adding 'torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h' 2024-11-01T16:36:04.1323429Z adding 'torch/include/ATen/ops/_foreach_asin_native.h' 2024-11-01T16:36:04.1326624Z adding 'torch/include/ATen/ops/_foreach_asin_ops.h' 2024-11-01T16:36:04.1329727Z adding 'torch/include/ATen/ops/_foreach_atan.h' 2024-11-01T16:36:04.1332984Z adding 'torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1335850Z adding 'torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h' 2024-11-01T16:36:04.1338777Z adding 'torch/include/ATen/ops/_foreach_atan_native.h' 2024-11-01T16:36:04.1341972Z adding 'torch/include/ATen/ops/_foreach_atan_ops.h' 2024-11-01T16:36:04.1344962Z adding 'torch/include/ATen/ops/_foreach_ceil.h' 2024-11-01T16:36:04.1348344Z adding 'torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1351278Z adding 'torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h' 2024-11-01T16:36:04.1354236Z adding 'torch/include/ATen/ops/_foreach_ceil_native.h' 2024-11-01T16:36:04.1357464Z adding 'torch/include/ATen/ops/_foreach_ceil_ops.h' 2024-11-01T16:36:04.1360763Z adding 'torch/include/ATen/ops/_foreach_clamp_max.h' 2024-11-01T16:36:04.1364230Z adding 'torch/include/ATen/ops/_foreach_clamp_max_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1367870Z adding 'torch/include/ATen/ops/_foreach_clamp_max_cuda_dispatch.h' 2024-11-01T16:36:04.1371028Z adding 'torch/include/ATen/ops/_foreach_clamp_max_native.h' 2024-11-01T16:36:04.1374610Z adding 'torch/include/ATen/ops/_foreach_clamp_max_ops.h' 2024-11-01T16:36:04.1378065Z adding 'torch/include/ATen/ops/_foreach_clamp_min.h' 2024-11-01T16:36:04.1381515Z adding 'torch/include/ATen/ops/_foreach_clamp_min_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1384482Z adding 'torch/include/ATen/ops/_foreach_clamp_min_cuda_dispatch.h' 2024-11-01T16:36:04.1387629Z adding 'torch/include/ATen/ops/_foreach_clamp_min_native.h' 2024-11-01T16:36:04.1391134Z adding 'torch/include/ATen/ops/_foreach_clamp_min_ops.h' 2024-11-01T16:36:04.1394522Z adding 'torch/include/ATen/ops/_foreach_copy.h' 2024-11-01T16:36:04.1398009Z adding 'torch/include/ATen/ops/_foreach_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1400922Z adding 'torch/include/ATen/ops/_foreach_copy_cuda_dispatch.h' 2024-11-01T16:36:04.1404075Z adding 'torch/include/ATen/ops/_foreach_copy_native.h' 2024-11-01T16:36:04.1407199Z adding 'torch/include/ATen/ops/_foreach_copy_ops.h' 2024-11-01T16:36:04.1410408Z adding 'torch/include/ATen/ops/_foreach_cos.h' 2024-11-01T16:36:04.1413745Z adding 'torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1416804Z adding 'torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h' 2024-11-01T16:36:04.1419762Z adding 'torch/include/ATen/ops/_foreach_cos_native.h' 2024-11-01T16:36:04.1423105Z adding 'torch/include/ATen/ops/_foreach_cos_ops.h' 2024-11-01T16:36:04.1426244Z adding 'torch/include/ATen/ops/_foreach_cosh.h' 2024-11-01T16:36:04.1429936Z adding 'torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1432700Z adding 'torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h' 2024-11-01T16:36:04.1435682Z adding 'torch/include/ATen/ops/_foreach_cosh_native.h' 2024-11-01T16:36:04.1439053Z adding 'torch/include/ATen/ops/_foreach_cosh_ops.h' 2024-11-01T16:36:04.1442453Z adding 'torch/include/ATen/ops/_foreach_div.h' 2024-11-01T16:36:04.1446143Z adding 'torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1449287Z adding 'torch/include/ATen/ops/_foreach_div_cuda_dispatch.h' 2024-11-01T16:36:04.1452469Z adding 'torch/include/ATen/ops/_foreach_div_native.h' 2024-11-01T16:36:04.1456320Z adding 'torch/include/ATen/ops/_foreach_div_ops.h' 2024-11-01T16:36:04.1459587Z adding 'torch/include/ATen/ops/_foreach_erf.h' 2024-11-01T16:36:04.1463074Z adding 'torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1466092Z adding 'torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h' 2024-11-01T16:36:04.1469093Z adding 'torch/include/ATen/ops/_foreach_erf_native.h' 2024-11-01T16:36:04.1472397Z adding 'torch/include/ATen/ops/_foreach_erf_ops.h' 2024-11-01T16:36:04.1475581Z adding 'torch/include/ATen/ops/_foreach_erfc.h' 2024-11-01T16:36:04.1479043Z adding 'torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1481975Z adding 'torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h' 2024-11-01T16:36:04.1485067Z adding 'torch/include/ATen/ops/_foreach_erfc_native.h' 2024-11-01T16:36:04.1488369Z adding 'torch/include/ATen/ops/_foreach_erfc_ops.h' 2024-11-01T16:36:04.1491478Z adding 'torch/include/ATen/ops/_foreach_exp.h' 2024-11-01T16:36:04.1495155Z adding 'torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1498006Z adding 'torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h' 2024-11-01T16:36:04.1500878Z adding 'torch/include/ATen/ops/_foreach_exp_native.h' 2024-11-01T16:36:04.1504335Z adding 'torch/include/ATen/ops/_foreach_exp_ops.h' 2024-11-01T16:36:04.1507601Z adding 'torch/include/ATen/ops/_foreach_expm1.h' 2024-11-01T16:36:04.1510957Z adding 'torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1513986Z adding 'torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h' 2024-11-01T16:36:04.1517145Z adding 'torch/include/ATen/ops/_foreach_expm1_native.h' 2024-11-01T16:36:04.1520419Z adding 'torch/include/ATen/ops/_foreach_expm1_ops.h' 2024-11-01T16:36:04.1523612Z adding 'torch/include/ATen/ops/_foreach_floor.h' 2024-11-01T16:36:04.1526920Z adding 'torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1529951Z adding 'torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h' 2024-11-01T16:36:04.1532879Z adding 'torch/include/ATen/ops/_foreach_floor_native.h' 2024-11-01T16:36:04.1536227Z adding 'torch/include/ATen/ops/_foreach_floor_ops.h' 2024-11-01T16:36:04.1539270Z adding 'torch/include/ATen/ops/_foreach_frac.h' 2024-11-01T16:36:04.1542700Z adding 'torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1545752Z adding 'torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h' 2024-11-01T16:36:04.1548713Z adding 'torch/include/ATen/ops/_foreach_frac_native.h' 2024-11-01T16:36:04.1551994Z adding 'torch/include/ATen/ops/_foreach_frac_ops.h' 2024-11-01T16:36:04.1555246Z adding 'torch/include/ATen/ops/_foreach_lerp.h' 2024-11-01T16:36:04.1558924Z adding 'torch/include/ATen/ops/_foreach_lerp_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1561898Z adding 'torch/include/ATen/ops/_foreach_lerp_cuda_dispatch.h' 2024-11-01T16:36:04.1565110Z adding 'torch/include/ATen/ops/_foreach_lerp_native.h' 2024-11-01T16:36:04.1568650Z adding 'torch/include/ATen/ops/_foreach_lerp_ops.h' 2024-11-01T16:36:04.1571855Z adding 'torch/include/ATen/ops/_foreach_lgamma.h' 2024-11-01T16:36:04.1575309Z adding 'torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1578202Z adding 'torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h' 2024-11-01T16:36:04.1581238Z adding 'torch/include/ATen/ops/_foreach_lgamma_native.h' 2024-11-01T16:36:04.1584411Z adding 'torch/include/ATen/ops/_foreach_lgamma_ops.h' 2024-11-01T16:36:04.1593452Z adding 'torch/include/ATen/ops/_foreach_log.h' 2024-11-01T16:36:04.1596794Z adding 'torch/include/ATen/ops/_foreach_log10.h' 2024-11-01T16:36:04.1600114Z adding 'torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1603143Z adding 'torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h' 2024-11-01T16:36:04.1606045Z adding 'torch/include/ATen/ops/_foreach_log10_native.h' 2024-11-01T16:36:04.1609326Z adding 'torch/include/ATen/ops/_foreach_log10_ops.h' 2024-11-01T16:36:04.1612399Z adding 'torch/include/ATen/ops/_foreach_log1p.h' 2024-11-01T16:36:04.1615789Z adding 'torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1618966Z adding 'torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h' 2024-11-01T16:36:04.1621808Z adding 'torch/include/ATen/ops/_foreach_log1p_native.h' 2024-11-01T16:36:04.1624953Z adding 'torch/include/ATen/ops/_foreach_log1p_ops.h' 2024-11-01T16:36:04.1628020Z adding 'torch/include/ATen/ops/_foreach_log2.h' 2024-11-01T16:36:04.1631432Z adding 'torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1634333Z adding 'torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h' 2024-11-01T16:36:04.1637509Z adding 'torch/include/ATen/ops/_foreach_log2_native.h' 2024-11-01T16:36:04.1640760Z adding 'torch/include/ATen/ops/_foreach_log2_ops.h' 2024-11-01T16:36:04.1644173Z adding 'torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1647212Z adding 'torch/include/ATen/ops/_foreach_log_cuda_dispatch.h' 2024-11-01T16:36:04.1650182Z adding 'torch/include/ATen/ops/_foreach_log_native.h' 2024-11-01T16:36:04.1653429Z adding 'torch/include/ATen/ops/_foreach_log_ops.h' 2024-11-01T16:36:04.1656483Z adding 'torch/include/ATen/ops/_foreach_max.h' 2024-11-01T16:36:04.1659916Z adding 'torch/include/ATen/ops/_foreach_max_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1662866Z adding 'torch/include/ATen/ops/_foreach_max_cuda_dispatch.h' 2024-11-01T16:36:04.1665916Z adding 'torch/include/ATen/ops/_foreach_max_native.h' 2024-11-01T16:36:04.1669062Z adding 'torch/include/ATen/ops/_foreach_max_ops.h' 2024-11-01T16:36:04.1672545Z adding 'torch/include/ATen/ops/_foreach_maximum.h' 2024-11-01T16:36:04.1676235Z adding 'torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1679279Z adding 'torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h' 2024-11-01T16:36:04.1682541Z adding 'torch/include/ATen/ops/_foreach_maximum_native.h' 2024-11-01T16:36:04.1686238Z adding 'torch/include/ATen/ops/_foreach_maximum_ops.h' 2024-11-01T16:36:04.1689675Z adding 'torch/include/ATen/ops/_foreach_minimum.h' 2024-11-01T16:36:04.1693274Z adding 'torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1696294Z adding 'torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h' 2024-11-01T16:36:04.1699593Z adding 'torch/include/ATen/ops/_foreach_minimum_native.h' 2024-11-01T16:36:04.1703218Z adding 'torch/include/ATen/ops/_foreach_minimum_ops.h' 2024-11-01T16:36:04.1706818Z adding 'torch/include/ATen/ops/_foreach_mul.h' 2024-11-01T16:36:04.1710447Z adding 'torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1713484Z adding 'torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h' 2024-11-01T16:36:04.1716896Z adding 'torch/include/ATen/ops/_foreach_mul_native.h' 2024-11-01T16:36:04.1720700Z adding 'torch/include/ATen/ops/_foreach_mul_ops.h' 2024-11-01T16:36:04.1724068Z adding 'torch/include/ATen/ops/_foreach_neg.h' 2024-11-01T16:36:04.1727465Z adding 'torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1730364Z adding 'torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h' 2024-11-01T16:36:04.1733443Z adding 'torch/include/ATen/ops/_foreach_neg_native.h' 2024-11-01T16:36:04.1736614Z adding 'torch/include/ATen/ops/_foreach_neg_ops.h' 2024-11-01T16:36:04.1740047Z adding 'torch/include/ATen/ops/_foreach_norm.h' 2024-11-01T16:36:04.1743564Z adding 'torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1746518Z adding 'torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h' 2024-11-01T16:36:04.1749531Z adding 'torch/include/ATen/ops/_foreach_norm_native.h' 2024-11-01T16:36:04.1752706Z adding 'torch/include/ATen/ops/_foreach_norm_ops.h' 2024-11-01T16:36:04.1756102Z adding 'torch/include/ATen/ops/_foreach_pow.h' 2024-11-01T16:36:04.1759725Z adding 'torch/include/ATen/ops/_foreach_pow_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1762784Z adding 'torch/include/ATen/ops/_foreach_pow_cuda_dispatch.h' 2024-11-01T16:36:04.1765924Z adding 'torch/include/ATen/ops/_foreach_pow_native.h' 2024-11-01T16:36:04.1769481Z adding 'torch/include/ATen/ops/_foreach_pow_ops.h' 2024-11-01T16:36:04.1772768Z adding 'torch/include/ATen/ops/_foreach_reciprocal.h' 2024-11-01T16:36:04.1776090Z adding 'torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1778976Z adding 'torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h' 2024-11-01T16:36:04.1781940Z adding 'torch/include/ATen/ops/_foreach_reciprocal_native.h' 2024-11-01T16:36:04.1785121Z adding 'torch/include/ATen/ops/_foreach_reciprocal_ops.h' 2024-11-01T16:36:04.1788231Z adding 'torch/include/ATen/ops/_foreach_round.h' 2024-11-01T16:36:04.1791634Z adding 'torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1794545Z adding 'torch/include/ATen/ops/_foreach_round_cuda_dispatch.h' 2024-11-01T16:36:04.1797630Z adding 'torch/include/ATen/ops/_foreach_round_native.h' 2024-11-01T16:36:04.1800806Z adding 'torch/include/ATen/ops/_foreach_round_ops.h' 2024-11-01T16:36:04.1803873Z adding 'torch/include/ATen/ops/_foreach_sigmoid.h' 2024-11-01T16:36:04.1807167Z adding 'torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1810160Z adding 'torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h' 2024-11-01T16:36:04.1813129Z adding 'torch/include/ATen/ops/_foreach_sigmoid_native.h' 2024-11-01T16:36:04.1816277Z adding 'torch/include/ATen/ops/_foreach_sigmoid_ops.h' 2024-11-01T16:36:04.1819386Z adding 'torch/include/ATen/ops/_foreach_sign.h' 2024-11-01T16:36:04.1822689Z adding 'torch/include/ATen/ops/_foreach_sign_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1825562Z adding 'torch/include/ATen/ops/_foreach_sign_cuda_dispatch.h' 2024-11-01T16:36:04.1828482Z adding 'torch/include/ATen/ops/_foreach_sign_native.h' 2024-11-01T16:36:04.1831682Z adding 'torch/include/ATen/ops/_foreach_sign_ops.h' 2024-11-01T16:36:04.1834713Z adding 'torch/include/ATen/ops/_foreach_sin.h' 2024-11-01T16:36:04.1838154Z adding 'torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1841051Z adding 'torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h' 2024-11-01T16:36:04.1844036Z adding 'torch/include/ATen/ops/_foreach_sin_native.h' 2024-11-01T16:36:04.1847659Z adding 'torch/include/ATen/ops/_foreach_sin_ops.h' 2024-11-01T16:36:04.1851211Z adding 'torch/include/ATen/ops/_foreach_sinh.h' 2024-11-01T16:36:04.1854369Z adding 'torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1857903Z adding 'torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h' 2024-11-01T16:36:04.1861301Z adding 'torch/include/ATen/ops/_foreach_sinh_native.h' 2024-11-01T16:36:04.1865047Z adding 'torch/include/ATen/ops/_foreach_sinh_ops.h' 2024-11-01T16:36:04.1868661Z adding 'torch/include/ATen/ops/_foreach_sqrt.h' 2024-11-01T16:36:04.1872490Z adding 'torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1875936Z adding 'torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h' 2024-11-01T16:36:04.1879432Z adding 'torch/include/ATen/ops/_foreach_sqrt_native.h' 2024-11-01T16:36:04.1883040Z adding 'torch/include/ATen/ops/_foreach_sqrt_ops.h' 2024-11-01T16:36:04.1886907Z adding 'torch/include/ATen/ops/_foreach_sub.h' 2024-11-01T16:36:04.1890817Z adding 'torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1898210Z adding 'torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h' 2024-11-01T16:36:04.1898717Z adding 'torch/include/ATen/ops/_foreach_sub_native.h' 2024-11-01T16:36:04.1902652Z adding 'torch/include/ATen/ops/_foreach_sub_ops.h' 2024-11-01T16:36:04.1905844Z adding 'torch/include/ATen/ops/_foreach_tan.h' 2024-11-01T16:36:04.1909203Z adding 'torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1912215Z adding 'torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h' 2024-11-01T16:36:04.1915262Z adding 'torch/include/ATen/ops/_foreach_tan_native.h' 2024-11-01T16:36:04.1918561Z adding 'torch/include/ATen/ops/_foreach_tan_ops.h' 2024-11-01T16:36:04.1921681Z adding 'torch/include/ATen/ops/_foreach_tanh.h' 2024-11-01T16:36:04.1925372Z adding 'torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1928204Z adding 'torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h' 2024-11-01T16:36:04.1931147Z adding 'torch/include/ATen/ops/_foreach_tanh_native.h' 2024-11-01T16:36:04.1934277Z adding 'torch/include/ATen/ops/_foreach_tanh_ops.h' 2024-11-01T16:36:04.1937448Z adding 'torch/include/ATen/ops/_foreach_trunc.h' 2024-11-01T16:36:04.1940655Z adding 'torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1943705Z adding 'torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h' 2024-11-01T16:36:04.1946650Z adding 'torch/include/ATen/ops/_foreach_trunc_native.h' 2024-11-01T16:36:04.1949806Z adding 'torch/include/ATen/ops/_foreach_trunc_ops.h' 2024-11-01T16:36:04.1952874Z adding 'torch/include/ATen/ops/_foreach_zero.h' 2024-11-01T16:36:04.1956325Z adding 'torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1959251Z adding 'torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h' 2024-11-01T16:36:04.1962193Z adding 'torch/include/ATen/ops/_foreach_zero_native.h' 2024-11-01T16:36:04.1965356Z adding 'torch/include/ATen/ops/_foreach_zero_ops.h' 2024-11-01T16:36:04.1968627Z adding 'torch/include/ATen/ops/_functional_assert_async.h' 2024-11-01T16:36:04.1972070Z adding 'torch/include/ATen/ops/_functional_assert_async_cpu_dispatch.h' 2024-11-01T16:36:04.1975155Z adding 'torch/include/ATen/ops/_functional_assert_async_native.h' 2024-11-01T16:36:04.1978230Z adding 'torch/include/ATen/ops/_functional_assert_async_ops.h' 2024-11-01T16:36:04.1981315Z adding 'torch/include/ATen/ops/_functional_assert_scalar.h' 2024-11-01T16:36:04.1984625Z adding 'torch/include/ATen/ops/_functional_assert_scalar_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.1987438Z adding 'torch/include/ATen/ops/_functional_assert_scalar_native.h' 2024-11-01T16:36:04.1990609Z adding 'torch/include/ATen/ops/_functional_assert_scalar_ops.h' 2024-11-01T16:36:04.1993656Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range.h' 2024-11-01T16:36:04.1997112Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.2000034Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size.h' 2024-11-01T16:36:04.2003332Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.2006167Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_native.h' 2024-11-01T16:36:04.2009272Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_ops.h' 2024-11-01T16:36:04.2012275Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_native.h' 2024-11-01T16:36:04.2015386Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_ops.h' 2024-11-01T16:36:04.2018566Z adding 'torch/include/ATen/ops/_fused_adagrad.h' 2024-11-01T16:36:04.2022012Z adding 'torch/include/ATen/ops/_fused_adagrad_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.2025003Z adding 'torch/include/ATen/ops/_fused_adagrad_cpu_dispatch.h' 2024-11-01T16:36:04.2028760Z adding 'torch/include/ATen/ops/_fused_adagrad_native.h' 2024-11-01T16:36:04.2031734Z adding 'torch/include/ATen/ops/_fused_adagrad_ops.h' 2024-11-01T16:36:04.2035388Z adding 'torch/include/ATen/ops/_fused_adam.h' 2024-11-01T16:36:04.2039253Z adding 'torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.2042289Z adding 'torch/include/ATen/ops/_fused_adam_cpu_dispatch.h' 2024-11-01T16:36:04.2045485Z adding 'torch/include/ATen/ops/_fused_adam_cuda_dispatch.h' 2024-11-01T16:36:04.2048691Z adding 'torch/include/ATen/ops/_fused_adam_native.h' 2024-11-01T16:36:04.2052583Z adding 'torch/include/ATen/ops/_fused_adam_ops.h' 2024-11-01T16:36:04.2056478Z adding 'torch/include/ATen/ops/_fused_adamw.h' 2024-11-01T16:36:04.2060146Z adding 'torch/include/ATen/ops/_fused_adamw_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.2063229Z adding 'torch/include/ATen/ops/_fused_adamw_cpu_dispatch.h' 2024-11-01T16:36:04.2066344Z adding 'torch/include/ATen/ops/_fused_adamw_cuda_dispatch.h' 2024-11-01T16:36:04.2069521Z adding 'torch/include/ATen/ops/_fused_adamw_native.h' 2024-11-01T16:36:04.2073412Z adding 'torch/include/ATen/ops/_fused_adamw_ops.h' 2024-11-01T16:36:04.2077005Z adding 'torch/include/ATen/ops/_fused_dropout.h' 2024-11-01T16:36:04.2080287Z adding 'torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.2083204Z adding 'torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h' 2024-11-01T16:36:04.2086342Z adding 'torch/include/ATen/ops/_fused_dropout_native.h' 2024-11-01T16:36:04.2089547Z adding 'torch/include/ATen/ops/_fused_dropout_ops.h' 2024-11-01T16:36:04.2093119Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h' 2024-11-01T16:36:04.2096656Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.2099692Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h' 2024-11-01T16:36:04.2102803Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h' 2024-11-01T16:36:04.2105925Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h' 2024-11-01T16:36:04.2109442Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h' 2024-11-01T16:36:04.2112613Z adding 'torch/include/ATen/ops/_fused_sdp_choice.h' 2024-11-01T16:36:04.2115842Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h' 2024-11-01T16:36:04.2119652Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h' 2024-11-01T16:36:04.2122743Z adding 'torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h' 2024-11-01T16:36:04.2125735Z adding 'torch/include/ATen/ops/_fused_sdp_choice_native.h' 2024-11-01T16:36:04.2128912Z adding 'torch/include/ATen/ops/_fused_sdp_choice_ops.h' 2024-11-01T16:36:04.2132538Z adding 'torch/include/ATen/ops/_fused_sgd.h' 2024-11-01T16:36:04.2136406Z adding 'torch/include/ATen/ops/_fused_sgd_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.2139759Z adding 'torch/include/ATen/ops/_fused_sgd_cpu_dispatch.h' 2024-11-01T16:36:04.2142682Z adding 'torch/include/ATen/ops/_fused_sgd_cuda_dispatch.h' 2024-11-01T16:36:04.2145915Z adding 'torch/include/ATen/ops/_fused_sgd_native.h' 2024-11-01T16:36:04.2149757Z adding 'torch/include/ATen/ops/_fused_sgd_ops.h' 2024-11-01T16:36:04.2152937Z adding 'torch/include/ATen/ops/_fw_primal.h' 2024-11-01T16:36:04.2156309Z adding 'torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.2159174Z adding 'torch/include/ATen/ops/_fw_primal_copy.h' 2024-11-01T16:36:04.2162435Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.2165759Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.2168291Z adding 'torch/include/ATen/ops/_fw_primal_copy_native.h' 2024-11-01T16:36:04.2171400Z adding 'torch/include/ATen/ops/_fw_primal_copy_ops.h' 2024-11-01T16:36:04.2174308Z adding 'torch/include/ATen/ops/_fw_primal_native.h' 2024-11-01T16:36:04.2177324Z adding 'torch/include/ATen/ops/_fw_primal_ops.h' 2024-11-01T16:36:04.2180367Z adding 'torch/include/ATen/ops/_gather_sparse_backward.h' 2024-11-01T16:36:04.2183672Z adding 'torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.2186452Z adding 'torch/include/ATen/ops/_gather_sparse_backward_native.h' 2024-11-01T16:36:04.2189506Z adding 'torch/include/ATen/ops/_gather_sparse_backward_ops.h' 2024-11-01T16:36:04.2192669Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h' 2024-11-01T16:36:04.2195875Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h' 2024-11-01T16:36:04.2199223Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.2202350Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h' 2024-11-01T16:36:04.2205490Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h' 2024-11-01T16:36:04.2209142Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.2211922Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h' 2024-11-01T16:36:04.2214975Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h' 2024-11-01T16:36:04.2217996Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type.h' 2024-11-01T16:36:04.2221243Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.2224014Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h' 2024-11-01T16:36:04.2227059Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h' 2024-11-01T16:36:04.2229985Z adding 'torch/include/ATen/ops/_has_same_storage_numel.h' 2024-11-01T16:36:04.2233352Z adding 'torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.2236439Z adding 'torch/include/ATen/ops/_has_same_storage_numel_native.h' 2024-11-01T16:36:04.2239368Z adding 'torch/include/ATen/ops/_has_same_storage_numel_ops.h' 2024-11-01T16:36:04.2242436Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges.h' 2024-11-01T16:36:04.2245921Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.2248750Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h' 2024-11-01T16:36:04.2251750Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_native.h' 2024-11-01T16:36:04.2254933Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_ops.h' 2024-11-01T16:36:04.2258086Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts.h' 2024-11-01T16:36:04.2261718Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.2264669Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h' 2024-11-01T16:36:04.2267610Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h' 2024-11-01T16:36:04.2270839Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h' 2024-11-01T16:36:04.2274050Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors.h' 2024-11-01T16:36:04.2277501Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.2280444Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h' 2024-11-01T16:36:04.2283410Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h' 2024-11-01T16:36:04.2286674Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h' 2024-11-01T16:36:04.2289749Z adding 'torch/include/ATen/ops/_index_put_impl.h' 2024-11-01T16:36:04.2293150Z adding 'torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.2296100Z adding 'torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h' 2024-11-01T16:36:04.2299188Z adding 'torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h' 2024-11-01T16:36:04.2302238Z adding 'torch/include/ATen/ops/_index_put_impl_meta_dispatch.h' 2024-11-01T16:36:04.2305194Z adding 'torch/include/ATen/ops/_index_put_impl_native.h' 2024-11-01T16:36:04.2308463Z adding 'torch/include/ATen/ops/_index_put_impl_ops.h' 2024-11-01T16:36:04.2311400Z adding 'torch/include/ATen/ops/_indices.h' 2024-11-01T16:36:04.2314411Z adding 'torch/include/ATen/ops/_indices_copy.h' 2024-11-01T16:36:04.2318018Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.2321235Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.2323934Z adding 'torch/include/ATen/ops/_indices_copy_native.h' 2024-11-01T16:36:04.2327068Z adding 'torch/include/ATen/ops/_indices_copy_ops.h' 2024-11-01T16:36:04.2330018Z adding 'torch/include/ATen/ops/_indices_native.h' 2024-11-01T16:36:04.2333067Z adding 'torch/include/ATen/ops/_indices_ops.h' 2024-11-01T16:36:04.2336124Z adding 'torch/include/ATen/ops/_int_mm.h' 2024-11-01T16:36:04.2339324Z adding 'torch/include/ATen/ops/_int_mm_cpu_dispatch.h' 2024-11-01T16:36:04.2342417Z adding 'torch/include/ATen/ops/_int_mm_cuda_dispatch.h' 2024-11-01T16:36:04.2345270Z adding 'torch/include/ATen/ops/_int_mm_native.h' 2024-11-01T16:36:04.2348411Z adding 'torch/include/ATen/ops/_int_mm_ops.h' 2024-11-01T16:36:04.2351416Z adding 'torch/include/ATen/ops/_is_all_true.h' 2024-11-01T16:36:04.2354663Z adding 'torch/include/ATen/ops/_is_all_true_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.2357515Z adding 'torch/include/ATen/ops/_is_all_true_native.h' 2024-11-01T16:36:04.2360517Z adding 'torch/include/ATen/ops/_is_all_true_ops.h' 2024-11-01T16:36:04.2363451Z adding 'torch/include/ATen/ops/_is_any_true.h' 2024-11-01T16:36:04.2366699Z adding 'torch/include/ATen/ops/_is_any_true_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.2369595Z adding 'torch/include/ATen/ops/_is_any_true_native.h' 2024-11-01T16:36:04.2372636Z adding 'torch/include/ATen/ops/_is_any_true_ops.h' 2024-11-01T16:36:04.2375578Z adding 'torch/include/ATen/ops/_is_zerotensor.h' 2024-11-01T16:36:04.2378862Z adding 'torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.2381607Z adding 'torch/include/ATen/ops/_is_zerotensor_native.h' 2024-11-01T16:36:04.2384650Z adding 'torch/include/ATen/ops/_is_zerotensor_ops.h' 2024-11-01T16:36:04.2387960Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward.h' 2024-11-01T16:36:04.2391494Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_cpu_dispatch.h' 2024-11-01T16:36:04.2395668Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_cuda_dispatch.h' 2024-11-01T16:36:04.2398862Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_native.h' 2024-11-01T16:36:04.2402048Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_ops.h' 2024-11-01T16:36:04.2405183Z adding 'torch/include/ATen/ops/_lazy_clone.h' 2024-11-01T16:36:04.2408209Z adding 'torch/include/ATen/ops/_lazy_clone_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.2410955Z adding 'torch/include/ATen/ops/_lazy_clone_native.h' 2024-11-01T16:36:04.2413965Z adding 'torch/include/ATen/ops/_lazy_clone_ops.h' 2024-11-01T16:36:04.2416976Z adding 'torch/include/ATen/ops/_linalg_check_errors.h' 2024-11-01T16:36:04.2420602Z adding 'torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.2423524Z adding 'torch/include/ATen/ops/_linalg_check_errors_native.h' 2024-11-01T16:36:04.2426612Z adding 'torch/include/ATen/ops/_linalg_check_errors_ops.h' 2024-11-01T16:36:04.2429643Z adding 'torch/include/ATen/ops/_linalg_det.h' 2024-11-01T16:36:04.2433023Z adding 'torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.2435927Z adding 'torch/include/ATen/ops/_linalg_det_cpu_dispatch.h' 2024-11-01T16:36:04.2455043Z adding 'torch/include/ATen/ops/_linalg_det_cuda_dispatch.h' 2024-11-01T16:36:04.2455245Z adding 'torch/include/ATen/ops/_linalg_det_meta.h' 2024-11-01T16:36:04.2455475Z adding 'torch/include/ATen/ops/_linalg_det_meta_dispatch.h' 2024-11-01T16:36:04.2455659Z adding 'torch/include/ATen/ops/_linalg_det_native.h' 2024-11-01T16:36:04.2455840Z adding 'torch/include/ATen/ops/_linalg_det_ops.h' 2024-11-01T16:36:04.2456392Z adding 'torch/include/ATen/ops/_linalg_eigh.h' 2024-11-01T16:36:04.2459861Z adding 'torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.2463164Z adding 'torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h' 2024-11-01T16:36:04.2466761Z adding 'torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h' 2024-11-01T16:36:04.2469788Z adding 'torch/include/ATen/ops/_linalg_eigh_meta.h' 2024-11-01T16:36:04.2473013Z adding 'torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h' 2024-11-01T16:36:04.2476086Z adding 'torch/include/ATen/ops/_linalg_eigh_native.h' 2024-11-01T16:36:04.2479447Z adding 'torch/include/ATen/ops/_linalg_eigh_ops.h' 2024-11-01T16:36:04.2482494Z adding 'torch/include/ATen/ops/_linalg_eigvals.h' 2024-11-01T16:36:04.2485771Z adding 'torch/include/ATen/ops/_linalg_eigvals_cpu_dispatch.h' 2024-11-01T16:36:04.2488826Z adding 'torch/include/ATen/ops/_linalg_eigvals_cuda_dispatch.h' 2024-11-01T16:36:04.2491828Z adding 'torch/include/ATen/ops/_linalg_eigvals_native.h' 2024-11-01T16:36:04.2494957Z adding 'torch/include/ATen/ops/_linalg_eigvals_ops.h' 2024-11-01T16:36:04.2498122Z adding 'torch/include/ATen/ops/_linalg_slogdet.h' 2024-11-01T16:36:04.2501648Z adding 'torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.2504489Z adding 'torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h' 2024-11-01T16:36:04.2507711Z adding 'torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h' 2024-11-01T16:36:04.2510688Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta.h' 2024-11-01T16:36:04.2513955Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h' 2024-11-01T16:36:04.2517994Z adding 'torch/include/ATen/ops/_linalg_slogdet_native.h' 2024-11-01T16:36:04.2520362Z adding 'torch/include/ATen/ops/_linalg_slogdet_ops.h' 2024-11-01T16:36:04.2523720Z adding 'torch/include/ATen/ops/_linalg_solve_ex.h' 2024-11-01T16:36:04.2527072Z adding 'torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.2530323Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h' 2024-11-01T16:36:04.2533385Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h' 2024-11-01T16:36:04.2536507Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta.h' 2024-11-01T16:36:04.2540487Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h' 2024-11-01T16:36:04.2542806Z adding 'torch/include/ATen/ops/_linalg_solve_ex_native.h' 2024-11-01T16:36:04.2546352Z adding 'torch/include/ATen/ops/_linalg_solve_ex_ops.h' 2024-11-01T16:36:04.2549300Z adding 'torch/include/ATen/ops/_linalg_svd.h' 2024-11-01T16:36:04.2552832Z adding 'torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.2555838Z adding 'torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h' 2024-11-01T16:36:04.2559210Z adding 'torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h' 2024-11-01T16:36:04.2562651Z adding 'torch/include/ATen/ops/_linalg_svd_meta.h' 2024-11-01T16:36:04.2565510Z adding 'torch/include/ATen/ops/_linalg_svd_meta_dispatch.h' 2024-11-01T16:36:04.2568908Z adding 'torch/include/ATen/ops/_linalg_svd_native.h' 2024-11-01T16:36:04.2571766Z adding 'torch/include/ATen/ops/_linalg_svd_ops.h' 2024-11-01T16:36:04.2574985Z adding 'torch/include/ATen/ops/_local_scalar_dense.h' 2024-11-01T16:36:04.2578098Z adding 'torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h' 2024-11-01T16:36:04.2581276Z adding 'torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h' 2024-11-01T16:36:04.2584173Z adding 'torch/include/ATen/ops/_local_scalar_dense_native.h' 2024-11-01T16:36:04.2587356Z adding 'torch/include/ATen/ops/_local_scalar_dense_ops.h' 2024-11-01T16:36:04.2590378Z adding 'torch/include/ATen/ops/_log_softmax.h' 2024-11-01T16:36:04.2593734Z adding 'torch/include/ATen/ops/_log_softmax_backward_data.h' 2024-11-01T16:36:04.2597599Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.2600320Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h' 2024-11-01T16:36:04.2603539Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h' 2024-11-01T16:36:04.2606522Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta.h' 2024-11-01T16:36:04.2609770Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h' 2024-11-01T16:36:04.2612777Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_native.h' 2024-11-01T16:36:04.2616103Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_ops.h' 2024-11-01T16:36:04.2620065Z adding 'torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.2622379Z adding 'torch/include/ATen/ops/_log_softmax_cpu_dispatch.h' 2024-11-01T16:36:04.2626237Z adding 'torch/include/ATen/ops/_log_softmax_cuda_dispatch.h' 2024-11-01T16:36:04.2628684Z adding 'torch/include/ATen/ops/_log_softmax_meta.h' 2024-11-01T16:36:04.2631848Z adding 'torch/include/ATen/ops/_log_softmax_meta_dispatch.h' 2024-11-01T16:36:04.2634810Z adding 'torch/include/ATen/ops/_log_softmax_native.h' 2024-11-01T16:36:04.2638212Z adding 'torch/include/ATen/ops/_log_softmax_ops.h' 2024-11-01T16:36:04.2641263Z adding 'torch/include/ATen/ops/_logcumsumexp.h' 2024-11-01T16:36:04.2644544Z adding 'torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h' 2024-11-01T16:36:04.2647672Z adding 'torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h' 2024-11-01T16:36:04.2651071Z adding 'torch/include/ATen/ops/_logcumsumexp_native.h' 2024-11-01T16:36:04.2654263Z adding 'torch/include/ATen/ops/_logcumsumexp_ops.h' 2024-11-01T16:36:04.2657487Z adding 'torch/include/ATen/ops/_lstm_mps.h' 2024-11-01T16:36:04.2673212Z adding 'torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.2673705Z adding 'torch/include/ATen/ops/_lstm_mps_native.h' 2024-11-01T16:36:04.2673890Z adding 'torch/include/ATen/ops/_lstm_mps_ops.h' 2024-11-01T16:36:04.2674068Z adding 'torch/include/ATen/ops/_lu_with_info.h' 2024-11-01T16:36:04.2674548Z adding 'torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.2676728Z adding 'torch/include/ATen/ops/_lu_with_info_native.h' 2024-11-01T16:36:04.2679947Z adding 'torch/include/ATen/ops/_lu_with_info_ops.h' 2024-11-01T16:36:04.2683153Z adding 'torch/include/ATen/ops/_make_dep_token.h' 2024-11-01T16:36:04.2686377Z adding 'torch/include/ATen/ops/_make_dep_token_cpu_dispatch.h' 2024-11-01T16:36:04.2689486Z adding 'torch/include/ATen/ops/_make_dep_token_native.h' 2024-11-01T16:36:04.2692634Z adding 'torch/include/ATen/ops/_make_dep_token_ops.h' 2024-11-01T16:36:04.2695778Z adding 'torch/include/ATen/ops/_make_dual.h' 2024-11-01T16:36:04.2699118Z adding 'torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.2702057Z adding 'torch/include/ATen/ops/_make_dual_copy.h' 2024-11-01T16:36:04.2705472Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.2708653Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.2711531Z adding 'torch/include/ATen/ops/_make_dual_copy_native.h' 2024-11-01T16:36:04.2714680Z adding 'torch/include/ATen/ops/_make_dual_copy_ops.h' 2024-11-01T16:36:04.2717908Z adding 'torch/include/ATen/ops/_make_dual_native.h' 2024-11-01T16:36:04.2720970Z adding 'torch/include/ATen/ops/_make_dual_ops.h' 2024-11-01T16:36:04.2724359Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor.h' 2024-11-01T16:36:04.2727816Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.2730765Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h' 2024-11-01T16:36:04.2733954Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h' 2024-11-01T16:36:04.2736910Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h' 2024-11-01T16:36:04.2740210Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h' 2024-11-01T16:36:04.2743323Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h' 2024-11-01T16:36:04.2747156Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.2750625Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h' 2024-11-01T16:36:04.2754237Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h' 2024-11-01T16:36:04.2757792Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h' 2024-11-01T16:36:04.2761477Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h' 2024-11-01T16:36:04.2765027Z adding 'torch/include/ATen/ops/_masked_scale.h' 2024-11-01T16:36:04.2768840Z adding 'torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.2772241Z adding 'torch/include/ATen/ops/_masked_scale_cuda_dispatch.h' 2024-11-01T16:36:04.2775360Z adding 'torch/include/ATen/ops/_masked_scale_native.h' 2024-11-01T16:36:04.2778554Z adding 'torch/include/ATen/ops/_masked_scale_ops.h' 2024-11-01T16:36:04.2781904Z adding 'torch/include/ATen/ops/_masked_softmax.h' 2024-11-01T16:36:04.2785242Z adding 'torch/include/ATen/ops/_masked_softmax_backward.h' 2024-11-01T16:36:04.2788639Z adding 'torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.2791733Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h' 2024-11-01T16:36:04.2794829Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h' 2024-11-01T16:36:04.2798106Z adding 'torch/include/ATen/ops/_masked_softmax_backward_native.h' 2024-11-01T16:36:04.2801360Z adding 'torch/include/ATen/ops/_masked_softmax_backward_ops.h' 2024-11-01T16:36:04.2804656Z adding 'torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.2807646Z adding 'torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h' 2024-11-01T16:36:04.2810945Z adding 'torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h' 2024-11-01T16:36:04.2813847Z adding 'torch/include/ATen/ops/_masked_softmax_native.h' 2024-11-01T16:36:04.2817081Z adding 'torch/include/ATen/ops/_masked_softmax_ops.h' 2024-11-01T16:36:04.2820168Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear.h' 2024-11-01T16:36:04.2823358Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_cuda_dispatch.h' 2024-11-01T16:36:04.2826495Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_native.h' 2024-11-01T16:36:04.2829619Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_ops.h' 2024-11-01T16:36:04.2832711Z adding 'torch/include/ATen/ops/_mkldnn_reshape.h' 2024-11-01T16:36:04.2836156Z adding 'torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.2838969Z adding 'torch/include/ATen/ops/_mkldnn_reshape_native.h' 2024-11-01T16:36:04.2842206Z adding 'torch/include/ATen/ops/_mkldnn_reshape_ops.h' 2024-11-01T16:36:04.2845221Z adding 'torch/include/ATen/ops/_mkldnn_transpose.h' 2024-11-01T16:36:04.2849152Z adding 'torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.2852149Z adding 'torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h' 2024-11-01T16:36:04.2855265Z adding 'torch/include/ATen/ops/_mkldnn_transpose_native.h' 2024-11-01T16:36:04.2858538Z adding 'torch/include/ATen/ops/_mkldnn_transpose_ops.h' 2024-11-01T16:36:04.2861996Z adding 'torch/include/ATen/ops/_mps_convolution.h' 2024-11-01T16:36:04.2865506Z adding 'torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.2868325Z adding 'torch/include/ATen/ops/_mps_convolution_native.h' 2024-11-01T16:36:04.2871577Z adding 'torch/include/ATen/ops/_mps_convolution_ops.h' 2024-11-01T16:36:04.2875197Z adding 'torch/include/ATen/ops/_mps_convolution_transpose.h' 2024-11-01T16:36:04.2878935Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.2882186Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_native.h' 2024-11-01T16:36:04.2885396Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_ops.h' 2024-11-01T16:36:04.2888885Z adding 'torch/include/ATen/ops/_native_batch_norm_legit.h' 2024-11-01T16:36:04.2892412Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.2895475Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_cpu_dispatch.h' 2024-11-01T16:36:04.2898755Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_cuda_dispatch.h' 2024-11-01T16:36:04.2902031Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_native.h' 2024-11-01T16:36:04.2905352Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training.h' 2024-11-01T16:36:04.2908686Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.2911554Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_native.h' 2024-11-01T16:36:04.2914870Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_ops.h' 2024-11-01T16:36:04.2918603Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_ops.h' 2024-11-01T16:36:04.2922088Z adding 'torch/include/ATen/ops/_native_multi_head_attention.h' 2024-11-01T16:36:04.2925555Z adding 'torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.2928556Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h' 2024-11-01T16:36:04.2931661Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h' 2024-11-01T16:36:04.2934745Z adding 'torch/include/ATen/ops/_native_multi_head_attention_native.h' 2024-11-01T16:36:04.2938180Z adding 'torch/include/ATen/ops/_native_multi_head_attention_ops.h' 2024-11-01T16:36:04.2941158Z adding 'torch/include/ATen/ops/_neg_view.h' 2024-11-01T16:36:04.2944946Z adding 'torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.2947250Z adding 'torch/include/ATen/ops/_neg_view_copy.h' 2024-11-01T16:36:04.2950455Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.2953629Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.2956415Z adding 'torch/include/ATen/ops/_neg_view_copy_native.h' 2024-11-01T16:36:04.2959568Z adding 'torch/include/ATen/ops/_neg_view_copy_ops.h' 2024-11-01T16:36:04.2962533Z adding 'torch/include/ATen/ops/_neg_view_native.h' 2024-11-01T16:36:04.2965558Z adding 'torch/include/ATen/ops/_neg_view_ops.h' 2024-11-01T16:36:04.2968762Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets.h' 2024-11-01T16:36:04.2971844Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cpu_dispatch.h' 2024-11-01T16:36:04.2974906Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cuda_dispatch.h' 2024-11-01T16:36:04.2977807Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_native.h' 2024-11-01T16:36:04.2980864Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_ops.h' 2024-11-01T16:36:04.2983834Z adding 'torch/include/ATen/ops/_nested_from_padded.h' 2024-11-01T16:36:04.2987029Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example.h' 2024-11-01T16:36:04.2990320Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.2993171Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h' 2024-11-01T16:36:04.2996483Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h' 2024-11-01T16:36:04.2999685Z adding 'torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.3002573Z adding 'torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h' 2024-11-01T16:36:04.3005611Z adding 'torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h' 2024-11-01T16:36:04.3008601Z adding 'torch/include/ATen/ops/_nested_from_padded_native.h' 2024-11-01T16:36:04.3011740Z adding 'torch/include/ATen/ops/_nested_from_padded_ops.h' 2024-11-01T16:36:04.3015089Z adding 'torch/include/ATen/ops/_nested_from_padded_tensor.h' 2024-11-01T16:36:04.3018104Z adding 'torch/include/ATen/ops/_nested_from_padded_tensor_native.h' 2024-11-01T16:36:04.3021209Z adding 'torch/include/ATen/ops/_nested_from_padded_tensor_ops.h' 2024-11-01T16:36:04.3024188Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy.h' 2024-11-01T16:36:04.3027100Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy_native.h' 2024-11-01T16:36:04.3030259Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy_ops.h' 2024-11-01T16:36:04.3033156Z adding 'torch/include/ATen/ops/_nested_get_lengths.h' 2024-11-01T16:36:04.3036297Z adding 'torch/include/ATen/ops/_nested_get_lengths_native.h' 2024-11-01T16:36:04.3039305Z adding 'torch/include/ATen/ops/_nested_get_lengths_ops.h' 2024-11-01T16:36:04.3042245Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen.h' 2024-11-01T16:36:04.3045173Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen_native.h' 2024-11-01T16:36:04.3048176Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen_ops.h' 2024-11-01T16:36:04.3051116Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen.h' 2024-11-01T16:36:04.3054033Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen_native.h' 2024-11-01T16:36:04.3057156Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen_ops.h' 2024-11-01T16:36:04.3060185Z adding 'torch/include/ATen/ops/_nested_get_offsets.h' 2024-11-01T16:36:04.3063072Z adding 'torch/include/ATen/ops/_nested_get_offsets_native.h' 2024-11-01T16:36:04.3066095Z adding 'torch/include/ATen/ops/_nested_get_offsets_ops.h' 2024-11-01T16:36:04.3069096Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx.h' 2024-11-01T16:36:04.3071995Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx_native.h' 2024-11-01T16:36:04.3075564Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx_ops.h' 2024-11-01T16:36:04.3078056Z adding 'torch/include/ATen/ops/_nested_get_values.h' 2024-11-01T16:36:04.3081063Z adding 'torch/include/ATen/ops/_nested_get_values_copy.h' 2024-11-01T16:36:04.3084326Z adding 'torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.3087456Z adding 'torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.3090152Z adding 'torch/include/ATen/ops/_nested_get_values_copy_native.h' 2024-11-01T16:36:04.3093284Z adding 'torch/include/ATen/ops/_nested_get_values_copy_ops.h' 2024-11-01T16:36:04.3096289Z adding 'torch/include/ATen/ops/_nested_get_values_native.h' 2024-11-01T16:36:04.3099244Z adding 'torch/include/ATen/ops/_nested_get_values_ops.h' 2024-11-01T16:36:04.3102820Z adding 'torch/include/ATen/ops/_nested_select_backward.h' 2024-11-01T16:36:04.3105831Z adding 'torch/include/ATen/ops/_nested_select_backward_native.h' 2024-11-01T16:36:04.3108865Z adding 'torch/include/ATen/ops/_nested_select_backward_ops.h' 2024-11-01T16:36:04.3111849Z adding 'torch/include/ATen/ops/_nested_sum_backward.h' 2024-11-01T16:36:04.3114840Z adding 'torch/include/ATen/ops/_nested_sum_backward_native.h' 2024-11-01T16:36:04.3118044Z adding 'torch/include/ATen/ops/_nested_sum_backward_ops.h' 2024-11-01T16:36:04.3121156Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask.h' 2024-11-01T16:36:04.3124453Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.3127356Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h' 2024-11-01T16:36:04.3130401Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h' 2024-11-01T16:36:04.3133367Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h' 2024-11-01T16:36:04.3136470Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h' 2024-11-01T16:36:04.3139458Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h' 2024-11-01T16:36:04.3142405Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h' 2024-11-01T16:36:04.3145482Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h' 2024-11-01T16:36:04.3148368Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_native.h' 2024-11-01T16:36:04.3151504Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_ops.h' 2024-11-01T16:36:04.3154685Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list.h' 2024-11-01T16:36:04.3158397Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.3161355Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h' 2024-11-01T16:36:04.3164608Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h' 2024-11-01T16:36:04.3167537Z adding 'torch/include/ATen/ops/_nested_tensor_size.h' 2024-11-01T16:36:04.3170776Z adding 'torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.3173536Z adding 'torch/include/ATen/ops/_nested_tensor_size_native.h' 2024-11-01T16:36:04.3176637Z adding 'torch/include/ATen/ops/_nested_tensor_size_ops.h' 2024-11-01T16:36:04.3179714Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h' 2024-11-01T16:36:04.3182693Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h' 2024-11-01T16:36:04.3185722Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h' 2024-11-01T16:36:04.3188697Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets.h' 2024-11-01T16:36:04.3191990Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.3194798Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_native.h' 2024-11-01T16:36:04.3198604Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_ops.h' 2024-11-01T16:36:04.3201079Z adding 'torch/include/ATen/ops/_nested_tensor_strides.h' 2024-11-01T16:36:04.3204364Z adding 'torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.3207086Z adding 'torch/include/ATen/ops/_nested_tensor_strides_native.h' 2024-11-01T16:36:04.3210179Z adding 'torch/include/ATen/ops/_nested_tensor_strides_ops.h' 2024-11-01T16:36:04.3213224Z adding 'torch/include/ATen/ops/_nested_view_from_buffer.h' 2024-11-01T16:36:04.3216337Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy.h' 2024-11-01T16:36:04.3219681Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.3222865Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.3225605Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h' 2024-11-01T16:36:04.3228792Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h' 2024-11-01T16:36:04.3231889Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h' 2024-11-01T16:36:04.3234924Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h' 2024-11-01T16:36:04.3237963Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_native.h' 2024-11-01T16:36:04.3241101Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_ops.h' 2024-11-01T16:36:04.3244200Z adding 'torch/include/ATen/ops/_nested_view_from_jagged.h' 2024-11-01T16:36:04.3247441Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy.h' 2024-11-01T16:36:04.3250871Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.3254084Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.3256859Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_native.h' 2024-11-01T16:36:04.3260300Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_ops.h' 2024-11-01T16:36:04.3263273Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_native.h' 2024-11-01T16:36:04.3266408Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_ops.h' 2024-11-01T16:36:04.3269514Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h' 2024-11-01T16:36:04.3272821Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.3275709Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h' 2024-11-01T16:36:04.3278908Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h' 2024-11-01T16:36:04.3281865Z adding 'torch/include/ATen/ops/_nnpack_available.h' 2024-11-01T16:36:04.3285058Z adding 'torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.3287851Z adding 'torch/include/ATen/ops/_nnpack_available_native.h' 2024-11-01T16:36:04.3290860Z adding 'torch/include/ATen/ops/_nnpack_available_ops.h' 2024-11-01T16:36:04.3294259Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution.h' 2024-11-01T16:36:04.3297780Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.3300641Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_native.h' 2024-11-01T16:36:04.3303830Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h' 2024-11-01T16:36:04.3306653Z adding 'torch/include/ATen/ops/_nnz.h' 2024-11-01T16:36:04.3309623Z adding 'torch/include/ATen/ops/_nnz_native.h' 2024-11-01T16:36:04.3312668Z adding 'torch/include/ATen/ops/_nnz_ops.h' 2024-11-01T16:36:04.3315920Z adding 'torch/include/ATen/ops/_pack_padded_sequence.h' 2024-11-01T16:36:04.3319179Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward.h' 2024-11-01T16:36:04.3322816Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.3325685Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_native.h' 2024-11-01T16:36:04.3328705Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h' 2024-11-01T16:36:04.3331894Z adding 'torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.3334711Z adding 'torch/include/ATen/ops/_pack_padded_sequence_native.h' 2024-11-01T16:36:04.3337911Z adding 'torch/include/ATen/ops/_pack_padded_sequence_ops.h' 2024-11-01T16:36:04.3340971Z adding 'torch/include/ATen/ops/_pad_circular.h' 2024-11-01T16:36:04.3344242Z adding 'torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.3347083Z adding 'torch/include/ATen/ops/_pad_circular_native.h' 2024-11-01T16:36:04.3350060Z adding 'torch/include/ATen/ops/_pad_circular_ops.h' 2024-11-01T16:36:04.3353128Z adding 'torch/include/ATen/ops/_pad_enum.h' 2024-11-01T16:36:04.3356520Z adding 'torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.3359505Z adding 'torch/include/ATen/ops/_pad_enum_native.h' 2024-11-01T16:36:04.3362999Z adding 'torch/include/ATen/ops/_pad_enum_ops.h' 2024-11-01T16:36:04.3366110Z adding 'torch/include/ATen/ops/_pad_packed_sequence.h' 2024-11-01T16:36:04.3369816Z adding 'torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.3373148Z adding 'torch/include/ATen/ops/_pad_packed_sequence_native.h' 2024-11-01T16:36:04.3376691Z adding 'torch/include/ATen/ops/_pad_packed_sequence_ops.h' 2024-11-01T16:36:04.3380382Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward.h' 2024-11-01T16:36:04.3395629Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_cpu_dispatch.h' 2024-11-01T16:36:04.3396003Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_cuda_dispatch.h' 2024-11-01T16:36:04.3396321Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_native.h' 2024-11-01T16:36:04.3396612Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_ops.h' 2024-11-01T16:36:04.3398103Z adding 'torch/include/ATen/ops/_pdist_backward.h' 2024-11-01T16:36:04.3401201Z adding 'torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.3404074Z adding 'torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h' 2024-11-01T16:36:04.3407226Z adding 'torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h' 2024-11-01T16:36:04.3410284Z adding 'torch/include/ATen/ops/_pdist_backward_native.h' 2024-11-01T16:36:04.3413601Z adding 'torch/include/ATen/ops/_pdist_backward_ops.h' 2024-11-01T16:36:04.3416608Z adding 'torch/include/ATen/ops/_pdist_forward.h' 2024-11-01T16:36:04.3420136Z adding 'torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.3423084Z adding 'torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h' 2024-11-01T16:36:04.3426121Z adding 'torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h' 2024-11-01T16:36:04.3429221Z adding 'torch/include/ATen/ops/_pdist_forward_native.h' 2024-11-01T16:36:04.3432381Z adding 'torch/include/ATen/ops/_pdist_forward_ops.h' 2024-11-01T16:36:04.3435626Z adding 'torch/include/ATen/ops/_pin_memory.h' 2024-11-01T16:36:04.3439973Z adding 'torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.3442109Z adding 'torch/include/ATen/ops/_pin_memory_native.h' 2024-11-01T16:36:04.3445246Z adding 'torch/include/ATen/ops/_pin_memory_ops.h' 2024-11-01T16:36:04.3448339Z adding 'torch/include/ATen/ops/_prelu_kernel.h' 2024-11-01T16:36:04.3451507Z adding 'torch/include/ATen/ops/_prelu_kernel_backward.h' 2024-11-01T16:36:04.3454660Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_cpu_dispatch.h' 2024-11-01T16:36:04.3457826Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_cuda_dispatch.h' 2024-11-01T16:36:04.3460753Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_native.h' 2024-11-01T16:36:04.3464244Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_ops.h' 2024-11-01T16:36:04.3468221Z adding 'torch/include/ATen/ops/_prelu_kernel_cpu_dispatch.h' 2024-11-01T16:36:04.3470642Z adding 'torch/include/ATen/ops/_prelu_kernel_cuda_dispatch.h' 2024-11-01T16:36:04.3473564Z adding 'torch/include/ATen/ops/_prelu_kernel_native.h' 2024-11-01T16:36:04.3476756Z adding 'torch/include/ATen/ops/_prelu_kernel_ops.h' 2024-11-01T16:36:04.3479717Z adding 'torch/include/ATen/ops/_print.h' 2024-11-01T16:36:04.3482913Z adding 'torch/include/ATen/ops/_print_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.3485859Z adding 'torch/include/ATen/ops/_print_native.h' 2024-11-01T16:36:04.3488877Z adding 'torch/include/ATen/ops/_print_ops.h' 2024-11-01T16:36:04.3491986Z adding 'torch/include/ATen/ops/_propagate_xla_data.h' 2024-11-01T16:36:04.3495204Z adding 'torch/include/ATen/ops/_propagate_xla_data_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.3497948Z adding 'torch/include/ATen/ops/_propagate_xla_data_native.h' 2024-11-01T16:36:04.3501254Z adding 'torch/include/ATen/ops/_propagate_xla_data_ops.h' 2024-11-01T16:36:04.3504314Z adding 'torch/include/ATen/ops/_remove_batch_dim.h' 2024-11-01T16:36:04.3507491Z adding 'torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.3510254Z adding 'torch/include/ATen/ops/_remove_batch_dim_native.h' 2024-11-01T16:36:04.3513296Z adding 'torch/include/ATen/ops/_remove_batch_dim_ops.h' 2024-11-01T16:36:04.3516476Z adding 'torch/include/ATen/ops/_reshape_alias.h' 2024-11-01T16:36:04.3519877Z adding 'torch/include/ATen/ops/_reshape_alias_copy.h' 2024-11-01T16:36:04.3523340Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.3526521Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.3529300Z adding 'torch/include/ATen/ops/_reshape_alias_copy_native.h' 2024-11-01T16:36:04.3532556Z adding 'torch/include/ATen/ops/_reshape_alias_copy_ops.h' 2024-11-01T16:36:04.3535639Z adding 'torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h' 2024-11-01T16:36:04.3538680Z adding 'torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h' 2024-11-01T16:36:04.3541745Z adding 'torch/include/ATen/ops/_reshape_alias_meta_dispatch.h' 2024-11-01T16:36:04.3544632Z adding 'torch/include/ATen/ops/_reshape_alias_native.h' 2024-11-01T16:36:04.3547986Z adding 'torch/include/ATen/ops/_reshape_alias_ops.h' 2024-11-01T16:36:04.3551043Z adding 'torch/include/ATen/ops/_reshape_copy.h' 2024-11-01T16:36:04.3554474Z adding 'torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.3557312Z adding 'torch/include/ATen/ops/_reshape_copy_native.h' 2024-11-01T16:36:04.3560240Z adding 'torch/include/ATen/ops/_reshape_copy_ops.h' 2024-11-01T16:36:04.3563321Z adding 'torch/include/ATen/ops/_reshape_from_tensor.h' 2024-11-01T16:36:04.3600290Z adding 'torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.3603269Z adding 'torch/include/ATen/ops/_reshape_from_tensor_native.h' 2024-11-01T16:36:04.3606471Z adding 'torch/include/ATen/ops/_reshape_from_tensor_ops.h' 2024-11-01T16:36:04.3610003Z adding 'torch/include/ATen/ops/_resize_output.h' 2024-11-01T16:36:04.3613447Z adding 'torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.3616583Z adding 'torch/include/ATen/ops/_resize_output_meta_dispatch.h' 2024-11-01T16:36:04.3619594Z adding 'torch/include/ATen/ops/_resize_output_native.h' 2024-11-01T16:36:04.3622944Z adding 'torch/include/ATen/ops/_resize_output_ops.h' 2024-11-01T16:36:04.3626150Z adding 'torch/include/ATen/ops/_rowwise_prune.h' 2024-11-01T16:36:04.3629466Z adding 'torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.3632391Z adding 'torch/include/ATen/ops/_rowwise_prune_native.h' 2024-11-01T16:36:04.3635558Z adding 'torch/include/ATen/ops/_rowwise_prune_ops.h' 2024-11-01T16:36:04.3638846Z adding 'torch/include/ATen/ops/_safe_softmax.h' 2024-11-01T16:36:04.3642229Z adding 'torch/include/ATen/ops/_safe_softmax_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.3645051Z adding 'torch/include/ATen/ops/_safe_softmax_native.h' 2024-11-01T16:36:04.3648284Z adding 'torch/include/ATen/ops/_safe_softmax_ops.h' 2024-11-01T16:36:04.3651389Z adding 'torch/include/ATen/ops/_sample_dirichlet.h' 2024-11-01T16:36:04.3654875Z adding 'torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.3657786Z adding 'torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h' 2024-11-01T16:36:04.3661002Z adding 'torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h' 2024-11-01T16:36:04.3664154Z adding 'torch/include/ATen/ops/_sample_dirichlet_native.h' 2024-11-01T16:36:04.3667436Z adding 'torch/include/ATen/ops/_sample_dirichlet_ops.h' 2024-11-01T16:36:04.3670362Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16.h' 2024-11-01T16:36:04.3673746Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.3676773Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_native.h' 2024-11-01T16:36:04.3679843Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h' 2024-11-01T16:36:04.3683119Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math.h' 2024-11-01T16:36:04.3686474Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.3689579Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps.h' 2024-11-01T16:36:04.3693519Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_native.h' 2024-11-01T16:36:04.3695972Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_ops.h' 2024-11-01T16:36:04.3699037Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h' 2024-11-01T16:36:04.3702312Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h' 2024-11-01T16:36:04.3705606Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention.h' 2024-11-01T16:36:04.3709045Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward.h' 2024-11-01T16:36:04.3712569Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_cuda_dispatch.h' 2024-11-01T16:36:04.3715772Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_native.h' 2024-11-01T16:36:04.3719321Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_ops.h' 2024-11-01T16:36:04.3722615Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_cuda_dispatch.h' 2024-11-01T16:36:04.3725569Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_native.h' 2024-11-01T16:36:04.3729036Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_ops.h' 2024-11-01T16:36:04.3732102Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h' 2024-11-01T16:36:04.3735492Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h' 2024-11-01T16:36:04.3739107Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h' 2024-11-01T16:36:04.3742215Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h' 2024-11-01T16:36:04.3745728Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h' 2024-11-01T16:36:04.3748957Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h' 2024-11-01T16:36:04.3752120Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h' 2024-11-01T16:36:04.3755591Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h' 2024-11-01T16:36:04.3759307Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention.h' 2024-11-01T16:36:04.3763365Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward.h' 2024-11-01T16:36:04.3767474Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_cuda_dispatch.h' 2024-11-01T16:36:04.3770945Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_native.h' 2024-11-01T16:36:04.3774271Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_ops.h' 2024-11-01T16:36:04.3777611Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h' 2024-11-01T16:36:04.3780799Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu.h' 2024-11-01T16:36:04.3784134Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward.h' 2024-11-01T16:36:04.3787387Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_cpu_dispatch.h' 2024-11-01T16:36:04.3790645Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_native.h' 2024-11-01T16:36:04.3793971Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_ops.h' 2024-11-01T16:36:04.3797341Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_cpu_dispatch.h' 2024-11-01T16:36:04.3800353Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_native.h' 2024-11-01T16:36:04.3803553Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_ops.h' 2024-11-01T16:36:04.3806782Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h' 2024-11-01T16:36:04.3810046Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h' 2024-11-01T16:36:04.3813794Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable.h' 2024-11-01T16:36:04.3817301Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward.h' 2024-11-01T16:36:04.3820963Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.3824067Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_native.h' 2024-11-01T16:36:04.3827399Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_ops.h' 2024-11-01T16:36:04.3830752Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.3833653Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_native.h' 2024-11-01T16:36:04.3836984Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_ops.h' 2024-11-01T16:36:04.3840002Z adding 'torch/include/ATen/ops/_scaled_mm.h' 2024-11-01T16:36:04.3843303Z adding 'torch/include/ATen/ops/_scaled_mm_cuda_dispatch.h' 2024-11-01T16:36:04.3846368Z adding 'torch/include/ATen/ops/_scaled_mm_native.h' 2024-11-01T16:36:04.3849577Z adding 'torch/include/ATen/ops/_scaled_mm_ops.h' 2024-11-01T16:36:04.3853004Z adding 'torch/include/ATen/ops/_segment_reduce_backward.h' 2024-11-01T16:36:04.3856419Z adding 'torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.3859591Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h' 2024-11-01T16:36:04.3862612Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h' 2024-11-01T16:36:04.3865552Z adding 'torch/include/ATen/ops/_segment_reduce_backward_native.h' 2024-11-01T16:36:04.3868826Z adding 'torch/include/ATen/ops/_segment_reduce_backward_ops.h' 2024-11-01T16:36:04.3871820Z adding 'torch/include/ATen/ops/_shape_as_tensor.h' 2024-11-01T16:36:04.3875062Z adding 'torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.3877951Z adding 'torch/include/ATen/ops/_shape_as_tensor_native.h' 2024-11-01T16:36:04.3880984Z adding 'torch/include/ATen/ops/_shape_as_tensor_ops.h' 2024-11-01T16:36:04.3885052Z adding 'torch/include/ATen/ops/_slow_conv2d_backward.h' 2024-11-01T16:36:04.3888906Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.3891970Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h' 2024-11-01T16:36:04.3895101Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h' 2024-11-01T16:36:04.3898194Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_native.h' 2024-11-01T16:36:04.3901613Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_ops.h' 2024-11-01T16:36:04.3905153Z adding 'torch/include/ATen/ops/_slow_conv2d_forward.h' 2024-11-01T16:36:04.3908737Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h' 2024-11-01T16:36:04.3912101Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h' 2024-11-01T16:36:04.3915210Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_native.h' 2024-11-01T16:36:04.3918467Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_ops.h' 2024-11-01T16:36:04.3921539Z adding 'torch/include/ATen/ops/_sobol_engine_draw.h' 2024-11-01T16:36:04.3924877Z adding 'torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.3927734Z adding 'torch/include/ATen/ops/_sobol_engine_draw_native.h' 2024-11-01T16:36:04.3930860Z adding 'torch/include/ATen/ops/_sobol_engine_draw_ops.h' 2024-11-01T16:36:04.3933909Z adding 'torch/include/ATen/ops/_sobol_engine_ff.h' 2024-11-01T16:36:04.3937169Z adding 'torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.3939960Z adding 'torch/include/ATen/ops/_sobol_engine_ff_native.h' 2024-11-01T16:36:04.3943011Z adding 'torch/include/ATen/ops/_sobol_engine_ff_ops.h' 2024-11-01T16:36:04.3946064Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state.h' 2024-11-01T16:36:04.3949405Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.3952137Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_native.h' 2024-11-01T16:36:04.3955173Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h' 2024-11-01T16:36:04.3958253Z adding 'torch/include/ATen/ops/_sobol_engine_scramble.h' 2024-11-01T16:36:04.3961533Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.3969095Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_native.h' 2024-11-01T16:36:04.3971875Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_ops.h' 2024-11-01T16:36:04.3975160Z adding 'torch/include/ATen/ops/_softmax.h' 2024-11-01T16:36:04.3978227Z adding 'torch/include/ATen/ops/_softmax_backward_data.h' 2024-11-01T16:36:04.3981730Z adding 'torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.3984652Z adding 'torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h' 2024-11-01T16:36:04.3988006Z adding 'torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h' 2024-11-01T16:36:04.3990967Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta.h' 2024-11-01T16:36:04.3994156Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h' 2024-11-01T16:36:04.3997329Z adding 'torch/include/ATen/ops/_softmax_backward_data_native.h' 2024-11-01T16:36:04.4000561Z adding 'torch/include/ATen/ops/_softmax_backward_data_ops.h' 2024-11-01T16:36:04.4003888Z adding 'torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.4006745Z adding 'torch/include/ATen/ops/_softmax_cpu_dispatch.h' 2024-11-01T16:36:04.4010028Z adding 'torch/include/ATen/ops/_softmax_cuda_dispatch.h' 2024-11-01T16:36:04.4013058Z adding 'torch/include/ATen/ops/_softmax_meta.h' 2024-11-01T16:36:04.4016187Z adding 'torch/include/ATen/ops/_softmax_meta_dispatch.h' 2024-11-01T16:36:04.4019188Z adding 'torch/include/ATen/ops/_softmax_native.h' 2024-11-01T16:36:04.4022562Z adding 'torch/include/ATen/ops/_softmax_ops.h' 2024-11-01T16:36:04.4025626Z adding 'torch/include/ATen/ops/_sparse_addmm.h' 2024-11-01T16:36:04.4028896Z adding 'torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.4031808Z adding 'torch/include/ATen/ops/_sparse_addmm_native.h' 2024-11-01T16:36:04.4035012Z adding 'torch/include/ATen/ops/_sparse_addmm_ops.h' 2024-11-01T16:36:04.4038261Z adding 'torch/include/ATen/ops/_sparse_broadcast_to.h' 2024-11-01T16:36:04.4041401Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy.h' 2024-11-01T16:36:04.4045177Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.4048403Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.4051175Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h' 2024-11-01T16:36:04.4054358Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h' 2024-11-01T16:36:04.4057324Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_native.h' 2024-11-01T16:36:04.4060431Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_ops.h' 2024-11-01T16:36:04.4063629Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h' 2024-11-01T16:36:04.4067052Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.4069963Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h' 2024-11-01T16:36:04.4073149Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h' 2024-11-01T16:36:04.4076579Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h' 2024-11-01T16:36:04.4080072Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.4082898Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h' 2024-11-01T16:36:04.4086118Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h' 2024-11-01T16:36:04.4089601Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h' 2024-11-01T16:36:04.4093155Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.4096079Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h' 2024-11-01T16:36:04.4099262Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h' 2024-11-01T16:36:04.4102498Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims.h' 2024-11-01T16:36:04.4105928Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.4108912Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_native.h' 2024-11-01T16:36:04.4112256Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_ops.h' 2024-11-01T16:36:04.4115796Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h' 2024-11-01T16:36:04.4119515Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.4122518Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h' 2024-11-01T16:36:04.4125806Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h' 2024-11-01T16:36:04.4129256Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h' 2024-11-01T16:36:04.4133307Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h' 2024-11-01T16:36:04.4137437Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.4140452Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h' 2024-11-01T16:36:04.4143673Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h' 2024-11-01T16:36:04.4146973Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h' 2024-11-01T16:36:04.4150461Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.4153500Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h' 2024-11-01T16:36:04.4156790Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h' 2024-11-01T16:36:04.4160289Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h' 2024-11-01T16:36:04.4163451Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h' 2024-11-01T16:36:04.4167027Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.4170049Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h' 2024-11-01T16:36:04.4173361Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h' 2024-11-01T16:36:04.4176530Z adding 'torch/include/ATen/ops/_sparse_csr_prod.h' 2024-11-01T16:36:04.4180017Z adding 'torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.4183039Z adding 'torch/include/ATen/ops/_sparse_csr_prod_native.h' 2024-11-01T16:36:04.4186274Z adding 'torch/include/ATen/ops/_sparse_csr_prod_ops.h' 2024-11-01T16:36:04.4189595Z adding 'torch/include/ATen/ops/_sparse_csr_sum.h' 2024-11-01T16:36:04.4192990Z adding 'torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.4196153Z adding 'torch/include/ATen/ops/_sparse_csr_sum_native.h' 2024-11-01T16:36:04.4200082Z adding 'torch/include/ATen/ops/_sparse_csr_sum_ops.h' 2024-11-01T16:36:04.4202930Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h' 2024-11-01T16:36:04.4206378Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.4209298Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h' 2024-11-01T16:36:04.4212674Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h' 2024-11-01T16:36:04.4215874Z adding 'torch/include/ATen/ops/_sparse_log_softmax.h' 2024-11-01T16:36:04.4219326Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data.h' 2024-11-01T16:36:04.4222784Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.4225704Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h' 2024-11-01T16:36:04.4229101Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h' 2024-11-01T16:36:04.4232428Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.4235794Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.4238832Z adding 'torch/include/ATen/ops/_sparse_log_softmax_native.h' 2024-11-01T16:36:04.4242302Z adding 'torch/include/ATen/ops/_sparse_log_softmax_ops.h' 2024-11-01T16:36:04.4245621Z adding 'torch/include/ATen/ops/_sparse_mask_projection.h' 2024-11-01T16:36:04.4248974Z adding 'torch/include/ATen/ops/_sparse_mask_projection_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.4252021Z adding 'torch/include/ATen/ops/_sparse_mask_projection_native.h' 2024-11-01T16:36:04.4255146Z adding 'torch/include/ATen/ops/_sparse_mask_projection_ops.h' 2024-11-01T16:36:04.4258754Z adding 'torch/include/ATen/ops/_sparse_mm.h' 2024-11-01T16:36:04.4262471Z adding 'torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.4265332Z adding 'torch/include/ATen/ops/_sparse_mm_native.h' 2024-11-01T16:36:04.4268666Z adding 'torch/include/ATen/ops/_sparse_mm_ops.h' 2024-11-01T16:36:04.4271803Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl.h' 2024-11-01T16:36:04.4275683Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward.h' 2024-11-01T16:36:04.4279280Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_native.h' 2024-11-01T16:36:04.4282742Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_ops.h' 2024-11-01T16:36:04.4286104Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_native.h' 2024-11-01T16:36:04.4289303Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_ops.h' 2024-11-01T16:36:04.4292916Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm.h' 2024-11-01T16:36:04.4297519Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_cuda_dispatch.h' 2024-11-01T16:36:04.4299423Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_native.h' 2024-11-01T16:36:04.4308181Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_ops.h' 2024-11-01T16:36:04.4308891Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply.h' 2024-11-01T16:36:04.4309799Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_cuda_dispatch.h' 2024-11-01T16:36:04.4312720Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense.h' 2024-11-01T16:36:04.4316177Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_cuda_dispatch.h' 2024-11-01T16:36:04.4319386Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_native.h' 2024-11-01T16:36:04.4322614Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_ops.h' 2024-11-01T16:36:04.4325744Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_native.h' 2024-11-01T16:36:04.4328910Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_ops.h' 2024-11-01T16:36:04.4332266Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear.h' 2024-11-01T16:36:04.4335482Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_cuda_dispatch.h' 2024-11-01T16:36:04.4338737Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_native.h' 2024-11-01T16:36:04.4341983Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_ops.h' 2024-11-01T16:36:04.4345238Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm.h' 2024-11-01T16:36:04.4348454Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_cuda_dispatch.h' 2024-11-01T16:36:04.4352241Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_native.h' 2024-11-01T16:36:04.4355733Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_ops.h' 2024-11-01T16:36:04.4358921Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile.h' 2024-11-01T16:36:04.4362338Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_cuda_dispatch.h' 2024-11-01T16:36:04.4365337Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_native.h' 2024-11-01T16:36:04.4368536Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_ops.h' 2024-11-01T16:36:04.4371701Z adding 'torch/include/ATen/ops/_sparse_softmax.h' 2024-11-01T16:36:04.4374996Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data.h' 2024-11-01T16:36:04.4378376Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.4381246Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_native.h' 2024-11-01T16:36:04.4384469Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h' 2024-11-01T16:36:04.4387944Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.4391061Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.4393953Z adding 'torch/include/ATen/ops/_sparse_softmax_native.h' 2024-11-01T16:36:04.4397397Z adding 'torch/include/ATen/ops/_sparse_softmax_ops.h' 2024-11-01T16:36:04.4400591Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul.h' 2024-11-01T16:36:04.4403936Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.4406773Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_native.h' 2024-11-01T16:36:04.4410155Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_ops.h' 2024-11-01T16:36:04.4413321Z adding 'torch/include/ATen/ops/_sparse_sum.h' 2024-11-01T16:36:04.4416850Z adding 'torch/include/ATen/ops/_sparse_sum_backward.h' 2024-11-01T16:36:04.4420038Z adding 'torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.4422896Z adding 'torch/include/ATen/ops/_sparse_sum_backward_native.h' 2024-11-01T16:36:04.4426074Z adding 'torch/include/ATen/ops/_sparse_sum_backward_ops.h' 2024-11-01T16:36:04.4429334Z adding 'torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.4432498Z adding 'torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.4435286Z adding 'torch/include/ATen/ops/_sparse_sum_native.h' 2024-11-01T16:36:04.4438712Z adding 'torch/include/ATen/ops/_sparse_sum_ops.h' 2024-11-01T16:36:04.4441905Z adding 'torch/include/ATen/ops/_spdiags.h' 2024-11-01T16:36:04.4445296Z adding 'torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.4448257Z adding 'torch/include/ATen/ops/_spdiags_cpu_dispatch.h' 2024-11-01T16:36:04.4451207Z adding 'torch/include/ATen/ops/_spdiags_native.h' 2024-11-01T16:36:04.4454407Z adding 'torch/include/ATen/ops/_spdiags_ops.h' 2024-11-01T16:36:04.4457468Z adding 'torch/include/ATen/ops/_spsolve.h' 2024-11-01T16:36:04.4460457Z adding 'torch/include/ATen/ops/_spsolve_native.h' 2024-11-01T16:36:04.4463546Z adding 'torch/include/ATen/ops/_spsolve_ops.h' 2024-11-01T16:36:04.4466646Z adding 'torch/include/ATen/ops/_stack.h' 2024-11-01T16:36:04.4470145Z adding 'torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.4473162Z adding 'torch/include/ATen/ops/_stack_cpu_dispatch.h' 2024-11-01T16:36:04.4476278Z adding 'torch/include/ATen/ops/_stack_native.h' 2024-11-01T16:36:04.4479483Z adding 'torch/include/ATen/ops/_stack_ops.h' 2024-11-01T16:36:04.4482638Z adding 'torch/include/ATen/ops/_standard_gamma.h' 2024-11-01T16:36:04.4485955Z adding 'torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.4488891Z adding 'torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h' 2024-11-01T16:36:04.4491975Z adding 'torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h' 2024-11-01T16:36:04.4495009Z adding 'torch/include/ATen/ops/_standard_gamma_grad.h' 2024-11-01T16:36:04.4498357Z adding 'torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.4501279Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h' 2024-11-01T16:36:04.4504332Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h' 2024-11-01T16:36:04.4507568Z adding 'torch/include/ATen/ops/_standard_gamma_grad_native.h' 2024-11-01T16:36:04.4510734Z adding 'torch/include/ATen/ops/_standard_gamma_grad_ops.h' 2024-11-01T16:36:04.4513759Z adding 'torch/include/ATen/ops/_standard_gamma_native.h' 2024-11-01T16:36:04.4517106Z adding 'torch/include/ATen/ops/_standard_gamma_ops.h' 2024-11-01T16:36:04.4520278Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults.h' 2024-11-01T16:36:04.4523602Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.4526460Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_native.h' 2024-11-01T16:36:04.4534804Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_ops.h' 2024-11-01T16:36:04.4538096Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch.h' 2024-11-01T16:36:04.4541378Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.4544450Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.4547295Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h' 2024-11-01T16:36:04.4550499Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h' 2024-11-01T16:36:04.4553551Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h' 2024-11-01T16:36:04.4556968Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.4559847Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h' 2024-11-01T16:36:04.4563148Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.4566295Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.4569098Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h' 2024-11-01T16:36:04.4572748Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h' 2024-11-01T16:36:04.4576179Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h' 2024-11-01T16:36:04.4579760Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h' 2024-11-01T16:36:04.4582978Z adding 'torch/include/ATen/ops/_test_check_tensor.h' 2024-11-01T16:36:04.4586252Z adding 'torch/include/ATen/ops/_test_check_tensor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.4589204Z adding 'torch/include/ATen/ops/_test_check_tensor_native.h' 2024-11-01T16:36:04.4592313Z adding 'torch/include/ATen/ops/_test_check_tensor_ops.h' 2024-11-01T16:36:04.4595579Z adding 'torch/include/ATen/ops/_test_functorch_fallback.h' 2024-11-01T16:36:04.4599200Z adding 'torch/include/ATen/ops/_test_functorch_fallback_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.4602466Z adding 'torch/include/ATen/ops/_test_functorch_fallback_cpu_dispatch.h' 2024-11-01T16:36:04.4605410Z adding 'torch/include/ATen/ops/_test_functorch_fallback_native.h' 2024-11-01T16:36:04.4608823Z adding 'torch/include/ATen/ops/_test_functorch_fallback_ops.h' 2024-11-01T16:36:04.4611961Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist.h' 2024-11-01T16:36:04.4615847Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.4619204Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h' 2024-11-01T16:36:04.4622291Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_native.h' 2024-11-01T16:36:04.4625632Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_ops.h' 2024-11-01T16:36:04.4629181Z adding 'torch/include/ATen/ops/_test_optional_floatlist.h' 2024-11-01T16:36:04.4632863Z adding 'torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.4636008Z adding 'torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h' 2024-11-01T16:36:04.4656940Z adding 'torch/include/ATen/ops/_test_optional_floatlist_native.h' 2024-11-01T16:36:04.4657624Z adding 'torch/include/ATen/ops/_test_optional_floatlist_ops.h' 2024-11-01T16:36:04.4658235Z adding 'torch/include/ATen/ops/_test_optional_intlist.h' 2024-11-01T16:36:04.4659032Z adding 'torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.4659918Z adding 'torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h' 2024-11-01T16:36:04.4660638Z adding 'torch/include/ATen/ops/_test_optional_intlist_native.h' 2024-11-01T16:36:04.4662554Z adding 'torch/include/ATen/ops/_test_optional_intlist_ops.h' 2024-11-01T16:36:04.4663712Z adding 'torch/include/ATen/ops/_test_parallel_materialize.h' 2024-11-01T16:36:04.4666904Z adding 'torch/include/ATen/ops/_test_parallel_materialize_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.4669885Z adding 'torch/include/ATen/ops/_test_parallel_materialize_native.h' 2024-11-01T16:36:04.4672963Z adding 'torch/include/ATen/ops/_test_parallel_materialize_ops.h' 2024-11-01T16:36:04.4676285Z adding 'torch/include/ATen/ops/_test_serialization_subcmul.h' 2024-11-01T16:36:04.4679775Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.4682614Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_native.h' 2024-11-01T16:36:04.4685671Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_ops.h' 2024-11-01T16:36:04.4688620Z adding 'torch/include/ATen/ops/_test_string_default.h' 2024-11-01T16:36:04.4692053Z adding 'torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.4694843Z adding 'torch/include/ATen/ops/_test_string_default_native.h' 2024-11-01T16:36:04.4697926Z adding 'torch/include/ATen/ops/_test_string_default_ops.h' 2024-11-01T16:36:04.4701029Z adding 'torch/include/ATen/ops/_test_warn_in_autograd.h' 2024-11-01T16:36:04.4704253Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.4707210Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_native.h' 2024-11-01T16:36:04.4710353Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_ops.h' 2024-11-01T16:36:04.4713530Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h' 2024-11-01T16:36:04.4716934Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.4719774Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h' 2024-11-01T16:36:04.4722916Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h' 2024-11-01T16:36:04.4726035Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h' 2024-11-01T16:36:04.4729459Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.4732343Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h' 2024-11-01T16:36:04.4735541Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h' 2024-11-01T16:36:04.4738747Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell.h' 2024-11-01T16:36:04.4742379Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h' 2024-11-01T16:36:04.4745794Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.4748747Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h' 2024-11-01T16:36:04.4751811Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h' 2024-11-01T16:36:04.4755050Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h' 2024-11-01T16:36:04.4758546Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.4761529Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h' 2024-11-01T16:36:04.4764515Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_native.h' 2024-11-01T16:36:04.4767713Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h' 2024-11-01T16:36:04.4770977Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell.h' 2024-11-01T16:36:04.4774169Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h' 2024-11-01T16:36:04.4777456Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.4780450Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h' 2024-11-01T16:36:04.4784241Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.4786864Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h' 2024-11-01T16:36:04.4789808Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h' 2024-11-01T16:36:04.4793382Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h' 2024-11-01T16:36:04.4796589Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h' 2024-11-01T16:36:04.4799724Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h' 2024-11-01T16:36:04.4802993Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.4805947Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h' 2024-11-01T16:36:04.4808943Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h' 2024-11-01T16:36:04.4812190Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h' 2024-11-01T16:36:04.4815422Z adding 'torch/include/ATen/ops/_to_copy.h' 2024-11-01T16:36:04.4818868Z adding 'torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.4821837Z adding 'torch/include/ATen/ops/_to_copy_native.h' 2024-11-01T16:36:04.4825090Z adding 'torch/include/ATen/ops/_to_copy_ops.h' 2024-11-01T16:36:04.4828214Z adding 'torch/include/ATen/ops/_to_cpu.h' 2024-11-01T16:36:04.4831390Z adding 'torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.4834150Z adding 'torch/include/ATen/ops/_to_cpu_native.h' 2024-11-01T16:36:04.4837353Z adding 'torch/include/ATen/ops/_to_cpu_ops.h' 2024-11-01T16:36:04.4840452Z adding 'torch/include/ATen/ops/_to_dense.h' 2024-11-01T16:36:04.4843805Z adding 'torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.4846621Z adding 'torch/include/ATen/ops/_to_dense_native.h' 2024-11-01T16:36:04.4849805Z adding 'torch/include/ATen/ops/_to_dense_ops.h' 2024-11-01T16:36:04.4853233Z adding 'torch/include/ATen/ops/_to_sparse.h' 2024-11-01T16:36:04.4856260Z adding 'torch/include/ATen/ops/_to_sparse_bsc.h' 2024-11-01T16:36:04.4859492Z adding 'torch/include/ATen/ops/_to_sparse_bsc_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.4862322Z adding 'torch/include/ATen/ops/_to_sparse_bsc_cpu_dispatch.h' 2024-11-01T16:36:04.4865400Z adding 'torch/include/ATen/ops/_to_sparse_bsc_cuda_dispatch.h' 2024-11-01T16:36:04.4868369Z adding 'torch/include/ATen/ops/_to_sparse_bsc_native.h' 2024-11-01T16:36:04.4871557Z adding 'torch/include/ATen/ops/_to_sparse_bsc_ops.h' 2024-11-01T16:36:04.4874600Z adding 'torch/include/ATen/ops/_to_sparse_bsr.h' 2024-11-01T16:36:04.4878031Z adding 'torch/include/ATen/ops/_to_sparse_bsr_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.4880965Z adding 'torch/include/ATen/ops/_to_sparse_bsr_cpu_dispatch.h' 2024-11-01T16:36:04.4883988Z adding 'torch/include/ATen/ops/_to_sparse_bsr_cuda_dispatch.h' 2024-11-01T16:36:04.4886973Z adding 'torch/include/ATen/ops/_to_sparse_bsr_native.h' 2024-11-01T16:36:04.4890150Z adding 'torch/include/ATen/ops/_to_sparse_bsr_ops.h' 2024-11-01T16:36:04.4893619Z adding 'torch/include/ATen/ops/_to_sparse_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.4896631Z adding 'torch/include/ATen/ops/_to_sparse_cpu_dispatch.h' 2024-11-01T16:36:04.4899939Z adding 'torch/include/ATen/ops/_to_sparse_csc.h' 2024-11-01T16:36:04.4903712Z adding 'torch/include/ATen/ops/_to_sparse_csc_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.4906815Z adding 'torch/include/ATen/ops/_to_sparse_csc_cpu_dispatch.h' 2024-11-01T16:36:04.4909919Z adding 'torch/include/ATen/ops/_to_sparse_csc_cuda_dispatch.h' 2024-11-01T16:36:04.4912864Z adding 'torch/include/ATen/ops/_to_sparse_csc_native.h' 2024-11-01T16:36:04.4916219Z adding 'torch/include/ATen/ops/_to_sparse_csc_ops.h' 2024-11-01T16:36:04.4919297Z adding 'torch/include/ATen/ops/_to_sparse_csr.h' 2024-11-01T16:36:04.4922815Z adding 'torch/include/ATen/ops/_to_sparse_csr_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.4926169Z adding 'torch/include/ATen/ops/_to_sparse_csr_cpu_dispatch.h' 2024-11-01T16:36:04.4928944Z adding 'torch/include/ATen/ops/_to_sparse_csr_cuda_dispatch.h' 2024-11-01T16:36:04.4931916Z adding 'torch/include/ATen/ops/_to_sparse_csr_native.h' 2024-11-01T16:36:04.4935649Z adding 'torch/include/ATen/ops/_to_sparse_csr_ops.h' 2024-11-01T16:36:04.4964806Z adding 'torch/include/ATen/ops/_to_sparse_cuda_dispatch.h' 2024-11-01T16:36:04.4965388Z adding 'torch/include/ATen/ops/_to_sparse_native.h' 2024-11-01T16:36:04.4965913Z adding 'torch/include/ATen/ops/_to_sparse_ops.h' 2024-11-01T16:36:04.4966485Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured.h' 2024-11-01T16:36:04.4967193Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_cuda_dispatch.h' 2024-11-01T16:36:04.4967964Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_native.h' 2024-11-01T16:36:04.4968670Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_ops.h' 2024-11-01T16:36:04.4970546Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv.h' 2024-11-01T16:36:04.4971404Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.4972341Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h' 2024-11-01T16:36:04.4974816Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h' 2024-11-01T16:36:04.4977634Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h' 2024-11-01T16:36:04.4980867Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h' 2024-11-01T16:36:04.4984506Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd.h' 2024-11-01T16:36:04.4988213Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.4991317Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h' 2024-11-01T16:36:04.4994483Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h' 2024-11-01T16:36:04.4997712Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h' 2024-11-01T16:36:04.5001399Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h' 2024-11-01T16:36:04.5004516Z adding 'torch/include/ATen/ops/_trilinear.h' 2024-11-01T16:36:04.5007896Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.5011069Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.5013785Z adding 'torch/include/ATen/ops/_trilinear_native.h' 2024-11-01T16:36:04.5017211Z adding 'torch/include/ATen/ops/_trilinear_ops.h' 2024-11-01T16:36:04.5020532Z adding 'torch/include/ATen/ops/_triton_multi_head_attention.h' 2024-11-01T16:36:04.5023932Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.5026880Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h' 2024-11-01T16:36:04.5029887Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_native.h' 2024-11-01T16:36:04.5033152Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_ops.h' 2024-11-01T16:36:04.5036383Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention.h' 2024-11-01T16:36:04.5039692Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.5042600Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h' 2024-11-01T16:36:04.5045689Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_native.h' 2024-11-01T16:36:04.5048858Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h' 2024-11-01T16:36:04.5051877Z adding 'torch/include/ATen/ops/_unique.h' 2024-11-01T16:36:04.5055032Z adding 'torch/include/ATen/ops/_unique2.h' 2024-11-01T16:36:04.5058347Z adding 'torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.5061221Z adding 'torch/include/ATen/ops/_unique2_cpu_dispatch.h' 2024-11-01T16:36:04.5064651Z adding 'torch/include/ATen/ops/_unique2_cuda_dispatch.h' 2024-11-01T16:36:04.5067247Z adding 'torch/include/ATen/ops/_unique2_native.h' 2024-11-01T16:36:04.5070399Z adding 'torch/include/ATen/ops/_unique2_ops.h' 2024-11-01T16:36:04.5073685Z adding 'torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.5076706Z adding 'torch/include/ATen/ops/_unique_cpu_dispatch.h' 2024-11-01T16:36:04.5079747Z adding 'torch/include/ATen/ops/_unique_cuda_dispatch.h' 2024-11-01T16:36:04.5082669Z adding 'torch/include/ATen/ops/_unique_native.h' 2024-11-01T16:36:04.5085815Z adding 'torch/include/ATen/ops/_unique_ops.h' 2024-11-01T16:36:04.5088862Z adding 'torch/include/ATen/ops/_unpack_dual.h' 2024-11-01T16:36:04.5092863Z adding 'torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.5095740Z adding 'torch/include/ATen/ops/_unpack_dual_native.h' 2024-11-01T16:36:04.5098846Z adding 'torch/include/ATen/ops/_unpack_dual_ops.h' 2024-11-01T16:36:04.5102049Z adding 'torch/include/ATen/ops/_unsafe_index.h' 2024-11-01T16:36:04.5105329Z adding 'torch/include/ATen/ops/_unsafe_index_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.5108136Z adding 'torch/include/ATen/ops/_unsafe_index_native.h' 2024-11-01T16:36:04.5111297Z adding 'torch/include/ATen/ops/_unsafe_index_ops.h' 2024-11-01T16:36:04.5114229Z adding 'torch/include/ATen/ops/_unsafe_index_put.h' 2024-11-01T16:36:04.5117603Z adding 'torch/include/ATen/ops/_unsafe_index_put_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.5120445Z adding 'torch/include/ATen/ops/_unsafe_index_put_native.h' 2024-11-01T16:36:04.5123520Z adding 'torch/include/ATen/ops/_unsafe_index_put_ops.h' 2024-11-01T16:36:04.5126553Z adding 'torch/include/ATen/ops/_unsafe_masked_index.h' 2024-11-01T16:36:04.5129824Z adding 'torch/include/ATen/ops/_unsafe_masked_index_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.5132604Z adding 'torch/include/ATen/ops/_unsafe_masked_index_native.h' 2024-11-01T16:36:04.5135729Z adding 'torch/include/ATen/ops/_unsafe_masked_index_ops.h' 2024-11-01T16:36:04.5138812Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate.h' 2024-11-01T16:36:04.5142099Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.5144888Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_native.h' 2024-11-01T16:36:04.5148137Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_ops.h' 2024-11-01T16:36:04.5151275Z adding 'torch/include/ATen/ops/_unsafe_view.h' 2024-11-01T16:36:04.5154716Z adding 'torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.5157704Z adding 'torch/include/ATen/ops/_unsafe_view_native.h' 2024-11-01T16:36:04.5160827Z adding 'torch/include/ATen/ops/_unsafe_view_ops.h' 2024-11-01T16:36:04.5164449Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa.h' 2024-11-01T16:36:04.5168218Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h' 2024-11-01T16:36:04.5171891Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.5174884Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h' 2024-11-01T16:36:04.5178105Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h' 2024-11-01T16:36:04.5181119Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h' 2024-11-01T16:36:04.5184403Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h' 2024-11-01T16:36:04.5187434Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h' 2024-11-01T16:36:04.5190664Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h' 2024-11-01T16:36:04.5194336Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.5197943Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.5200681Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h' 2024-11-01T16:36:04.5204038Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h' 2024-11-01T16:36:04.5207055Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h' 2024-11-01T16:36:04.5210782Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h' 2024-11-01T16:36:04.5214060Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h' 2024-11-01T16:36:04.5217440Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h' 2024-11-01T16:36:04.5221458Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa.h' 2024-11-01T16:36:04.5225779Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h' 2024-11-01T16:36:04.5229680Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.5232750Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h' 2024-11-01T16:36:04.5236215Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h' 2024-11-01T16:36:04.5239579Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h' 2024-11-01T16:36:04.5242764Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h' 2024-11-01T16:36:04.5245933Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h' 2024-11-01T16:36:04.5249195Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h' 2024-11-01T16:36:04.5252748Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.5255942Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.5260093Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h' 2024-11-01T16:36:04.5263399Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h' 2024-11-01T16:36:04.5266915Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h' 2024-11-01T16:36:04.5270190Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h' 2024-11-01T16:36:04.5273525Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h' 2024-11-01T16:36:04.5277256Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h' 2024-11-01T16:36:04.5280908Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d.h' 2024-11-01T16:36:04.5285246Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h' 2024-11-01T16:36:04.5289063Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.5292048Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h' 2024-11-01T16:36:04.5295462Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h' 2024-11-01T16:36:04.5298628Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h' 2024-11-01T16:36:04.5301887Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h' 2024-11-01T16:36:04.5305137Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h' 2024-11-01T16:36:04.5308371Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h' 2024-11-01T16:36:04.5311914Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.5314970Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.5318077Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h' 2024-11-01T16:36:04.5321471Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h' 2024-11-01T16:36:04.5324428Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h' 2024-11-01T16:36:04.5327994Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h' 2024-11-01T16:36:04.5330769Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_native.h' 2024-11-01T16:36:04.5333929Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h' 2024-11-01T16:36:04.5337682Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d.h' 2024-11-01T16:36:04.5341417Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h' 2024-11-01T16:36:04.5345064Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.5348058Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h' 2024-11-01T16:36:04.5351258Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h' 2024-11-01T16:36:04.5354301Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h' 2024-11-01T16:36:04.5357598Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h' 2024-11-01T16:36:04.5360627Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h' 2024-11-01T16:36:04.5363869Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h' 2024-11-01T16:36:04.5367311Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.5370430Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.5373424Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h' 2024-11-01T16:36:04.5376567Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h' 2024-11-01T16:36:04.5379510Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h' 2024-11-01T16:36:04.5382675Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h' 2024-11-01T16:36:04.5385811Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_native.h' 2024-11-01T16:36:04.5389063Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h' 2024-11-01T16:36:04.5392679Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d.h' 2024-11-01T16:36:04.5396577Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h' 2024-11-01T16:36:04.5400259Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.5403258Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h' 2024-11-01T16:36:04.5406532Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h' 2024-11-01T16:36:04.5409603Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h' 2024-11-01T16:36:04.5412826Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h' 2024-11-01T16:36:04.5416004Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h' 2024-11-01T16:36:04.5419228Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h' 2024-11-01T16:36:04.5422590Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.5425741Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.5429046Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h' 2024-11-01T16:36:04.5432264Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h' 2024-11-01T16:36:04.5435223Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h' 2024-11-01T16:36:04.5438606Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h' 2024-11-01T16:36:04.5441784Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_native.h' 2024-11-01T16:36:04.5445103Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h' 2024-11-01T16:36:04.5448250Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss.h' 2024-11-01T16:36:04.5451457Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h' 2024-11-01T16:36:04.5454458Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h' 2024-11-01T16:36:04.5457596Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h' 2024-11-01T16:36:04.5460625Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h' 2024-11-01T16:36:04.5463907Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.5466721Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h' 2024-11-01T16:36:04.5469740Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h' 2024-11-01T16:36:04.5472825Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices.h' 2024-11-01T16:36:04.5476032Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h' 2024-11-01T16:36:04.5479103Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h' 2024-11-01T16:36:04.5482051Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h' 2024-11-01T16:36:04.5485169Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h' 2024-11-01T16:36:04.5488172Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h' 2024-11-01T16:36:04.5491525Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.5494250Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h' 2024-11-01T16:36:04.5497350Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h' 2024-11-01T16:36:04.5500363Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h' 2024-11-01T16:36:04.5503610Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.5506426Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h' 2024-11-01T16:36:04.5509521Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h' 2024-11-01T16:36:04.5512614Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h' 2024-11-01T16:36:04.5515973Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.5518826Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h' 2024-11-01T16:36:04.5521996Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h' 2024-11-01T16:36:04.5524991Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h' 2024-11-01T16:36:04.5528304Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.5531114Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h' 2024-11-01T16:36:04.5534192Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h' 2024-11-01T16:36:04.5537203Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h' 2024-11-01T16:36:04.5540459Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.5543268Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h' 2024-11-01T16:36:04.5546384Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h' 2024-11-01T16:36:04.5549415Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h' 2024-11-01T16:36:04.5552688Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.5555525Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h' 2024-11-01T16:36:04.5558672Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h' 2024-11-01T16:36:04.5561465Z adding 'torch/include/ATen/ops/_values.h' 2024-11-01T16:36:04.5564488Z adding 'torch/include/ATen/ops/_values_copy.h' 2024-11-01T16:36:04.5567778Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.5571137Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.5573826Z adding 'torch/include/ATen/ops/_values_copy_native.h' 2024-11-01T16:36:04.5577069Z adding 'torch/include/ATen/ops/_values_copy_ops.h' 2024-11-01T16:36:04.5580015Z adding 'torch/include/ATen/ops/_values_native.h' 2024-11-01T16:36:04.5583174Z adding 'torch/include/ATen/ops/_values_ops.h' 2024-11-01T16:36:04.5586102Z adding 'torch/include/ATen/ops/_version.h' 2024-11-01T16:36:04.5589487Z adding 'torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.5592224Z adding 'torch/include/ATen/ops/_version_native.h' 2024-11-01T16:36:04.5595464Z adding 'torch/include/ATen/ops/_version_ops.h' 2024-11-01T16:36:04.5598731Z adding 'torch/include/ATen/ops/_weight_int4pack_mm.h' 2024-11-01T16:36:04.5601899Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_cpu_dispatch.h' 2024-11-01T16:36:04.5605075Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_cuda_dispatch.h' 2024-11-01T16:36:04.5608014Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_native.h' 2024-11-01T16:36:04.5611225Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_ops.h' 2024-11-01T16:36:04.5614225Z adding 'torch/include/ATen/ops/_weight_int8pack_mm.h' 2024-11-01T16:36:04.5617515Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_cpu_dispatch.h' 2024-11-01T16:36:04.5620386Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_native.h' 2024-11-01T16:36:04.5623658Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_ops.h' 2024-11-01T16:36:04.5626743Z adding 'torch/include/ATen/ops/_weight_norm.h' 2024-11-01T16:36:04.5630062Z adding 'torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.5633175Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward.h' 2024-11-01T16:36:04.5636580Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.5639556Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h' 2024-11-01T16:36:04.5642678Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h' 2024-11-01T16:36:04.5645845Z adding 'torch/include/ATen/ops/_weight_norm_interface.h' 2024-11-01T16:36:04.5649113Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward.h' 2024-11-01T16:36:04.5652870Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.5655937Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h' 2024-11-01T16:36:04.5659005Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h' 2024-11-01T16:36:04.5662136Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_native.h' 2024-11-01T16:36:04.5665381Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_ops.h' 2024-11-01T16:36:04.5668942Z adding 'torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.5671956Z adding 'torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h' 2024-11-01T16:36:04.5675043Z adding 'torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h' 2024-11-01T16:36:04.5678473Z adding 'torch/include/ATen/ops/_weight_norm_interface_native.h' 2024-11-01T16:36:04.5681739Z adding 'torch/include/ATen/ops/_weight_norm_interface_ops.h' 2024-11-01T16:36:04.5684885Z adding 'torch/include/ATen/ops/_weight_norm_native.h' 2024-11-01T16:36:04.5687904Z adding 'torch/include/ATen/ops/_weight_norm_ops.h' 2024-11-01T16:36:04.5691121Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack.h' 2024-11-01T16:36:04.5694524Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.5697321Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack_native.h' 2024-11-01T16:36:04.5700623Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack_ops.h' 2024-11-01T16:36:04.5703843Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked.h' 2024-11-01T16:36:04.5707351Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.5710144Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_native.h' 2024-11-01T16:36:04.5713398Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_ops.h' 2024-11-01T16:36:04.5716449Z adding 'torch/include/ATen/ops/abs.h' 2024-11-01T16:36:04.5720030Z adding 'torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.5723122Z adding 'torch/include/ATen/ops/abs_cpu_dispatch.h' 2024-11-01T16:36:04.5725927Z adding 'torch/include/ATen/ops/abs_cuda_dispatch.h' 2024-11-01T16:36:04.5729107Z adding 'torch/include/ATen/ops/abs_native.h' 2024-11-01T16:36:04.5732287Z adding 'torch/include/ATen/ops/abs_ops.h' 2024-11-01T16:36:04.5735491Z adding 'torch/include/ATen/ops/absolute.h' 2024-11-01T16:36:04.5738858Z adding 'torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.5741818Z adding 'torch/include/ATen/ops/absolute_native.h' 2024-11-01T16:36:04.5745645Z adding 'torch/include/ATen/ops/absolute_ops.h' 2024-11-01T16:36:04.5748162Z adding 'torch/include/ATen/ops/acos.h' 2024-11-01T16:36:04.5751776Z adding 'torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.5754530Z adding 'torch/include/ATen/ops/acos_cpu_dispatch.h' 2024-11-01T16:36:04.5757817Z adding 'torch/include/ATen/ops/acos_cuda_dispatch.h' 2024-11-01T16:36:04.5760757Z adding 'torch/include/ATen/ops/acos_meta.h' 2024-11-01T16:36:04.5774550Z adding 'torch/include/ATen/ops/acos_meta_dispatch.h' 2024-11-01T16:36:04.5774711Z adding 'torch/include/ATen/ops/acos_native.h' 2024-11-01T16:36:04.5774850Z adding 'torch/include/ATen/ops/acos_ops.h' 2024-11-01T16:36:04.5774993Z adding 'torch/include/ATen/ops/acosh.h' 2024-11-01T16:36:04.5778014Z adding 'torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.5781010Z adding 'torch/include/ATen/ops/acosh_cpu_dispatch.h' 2024-11-01T16:36:04.5784072Z adding 'torch/include/ATen/ops/acosh_cuda_dispatch.h' 2024-11-01T16:36:04.5787197Z adding 'torch/include/ATen/ops/acosh_meta.h' 2024-11-01T16:36:04.5790259Z adding 'torch/include/ATen/ops/acosh_meta_dispatch.h' 2024-11-01T16:36:04.5793401Z adding 'torch/include/ATen/ops/acosh_native.h' 2024-11-01T16:36:04.5796709Z adding 'torch/include/ATen/ops/acosh_ops.h' 2024-11-01T16:36:04.5800067Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d.h' 2024-11-01T16:36:04.5803399Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.5806226Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_native.h' 2024-11-01T16:36:04.5809486Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_ops.h' 2024-11-01T16:36:04.5812773Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d.h' 2024-11-01T16:36:04.5816203Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.5819133Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h' 2024-11-01T16:36:04.5822199Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h' 2024-11-01T16:36:04.5825330Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_native.h' 2024-11-01T16:36:04.5829133Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_ops.h' 2024-11-01T16:36:04.5832531Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d.h' 2024-11-01T16:36:04.5835796Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward.h' 2024-11-01T16:36:04.5839026Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h' 2024-11-01T16:36:04.5842058Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h' 2024-11-01T16:36:04.5844990Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h' 2024-11-01T16:36:04.5848084Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h' 2024-11-01T16:36:04.5851426Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.5854331Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h' 2024-11-01T16:36:04.5857640Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h' 2024-11-01T16:36:04.5860632Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_native.h' 2024-11-01T16:36:04.5863772Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_ops.h' 2024-11-01T16:36:04.5866827Z adding 'torch/include/ATen/ops/adaptive_max_pool1d.h' 2024-11-01T16:36:04.5870087Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.5872862Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_native.h' 2024-11-01T16:36:04.5876027Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_ops.h' 2024-11-01T16:36:04.5879441Z adding 'torch/include/ATen/ops/adaptive_max_pool2d.h' 2024-11-01T16:36:04.5882630Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward.h' 2024-11-01T16:36:04.5886080Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.5888911Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h' 2024-11-01T16:36:04.5892057Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h' 2024-11-01T16:36:04.5894948Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h' 2024-11-01T16:36:04.5898049Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h' 2024-11-01T16:36:04.5901024Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h' 2024-11-01T16:36:04.5904230Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h' 2024-11-01T16:36:04.5907639Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.5911442Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h' 2024-11-01T16:36:04.5913788Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h' 2024-11-01T16:36:04.5917028Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta.h' 2024-11-01T16:36:04.5920103Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h' 2024-11-01T16:36:04.5923179Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_native.h' 2024-11-01T16:36:04.5926386Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_ops.h' 2024-11-01T16:36:04.5929638Z adding 'torch/include/ATen/ops/adaptive_max_pool3d.h' 2024-11-01T16:36:04.5932837Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward.h' 2024-11-01T16:36:04.5936410Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.5939306Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h' 2024-11-01T16:36:04.5942475Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h' 2024-11-01T16:36:04.5945549Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h' 2024-11-01T16:36:04.5948762Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h' 2024-11-01T16:36:04.5951881Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h' 2024-11-01T16:36:04.5955074Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h' 2024-11-01T16:36:04.5958713Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.5961623Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h' 2024-11-01T16:36:04.5964825Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h' 2024-11-01T16:36:04.5967880Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta.h' 2024-11-01T16:36:04.5971056Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h' 2024-11-01T16:36:04.5974093Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_native.h' 2024-11-01T16:36:04.5977301Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_ops.h' 2024-11-01T16:36:04.5980544Z adding 'torch/include/ATen/ops/add.h' 2024-11-01T16:36:04.5983961Z adding 'torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.5987224Z adding 'torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.5990111Z adding 'torch/include/ATen/ops/add_cpu_dispatch.h' 2024-11-01T16:36:04.5993275Z adding 'torch/include/ATen/ops/add_cuda_dispatch.h' 2024-11-01T16:36:04.5996410Z adding 'torch/include/ATen/ops/add_meta.h' 2024-11-01T16:36:04.5999607Z adding 'torch/include/ATen/ops/add_meta_dispatch.h' 2024-11-01T16:36:04.6002973Z adding 'torch/include/ATen/ops/add_native.h' 2024-11-01T16:36:04.6006409Z adding 'torch/include/ATen/ops/add_ops.h' 2024-11-01T16:36:04.6009750Z adding 'torch/include/ATen/ops/addbmm.h' 2024-11-01T16:36:04.6012969Z adding 'torch/include/ATen/ops/addbmm_cpu_dispatch.h' 2024-11-01T16:36:04.6016482Z adding 'torch/include/ATen/ops/addbmm_cuda_dispatch.h' 2024-11-01T16:36:04.6019402Z adding 'torch/include/ATen/ops/addbmm_meta_dispatch.h' 2024-11-01T16:36:04.6022314Z adding 'torch/include/ATen/ops/addbmm_native.h' 2024-11-01T16:36:04.6025710Z adding 'torch/include/ATen/ops/addbmm_ops.h' 2024-11-01T16:36:04.6028868Z adding 'torch/include/ATen/ops/addcdiv.h' 2024-11-01T16:36:04.6032547Z adding 'torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.6035292Z adding 'torch/include/ATen/ops/addcdiv_cpu_dispatch.h' 2024-11-01T16:36:04.6038599Z adding 'torch/include/ATen/ops/addcdiv_cuda_dispatch.h' 2024-11-01T16:36:04.6041676Z adding 'torch/include/ATen/ops/addcdiv_meta.h' 2024-11-01T16:36:04.6044821Z adding 'torch/include/ATen/ops/addcdiv_meta_dispatch.h' 2024-11-01T16:36:04.6047913Z adding 'torch/include/ATen/ops/addcdiv_native.h' 2024-11-01T16:36:04.6051196Z adding 'torch/include/ATen/ops/addcdiv_ops.h' 2024-11-01T16:36:04.6054588Z adding 'torch/include/ATen/ops/addcmul.h' 2024-11-01T16:36:04.6058047Z adding 'torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.6061022Z adding 'torch/include/ATen/ops/addcmul_cpu_dispatch.h' 2024-11-01T16:36:04.6064197Z adding 'torch/include/ATen/ops/addcmul_cuda_dispatch.h' 2024-11-01T16:36:04.6067185Z adding 'torch/include/ATen/ops/addcmul_meta.h' 2024-11-01T16:36:04.6070433Z adding 'torch/include/ATen/ops/addcmul_meta_dispatch.h' 2024-11-01T16:36:04.6073471Z adding 'torch/include/ATen/ops/addcmul_native.h' 2024-11-01T16:36:04.6076894Z adding 'torch/include/ATen/ops/addcmul_ops.h' 2024-11-01T16:36:04.6080040Z adding 'torch/include/ATen/ops/addmm.h' 2024-11-01T16:36:04.6084328Z adding 'torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.6092830Z adding 'torch/include/ATen/ops/addmm_cpu_dispatch.h' 2024-11-01T16:36:04.6096579Z adding 'torch/include/ATen/ops/addmm_cuda_dispatch.h' 2024-11-01T16:36:04.6099613Z adding 'torch/include/ATen/ops/addmm_meta.h' 2024-11-01T16:36:04.6103309Z adding 'torch/include/ATen/ops/addmm_meta_dispatch.h' 2024-11-01T16:36:04.6106575Z adding 'torch/include/ATen/ops/addmm_native.h' 2024-11-01T16:36:04.6111582Z adding 'torch/include/ATen/ops/addmm_ops.h' 2024-11-01T16:36:04.6116762Z adding 'torch/include/ATen/ops/addmv.h' 2024-11-01T16:36:04.6122385Z adding 'torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.6127019Z adding 'torch/include/ATen/ops/addmv_cpu_dispatch.h' 2024-11-01T16:36:04.6131899Z adding 'torch/include/ATen/ops/addmv_cuda_dispatch.h' 2024-11-01T16:36:04.6136120Z adding 'torch/include/ATen/ops/addmv_meta.h' 2024-11-01T16:36:04.6139372Z adding 'torch/include/ATen/ops/addmv_meta_dispatch.h' 2024-11-01T16:36:04.6143331Z adding 'torch/include/ATen/ops/addmv_native.h' 2024-11-01T16:36:04.6147100Z adding 'torch/include/ATen/ops/addmv_ops.h' 2024-11-01T16:36:04.6150612Z adding 'torch/include/ATen/ops/addr.h' 2024-11-01T16:36:04.6154710Z adding 'torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.6157993Z adding 'torch/include/ATen/ops/addr_cpu_dispatch.h' 2024-11-01T16:36:04.6161673Z adding 'torch/include/ATen/ops/addr_cuda_dispatch.h' 2024-11-01T16:36:04.6164813Z adding 'torch/include/ATen/ops/addr_native.h' 2024-11-01T16:36:04.6168153Z adding 'torch/include/ATen/ops/addr_ops.h' 2024-11-01T16:36:04.6171911Z adding 'torch/include/ATen/ops/adjoint.h' 2024-11-01T16:36:04.6175339Z adding 'torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.6178179Z adding 'torch/include/ATen/ops/adjoint_native.h' 2024-11-01T16:36:04.6181287Z adding 'torch/include/ATen/ops/adjoint_ops.h' 2024-11-01T16:36:04.6184708Z adding 'torch/include/ATen/ops/affine_grid_generator.h' 2024-11-01T16:36:04.6188711Z adding 'torch/include/ATen/ops/affine_grid_generator_backward.h' 2024-11-01T16:36:04.6192216Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.6195076Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_native.h' 2024-11-01T16:36:04.6198368Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_ops.h' 2024-11-01T16:36:04.6201687Z adding 'torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.6204629Z adding 'torch/include/ATen/ops/affine_grid_generator_native.h' 2024-11-01T16:36:04.6207722Z adding 'torch/include/ATen/ops/affine_grid_generator_ops.h' 2024-11-01T16:36:04.6210662Z adding 'torch/include/ATen/ops/alias.h' 2024-11-01T16:36:04.6213951Z adding 'torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.6216795Z adding 'torch/include/ATen/ops/alias_copy.h' 2024-11-01T16:36:04.6220701Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.6224023Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.6226769Z adding 'torch/include/ATen/ops/alias_copy_native.h' 2024-11-01T16:36:04.6229938Z adding 'torch/include/ATen/ops/alias_copy_ops.h' 2024-11-01T16:36:04.6232928Z adding 'torch/include/ATen/ops/alias_native.h' 2024-11-01T16:36:04.6236102Z adding 'torch/include/ATen/ops/alias_ops.h' 2024-11-01T16:36:04.6239056Z adding 'torch/include/ATen/ops/align_as.h' 2024-11-01T16:36:04.6242342Z adding 'torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.6245143Z adding 'torch/include/ATen/ops/align_as_native.h' 2024-11-01T16:36:04.6248196Z adding 'torch/include/ATen/ops/align_as_ops.h' 2024-11-01T16:36:04.6251211Z adding 'torch/include/ATen/ops/align_tensors.h' 2024-11-01T16:36:04.6254515Z adding 'torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.6257284Z adding 'torch/include/ATen/ops/align_tensors_native.h' 2024-11-01T16:36:04.6260375Z adding 'torch/include/ATen/ops/align_tensors_ops.h' 2024-11-01T16:36:04.6263274Z adding 'torch/include/ATen/ops/align_to.h' 2024-11-01T16:36:04.6266573Z adding 'torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.6269369Z adding 'torch/include/ATen/ops/align_to_native.h' 2024-11-01T16:36:04.6272517Z adding 'torch/include/ATen/ops/align_to_ops.h' 2024-11-01T16:36:04.6286376Z adding 'torch/include/ATen/ops/all.h' 2024-11-01T16:36:04.6287009Z adding 'torch/include/ATen/ops/all_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.6287441Z adding 'torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.6287783Z adding 'torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.6289238Z adding 'torch/include/ATen/ops/all_cpu_dispatch.h' 2024-11-01T16:36:04.6292613Z adding 'torch/include/ATen/ops/all_cuda_dispatch.h' 2024-11-01T16:36:04.6295500Z adding 'torch/include/ATen/ops/all_meta.h' 2024-11-01T16:36:04.6298531Z adding 'torch/include/ATen/ops/all_meta_dispatch.h' 2024-11-01T16:36:04.6301629Z adding 'torch/include/ATen/ops/all_native.h' 2024-11-01T16:36:04.6305133Z adding 'torch/include/ATen/ops/all_ops.h' 2024-11-01T16:36:04.6308424Z adding 'torch/include/ATen/ops/allclose.h' 2024-11-01T16:36:04.6311695Z adding 'torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.6314480Z adding 'torch/include/ATen/ops/allclose_native.h' 2024-11-01T16:36:04.6317751Z adding 'torch/include/ATen/ops/allclose_ops.h' 2024-11-01T16:36:04.6320943Z adding 'torch/include/ATen/ops/alpha_dropout.h' 2024-11-01T16:36:04.6324273Z adding 'torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.6327093Z adding 'torch/include/ATen/ops/alpha_dropout_native.h' 2024-11-01T16:36:04.6330211Z adding 'torch/include/ATen/ops/alpha_dropout_ops.h' 2024-11-01T16:36:04.6333264Z adding 'torch/include/ATen/ops/amax.h' 2024-11-01T16:36:04.6336628Z adding 'torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.6339470Z adding 'torch/include/ATen/ops/amax_cpu_dispatch.h' 2024-11-01T16:36:04.6342548Z adding 'torch/include/ATen/ops/amax_cuda_dispatch.h' 2024-11-01T16:36:04.6345481Z adding 'torch/include/ATen/ops/amax_meta.h' 2024-11-01T16:36:04.6348596Z adding 'torch/include/ATen/ops/amax_meta_dispatch.h' 2024-11-01T16:36:04.6351851Z adding 'torch/include/ATen/ops/amax_native.h' 2024-11-01T16:36:04.6355140Z adding 'torch/include/ATen/ops/amax_ops.h' 2024-11-01T16:36:04.6358248Z adding 'torch/include/ATen/ops/amin.h' 2024-11-01T16:36:04.6361656Z adding 'torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.6364537Z adding 'torch/include/ATen/ops/amin_cpu_dispatch.h' 2024-11-01T16:36:04.6367602Z adding 'torch/include/ATen/ops/amin_cuda_dispatch.h' 2024-11-01T16:36:04.6370572Z adding 'torch/include/ATen/ops/amin_meta.h' 2024-11-01T16:36:04.6373679Z adding 'torch/include/ATen/ops/amin_meta_dispatch.h' 2024-11-01T16:36:04.6377282Z adding 'torch/include/ATen/ops/amin_native.h' 2024-11-01T16:36:04.6382382Z adding 'torch/include/ATen/ops/amin_ops.h' 2024-11-01T16:36:04.6385989Z adding 'torch/include/ATen/ops/aminmax.h' 2024-11-01T16:36:04.6390167Z adding 'torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.6394850Z adding 'torch/include/ATen/ops/aminmax_cpu_dispatch.h' 2024-11-01T16:36:04.6399777Z adding 'torch/include/ATen/ops/aminmax_cuda_dispatch.h' 2024-11-01T16:36:04.6404545Z adding 'torch/include/ATen/ops/aminmax_meta.h' 2024-11-01T16:36:04.6409532Z adding 'torch/include/ATen/ops/aminmax_meta_dispatch.h' 2024-11-01T16:36:04.6414191Z adding 'torch/include/ATen/ops/aminmax_native.h' 2024-11-01T16:36:04.6418926Z adding 'torch/include/ATen/ops/aminmax_ops.h' 2024-11-01T16:36:04.6422099Z adding 'torch/include/ATen/ops/and.h' 2024-11-01T16:36:04.6426025Z adding 'torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.6428981Z adding 'torch/include/ATen/ops/and_native.h' 2024-11-01T16:36:04.6432872Z adding 'torch/include/ATen/ops/and_ops.h' 2024-11-01T16:36:04.6436598Z adding 'torch/include/ATen/ops/angle.h' 2024-11-01T16:36:04.6439892Z adding 'torch/include/ATen/ops/angle_cpu_dispatch.h' 2024-11-01T16:36:04.6443512Z adding 'torch/include/ATen/ops/angle_cuda_dispatch.h' 2024-11-01T16:36:04.6446607Z adding 'torch/include/ATen/ops/angle_native.h' 2024-11-01T16:36:04.6450385Z adding 'torch/include/ATen/ops/angle_ops.h' 2024-11-01T16:36:04.6454049Z adding 'torch/include/ATen/ops/any.h' 2024-11-01T16:36:04.6457721Z adding 'torch/include/ATen/ops/any_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.6461459Z adding 'torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.6464686Z adding 'torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.6468328Z adding 'torch/include/ATen/ops/any_cpu_dispatch.h' 2024-11-01T16:36:04.6471565Z adding 'torch/include/ATen/ops/any_cuda_dispatch.h' 2024-11-01T16:36:04.6475127Z adding 'torch/include/ATen/ops/any_meta.h' 2024-11-01T16:36:04.6478932Z adding 'torch/include/ATen/ops/any_meta_dispatch.h' 2024-11-01T16:36:04.6482245Z adding 'torch/include/ATen/ops/any_native.h' 2024-11-01T16:36:04.6486224Z adding 'torch/include/ATen/ops/any_ops.h' 2024-11-01T16:36:04.6490106Z adding 'torch/include/ATen/ops/arange.h' 2024-11-01T16:36:04.6493960Z adding 'torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.6497467Z adding 'torch/include/ATen/ops/arange_cpu_dispatch.h' 2024-11-01T16:36:04.6500713Z adding 'torch/include/ATen/ops/arange_cuda_dispatch.h' 2024-11-01T16:36:04.6504403Z adding 'torch/include/ATen/ops/arange_meta_dispatch.h' 2024-11-01T16:36:04.6507547Z adding 'torch/include/ATen/ops/arange_native.h' 2024-11-01T16:36:04.6511646Z adding 'torch/include/ATen/ops/arange_ops.h' 2024-11-01T16:36:04.6515439Z adding 'torch/include/ATen/ops/arccos.h' 2024-11-01T16:36:04.6519077Z adding 'torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.6522455Z adding 'torch/include/ATen/ops/arccos_native.h' 2024-11-01T16:36:04.6525664Z adding 'torch/include/ATen/ops/arccos_ops.h' 2024-11-01T16:36:04.6529419Z adding 'torch/include/ATen/ops/arccosh.h' 2024-11-01T16:36:04.6533160Z adding 'torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.6536257Z adding 'torch/include/ATen/ops/arccosh_native.h' 2024-11-01T16:36:04.6539865Z adding 'torch/include/ATen/ops/arccosh_ops.h' 2024-11-01T16:36:04.6543082Z adding 'torch/include/ATen/ops/arcsin.h' 2024-11-01T16:36:04.6546451Z adding 'torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.6549359Z adding 'torch/include/ATen/ops/arcsin_native.h' 2024-11-01T16:36:04.6553011Z adding 'torch/include/ATen/ops/arcsin_ops.h' 2024-11-01T16:36:04.6556303Z adding 'torch/include/ATen/ops/arcsinh.h' 2024-11-01T16:36:04.6559643Z adding 'torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.6562481Z adding 'torch/include/ATen/ops/arcsinh_native.h' 2024-11-01T16:36:04.6565960Z adding 'torch/include/ATen/ops/arcsinh_ops.h' 2024-11-01T16:36:04.6569360Z adding 'torch/include/ATen/ops/arctan.h' 2024-11-01T16:36:04.6572551Z adding 'torch/include/ATen/ops/arctan2.h' 2024-11-01T16:36:04.6575906Z adding 'torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.6578627Z adding 'torch/include/ATen/ops/arctan2_native.h' 2024-11-01T16:36:04.6581877Z adding 'torch/include/ATen/ops/arctan2_ops.h' 2024-11-01T16:36:04.6585264Z adding 'torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.6588044Z adding 'torch/include/ATen/ops/arctan_native.h' 2024-11-01T16:36:04.6591221Z adding 'torch/include/ATen/ops/arctan_ops.h' 2024-11-01T16:36:04.6594326Z adding 'torch/include/ATen/ops/arctanh.h' 2024-11-01T16:36:04.6598219Z adding 'torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.6601246Z adding 'torch/include/ATen/ops/arctanh_native.h' 2024-11-01T16:36:04.6605334Z adding 'torch/include/ATen/ops/arctanh_ops.h' 2024-11-01T16:36:04.6608515Z adding 'torch/include/ATen/ops/argmax.h' 2024-11-01T16:36:04.6612017Z adding 'torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.6614862Z adding 'torch/include/ATen/ops/argmax_cpu_dispatch.h' 2024-11-01T16:36:04.6617974Z adding 'torch/include/ATen/ops/argmax_cuda_dispatch.h' 2024-11-01T16:36:04.6620925Z adding 'torch/include/ATen/ops/argmax_meta.h' 2024-11-01T16:36:04.6624036Z adding 'torch/include/ATen/ops/argmax_meta_dispatch.h' 2024-11-01T16:36:04.6627018Z adding 'torch/include/ATen/ops/argmax_native.h' 2024-11-01T16:36:04.6630192Z adding 'torch/include/ATen/ops/argmax_ops.h' 2024-11-01T16:36:04.6633358Z adding 'torch/include/ATen/ops/argmin.h' 2024-11-01T16:36:04.6636887Z adding 'torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.6639767Z adding 'torch/include/ATen/ops/argmin_cpu_dispatch.h' 2024-11-01T16:36:04.6642839Z adding 'torch/include/ATen/ops/argmin_cuda_dispatch.h' 2024-11-01T16:36:04.6645866Z adding 'torch/include/ATen/ops/argmin_meta.h' 2024-11-01T16:36:04.6648918Z adding 'torch/include/ATen/ops/argmin_meta_dispatch.h' 2024-11-01T16:36:04.6651913Z adding 'torch/include/ATen/ops/argmin_native.h' 2024-11-01T16:36:04.6655810Z adding 'torch/include/ATen/ops/argmin_ops.h' 2024-11-01T16:36:04.6659074Z adding 'torch/include/ATen/ops/argsort.h' 2024-11-01T16:36:04.6662466Z adding 'torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.6665329Z adding 'torch/include/ATen/ops/argsort_native.h' 2024-11-01T16:36:04.6668627Z adding 'torch/include/ATen/ops/argsort_ops.h' 2024-11-01T16:36:04.6671664Z adding 'torch/include/ATen/ops/argwhere.h' 2024-11-01T16:36:04.6674933Z adding 'torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.6677844Z adding 'torch/include/ATen/ops/argwhere_native.h' 2024-11-01T16:36:04.6681141Z adding 'torch/include/ATen/ops/argwhere_ops.h' 2024-11-01T16:36:04.6684516Z adding 'torch/include/ATen/ops/as_strided.h' 2024-11-01T16:36:04.6688035Z adding 'torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.6691219Z adding 'torch/include/ATen/ops/as_strided_copy.h' 2024-11-01T16:36:04.6694792Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.6697965Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.6700745Z adding 'torch/include/ATen/ops/as_strided_copy_native.h' 2024-11-01T16:36:04.6703965Z adding 'torch/include/ATen/ops/as_strided_copy_ops.h' 2024-11-01T16:36:04.6707310Z adding 'torch/include/ATen/ops/as_strided_cpu_dispatch.h' 2024-11-01T16:36:04.6710403Z adding 'torch/include/ATen/ops/as_strided_cuda_dispatch.h' 2024-11-01T16:36:04.6713378Z adding 'torch/include/ATen/ops/as_strided_meta_dispatch.h' 2024-11-01T16:36:04.6716500Z adding 'torch/include/ATen/ops/as_strided_native.h' 2024-11-01T16:36:04.6719728Z adding 'torch/include/ATen/ops/as_strided_ops.h' 2024-11-01T16:36:04.6723278Z adding 'torch/include/ATen/ops/as_strided_scatter.h' 2024-11-01T16:36:04.6726822Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.6730098Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.6732867Z adding 'torch/include/ATen/ops/as_strided_scatter_native.h' 2024-11-01T16:36:04.6736114Z adding 'torch/include/ATen/ops/as_strided_scatter_ops.h' 2024-11-01T16:36:04.6739191Z adding 'torch/include/ATen/ops/asin.h' 2024-11-01T16:36:04.6742565Z adding 'torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.6745361Z adding 'torch/include/ATen/ops/asin_cpu_dispatch.h' 2024-11-01T16:36:04.6748410Z adding 'torch/include/ATen/ops/asin_cuda_dispatch.h' 2024-11-01T16:36:04.6751388Z adding 'torch/include/ATen/ops/asin_meta.h' 2024-11-01T16:36:04.6755355Z adding 'torch/include/ATen/ops/asin_meta_dispatch.h' 2024-11-01T16:36:04.6758825Z adding 'torch/include/ATen/ops/asin_native.h' 2024-11-01T16:36:04.6762653Z adding 'torch/include/ATen/ops/asin_ops.h' 2024-11-01T16:36:04.6766020Z adding 'torch/include/ATen/ops/asinh.h' 2024-11-01T16:36:04.6771225Z adding 'torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.6775164Z adding 'torch/include/ATen/ops/asinh_cpu_dispatch.h' 2024-11-01T16:36:04.6778299Z adding 'torch/include/ATen/ops/asinh_cuda_dispatch.h' 2024-11-01T16:36:04.6782869Z adding 'torch/include/ATen/ops/asinh_meta.h' 2024-11-01T16:36:04.6787784Z adding 'torch/include/ATen/ops/asinh_meta_dispatch.h' 2024-11-01T16:36:04.6792425Z adding 'torch/include/ATen/ops/asinh_native.h' 2024-11-01T16:36:04.6797507Z adding 'torch/include/ATen/ops/asinh_ops.h' 2024-11-01T16:36:04.6802300Z adding 'torch/include/ATen/ops/atan.h' 2024-11-01T16:36:04.6806997Z adding 'torch/include/ATen/ops/atan2.h' 2024-11-01T16:36:04.6812257Z adding 'torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.6816686Z adding 'torch/include/ATen/ops/atan2_cpu_dispatch.h' 2024-11-01T16:36:04.6821469Z adding 'torch/include/ATen/ops/atan2_cuda_dispatch.h' 2024-11-01T16:36:04.6825133Z adding 'torch/include/ATen/ops/atan2_meta.h' 2024-11-01T16:36:04.6828738Z adding 'torch/include/ATen/ops/atan2_meta_dispatch.h' 2024-11-01T16:36:04.6832032Z adding 'torch/include/ATen/ops/atan2_native.h' 2024-11-01T16:36:04.6835977Z adding 'torch/include/ATen/ops/atan2_ops.h' 2024-11-01T16:36:04.6839572Z adding 'torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.6843144Z adding 'torch/include/ATen/ops/atan_cpu_dispatch.h' 2024-11-01T16:36:04.6846494Z adding 'torch/include/ATen/ops/atan_cuda_dispatch.h' 2024-11-01T16:36:04.6850275Z adding 'torch/include/ATen/ops/atan_meta.h' 2024-11-01T16:36:04.6853617Z adding 'torch/include/ATen/ops/atan_meta_dispatch.h' 2024-11-01T16:36:04.6856685Z adding 'torch/include/ATen/ops/atan_native.h' 2024-11-01T16:36:04.6895334Z adding 'torch/include/ATen/ops/atan_ops.h' 2024-11-01T16:36:04.6898467Z adding 'torch/include/ATen/ops/atanh.h' 2024-11-01T16:36:04.6901945Z adding 'torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.6904679Z adding 'torch/include/ATen/ops/atanh_cpu_dispatch.h' 2024-11-01T16:36:04.6907892Z adding 'torch/include/ATen/ops/atanh_cuda_dispatch.h' 2024-11-01T16:36:04.6910917Z adding 'torch/include/ATen/ops/atanh_meta.h' 2024-11-01T16:36:04.6914017Z adding 'torch/include/ATen/ops/atanh_meta_dispatch.h' 2024-11-01T16:36:04.6917095Z adding 'torch/include/ATen/ops/atanh_native.h' 2024-11-01T16:36:04.6920221Z adding 'torch/include/ATen/ops/atanh_ops.h' 2024-11-01T16:36:04.6923398Z adding 'torch/include/ATen/ops/atleast_1d.h' 2024-11-01T16:36:04.6926958Z adding 'torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.6929571Z adding 'torch/include/ATen/ops/atleast_1d_native.h' 2024-11-01T16:36:04.6932604Z adding 'torch/include/ATen/ops/atleast_1d_ops.h' 2024-11-01T16:36:04.6935622Z adding 'torch/include/ATen/ops/atleast_2d.h' 2024-11-01T16:36:04.6938928Z adding 'torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.6942006Z adding 'torch/include/ATen/ops/atleast_2d_native.h' 2024-11-01T16:36:04.6945171Z adding 'torch/include/ATen/ops/atleast_2d_ops.h' 2024-11-01T16:36:04.6948217Z adding 'torch/include/ATen/ops/atleast_3d.h' 2024-11-01T16:36:04.6951455Z adding 'torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.6954220Z adding 'torch/include/ATen/ops/atleast_3d_native.h' 2024-11-01T16:36:04.6957456Z adding 'torch/include/ATen/ops/atleast_3d_ops.h' 2024-11-01T16:36:04.6960519Z adding 'torch/include/ATen/ops/avg_pool1d.h' 2024-11-01T16:36:04.6963787Z adding 'torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.6966584Z adding 'torch/include/ATen/ops/avg_pool1d_native.h' 2024-11-01T16:36:04.6969691Z adding 'torch/include/ATen/ops/avg_pool1d_ops.h' 2024-11-01T16:36:04.6972875Z adding 'torch/include/ATen/ops/avg_pool2d.h' 2024-11-01T16:36:04.6976118Z adding 'torch/include/ATen/ops/avg_pool2d_backward.h' 2024-11-01T16:36:04.6979643Z adding 'torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.6982513Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h' 2024-11-01T16:36:04.6985628Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h' 2024-11-01T16:36:04.6988691Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta.h' 2024-11-01T16:36:04.6991871Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h' 2024-11-01T16:36:04.6994959Z adding 'torch/include/ATen/ops/avg_pool2d_backward_native.h' 2024-11-01T16:36:04.6998341Z adding 'torch/include/ATen/ops/avg_pool2d_backward_ops.h' 2024-11-01T16:36:04.7001824Z adding 'torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.7004668Z adding 'torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h' 2024-11-01T16:36:04.7007761Z adding 'torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h' 2024-11-01T16:36:04.7011188Z adding 'torch/include/ATen/ops/avg_pool2d_meta.h' 2024-11-01T16:36:04.7014421Z adding 'torch/include/ATen/ops/avg_pool2d_meta_dispatch.h' 2024-11-01T16:36:04.7017499Z adding 'torch/include/ATen/ops/avg_pool2d_native.h' 2024-11-01T16:36:04.7020733Z adding 'torch/include/ATen/ops/avg_pool2d_ops.h' 2024-11-01T16:36:04.7023882Z adding 'torch/include/ATen/ops/avg_pool3d.h' 2024-11-01T16:36:04.7027127Z adding 'torch/include/ATen/ops/avg_pool3d_backward.h' 2024-11-01T16:36:04.7030663Z adding 'torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.7033485Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h' 2024-11-01T16:36:04.7036733Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h' 2024-11-01T16:36:04.7039752Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta.h' 2024-11-01T16:36:04.7042889Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h' 2024-11-01T16:36:04.7045977Z adding 'torch/include/ATen/ops/avg_pool3d_backward_native.h' 2024-11-01T16:36:04.7049190Z adding 'torch/include/ATen/ops/avg_pool3d_backward_ops.h' 2024-11-01T16:36:04.7052628Z adding 'torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.7055650Z adding 'torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h' 2024-11-01T16:36:04.7058703Z adding 'torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h' 2024-11-01T16:36:04.7061586Z adding 'torch/include/ATen/ops/avg_pool3d_meta.h' 2024-11-01T16:36:04.7064734Z adding 'torch/include/ATen/ops/avg_pool3d_meta_dispatch.h' 2024-11-01T16:36:04.7067808Z adding 'torch/include/ATen/ops/avg_pool3d_native.h' 2024-11-01T16:36:04.7071057Z adding 'torch/include/ATen/ops/avg_pool3d_ops.h' 2024-11-01T16:36:04.7074170Z adding 'torch/include/ATen/ops/baddbmm.h' 2024-11-01T16:36:04.7077773Z adding 'torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.7080837Z adding 'torch/include/ATen/ops/baddbmm_cpu_dispatch.h' 2024-11-01T16:36:04.7083918Z adding 'torch/include/ATen/ops/baddbmm_cuda_dispatch.h' 2024-11-01T16:36:04.7086755Z adding 'torch/include/ATen/ops/baddbmm_meta.h' 2024-11-01T16:36:04.7089861Z adding 'torch/include/ATen/ops/baddbmm_meta_dispatch.h' 2024-11-01T16:36:04.7092825Z adding 'torch/include/ATen/ops/baddbmm_native.h' 2024-11-01T16:36:04.7096089Z adding 'torch/include/ATen/ops/baddbmm_ops.h' 2024-11-01T16:36:04.7099468Z adding 'torch/include/ATen/ops/bartlett_window.h' 2024-11-01T16:36:04.7102901Z adding 'torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.7105863Z adding 'torch/include/ATen/ops/bartlett_window_native.h' 2024-11-01T16:36:04.7109202Z adding 'torch/include/ATen/ops/bartlett_window_ops.h' 2024-11-01T16:36:04.7112186Z adding 'torch/include/ATen/ops/batch_norm.h' 2024-11-01T16:36:04.7115817Z adding 'torch/include/ATen/ops/batch_norm_backward.h' 2024-11-01T16:36:04.7119073Z adding 'torch/include/ATen/ops/batch_norm_backward_cpu_dispatch.h' 2024-11-01T16:36:04.7122181Z adding 'torch/include/ATen/ops/batch_norm_backward_cuda_dispatch.h' 2024-11-01T16:36:04.7125340Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt.h' 2024-11-01T16:36:04.7128723Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.7131792Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h' 2024-11-01T16:36:04.7134678Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_native.h' 2024-11-01T16:36:04.7137809Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_ops.h' 2024-11-01T16:36:04.7140940Z adding 'torch/include/ATen/ops/batch_norm_backward_native.h' 2024-11-01T16:36:04.7144236Z adding 'torch/include/ATen/ops/batch_norm_backward_ops.h' 2024-11-01T16:36:04.7147418Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce.h' 2024-11-01T16:36:04.7150800Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.7153732Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h' 2024-11-01T16:36:04.7156822Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_native.h' 2024-11-01T16:36:04.7160172Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_ops.h' 2024-11-01T16:36:04.7163480Z adding 'torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.7166409Z adding 'torch/include/ATen/ops/batch_norm_elemt.h' 2024-11-01T16:36:04.7169617Z adding 'torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h' 2024-11-01T16:36:04.7172573Z adding 'torch/include/ATen/ops/batch_norm_elemt_native.h' 2024-11-01T16:36:04.7175773Z adding 'torch/include/ATen/ops/batch_norm_elemt_ops.h' 2024-11-01T16:36:04.7179169Z adding 'torch/include/ATen/ops/batch_norm_gather_stats.h' 2024-11-01T16:36:04.7182583Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.7185830Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h' 2024-11-01T16:36:04.7188668Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_native.h' 2024-11-01T16:36:04.7191826Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_ops.h' 2024-11-01T16:36:04.7195135Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h' 2024-11-01T16:36:04.7198646Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.7201614Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h' 2024-11-01T16:36:04.7204602Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h' 2024-11-01T16:36:04.7207900Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h' 2024-11-01T16:36:04.7210833Z adding 'torch/include/ATen/ops/batch_norm_native.h' 2024-11-01T16:36:04.7214033Z adding 'torch/include/ATen/ops/batch_norm_ops.h' 2024-11-01T16:36:04.7217197Z adding 'torch/include/ATen/ops/batch_norm_stats.h' 2024-11-01T16:36:04.7220435Z adding 'torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.7223330Z adding 'torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h' 2024-11-01T16:36:04.7226246Z adding 'torch/include/ATen/ops/batch_norm_stats_native.h' 2024-11-01T16:36:04.7229384Z adding 'torch/include/ATen/ops/batch_norm_stats_ops.h' 2024-11-01T16:36:04.7232554Z adding 'torch/include/ATen/ops/batch_norm_update_stats.h' 2024-11-01T16:36:04.7235915Z adding 'torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.7238946Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h' 2024-11-01T16:36:04.7242012Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h' 2024-11-01T16:36:04.7244948Z adding 'torch/include/ATen/ops/batch_norm_update_stats_native.h' 2024-11-01T16:36:04.7248155Z adding 'torch/include/ATen/ops/batch_norm_update_stats_ops.h' 2024-11-01T16:36:04.7251351Z adding 'torch/include/ATen/ops/bernoulli.h' 2024-11-01T16:36:04.7254748Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.7257944Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.7260750Z adding 'torch/include/ATen/ops/bernoulli_cpu_dispatch.h' 2024-11-01T16:36:04.7263853Z adding 'torch/include/ATen/ops/bernoulli_cuda_dispatch.h' 2024-11-01T16:36:04.7266888Z adding 'torch/include/ATen/ops/bernoulli_meta_dispatch.h' 2024-11-01T16:36:04.7269902Z adding 'torch/include/ATen/ops/bernoulli_native.h' 2024-11-01T16:36:04.7273444Z adding 'torch/include/ATen/ops/bernoulli_ops.h' 2024-11-01T16:36:04.7276778Z adding 'torch/include/ATen/ops/bilinear.h' 2024-11-01T16:36:04.7280189Z adding 'torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.7282979Z adding 'torch/include/ATen/ops/bilinear_native.h' 2024-11-01T16:36:04.7286061Z adding 'torch/include/ATen/ops/bilinear_ops.h' 2024-11-01T16:36:04.7289222Z adding 'torch/include/ATen/ops/binary_cross_entropy.h' 2024-11-01T16:36:04.7292407Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward.h' 2024-11-01T16:36:04.7295819Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h' 2024-11-01T16:36:04.7298861Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h' 2024-11-01T16:36:04.7301790Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_native.h' 2024-11-01T16:36:04.7305035Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_ops.h' 2024-11-01T16:36:04.7308145Z adding 'torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h' 2024-11-01T16:36:04.7311247Z adding 'torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h' 2024-11-01T16:36:04.7314182Z adding 'torch/include/ATen/ops/binary_cross_entropy_native.h' 2024-11-01T16:36:04.7317496Z adding 'torch/include/ATen/ops/binary_cross_entropy_ops.h' 2024-11-01T16:36:04.7320943Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits.h' 2024-11-01T16:36:04.7324225Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.7326992Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h' 2024-11-01T16:36:04.7330162Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h' 2024-11-01T16:36:04.7333127Z adding 'torch/include/ATen/ops/bincount.h' 2024-11-01T16:36:04.7336430Z adding 'torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.7339663Z adding 'torch/include/ATen/ops/bincount_cpu_dispatch.h' 2024-11-01T16:36:04.7342733Z adding 'torch/include/ATen/ops/bincount_cuda_dispatch.h' 2024-11-01T16:36:04.7345686Z adding 'torch/include/ATen/ops/bincount_native.h' 2024-11-01T16:36:04.7348821Z adding 'torch/include/ATen/ops/bincount_ops.h' 2024-11-01T16:36:04.7351926Z adding 'torch/include/ATen/ops/binomial.h' 2024-11-01T16:36:04.7355207Z adding 'torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.7358242Z adding 'torch/include/ATen/ops/binomial_cpu_dispatch.h' 2024-11-01T16:36:04.7361263Z adding 'torch/include/ATen/ops/binomial_cuda_dispatch.h' 2024-11-01T16:36:04.7364213Z adding 'torch/include/ATen/ops/binomial_native.h' 2024-11-01T16:36:04.7367407Z adding 'torch/include/ATen/ops/binomial_ops.h' 2024-11-01T16:36:04.7370646Z adding 'torch/include/ATen/ops/bitwise_and.h' 2024-11-01T16:36:04.7374182Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.7377320Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.7380067Z adding 'torch/include/ATen/ops/bitwise_and_cpu_dispatch.h' 2024-11-01T16:36:04.7383674Z adding 'torch/include/ATen/ops/bitwise_and_cuda_dispatch.h' 2024-11-01T16:36:04.7387784Z adding 'torch/include/ATen/ops/bitwise_and_meta.h' 2024-11-01T16:36:04.7392050Z adding 'torch/include/ATen/ops/bitwise_and_meta_dispatch.h' 2024-11-01T16:36:04.7396093Z adding 'torch/include/ATen/ops/bitwise_and_native.h' 2024-11-01T16:36:04.7401297Z adding 'torch/include/ATen/ops/bitwise_and_ops.h' 2024-11-01T16:36:04.7405905Z adding 'torch/include/ATen/ops/bitwise_left_shift.h' 2024-11-01T16:36:04.7411266Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.7415442Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.7419637Z adding 'torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h' 2024-11-01T16:36:04.7423924Z adding 'torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h' 2024-11-01T16:36:04.7428101Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta.h' 2024-11-01T16:36:04.7432356Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h' 2024-11-01T16:36:04.7436604Z adding 'torch/include/ATen/ops/bitwise_left_shift_native.h' 2024-11-01T16:36:04.7441445Z adding 'torch/include/ATen/ops/bitwise_left_shift_ops.h' 2024-11-01T16:36:04.7445637Z adding 'torch/include/ATen/ops/bitwise_not.h' 2024-11-01T16:36:04.7450253Z adding 'torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.7454215Z adding 'torch/include/ATen/ops/bitwise_not_cpu_dispatch.h' 2024-11-01T16:36:04.7458479Z adding 'torch/include/ATen/ops/bitwise_not_cuda_dispatch.h' 2024-11-01T16:36:04.7462502Z adding 'torch/include/ATen/ops/bitwise_not_meta.h' 2024-11-01T16:36:04.7466764Z adding 'torch/include/ATen/ops/bitwise_not_meta_dispatch.h' 2024-11-01T16:36:04.7470924Z adding 'torch/include/ATen/ops/bitwise_not_native.h' 2024-11-01T16:36:04.7475334Z adding 'torch/include/ATen/ops/bitwise_not_ops.h' 2024-11-01T16:36:04.7479893Z adding 'torch/include/ATen/ops/bitwise_or.h' 2024-11-01T16:36:04.7484457Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.7489689Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.7493108Z adding 'torch/include/ATen/ops/bitwise_or_cpu_dispatch.h' 2024-11-01T16:36:04.7497268Z adding 'torch/include/ATen/ops/bitwise_or_cuda_dispatch.h' 2024-11-01T16:36:04.7501334Z adding 'torch/include/ATen/ops/bitwise_or_meta.h' 2024-11-01T16:36:04.7505863Z adding 'torch/include/ATen/ops/bitwise_or_meta_dispatch.h' 2024-11-01T16:36:04.7510050Z adding 'torch/include/ATen/ops/bitwise_or_native.h' 2024-11-01T16:36:04.7514885Z adding 'torch/include/ATen/ops/bitwise_or_ops.h' 2024-11-01T16:36:04.7519520Z adding 'torch/include/ATen/ops/bitwise_right_shift.h' 2024-11-01T16:36:04.7524207Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.7528594Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.7532658Z adding 'torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h' 2024-11-01T16:36:04.7536844Z adding 'torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h' 2024-11-01T16:36:04.7540869Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta.h' 2024-11-01T16:36:04.7545439Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h' 2024-11-01T16:36:04.7549644Z adding 'torch/include/ATen/ops/bitwise_right_shift_native.h' 2024-11-01T16:36:04.7554485Z adding 'torch/include/ATen/ops/bitwise_right_shift_ops.h' 2024-11-01T16:36:04.7559104Z adding 'torch/include/ATen/ops/bitwise_xor.h' 2024-11-01T16:36:04.7563732Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.7568447Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.7572588Z adding 'torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h' 2024-11-01T16:36:04.7576801Z adding 'torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h' 2024-11-01T16:36:04.7580948Z adding 'torch/include/ATen/ops/bitwise_xor_meta.h' 2024-11-01T16:36:04.7585275Z adding 'torch/include/ATen/ops/bitwise_xor_meta_dispatch.h' 2024-11-01T16:36:04.7589466Z adding 'torch/include/ATen/ops/bitwise_xor_native.h' 2024-11-01T16:36:04.7594428Z adding 'torch/include/ATen/ops/bitwise_xor_ops.h' 2024-11-01T16:36:04.7598982Z adding 'torch/include/ATen/ops/blackman_window.h' 2024-11-01T16:36:04.7602616Z adding 'torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.7605575Z adding 'torch/include/ATen/ops/blackman_window_native.h' 2024-11-01T16:36:04.7608929Z adding 'torch/include/ATen/ops/blackman_window_ops.h' 2024-11-01T16:36:04.7612147Z adding 'torch/include/ATen/ops/block_diag.h' 2024-11-01T16:36:04.7615575Z adding 'torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.7618297Z adding 'torch/include/ATen/ops/block_diag_native.h' 2024-11-01T16:36:04.7621471Z adding 'torch/include/ATen/ops/block_diag_ops.h' 2024-11-01T16:36:04.7624586Z adding 'torch/include/ATen/ops/bmm.h' 2024-11-01T16:36:04.7627952Z adding 'torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.7630755Z adding 'torch/include/ATen/ops/bmm_cpu_dispatch.h' 2024-11-01T16:36:04.7633787Z adding 'torch/include/ATen/ops/bmm_cuda_dispatch.h' 2024-11-01T16:36:04.7636788Z adding 'torch/include/ATen/ops/bmm_meta.h' 2024-11-01T16:36:04.7640007Z adding 'torch/include/ATen/ops/bmm_meta_dispatch.h' 2024-11-01T16:36:04.7643065Z adding 'torch/include/ATen/ops/bmm_native.h' 2024-11-01T16:36:04.7646199Z adding 'torch/include/ATen/ops/bmm_ops.h' 2024-11-01T16:36:04.7649283Z adding 'torch/include/ATen/ops/broadcast_tensors.h' 2024-11-01T16:36:04.7652534Z adding 'torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.7655269Z adding 'torch/include/ATen/ops/broadcast_tensors_native.h' 2024-11-01T16:36:04.7658301Z adding 'torch/include/ATen/ops/broadcast_tensors_ops.h' 2024-11-01T16:36:04.7661851Z adding 'torch/include/ATen/ops/broadcast_to.h' 2024-11-01T16:36:04.7664639Z adding 'torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.7667379Z adding 'torch/include/ATen/ops/broadcast_to_native.h' 2024-11-01T16:36:04.7670620Z adding 'torch/include/ATen/ops/broadcast_to_ops.h' 2024-11-01T16:36:04.7673760Z adding 'torch/include/ATen/ops/bucketize.h' 2024-11-01T16:36:04.7677217Z adding 'torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.7680167Z adding 'torch/include/ATen/ops/bucketize_cpu_dispatch.h' 2024-11-01T16:36:04.7683234Z adding 'torch/include/ATen/ops/bucketize_cuda_dispatch.h' 2024-11-01T16:36:04.7686248Z adding 'torch/include/ATen/ops/bucketize_native.h' 2024-11-01T16:36:04.7689529Z adding 'torch/include/ATen/ops/bucketize_ops.h' 2024-11-01T16:36:04.7692588Z adding 'torch/include/ATen/ops/can_cast.h' 2024-11-01T16:36:04.7695851Z adding 'torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.7698560Z adding 'torch/include/ATen/ops/can_cast_native.h' 2024-11-01T16:36:04.7701572Z adding 'torch/include/ATen/ops/can_cast_ops.h' 2024-11-01T16:36:04.7704591Z adding 'torch/include/ATen/ops/cartesian_prod.h' 2024-11-01T16:36:04.7707827Z adding 'torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.7710569Z adding 'torch/include/ATen/ops/cartesian_prod_native.h' 2024-11-01T16:36:04.7713579Z adding 'torch/include/ATen/ops/cartesian_prod_ops.h' 2024-11-01T16:36:04.7716757Z adding 'torch/include/ATen/ops/cat.h' 2024-11-01T16:36:04.7720202Z adding 'torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.7723207Z adding 'torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.7726255Z adding 'torch/include/ATen/ops/cat_cpu_dispatch.h' 2024-11-01T16:36:04.7729268Z adding 'torch/include/ATen/ops/cat_cuda_dispatch.h' 2024-11-01T16:36:04.7732750Z adding 'torch/include/ATen/ops/cat_meta.h' 2024-11-01T16:36:04.7736051Z adding 'torch/include/ATen/ops/cat_meta_dispatch.h' 2024-11-01T16:36:04.7739154Z adding 'torch/include/ATen/ops/cat_native.h' 2024-11-01T16:36:04.7742444Z adding 'torch/include/ATen/ops/cat_ops.h' 2024-11-01T16:36:04.7745607Z adding 'torch/include/ATen/ops/cauchy.h' 2024-11-01T16:36:04.7748929Z adding 'torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.7751817Z adding 'torch/include/ATen/ops/cauchy_cpu_dispatch.h' 2024-11-01T16:36:04.7754815Z adding 'torch/include/ATen/ops/cauchy_cuda_dispatch.h' 2024-11-01T16:36:04.7758010Z adding 'torch/include/ATen/ops/cauchy_meta_dispatch.h' 2024-11-01T16:36:04.7760979Z adding 'torch/include/ATen/ops/cauchy_native.h' 2024-11-01T16:36:04.7764323Z adding 'torch/include/ATen/ops/cauchy_ops.h' 2024-11-01T16:36:04.7767286Z adding 'torch/include/ATen/ops/ccol_indices.h' 2024-11-01T16:36:04.7770549Z adding 'torch/include/ATen/ops/ccol_indices_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.7773371Z adding 'torch/include/ATen/ops/ccol_indices_copy.h' 2024-11-01T16:36:04.7776640Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.7779767Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.7782472Z adding 'torch/include/ATen/ops/ccol_indices_copy_native.h' 2024-11-01T16:36:04.7785551Z adding 'torch/include/ATen/ops/ccol_indices_copy_ops.h' 2024-11-01T16:36:04.7788490Z adding 'torch/include/ATen/ops/ccol_indices_native.h' 2024-11-01T16:36:04.7791585Z adding 'torch/include/ATen/ops/ccol_indices_ops.h' 2024-11-01T16:36:04.7794556Z adding 'torch/include/ATen/ops/cdist.h' 2024-11-01T16:36:04.7797952Z adding 'torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.7800698Z adding 'torch/include/ATen/ops/cdist_native.h' 2024-11-01T16:36:04.7803763Z adding 'torch/include/ATen/ops/cdist_ops.h' 2024-11-01T16:36:04.7806810Z adding 'torch/include/ATen/ops/ceil.h' 2024-11-01T16:36:04.7810609Z adding 'torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.7812953Z adding 'torch/include/ATen/ops/ceil_cpu_dispatch.h' 2024-11-01T16:36:04.7815963Z adding 'torch/include/ATen/ops/ceil_cuda_dispatch.h' 2024-11-01T16:36:04.7818887Z adding 'torch/include/ATen/ops/ceil_meta.h' 2024-11-01T16:36:04.7821949Z adding 'torch/include/ATen/ops/ceil_meta_dispatch.h' 2024-11-01T16:36:04.7825139Z adding 'torch/include/ATen/ops/ceil_native.h' 2024-11-01T16:36:04.7828389Z adding 'torch/include/ATen/ops/ceil_ops.h' 2024-11-01T16:36:04.7831742Z adding 'torch/include/ATen/ops/celu.h' 2024-11-01T16:36:04.7835296Z adding 'torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.7838253Z adding 'torch/include/ATen/ops/celu_native.h' 2024-11-01T16:36:04.7841931Z adding 'torch/include/ATen/ops/celu_ops.h' 2024-11-01T16:36:04.7845605Z adding 'torch/include/ATen/ops/chain_matmul.h' 2024-11-01T16:36:04.7849485Z adding 'torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.7852776Z adding 'torch/include/ATen/ops/chain_matmul_native.h' 2024-11-01T16:36:04.7855970Z adding 'torch/include/ATen/ops/chain_matmul_ops.h' 2024-11-01T16:36:04.7859082Z adding 'torch/include/ATen/ops/chalf.h' 2024-11-01T16:36:04.7862836Z adding 'torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.7866104Z adding 'torch/include/ATen/ops/chalf_native.h' 2024-11-01T16:36:04.7869684Z adding 'torch/include/ATen/ops/chalf_ops.h' 2024-11-01T16:36:04.7873223Z adding 'torch/include/ATen/ops/channel_shuffle.h' 2024-11-01T16:36:04.7876816Z adding 'torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.7880102Z adding 'torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h' 2024-11-01T16:36:04.7883136Z adding 'torch/include/ATen/ops/channel_shuffle_cuda_dispatch.h' 2024-11-01T16:36:04.7886200Z adding 'torch/include/ATen/ops/channel_shuffle_native.h' 2024-11-01T16:36:04.7889355Z adding 'torch/include/ATen/ops/channel_shuffle_ops.h' 2024-11-01T16:36:04.7892584Z adding 'torch/include/ATen/ops/cholesky.h' 2024-11-01T16:36:04.7895744Z adding 'torch/include/ATen/ops/cholesky_cpu_dispatch.h' 2024-11-01T16:36:04.7898949Z adding 'torch/include/ATen/ops/cholesky_cuda_dispatch.h' 2024-11-01T16:36:04.7902123Z adding 'torch/include/ATen/ops/cholesky_inverse.h' 2024-11-01T16:36:04.7905372Z adding 'torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h' 2024-11-01T16:36:04.7908450Z adding 'torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h' 2024-11-01T16:36:04.7911402Z adding 'torch/include/ATen/ops/cholesky_inverse_native.h' 2024-11-01T16:36:04.7914709Z adding 'torch/include/ATen/ops/cholesky_inverse_ops.h' 2024-11-01T16:36:04.7917734Z adding 'torch/include/ATen/ops/cholesky_native.h' 2024-11-01T16:36:04.7920851Z adding 'torch/include/ATen/ops/cholesky_ops.h' 2024-11-01T16:36:04.7923950Z adding 'torch/include/ATen/ops/cholesky_solve.h' 2024-11-01T16:36:04.7927299Z adding 'torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.7930242Z adding 'torch/include/ATen/ops/cholesky_solve_native.h' 2024-11-01T16:36:04.7933376Z adding 'torch/include/ATen/ops/cholesky_solve_ops.h' 2024-11-01T16:36:04.7936490Z adding 'torch/include/ATen/ops/choose_qparams_optimized.h' 2024-11-01T16:36:04.7939798Z adding 'torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.7942605Z adding 'torch/include/ATen/ops/choose_qparams_optimized_native.h' 2024-11-01T16:36:04.7945664Z adding 'torch/include/ATen/ops/choose_qparams_optimized_ops.h' 2024-11-01T16:36:04.7948583Z adding 'torch/include/ATen/ops/chunk.h' 2024-11-01T16:36:04.7951883Z adding 'torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.7954655Z adding 'torch/include/ATen/ops/chunk_native.h' 2024-11-01T16:36:04.7957826Z adding 'torch/include/ATen/ops/chunk_ops.h' 2024-11-01T16:36:04.7961674Z adding 'torch/include/ATen/ops/clamp.h' 2024-11-01T16:36:04.7964787Z adding 'torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.7967734Z adding 'torch/include/ATen/ops/clamp_cpu_dispatch.h' 2024-11-01T16:36:04.7970873Z adding 'torch/include/ATen/ops/clamp_cuda_dispatch.h' 2024-11-01T16:36:04.7974016Z adding 'torch/include/ATen/ops/clamp_max.h' 2024-11-01T16:36:04.7977465Z adding 'torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.7980284Z adding 'torch/include/ATen/ops/clamp_max_cpu_dispatch.h' 2024-11-01T16:36:04.7983470Z adding 'torch/include/ATen/ops/clamp_max_cuda_dispatch.h' 2024-11-01T16:36:04.7986345Z adding 'torch/include/ATen/ops/clamp_max_meta.h' 2024-11-01T16:36:04.7989451Z adding 'torch/include/ATen/ops/clamp_max_meta_dispatch.h' 2024-11-01T16:36:04.7992376Z adding 'torch/include/ATen/ops/clamp_max_native.h' 2024-11-01T16:36:04.7995841Z adding 'torch/include/ATen/ops/clamp_max_ops.h' 2024-11-01T16:36:04.7999006Z adding 'torch/include/ATen/ops/clamp_meta.h' 2024-11-01T16:36:04.8002188Z adding 'torch/include/ATen/ops/clamp_meta_dispatch.h' 2024-11-01T16:36:04.8005344Z adding 'torch/include/ATen/ops/clamp_min.h' 2024-11-01T16:36:04.8008766Z adding 'torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.8011594Z adding 'torch/include/ATen/ops/clamp_min_cpu_dispatch.h' 2024-11-01T16:36:04.8015190Z adding 'torch/include/ATen/ops/clamp_min_cuda_dispatch.h' 2024-11-01T16:36:04.8017852Z adding 'torch/include/ATen/ops/clamp_min_meta.h' 2024-11-01T16:36:04.8020983Z adding 'torch/include/ATen/ops/clamp_min_meta_dispatch.h' 2024-11-01T16:36:04.8023953Z adding 'torch/include/ATen/ops/clamp_min_native.h' 2024-11-01T16:36:04.8027303Z adding 'torch/include/ATen/ops/clamp_min_ops.h' 2024-11-01T16:36:04.8030423Z adding 'torch/include/ATen/ops/clamp_native.h' 2024-11-01T16:36:04.8034048Z adding 'torch/include/ATen/ops/clamp_ops.h' 2024-11-01T16:36:04.8037418Z adding 'torch/include/ATen/ops/clip.h' 2024-11-01T16:36:04.8040858Z adding 'torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.8043932Z adding 'torch/include/ATen/ops/clip_native.h' 2024-11-01T16:36:04.8047421Z adding 'torch/include/ATen/ops/clip_ops.h' 2024-11-01T16:36:04.8050620Z adding 'torch/include/ATen/ops/clone.h' 2024-11-01T16:36:04.8053957Z adding 'torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.8056825Z adding 'torch/include/ATen/ops/clone_native.h' 2024-11-01T16:36:04.8059987Z adding 'torch/include/ATen/ops/clone_ops.h' 2024-11-01T16:36:04.8062951Z adding 'torch/include/ATen/ops/coalesce.h' 2024-11-01T16:36:04.8066273Z adding 'torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.8068916Z adding 'torch/include/ATen/ops/coalesce_native.h' 2024-11-01T16:36:04.8072166Z adding 'torch/include/ATen/ops/coalesce_ops.h' 2024-11-01T16:36:04.8081814Z adding 'torch/include/ATen/ops/col2im.h' 2024-11-01T16:36:04.8085452Z adding 'torch/include/ATen/ops/col2im_cpu_dispatch.h' 2024-11-01T16:36:04.8088414Z adding 'torch/include/ATen/ops/col2im_cuda_dispatch.h' 2024-11-01T16:36:04.8091518Z adding 'torch/include/ATen/ops/col2im_native.h' 2024-11-01T16:36:04.8094775Z adding 'torch/include/ATen/ops/col2im_ops.h' 2024-11-01T16:36:04.8097826Z adding 'torch/include/ATen/ops/col_indices.h' 2024-11-01T16:36:04.8101160Z adding 'torch/include/ATen/ops/col_indices_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.8104072Z adding 'torch/include/ATen/ops/col_indices_copy.h' 2024-11-01T16:36:04.8107411Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.8110583Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.8113313Z adding 'torch/include/ATen/ops/col_indices_copy_native.h' 2024-11-01T16:36:04.8116762Z adding 'torch/include/ATen/ops/col_indices_copy_ops.h' 2024-11-01T16:36:04.8120368Z adding 'torch/include/ATen/ops/col_indices_native.h' 2024-11-01T16:36:04.8122992Z adding 'torch/include/ATen/ops/col_indices_ops.h' 2024-11-01T16:36:04.8125975Z adding 'torch/include/ATen/ops/column_stack.h' 2024-11-01T16:36:04.8129361Z adding 'torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.8132194Z adding 'torch/include/ATen/ops/column_stack_native.h' 2024-11-01T16:36:04.8135356Z adding 'torch/include/ATen/ops/column_stack_ops.h' 2024-11-01T16:36:04.8138430Z adding 'torch/include/ATen/ops/combinations.h' 2024-11-01T16:36:04.8141747Z adding 'torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.8144562Z adding 'torch/include/ATen/ops/combinations_native.h' 2024-11-01T16:36:04.8147676Z adding 'torch/include/ATen/ops/combinations_ops.h' 2024-11-01T16:36:04.8150705Z adding 'torch/include/ATen/ops/complex.h' 2024-11-01T16:36:04.8154031Z adding 'torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.8157071Z adding 'torch/include/ATen/ops/complex_cpu_dispatch.h' 2024-11-01T16:36:04.8160190Z adding 'torch/include/ATen/ops/complex_cuda_dispatch.h' 2024-11-01T16:36:04.8163136Z adding 'torch/include/ATen/ops/complex_native.h' 2024-11-01T16:36:04.8166263Z adding 'torch/include/ATen/ops/complex_ops.h' 2024-11-01T16:36:04.8169432Z adding 'torch/include/ATen/ops/concat.h' 2024-11-01T16:36:04.8172838Z adding 'torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.8176338Z adding 'torch/include/ATen/ops/concat_native.h' 2024-11-01T16:36:04.8179712Z adding 'torch/include/ATen/ops/concat_ops.h' 2024-11-01T16:36:04.8182943Z adding 'torch/include/ATen/ops/concatenate.h' 2024-11-01T16:36:04.8186381Z adding 'torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.8189208Z adding 'torch/include/ATen/ops/concatenate_native.h' 2024-11-01T16:36:04.8192464Z adding 'torch/include/ATen/ops/concatenate_ops.h' 2024-11-01T16:36:04.8195566Z adding 'torch/include/ATen/ops/conj.h' 2024-11-01T16:36:04.8198964Z adding 'torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.8201790Z adding 'torch/include/ATen/ops/conj_native.h' 2024-11-01T16:36:04.8204869Z adding 'torch/include/ATen/ops/conj_ops.h' 2024-11-01T16:36:04.8207976Z adding 'torch/include/ATen/ops/conj_physical.h' 2024-11-01T16:36:04.8211349Z adding 'torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.8214378Z adding 'torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.8217495Z adding 'torch/include/ATen/ops/conj_physical_cpu_dispatch.h' 2024-11-01T16:36:04.8221075Z adding 'torch/include/ATen/ops/conj_physical_cuda_dispatch.h' 2024-11-01T16:36:04.8225161Z adding 'torch/include/ATen/ops/conj_physical_native.h' 2024-11-01T16:36:04.8227219Z adding 'torch/include/ATen/ops/conj_physical_ops.h' 2024-11-01T16:36:04.8251807Z adding 'torch/include/ATen/ops/constant_pad_nd.h' 2024-11-01T16:36:04.8252219Z adding 'torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.8252452Z adding 'torch/include/ATen/ops/constant_pad_nd_native.h' 2024-11-01T16:36:04.8252649Z adding 'torch/include/ATen/ops/constant_pad_nd_ops.h' 2024-11-01T16:36:04.8252806Z adding 'torch/include/ATen/ops/contiguous.h' 2024-11-01T16:36:04.8253197Z adding 'torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.8253386Z adding 'torch/include/ATen/ops/contiguous_native.h' 2024-11-01T16:36:04.8255681Z adding 'torch/include/ATen/ops/contiguous_ops.h' 2024-11-01T16:36:04.8259175Z adding 'torch/include/ATen/ops/conv1d.h' 2024-11-01T16:36:04.8263316Z adding 'torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.8265826Z adding 'torch/include/ATen/ops/conv1d_native.h' 2024-11-01T16:36:04.8269222Z adding 'torch/include/ATen/ops/conv1d_ops.h' 2024-11-01T16:36:04.8273217Z adding 'torch/include/ATen/ops/conv2d.h' 2024-11-01T16:36:04.8284620Z adding 'torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.8284794Z adding 'torch/include/ATen/ops/conv2d_native.h' 2024-11-01T16:36:04.8284961Z adding 'torch/include/ATen/ops/conv2d_ops.h' 2024-11-01T16:36:04.8287746Z adding 'torch/include/ATen/ops/conv3d.h' 2024-11-01T16:36:04.8291416Z adding 'torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.8294382Z adding 'torch/include/ATen/ops/conv3d_native.h' 2024-11-01T16:36:04.8297795Z adding 'torch/include/ATen/ops/conv3d_ops.h' 2024-11-01T16:36:04.8302275Z adding 'torch/include/ATen/ops/conv_depthwise3d.h' 2024-11-01T16:36:04.8305300Z adding 'torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.8308507Z adding 'torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h' 2024-11-01T16:36:04.8311582Z adding 'torch/include/ATen/ops/conv_depthwise3d_native.h' 2024-11-01T16:36:04.8314822Z adding 'torch/include/ATen/ops/conv_depthwise3d_ops.h' 2024-11-01T16:36:04.8319115Z adding 'torch/include/ATen/ops/conv_tbc.h' 2024-11-01T16:36:04.8321441Z adding 'torch/include/ATen/ops/conv_tbc_backward.h' 2024-11-01T16:36:04.8324765Z adding 'torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.8327569Z adding 'torch/include/ATen/ops/conv_tbc_backward_native.h' 2024-11-01T16:36:04.8330669Z adding 'torch/include/ATen/ops/conv_tbc_backward_ops.h' 2024-11-01T16:36:04.8335112Z adding 'torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.8336978Z adding 'torch/include/ATen/ops/conv_tbc_native.h' 2024-11-01T16:36:04.8340173Z adding 'torch/include/ATen/ops/conv_tbc_ops.h' 2024-11-01T16:36:04.8343530Z adding 'torch/include/ATen/ops/conv_transpose1d.h' 2024-11-01T16:36:04.8347012Z adding 'torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.8349904Z adding 'torch/include/ATen/ops/conv_transpose1d_native.h' 2024-11-01T16:36:04.8353221Z adding 'torch/include/ATen/ops/conv_transpose1d_ops.h' 2024-11-01T16:36:04.8356635Z adding 'torch/include/ATen/ops/conv_transpose2d.h' 2024-11-01T16:36:04.8360204Z adding 'torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.8362954Z adding 'torch/include/ATen/ops/conv_transpose2d_native.h' 2024-11-01T16:36:04.8366345Z adding 'torch/include/ATen/ops/conv_transpose2d_ops.h' 2024-11-01T16:36:04.8369624Z adding 'torch/include/ATen/ops/conv_transpose3d.h' 2024-11-01T16:36:04.8373174Z adding 'torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.8376125Z adding 'torch/include/ATen/ops/conv_transpose3d_native.h' 2024-11-01T16:36:04.8379219Z adding 'torch/include/ATen/ops/conv_transpose3d_ops.h' 2024-11-01T16:36:04.8382776Z adding 'torch/include/ATen/ops/convolution.h' 2024-11-01T16:36:04.8386903Z adding 'torch/include/ATen/ops/convolution_backward.h' 2024-11-01T16:36:04.8390831Z adding 'torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.8393977Z adding 'torch/include/ATen/ops/convolution_backward_cuda_dispatch.h' 2024-11-01T16:36:04.8397169Z adding 'torch/include/ATen/ops/convolution_backward_native.h' 2024-11-01T16:36:04.8400582Z adding 'torch/include/ATen/ops/convolution_backward_ops.h' 2024-11-01T16:36:04.8404463Z adding 'torch/include/ATen/ops/convolution_backward_overrideable.h' 2024-11-01T16:36:04.8408440Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.8411384Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_native.h' 2024-11-01T16:36:04.8414732Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_ops.h' 2024-11-01T16:36:04.8418185Z adding 'torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.8422083Z adding 'torch/include/ATen/ops/convolution_native.h' 2024-11-01T16:36:04.8424961Z adding 'torch/include/ATen/ops/convolution_ops.h' 2024-11-01T16:36:04.8428651Z adding 'torch/include/ATen/ops/convolution_overrideable.h' 2024-11-01T16:36:04.8432451Z adding 'torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.8435633Z adding 'torch/include/ATen/ops/convolution_overrideable_native.h' 2024-11-01T16:36:04.8438968Z adding 'torch/include/ATen/ops/convolution_overrideable_ops.h' 2024-11-01T16:36:04.8442209Z adding 'torch/include/ATen/ops/copy.h' 2024-11-01T16:36:04.8445621Z adding 'torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.8449217Z adding 'torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.8451817Z adding 'torch/include/ATen/ops/copy_meta_dispatch.h' 2024-11-01T16:36:04.8455114Z adding 'torch/include/ATen/ops/copy_native.h' 2024-11-01T16:36:04.8458459Z adding 'torch/include/ATen/ops/copy_ops.h' 2024-11-01T16:36:04.8461766Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse.h' 2024-11-01T16:36:04.8465274Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.8468708Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h' 2024-11-01T16:36:04.8471349Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_native.h' 2024-11-01T16:36:04.8475051Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_ops.h' 2024-11-01T16:36:04.8477931Z adding 'torch/include/ATen/ops/copysign.h' 2024-11-01T16:36:04.8481408Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.8484621Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.8487650Z adding 'torch/include/ATen/ops/copysign_cpu_dispatch.h' 2024-11-01T16:36:04.8490743Z adding 'torch/include/ATen/ops/copysign_cuda_dispatch.h' 2024-11-01T16:36:04.8493905Z adding 'torch/include/ATen/ops/copysign_meta.h' 2024-11-01T16:36:04.8497625Z adding 'torch/include/ATen/ops/copysign_meta_dispatch.h' 2024-11-01T16:36:04.8500167Z adding 'torch/include/ATen/ops/copysign_native.h' 2024-11-01T16:36:04.8503718Z adding 'torch/include/ATen/ops/copysign_ops.h' 2024-11-01T16:36:04.8506886Z adding 'torch/include/ATen/ops/corrcoef.h' 2024-11-01T16:36:04.8510325Z adding 'torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.8513105Z adding 'torch/include/ATen/ops/corrcoef_native.h' 2024-11-01T16:36:04.8516660Z adding 'torch/include/ATen/ops/corrcoef_ops.h' 2024-11-01T16:36:04.8520201Z adding 'torch/include/ATen/ops/cos.h' 2024-11-01T16:36:04.8523351Z adding 'torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.8526263Z adding 'torch/include/ATen/ops/cos_cpu_dispatch.h' 2024-11-01T16:36:04.8529329Z adding 'torch/include/ATen/ops/cos_cuda_dispatch.h' 2024-11-01T16:36:04.8532418Z adding 'torch/include/ATen/ops/cos_meta.h' 2024-11-01T16:36:04.8535565Z adding 'torch/include/ATen/ops/cos_meta_dispatch.h' 2024-11-01T16:36:04.8538989Z adding 'torch/include/ATen/ops/cos_native.h' 2024-11-01T16:36:04.8542869Z adding 'torch/include/ATen/ops/cos_ops.h' 2024-11-01T16:36:04.8545474Z adding 'torch/include/ATen/ops/cosh.h' 2024-11-01T16:36:04.8549034Z adding 'torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.8551882Z adding 'torch/include/ATen/ops/cosh_cpu_dispatch.h' 2024-11-01T16:36:04.8555083Z adding 'torch/include/ATen/ops/cosh_cuda_dispatch.h' 2024-11-01T16:36:04.8558204Z adding 'torch/include/ATen/ops/cosh_meta.h' 2024-11-01T16:36:04.8561544Z adding 'torch/include/ATen/ops/cosh_meta_dispatch.h' 2024-11-01T16:36:04.8564933Z adding 'torch/include/ATen/ops/cosh_native.h' 2024-11-01T16:36:04.8567823Z adding 'torch/include/ATen/ops/cosh_ops.h' 2024-11-01T16:36:04.8571434Z adding 'torch/include/ATen/ops/cosine_embedding_loss.h' 2024-11-01T16:36:04.8575322Z adding 'torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.8577515Z adding 'torch/include/ATen/ops/cosine_embedding_loss_native.h' 2024-11-01T16:36:04.8580563Z adding 'torch/include/ATen/ops/cosine_embedding_loss_ops.h' 2024-11-01T16:36:04.8583713Z adding 'torch/include/ATen/ops/cosine_similarity.h' 2024-11-01T16:36:04.8587043Z adding 'torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.8590051Z adding 'torch/include/ATen/ops/cosine_similarity_native.h' 2024-11-01T16:36:04.8593195Z adding 'torch/include/ATen/ops/cosine_similarity_ops.h' 2024-11-01T16:36:04.8596587Z adding 'torch/include/ATen/ops/count_nonzero.h' 2024-11-01T16:36:04.8600123Z adding 'torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.8603055Z adding 'torch/include/ATen/ops/count_nonzero_cpu_dispatch.h' 2024-11-01T16:36:04.8606266Z adding 'torch/include/ATen/ops/count_nonzero_cuda_dispatch.h' 2024-11-01T16:36:04.8609280Z adding 'torch/include/ATen/ops/count_nonzero_native.h' 2024-11-01T16:36:04.8612711Z adding 'torch/include/ATen/ops/count_nonzero_ops.h' 2024-11-01T16:36:04.8615849Z adding 'torch/include/ATen/ops/cov.h' 2024-11-01T16:36:04.8619286Z adding 'torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.8622306Z adding 'torch/include/ATen/ops/cov_native.h' 2024-11-01T16:36:04.8625435Z adding 'torch/include/ATen/ops/cov_ops.h' 2024-11-01T16:36:04.8628671Z adding 'torch/include/ATen/ops/cross.h' 2024-11-01T16:36:04.8632136Z adding 'torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.8635239Z adding 'torch/include/ATen/ops/cross_entropy_loss.h' 2024-11-01T16:36:04.8639551Z adding 'torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.8643081Z adding 'torch/include/ATen/ops/cross_entropy_loss_native.h' 2024-11-01T16:36:04.8646436Z adding 'torch/include/ATen/ops/cross_entropy_loss_ops.h' 2024-11-01T16:36:04.8649408Z adding 'torch/include/ATen/ops/cross_native.h' 2024-11-01T16:36:04.8652750Z adding 'torch/include/ATen/ops/cross_ops.h' 2024-11-01T16:36:04.8655760Z adding 'torch/include/ATen/ops/crow_indices.h' 2024-11-01T16:36:04.8659235Z adding 'torch/include/ATen/ops/crow_indices_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.8662182Z adding 'torch/include/ATen/ops/crow_indices_copy.h' 2024-11-01T16:36:04.8665495Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.8668867Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.8671619Z adding 'torch/include/ATen/ops/crow_indices_copy_native.h' 2024-11-01T16:36:04.8674992Z adding 'torch/include/ATen/ops/crow_indices_copy_ops.h' 2024-11-01T16:36:04.8678031Z adding 'torch/include/ATen/ops/crow_indices_native.h' 2024-11-01T16:36:04.8681362Z adding 'torch/include/ATen/ops/crow_indices_ops.h' 2024-11-01T16:36:04.8684510Z adding 'torch/include/ATen/ops/ctc_loss.h' 2024-11-01T16:36:04.8687891Z adding 'torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.8690923Z adding 'torch/include/ATen/ops/ctc_loss_native.h' 2024-11-01T16:36:04.8694194Z adding 'torch/include/ATen/ops/ctc_loss_ops.h' 2024-11-01T16:36:04.8697621Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator.h' 2024-11-01T16:36:04.8700951Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h' 2024-11-01T16:36:04.8704436Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.8707526Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h' 2024-11-01T16:36:04.8710536Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h' 2024-11-01T16:36:04.8713877Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h' 2024-11-01T16:36:04.8717873Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.8720518Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h' 2024-11-01T16:36:04.8723480Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_native.h' 2024-11-01T16:36:04.8726880Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h' 2024-11-01T16:36:04.8730182Z adding 'torch/include/ATen/ops/cudnn_batch_norm.h' 2024-11-01T16:36:04.8733591Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward.h' 2024-11-01T16:36:04.8737258Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.8740287Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h' 2024-11-01T16:36:04.8743564Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_native.h' 2024-11-01T16:36:04.8747360Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h' 2024-11-01T16:36:04.8750806Z adding 'torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.8753967Z adding 'torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h' 2024-11-01T16:36:04.8757129Z adding 'torch/include/ATen/ops/cudnn_batch_norm_native.h' 2024-11-01T16:36:04.8760489Z adding 'torch/include/ATen/ops/cudnn_batch_norm_ops.h' 2024-11-01T16:36:04.8764273Z adding 'torch/include/ATen/ops/cudnn_convolution.h' 2024-11-01T16:36:04.8768104Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu.h' 2024-11-01T16:36:04.8771748Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.8774770Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h' 2024-11-01T16:36:04.8777815Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_native.h' 2024-11-01T16:36:04.8781352Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h' 2024-11-01T16:36:04.8784651Z adding 'torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h' 2024-11-01T16:36:04.8787695Z adding 'torch/include/ATen/ops/cudnn_convolution_native.h' 2024-11-01T16:36:04.8790906Z adding 'torch/include/ATen/ops/cudnn_convolution_ops.h' 2024-11-01T16:36:04.8794441Z adding 'torch/include/ATen/ops/cudnn_convolution_relu.h' 2024-11-01T16:36:04.8798171Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.8801225Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h' 2024-11-01T16:36:04.8804220Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_native.h' 2024-11-01T16:36:04.8807493Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_ops.h' 2024-11-01T16:36:04.8811411Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose.h' 2024-11-01T16:36:04.8815106Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.8818087Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h' 2024-11-01T16:36:04.8821117Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_native.h' 2024-11-01T16:36:04.8824365Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_ops.h' 2024-11-01T16:36:04.8827495Z adding 'torch/include/ATen/ops/cudnn_grid_sampler.h' 2024-11-01T16:36:04.8830735Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward.h' 2024-11-01T16:36:04.8834099Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.8837191Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h' 2024-11-01T16:36:04.8840205Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h' 2024-11-01T16:36:04.8843451Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h' 2024-11-01T16:36:04.8846736Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.8849730Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h' 2024-11-01T16:36:04.8853247Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_native.h' 2024-11-01T16:36:04.8855908Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_ops.h' 2024-11-01T16:36:04.8858948Z adding 'torch/include/ATen/ops/cudnn_is_acceptable.h' 2024-11-01T16:36:04.8862214Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.8865042Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_native.h' 2024-11-01T16:36:04.8868251Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_ops.h' 2024-11-01T16:36:04.8871395Z adding 'torch/include/ATen/ops/cummax.h' 2024-11-01T16:36:04.8874785Z adding 'torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.8878049Z adding 'torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.8880886Z adding 'torch/include/ATen/ops/cummax_native.h' 2024-11-01T16:36:04.8884180Z adding 'torch/include/ATen/ops/cummax_ops.h' 2024-11-01T16:36:04.8887376Z adding 'torch/include/ATen/ops/cummaxmin_backward.h' 2024-11-01T16:36:04.8890698Z adding 'torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.8893479Z adding 'torch/include/ATen/ops/cummaxmin_backward_native.h' 2024-11-01T16:36:04.8896562Z adding 'torch/include/ATen/ops/cummaxmin_backward_ops.h' 2024-11-01T16:36:04.8899755Z adding 'torch/include/ATen/ops/cummin.h' 2024-11-01T16:36:04.8903145Z adding 'torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.8906260Z adding 'torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.8909116Z adding 'torch/include/ATen/ops/cummin_native.h' 2024-11-01T16:36:04.8912485Z adding 'torch/include/ATen/ops/cummin_ops.h' 2024-11-01T16:36:04.8915924Z adding 'torch/include/ATen/ops/cumprod.h' 2024-11-01T16:36:04.8919036Z adding 'torch/include/ATen/ops/cumprod_backward.h' 2024-11-01T16:36:04.8922352Z adding 'torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.8925183Z adding 'torch/include/ATen/ops/cumprod_backward_native.h' 2024-11-01T16:36:04.8928951Z adding 'torch/include/ATen/ops/cumprod_backward_ops.h' 2024-11-01T16:36:04.8932510Z adding 'torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.8935565Z adding 'torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.8938505Z adding 'torch/include/ATen/ops/cumprod_cpu_dispatch.h' 2024-11-01T16:36:04.8941653Z adding 'torch/include/ATen/ops/cumprod_cuda_dispatch.h' 2024-11-01T16:36:04.8944578Z adding 'torch/include/ATen/ops/cumprod_meta.h' 2024-11-01T16:36:04.8947747Z adding 'torch/include/ATen/ops/cumprod_meta_dispatch.h' 2024-11-01T16:36:04.8950837Z adding 'torch/include/ATen/ops/cumprod_native.h' 2024-11-01T16:36:04.8954197Z adding 'torch/include/ATen/ops/cumprod_ops.h' 2024-11-01T16:36:04.8957713Z adding 'torch/include/ATen/ops/cumsum.h' 2024-11-01T16:36:04.8961180Z adding 'torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.8964216Z adding 'torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.8967156Z adding 'torch/include/ATen/ops/cumsum_cpu_dispatch.h' 2024-11-01T16:36:04.8970288Z adding 'torch/include/ATen/ops/cumsum_cuda_dispatch.h' 2024-11-01T16:36:04.8973272Z adding 'torch/include/ATen/ops/cumsum_meta.h' 2024-11-01T16:36:04.8976756Z adding 'torch/include/ATen/ops/cumsum_meta_dispatch.h' 2024-11-01T16:36:04.8979848Z adding 'torch/include/ATen/ops/cumsum_native.h' 2024-11-01T16:36:04.8983226Z adding 'torch/include/ATen/ops/cumsum_ops.h' 2024-11-01T16:36:04.8986450Z adding 'torch/include/ATen/ops/cumulative_trapezoid.h' 2024-11-01T16:36:04.8989803Z adding 'torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.8992609Z adding 'torch/include/ATen/ops/cumulative_trapezoid_native.h' 2024-11-01T16:36:04.8995772Z adding 'torch/include/ATen/ops/cumulative_trapezoid_ops.h' 2024-11-01T16:36:04.8998801Z adding 'torch/include/ATen/ops/data.h' 2024-11-01T16:36:04.9002000Z adding 'torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.9004777Z adding 'torch/include/ATen/ops/data_native.h' 2024-11-01T16:36:04.9007816Z adding 'torch/include/ATen/ops/data_ops.h' 2024-11-01T16:36:04.9010878Z adding 'torch/include/ATen/ops/deg2rad.h' 2024-11-01T16:36:04.9014180Z adding 'torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.9016979Z adding 'torch/include/ATen/ops/deg2rad_native.h' 2024-11-01T16:36:04.9020157Z adding 'torch/include/ATen/ops/deg2rad_ops.h' 2024-11-01T16:36:04.9023127Z adding 'torch/include/ATen/ops/dense_dim.h' 2024-11-01T16:36:04.9026425Z adding 'torch/include/ATen/ops/dense_dim_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.9029198Z adding 'torch/include/ATen/ops/dense_dim_native.h' 2024-11-01T16:36:04.9032239Z adding 'torch/include/ATen/ops/dense_dim_ops.h' 2024-11-01T16:36:04.9035477Z adding 'torch/include/ATen/ops/dequantize.h' 2024-11-01T16:36:04.9038852Z adding 'torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.9041744Z adding 'torch/include/ATen/ops/dequantize_cpu_dispatch.h' 2024-11-01T16:36:04.9044804Z adding 'torch/include/ATen/ops/dequantize_cuda_dispatch.h' 2024-11-01T16:36:04.9047789Z adding 'torch/include/ATen/ops/dequantize_native.h' 2024-11-01T16:36:04.9051062Z adding 'torch/include/ATen/ops/dequantize_ops.h' 2024-11-01T16:36:04.9054094Z adding 'torch/include/ATen/ops/det.h' 2024-11-01T16:36:04.9057360Z adding 'torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.9060135Z adding 'torch/include/ATen/ops/det_native.h' 2024-11-01T16:36:04.9063169Z adding 'torch/include/ATen/ops/det_ops.h' 2024-11-01T16:36:04.9066172Z adding 'torch/include/ATen/ops/detach.h' 2024-11-01T16:36:04.9069438Z adding 'torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.9072284Z adding 'torch/include/ATen/ops/detach_copy.h' 2024-11-01T16:36:04.9075639Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.9078897Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.9081614Z adding 'torch/include/ATen/ops/detach_copy_native.h' 2024-11-01T16:36:04.9084724Z adding 'torch/include/ATen/ops/detach_copy_ops.h' 2024-11-01T16:36:04.9087834Z adding 'torch/include/ATen/ops/detach_native.h' 2024-11-01T16:36:04.9090988Z adding 'torch/include/ATen/ops/detach_ops.h' 2024-11-01T16:36:04.9094027Z adding 'torch/include/ATen/ops/diag.h' 2024-11-01T16:36:04.9097335Z adding 'torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.9100308Z adding 'torch/include/ATen/ops/diag_embed.h' 2024-11-01T16:36:04.9103573Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.9106747Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.9109462Z adding 'torch/include/ATen/ops/diag_embed_native.h' 2024-11-01T16:36:04.9112634Z adding 'torch/include/ATen/ops/diag_embed_ops.h' 2024-11-01T16:36:04.9115714Z adding 'torch/include/ATen/ops/diag_native.h' 2024-11-01T16:36:04.9118824Z adding 'torch/include/ATen/ops/diag_ops.h' 2024-11-01T16:36:04.9121849Z adding 'torch/include/ATen/ops/diagflat.h' 2024-11-01T16:36:04.9125154Z adding 'torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.9127916Z adding 'torch/include/ATen/ops/diagflat_native.h' 2024-11-01T16:36:04.9131006Z adding 'torch/include/ATen/ops/diagflat_ops.h' 2024-11-01T16:36:04.9134081Z adding 'torch/include/ATen/ops/diagonal.h' 2024-11-01T16:36:04.9137467Z adding 'torch/include/ATen/ops/diagonal_backward.h' 2024-11-01T16:36:04.9140998Z adding 'torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.9143889Z adding 'torch/include/ATen/ops/diagonal_backward_native.h' 2024-11-01T16:36:04.9146998Z adding 'torch/include/ATen/ops/diagonal_backward_ops.h' 2024-11-01T16:36:04.9150212Z adding 'torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.9153293Z adding 'torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.9156361Z adding 'torch/include/ATen/ops/diagonal_copy.h' 2024-11-01T16:36:04.9159731Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.9162887Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.9165579Z adding 'torch/include/ATen/ops/diagonal_copy_native.h' 2024-11-01T16:36:04.9168761Z adding 'torch/include/ATen/ops/diagonal_copy_ops.h' 2024-11-01T16:36:04.9171759Z adding 'torch/include/ATen/ops/diagonal_native.h' 2024-11-01T16:36:04.9174929Z adding 'torch/include/ATen/ops/diagonal_ops.h' 2024-11-01T16:36:04.9178092Z adding 'torch/include/ATen/ops/diagonal_scatter.h' 2024-11-01T16:36:04.9181497Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.9184684Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.9197707Z adding 'torch/include/ATen/ops/diagonal_scatter_native.h' 2024-11-01T16:36:04.9201277Z adding 'torch/include/ATen/ops/diagonal_scatter_ops.h' 2024-11-01T16:36:04.9204984Z adding 'torch/include/ATen/ops/diff.h' 2024-11-01T16:36:04.9208373Z adding 'torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.9211357Z adding 'torch/include/ATen/ops/diff_native.h' 2024-11-01T16:36:04.9214612Z adding 'torch/include/ATen/ops/diff_ops.h' 2024-11-01T16:36:04.9217859Z adding 'torch/include/ATen/ops/digamma.h' 2024-11-01T16:36:04.9221276Z adding 'torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.9224218Z adding 'torch/include/ATen/ops/digamma_cpu_dispatch.h' 2024-11-01T16:36:04.9227289Z adding 'torch/include/ATen/ops/digamma_cuda_dispatch.h' 2024-11-01T16:36:04.9230326Z adding 'torch/include/ATen/ops/digamma_meta.h' 2024-11-01T16:36:04.9233492Z adding 'torch/include/ATen/ops/digamma_meta_dispatch.h' 2024-11-01T16:36:04.9236643Z adding 'torch/include/ATen/ops/digamma_native.h' 2024-11-01T16:36:04.9239953Z adding 'torch/include/ATen/ops/digamma_ops.h' 2024-11-01T16:36:04.9243053Z adding 'torch/include/ATen/ops/dist.h' 2024-11-01T16:36:04.9246496Z adding 'torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.9249303Z adding 'torch/include/ATen/ops/dist_native.h' 2024-11-01T16:36:04.9252564Z adding 'torch/include/ATen/ops/dist_ops.h' 2024-11-01T16:36:04.9256018Z adding 'torch/include/ATen/ops/div.h' 2024-11-01T16:36:04.9259407Z adding 'torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.9262711Z adding 'torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.9265662Z adding 'torch/include/ATen/ops/div_cpu_dispatch.h' 2024-11-01T16:36:04.9268924Z adding 'torch/include/ATen/ops/div_cuda_dispatch.h' 2024-11-01T16:36:04.9271962Z adding 'torch/include/ATen/ops/div_meta.h' 2024-11-01T16:36:04.9275232Z adding 'torch/include/ATen/ops/div_meta_dispatch.h' 2024-11-01T16:36:04.9278653Z adding 'torch/include/ATen/ops/div_native.h' 2024-11-01T16:36:04.9309309Z adding 'torch/include/ATen/ops/div_ops.h' 2024-11-01T16:36:04.9309791Z adding 'torch/include/ATen/ops/divide.h' 2024-11-01T16:36:04.9310426Z adding 'torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.9311131Z adding 'torch/include/ATen/ops/divide_native.h' 2024-11-01T16:36:04.9311614Z adding 'torch/include/ATen/ops/divide_ops.h' 2024-11-01T16:36:04.9312046Z adding 'torch/include/ATen/ops/dot.h' 2024-11-01T16:36:04.9312654Z adding 'torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.9313424Z adding 'torch/include/ATen/ops/dot_cpu_dispatch.h' 2024-11-01T16:36:04.9315199Z adding 'torch/include/ATen/ops/dot_cuda_dispatch.h' 2024-11-01T16:36:04.9315758Z adding 'torch/include/ATen/ops/dot_native.h' 2024-11-01T16:36:04.9318457Z adding 'torch/include/ATen/ops/dot_ops.h' 2024-11-01T16:36:04.9321526Z adding 'torch/include/ATen/ops/dropout.h' 2024-11-01T16:36:04.9324827Z adding 'torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.9327804Z adding 'torch/include/ATen/ops/dropout_native.h' 2024-11-01T16:36:04.9330986Z adding 'torch/include/ATen/ops/dropout_ops.h' 2024-11-01T16:36:04.9334237Z adding 'torch/include/ATen/ops/dsplit.h' 2024-11-01T16:36:04.9337545Z adding 'torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.9340359Z adding 'torch/include/ATen/ops/dsplit_native.h' 2024-11-01T16:36:04.9343651Z adding 'torch/include/ATen/ops/dsplit_ops.h' 2024-11-01T16:36:04.9346723Z adding 'torch/include/ATen/ops/dstack.h' 2024-11-01T16:36:04.9350056Z adding 'torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.9352805Z adding 'torch/include/ATen/ops/dstack_native.h' 2024-11-01T16:36:04.9355992Z adding 'torch/include/ATen/ops/dstack_ops.h' 2024-11-01T16:36:04.9359227Z adding 'torch/include/ATen/ops/einsum.h' 2024-11-01T16:36:04.9362566Z adding 'torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.9365332Z adding 'torch/include/ATen/ops/einsum_native.h' 2024-11-01T16:36:04.9368453Z adding 'torch/include/ATen/ops/einsum_ops.h' 2024-11-01T16:36:04.9371578Z adding 'torch/include/ATen/ops/elu.h' 2024-11-01T16:36:04.9374772Z adding 'torch/include/ATen/ops/elu_backward.h' 2024-11-01T16:36:04.9378174Z adding 'torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.9381063Z adding 'torch/include/ATen/ops/elu_backward_cpu_dispatch.h' 2024-11-01T16:36:04.9384196Z adding 'torch/include/ATen/ops/elu_backward_cuda_dispatch.h' 2024-11-01T16:36:04.9387145Z adding 'torch/include/ATen/ops/elu_backward_meta.h' 2024-11-01T16:36:04.9390432Z adding 'torch/include/ATen/ops/elu_backward_meta_dispatch.h' 2024-11-01T16:36:04.9393493Z adding 'torch/include/ATen/ops/elu_backward_native.h' 2024-11-01T16:36:04.9396846Z adding 'torch/include/ATen/ops/elu_backward_ops.h' 2024-11-01T16:36:04.9400232Z adding 'torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.9403083Z adding 'torch/include/ATen/ops/elu_cpu_dispatch.h' 2024-11-01T16:36:04.9406152Z adding 'torch/include/ATen/ops/elu_cuda_dispatch.h' 2024-11-01T16:36:04.9409133Z adding 'torch/include/ATen/ops/elu_meta.h' 2024-11-01T16:36:04.9412216Z adding 'torch/include/ATen/ops/elu_meta_dispatch.h' 2024-11-01T16:36:04.9415239Z adding 'torch/include/ATen/ops/elu_native.h' 2024-11-01T16:36:04.9418388Z adding 'torch/include/ATen/ops/elu_ops.h' 2024-11-01T16:36:04.9421796Z adding 'torch/include/ATen/ops/embedding.h' 2024-11-01T16:36:04.9425121Z adding 'torch/include/ATen/ops/embedding_backward.h' 2024-11-01T16:36:04.9428484Z adding 'torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.9431275Z adding 'torch/include/ATen/ops/embedding_backward_native.h' 2024-11-01T16:36:04.9434719Z adding 'torch/include/ATen/ops/embedding_backward_ops.h' 2024-11-01T16:36:04.9438122Z adding 'torch/include/ATen/ops/embedding_bag.h' 2024-11-01T16:36:04.9441622Z adding 'torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.9444468Z adding 'torch/include/ATen/ops/embedding_bag_native.h' 2024-11-01T16:36:04.9447731Z adding 'torch/include/ATen/ops/embedding_bag_ops.h' 2024-11-01T16:36:04.9451128Z adding 'torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.9454374Z adding 'torch/include/ATen/ops/embedding_dense_backward.h' 2024-11-01T16:36:04.9457867Z adding 'torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.9460920Z adding 'torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h' 2024-11-01T16:36:04.9469730Z adding 'torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h' 2024-11-01T16:36:04.9472710Z adding 'torch/include/ATen/ops/embedding_dense_backward_native.h' 2024-11-01T16:36:04.9476027Z adding 'torch/include/ATen/ops/embedding_dense_backward_ops.h' 2024-11-01T16:36:04.9479046Z adding 'torch/include/ATen/ops/embedding_native.h' 2024-11-01T16:36:04.9482250Z adding 'torch/include/ATen/ops/embedding_ops.h' 2024-11-01T16:36:04.9485361Z adding 'torch/include/ATen/ops/embedding_renorm.h' 2024-11-01T16:36:04.9488733Z adding 'torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.9491653Z adding 'torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h' 2024-11-01T16:36:04.9494692Z adding 'torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h' 2024-11-01T16:36:04.9497689Z adding 'torch/include/ATen/ops/embedding_renorm_meta_dispatch.h' 2024-11-01T16:36:04.9500624Z adding 'torch/include/ATen/ops/embedding_renorm_native.h' 2024-11-01T16:36:04.9503827Z adding 'torch/include/ATen/ops/embedding_renorm_ops.h' 2024-11-01T16:36:04.9506935Z adding 'torch/include/ATen/ops/embedding_sparse_backward.h' 2024-11-01T16:36:04.9510212Z adding 'torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.9513019Z adding 'torch/include/ATen/ops/embedding_sparse_backward_native.h' 2024-11-01T16:36:04.9516334Z adding 'torch/include/ATen/ops/embedding_sparse_backward_ops.h' 2024-11-01T16:36:04.9519894Z adding 'torch/include/ATen/ops/empty.h' 2024-11-01T16:36:04.9523500Z adding 'torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.9526618Z adding 'torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.9529587Z adding 'torch/include/ATen/ops/empty_cpu_dispatch.h' 2024-11-01T16:36:04.9532722Z adding 'torch/include/ATen/ops/empty_cuda_dispatch.h' 2024-11-01T16:36:04.9535931Z adding 'torch/include/ATen/ops/empty_like.h' 2024-11-01T16:36:04.9539312Z adding 'torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.9542206Z adding 'torch/include/ATen/ops/empty_like_native.h' 2024-11-01T16:36:04.9545449Z adding 'torch/include/ATen/ops/empty_like_ops.h' 2024-11-01T16:36:04.9548592Z adding 'torch/include/ATen/ops/empty_meta_dispatch.h' 2024-11-01T16:36:04.9551778Z adding 'torch/include/ATen/ops/empty_native.h' 2024-11-01T16:36:04.9555262Z adding 'torch/include/ATen/ops/empty_ops.h' 2024-11-01T16:36:04.9559072Z adding 'torch/include/ATen/ops/empty_permuted.h' 2024-11-01T16:36:04.9563062Z adding 'torch/include/ATen/ops/empty_permuted_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.9565525Z adding 'torch/include/ATen/ops/empty_permuted_native.h' 2024-11-01T16:36:04.9568756Z adding 'torch/include/ATen/ops/empty_permuted_ops.h' 2024-11-01T16:36:04.9572034Z adding 'torch/include/ATen/ops/empty_quantized.h' 2024-11-01T16:36:04.9575446Z adding 'torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.9578285Z adding 'torch/include/ATen/ops/empty_quantized_native.h' 2024-11-01T16:36:04.9581530Z adding 'torch/include/ATen/ops/empty_quantized_ops.h' 2024-11-01T16:36:04.9585025Z adding 'torch/include/ATen/ops/empty_strided.h' 2024-11-01T16:36:04.9588513Z adding 'torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.9591466Z adding 'torch/include/ATen/ops/empty_strided_cpu_dispatch.h' 2024-11-01T16:36:04.9594807Z adding 'torch/include/ATen/ops/empty_strided_cuda_dispatch.h' 2024-11-01T16:36:04.9598182Z adding 'torch/include/ATen/ops/empty_strided_meta_dispatch.h' 2024-11-01T16:36:04.9601235Z adding 'torch/include/ATen/ops/empty_strided_native.h' 2024-11-01T16:36:04.9604601Z adding 'torch/include/ATen/ops/empty_strided_ops.h' 2024-11-01T16:36:04.9607723Z adding 'torch/include/ATen/ops/eq.h' 2024-11-01T16:36:04.9611343Z adding 'torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.9614174Z adding 'torch/include/ATen/ops/eq_cpu_dispatch.h' 2024-11-01T16:36:04.9617397Z adding 'torch/include/ATen/ops/eq_cuda_dispatch.h' 2024-11-01T16:36:04.9620483Z adding 'torch/include/ATen/ops/eq_meta.h' 2024-11-01T16:36:04.9623663Z adding 'torch/include/ATen/ops/eq_meta_dispatch.h' 2024-11-01T16:36:04.9626862Z adding 'torch/include/ATen/ops/eq_native.h' 2024-11-01T16:36:04.9630233Z adding 'torch/include/ATen/ops/eq_ops.h' 2024-11-01T16:36:04.9633471Z adding 'torch/include/ATen/ops/equal.h' 2024-11-01T16:36:04.9636702Z adding 'torch/include/ATen/ops/equal_cpu_dispatch.h' 2024-11-01T16:36:04.9639851Z adding 'torch/include/ATen/ops/equal_cuda_dispatch.h' 2024-11-01T16:36:04.9642876Z adding 'torch/include/ATen/ops/equal_native.h' 2024-11-01T16:36:04.9646015Z adding 'torch/include/ATen/ops/equal_ops.h' 2024-11-01T16:36:04.9649181Z adding 'torch/include/ATen/ops/erf.h' 2024-11-01T16:36:04.9652588Z adding 'torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.9655518Z adding 'torch/include/ATen/ops/erf_cpu_dispatch.h' 2024-11-01T16:36:04.9658544Z adding 'torch/include/ATen/ops/erf_cuda_dispatch.h' 2024-11-01T16:36:04.9661647Z adding 'torch/include/ATen/ops/erf_meta.h' 2024-11-01T16:36:04.9664719Z adding 'torch/include/ATen/ops/erf_meta_dispatch.h' 2024-11-01T16:36:04.9668205Z adding 'torch/include/ATen/ops/erf_native.h' 2024-11-01T16:36:04.9671558Z adding 'torch/include/ATen/ops/erf_ops.h' 2024-11-01T16:36:04.9675303Z adding 'torch/include/ATen/ops/erfc.h' 2024-11-01T16:36:04.9679068Z adding 'torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.9681939Z adding 'torch/include/ATen/ops/erfc_cpu_dispatch.h' 2024-11-01T16:36:04.9685098Z adding 'torch/include/ATen/ops/erfc_cuda_dispatch.h' 2024-11-01T16:36:04.9688117Z adding 'torch/include/ATen/ops/erfc_meta.h' 2024-11-01T16:36:04.9691246Z adding 'torch/include/ATen/ops/erfc_meta_dispatch.h' 2024-11-01T16:36:04.9694247Z adding 'torch/include/ATen/ops/erfc_native.h' 2024-11-01T16:36:04.9697556Z adding 'torch/include/ATen/ops/erfc_ops.h' 2024-11-01T16:36:04.9700761Z adding 'torch/include/ATen/ops/erfinv.h' 2024-11-01T16:36:04.9704174Z adding 'torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.9707168Z adding 'torch/include/ATen/ops/erfinv_cpu_dispatch.h' 2024-11-01T16:36:04.9710232Z adding 'torch/include/ATen/ops/erfinv_cuda_dispatch.h' 2024-11-01T16:36:04.9713300Z adding 'torch/include/ATen/ops/erfinv_meta.h' 2024-11-01T16:36:04.9716657Z adding 'torch/include/ATen/ops/erfinv_meta_dispatch.h' 2024-11-01T16:36:04.9719733Z adding 'torch/include/ATen/ops/erfinv_native.h' 2024-11-01T16:36:04.9723002Z adding 'torch/include/ATen/ops/erfinv_ops.h' 2024-11-01T16:36:04.9726031Z adding 'torch/include/ATen/ops/exp.h' 2024-11-01T16:36:04.9729233Z adding 'torch/include/ATen/ops/exp2.h' 2024-11-01T16:36:04.9732611Z adding 'torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.9735569Z adding 'torch/include/ATen/ops/exp2_cpu_dispatch.h' 2024-11-01T16:36:04.9738642Z adding 'torch/include/ATen/ops/exp2_cuda_dispatch.h' 2024-11-01T16:36:04.9741759Z adding 'torch/include/ATen/ops/exp2_meta.h' 2024-11-01T16:36:04.9744906Z adding 'torch/include/ATen/ops/exp2_meta_dispatch.h' 2024-11-01T16:36:04.9747889Z adding 'torch/include/ATen/ops/exp2_native.h' 2024-11-01T16:36:04.9751201Z adding 'torch/include/ATen/ops/exp2_ops.h' 2024-11-01T16:36:04.9754600Z adding 'torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.9757667Z adding 'torch/include/ATen/ops/exp_cpu_dispatch.h' 2024-11-01T16:36:04.9760705Z adding 'torch/include/ATen/ops/exp_cuda_dispatch.h' 2024-11-01T16:36:04.9763814Z adding 'torch/include/ATen/ops/exp_meta.h' 2024-11-01T16:36:04.9766976Z adding 'torch/include/ATen/ops/exp_meta_dispatch.h' 2024-11-01T16:36:04.9770067Z adding 'torch/include/ATen/ops/exp_native.h' 2024-11-01T16:36:04.9773280Z adding 'torch/include/ATen/ops/exp_ops.h' 2024-11-01T16:36:04.9776377Z adding 'torch/include/ATen/ops/expand.h' 2024-11-01T16:36:04.9779423Z adding 'torch/include/ATen/ops/expand_as.h' 2024-11-01T16:36:04.9782717Z adding 'torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.9785811Z adding 'torch/include/ATen/ops/expand_as_native.h' 2024-11-01T16:36:04.9789360Z adding 'torch/include/ATen/ops/expand_as_ops.h' 2024-11-01T16:36:04.9793188Z adding 'torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.9797065Z adding 'torch/include/ATen/ops/expand_copy.h' 2024-11-01T16:36:04.9800595Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.9803979Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.9806689Z adding 'torch/include/ATen/ops/expand_copy_native.h' 2024-11-01T16:36:04.9810038Z adding 'torch/include/ATen/ops/expand_copy_ops.h' 2024-11-01T16:36:04.9813026Z adding 'torch/include/ATen/ops/expand_native.h' 2024-11-01T16:36:04.9816302Z adding 'torch/include/ATen/ops/expand_ops.h' 2024-11-01T16:36:04.9819354Z adding 'torch/include/ATen/ops/expm1.h' 2024-11-01T16:36:04.9822948Z adding 'torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:04.9825745Z adding 'torch/include/ATen/ops/expm1_cpu_dispatch.h' 2024-11-01T16:36:04.9828771Z adding 'torch/include/ATen/ops/expm1_cuda_dispatch.h' 2024-11-01T16:36:04.9831856Z adding 'torch/include/ATen/ops/expm1_meta.h' 2024-11-01T16:36:04.9834967Z adding 'torch/include/ATen/ops/expm1_meta_dispatch.h' 2024-11-01T16:36:04.9838082Z adding 'torch/include/ATen/ops/expm1_native.h' 2024-11-01T16:36:04.9841218Z adding 'torch/include/ATen/ops/expm1_ops.h' 2024-11-01T16:36:04.9844388Z adding 'torch/include/ATen/ops/exponential.h' 2024-11-01T16:36:04.9847872Z adding 'torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.9850856Z adding 'torch/include/ATen/ops/exponential_cpu_dispatch.h' 2024-11-01T16:36:04.9853863Z adding 'torch/include/ATen/ops/exponential_cuda_dispatch.h' 2024-11-01T16:36:04.9856882Z adding 'torch/include/ATen/ops/exponential_meta_dispatch.h' 2024-11-01T16:36:04.9859813Z adding 'torch/include/ATen/ops/exponential_native.h' 2024-11-01T16:36:04.9863019Z adding 'torch/include/ATen/ops/exponential_ops.h' 2024-11-01T16:36:04.9866697Z adding 'torch/include/ATen/ops/eye.h' 2024-11-01T16:36:04.9870267Z adding 'torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.9873292Z adding 'torch/include/ATen/ops/eye_cpu_dispatch.h' 2024-11-01T16:36:04.9876566Z adding 'torch/include/ATen/ops/eye_cuda_dispatch.h' 2024-11-01T16:36:04.9879861Z adding 'torch/include/ATen/ops/eye_meta_dispatch.h' 2024-11-01T16:36:04.9882878Z adding 'torch/include/ATen/ops/eye_native.h' 2024-11-01T16:36:04.9886183Z adding 'torch/include/ATen/ops/eye_ops.h' 2024-11-01T16:36:04.9889454Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine.h' 2024-11-01T16:36:04.9892681Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h' 2024-11-01T16:36:04.9896301Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h' 2024-11-01T16:36:04.9899743Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.9902685Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h' 2024-11-01T16:36:04.9905747Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h' 2024-11-01T16:36:04.9909109Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.9912067Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h' 2024-11-01T16:36:04.9915220Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h' 2024-11-01T16:36:04.9918312Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h' 2024-11-01T16:36:04.9921557Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h' 2024-11-01T16:36:04.9924837Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.9927685Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h' 2024-11-01T16:36:04.9930792Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h' 2024-11-01T16:36:04.9933980Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine.h' 2024-11-01T16:36:04.9937263Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h' 2024-11-01T16:36:04.9940472Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h' 2024-11-01T16:36:04.9943770Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.9946583Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h' 2024-11-01T16:36:04.9949659Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h' 2024-11-01T16:36:04.9952976Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:04.9956004Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h' 2024-11-01T16:36:04.9959116Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h' 2024-11-01T16:36:04.9962124Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h' 2024-11-01T16:36:04.9965396Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h' 2024-11-01T16:36:04.9968685Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.9971531Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h' 2024-11-01T16:36:04.9974750Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h' 2024-11-01T16:36:04.9977754Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight.h' 2024-11-01T16:36:04.9981032Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.9984038Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h' 2024-11-01T16:36:04.9987617Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:04.9993132Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h' 2024-11-01T16:36:04.9995121Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h' 2024-11-01T16:36:04.9998353Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h' 2024-11-01T16:36:05.0001531Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h' 2024-11-01T16:36:05.0004776Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight.h' 2024-11-01T16:36:05.0007843Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.0010765Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h' 2024-11-01T16:36:05.0014058Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.0016858Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h' 2024-11-01T16:36:05.0020001Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h' 2024-11-01T16:36:05.0022932Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h' 2024-11-01T16:36:05.0026134Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h' 2024-11-01T16:36:05.0029271Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight.h' 2024-11-01T16:36:05.0032507Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.0035259Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h' 2024-11-01T16:36:05.0038491Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h' 2024-11-01T16:36:05.0041423Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h' 2024-11-01T16:36:05.0044686Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.0047462Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h' 2024-11-01T16:36:05.0050582Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h' 2024-11-01T16:36:05.0053505Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h' 2024-11-01T16:36:05.0056791Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.0059577Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h' 2024-11-01T16:36:05.0062660Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h' 2024-11-01T16:36:05.0065611Z adding 'torch/include/ATen/ops/feature_alpha_dropout.h' 2024-11-01T16:36:05.0068890Z adding 'torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.0071667Z adding 'torch/include/ATen/ops/feature_alpha_dropout_native.h' 2024-11-01T16:36:05.0074793Z adding 'torch/include/ATen/ops/feature_alpha_dropout_ops.h' 2024-11-01T16:36:05.0077931Z adding 'torch/include/ATen/ops/feature_dropout.h' 2024-11-01T16:36:05.0081246Z adding 'torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.0084012Z adding 'torch/include/ATen/ops/feature_dropout_native.h' 2024-11-01T16:36:05.0087095Z adding 'torch/include/ATen/ops/feature_dropout_ops.h' 2024-11-01T16:36:05.0090377Z adding 'torch/include/ATen/ops/fft_fft.h' 2024-11-01T16:36:05.0093892Z adding 'torch/include/ATen/ops/fft_fft2.h' 2024-11-01T16:36:05.0097521Z adding 'torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.0100398Z adding 'torch/include/ATen/ops/fft_fft2_native.h' 2024-11-01T16:36:05.0103577Z adding 'torch/include/ATen/ops/fft_fft2_ops.h' 2024-11-01T16:36:05.0106953Z adding 'torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.0109750Z adding 'torch/include/ATen/ops/fft_fft_native.h' 2024-11-01T16:36:05.0112917Z adding 'torch/include/ATen/ops/fft_fft_ops.h' 2024-11-01T16:36:05.0123473Z adding 'torch/include/ATen/ops/fft_fftfreq.h' 2024-11-01T16:36:05.0124314Z adding 'torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.0125048Z adding 'torch/include/ATen/ops/fft_fftfreq_native.h' 2024-11-01T16:36:05.0126222Z adding 'torch/include/ATen/ops/fft_fftfreq_ops.h' 2024-11-01T16:36:05.0129873Z adding 'torch/include/ATen/ops/fft_fftn.h' 2024-11-01T16:36:05.0133096Z adding 'torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.0135890Z adding 'torch/include/ATen/ops/fft_fftn_native.h' 2024-11-01T16:36:05.0139101Z adding 'torch/include/ATen/ops/fft_fftn_ops.h' 2024-11-01T16:36:05.0142172Z adding 'torch/include/ATen/ops/fft_fftshift.h' 2024-11-01T16:36:05.0145447Z adding 'torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.0154078Z adding 'torch/include/ATen/ops/fft_fftshift_native.h' 2024-11-01T16:36:05.0157361Z adding 'torch/include/ATen/ops/fft_fftshift_ops.h' 2024-11-01T16:36:05.0160685Z adding 'torch/include/ATen/ops/fft_hfft.h' 2024-11-01T16:36:05.0164187Z adding 'torch/include/ATen/ops/fft_hfft2.h' 2024-11-01T16:36:05.0167679Z adding 'torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.0174938Z adding 'torch/include/ATen/ops/fft_hfft2_native.h' 2024-11-01T16:36:05.0178311Z adding 'torch/include/ATen/ops/fft_hfft2_ops.h' 2024-11-01T16:36:05.0181678Z adding 'torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.0184526Z adding 'torch/include/ATen/ops/fft_hfft_native.h' 2024-11-01T16:36:05.0187692Z adding 'torch/include/ATen/ops/fft_hfft_ops.h' 2024-11-01T16:36:05.0191101Z adding 'torch/include/ATen/ops/fft_hfftn.h' 2024-11-01T16:36:05.0194615Z adding 'torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.0197796Z adding 'torch/include/ATen/ops/fft_hfftn_native.h' 2024-11-01T16:36:05.0200960Z adding 'torch/include/ATen/ops/fft_hfftn_ops.h' 2024-11-01T16:36:05.0204385Z adding 'torch/include/ATen/ops/fft_ifft.h' 2024-11-01T16:36:05.0207902Z adding 'torch/include/ATen/ops/fft_ifft2.h' 2024-11-01T16:36:05.0211354Z adding 'torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.0214173Z adding 'torch/include/ATen/ops/fft_ifft2_native.h' 2024-11-01T16:36:05.0217328Z adding 'torch/include/ATen/ops/fft_ifft2_ops.h' 2024-11-01T16:36:05.0220727Z adding 'torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.0223525Z adding 'torch/include/ATen/ops/fft_ifft_native.h' 2024-11-01T16:36:05.0226698Z adding 'torch/include/ATen/ops/fft_ifft_ops.h' 2024-11-01T16:36:05.0230088Z adding 'torch/include/ATen/ops/fft_ifftn.h' 2024-11-01T16:36:05.0233555Z adding 'torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.0236522Z adding 'torch/include/ATen/ops/fft_ifftn_native.h' 2024-11-01T16:36:05.0239708Z adding 'torch/include/ATen/ops/fft_ifftn_ops.h' 2024-11-01T16:36:05.0242765Z adding 'torch/include/ATen/ops/fft_ifftshift.h' 2024-11-01T16:36:05.0246003Z adding 'torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.0248764Z adding 'torch/include/ATen/ops/fft_ifftshift_native.h' 2024-11-01T16:36:05.0251797Z adding 'torch/include/ATen/ops/fft_ifftshift_ops.h' 2024-11-01T16:36:05.0255108Z adding 'torch/include/ATen/ops/fft_ihfft.h' 2024-11-01T16:36:05.0258597Z adding 'torch/include/ATen/ops/fft_ihfft2.h' 2024-11-01T16:36:05.0262088Z adding 'torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.0264992Z adding 'torch/include/ATen/ops/fft_ihfft2_native.h' 2024-11-01T16:36:05.0268165Z adding 'torch/include/ATen/ops/fft_ihfft2_ops.h' 2024-11-01T16:36:05.0271532Z adding 'torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.0274389Z adding 'torch/include/ATen/ops/fft_ihfft_native.h' 2024-11-01T16:36:05.0277657Z adding 'torch/include/ATen/ops/fft_ihfft_ops.h' 2024-11-01T16:36:05.0281065Z adding 'torch/include/ATen/ops/fft_ihfftn.h' 2024-11-01T16:36:05.0284706Z adding 'torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.0287449Z adding 'torch/include/ATen/ops/fft_ihfftn_native.h' 2024-11-01T16:36:05.0290649Z adding 'torch/include/ATen/ops/fft_ihfftn_ops.h' 2024-11-01T16:36:05.0294013Z adding 'torch/include/ATen/ops/fft_irfft.h' 2024-11-01T16:36:05.0297608Z adding 'torch/include/ATen/ops/fft_irfft2.h' 2024-11-01T16:36:05.0301206Z adding 'torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.0304021Z adding 'torch/include/ATen/ops/fft_irfft2_native.h' 2024-11-01T16:36:05.0307218Z adding 'torch/include/ATen/ops/fft_irfft2_ops.h' 2024-11-01T16:36:05.0310577Z adding 'torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.0313387Z adding 'torch/include/ATen/ops/fft_irfft_native.h' 2024-11-01T16:36:05.0316632Z adding 'torch/include/ATen/ops/fft_irfft_ops.h' 2024-11-01T16:36:05.0320011Z adding 'torch/include/ATen/ops/fft_irfftn.h' 2024-11-01T16:36:05.0323505Z adding 'torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.0326356Z adding 'torch/include/ATen/ops/fft_irfftn_native.h' 2024-11-01T16:36:05.0329570Z adding 'torch/include/ATen/ops/fft_irfftn_ops.h' 2024-11-01T16:36:05.0333025Z adding 'torch/include/ATen/ops/fft_rfft.h' 2024-11-01T16:36:05.0336418Z adding 'torch/include/ATen/ops/fft_rfft2.h' 2024-11-01T16:36:05.0339921Z adding 'torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.0342732Z adding 'torch/include/ATen/ops/fft_rfft2_native.h' 2024-11-01T16:36:05.0345876Z adding 'torch/include/ATen/ops/fft_rfft2_ops.h' 2024-11-01T16:36:05.0349300Z adding 'torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.0352145Z adding 'torch/include/ATen/ops/fft_rfft_native.h' 2024-11-01T16:36:05.0355379Z adding 'torch/include/ATen/ops/fft_rfft_ops.h' 2024-11-01T16:36:05.0358706Z adding 'torch/include/ATen/ops/fft_rfftfreq.h' 2024-11-01T16:36:05.0362338Z adding 'torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.0365168Z adding 'torch/include/ATen/ops/fft_rfftfreq_native.h' 2024-11-01T16:36:05.0368348Z adding 'torch/include/ATen/ops/fft_rfftfreq_ops.h' 2024-11-01T16:36:05.0371754Z adding 'torch/include/ATen/ops/fft_rfftn.h' 2024-11-01T16:36:05.0375253Z adding 'torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.0378123Z adding 'torch/include/ATen/ops/fft_rfftn_native.h' 2024-11-01T16:36:05.0381290Z adding 'torch/include/ATen/ops/fft_rfftn_ops.h' 2024-11-01T16:36:05.0384465Z adding 'torch/include/ATen/ops/fill.h' 2024-11-01T16:36:05.0387817Z adding 'torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.0390691Z adding 'torch/include/ATen/ops/fill_cpu_dispatch.h' 2024-11-01T16:36:05.0393698Z adding 'torch/include/ATen/ops/fill_cuda_dispatch.h' 2024-11-01T16:36:05.0396732Z adding 'torch/include/ATen/ops/fill_diagonal.h' 2024-11-01T16:36:05.0400330Z adding 'torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.0403143Z adding 'torch/include/ATen/ops/fill_diagonal_native.h' 2024-11-01T16:36:05.0406338Z adding 'torch/include/ATen/ops/fill_diagonal_ops.h' 2024-11-01T16:36:05.0409857Z adding 'torch/include/ATen/ops/fill_meta_dispatch.h' 2024-11-01T16:36:05.0413351Z adding 'torch/include/ATen/ops/fill_native.h' 2024-11-01T16:36:05.0417934Z adding 'torch/include/ATen/ops/fill_ops.h' 2024-11-01T16:36:05.0421694Z adding 'torch/include/ATen/ops/fix.h' 2024-11-01T16:36:05.0425582Z adding 'torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.0428850Z adding 'torch/include/ATen/ops/fix_native.h' 2024-11-01T16:36:05.0432467Z adding 'torch/include/ATen/ops/fix_ops.h' 2024-11-01T16:36:05.0435662Z adding 'torch/include/ATen/ops/flatten.h' 2024-11-01T16:36:05.0439243Z adding 'torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.0442303Z adding 'torch/include/ATen/ops/flatten_dense_tensors.h' 2024-11-01T16:36:05.0445550Z adding 'torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.0448432Z adding 'torch/include/ATen/ops/flatten_dense_tensors_native.h' 2024-11-01T16:36:05.0456743Z adding 'torch/include/ATen/ops/flatten_dense_tensors_ops.h' 2024-11-01T16:36:05.0459927Z adding 'torch/include/ATen/ops/flatten_native.h' 2024-11-01T16:36:05.0463251Z adding 'torch/include/ATen/ops/flatten_ops.h' 2024-11-01T16:36:05.0466490Z adding 'torch/include/ATen/ops/flip.h' 2024-11-01T16:36:05.0469806Z adding 'torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.0472796Z adding 'torch/include/ATen/ops/flip_cpu_dispatch.h' 2024-11-01T16:36:05.0475994Z adding 'torch/include/ATen/ops/flip_cuda_dispatch.h' 2024-11-01T16:36:05.0478974Z adding 'torch/include/ATen/ops/flip_native.h' 2024-11-01T16:36:05.0482199Z adding 'torch/include/ATen/ops/flip_ops.h' 2024-11-01T16:36:05.0485243Z adding 'torch/include/ATen/ops/fliplr.h' 2024-11-01T16:36:05.0488631Z adding 'torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.0491388Z adding 'torch/include/ATen/ops/fliplr_native.h' 2024-11-01T16:36:05.0494666Z adding 'torch/include/ATen/ops/fliplr_ops.h' 2024-11-01T16:36:05.0497585Z adding 'torch/include/ATen/ops/flipud.h' 2024-11-01T16:36:05.0500987Z adding 'torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.0503730Z adding 'torch/include/ATen/ops/flipud_native.h' 2024-11-01T16:36:05.0506885Z adding 'torch/include/ATen/ops/flipud_ops.h' 2024-11-01T16:36:05.0510236Z adding 'torch/include/ATen/ops/float_power.h' 2024-11-01T16:36:05.0513642Z adding 'torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.0516709Z adding 'torch/include/ATen/ops/float_power_native.h' 2024-11-01T16:36:05.0520214Z adding 'torch/include/ATen/ops/float_power_ops.h' 2024-11-01T16:36:05.0523535Z adding 'torch/include/ATen/ops/floor.h' 2024-11-01T16:36:05.0526858Z adding 'torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.0529648Z adding 'torch/include/ATen/ops/floor_cpu_dispatch.h' 2024-11-01T16:36:05.0532817Z adding 'torch/include/ATen/ops/floor_cuda_dispatch.h' 2024-11-01T16:36:05.0535908Z adding 'torch/include/ATen/ops/floor_divide.h' 2024-11-01T16:36:05.0539260Z adding 'torch/include/ATen/ops/floor_divide_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.0542203Z adding 'torch/include/ATen/ops/floor_divide_cpu_dispatch.h' 2024-11-01T16:36:05.0545244Z adding 'torch/include/ATen/ops/floor_divide_cuda_dispatch.h' 2024-11-01T16:36:05.0548415Z adding 'torch/include/ATen/ops/floor_divide_meta_dispatch.h' 2024-11-01T16:36:05.0551370Z adding 'torch/include/ATen/ops/floor_divide_native.h' 2024-11-01T16:36:05.0554721Z adding 'torch/include/ATen/ops/floor_divide_ops.h' 2024-11-01T16:36:05.0557906Z adding 'torch/include/ATen/ops/floor_meta.h' 2024-11-01T16:36:05.0561008Z adding 'torch/include/ATen/ops/floor_meta_dispatch.h' 2024-11-01T16:36:05.0563989Z adding 'torch/include/ATen/ops/floor_native.h' 2024-11-01T16:36:05.0567143Z adding 'torch/include/ATen/ops/floor_ops.h' 2024-11-01T16:36:05.0570192Z adding 'torch/include/ATen/ops/fmax.h' 2024-11-01T16:36:05.0573535Z adding 'torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.0576321Z adding 'torch/include/ATen/ops/fmax_cpu_dispatch.h' 2024-11-01T16:36:05.0579504Z adding 'torch/include/ATen/ops/fmax_cuda_dispatch.h' 2024-11-01T16:36:05.0582459Z adding 'torch/include/ATen/ops/fmax_meta.h' 2024-11-01T16:36:05.0585504Z adding 'torch/include/ATen/ops/fmax_meta_dispatch.h' 2024-11-01T16:36:05.0588463Z adding 'torch/include/ATen/ops/fmax_native.h' 2024-11-01T16:36:05.0591924Z adding 'torch/include/ATen/ops/fmax_ops.h' 2024-11-01T16:36:05.0594992Z adding 'torch/include/ATen/ops/fmin.h' 2024-11-01T16:36:05.0598539Z adding 'torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.0601253Z adding 'torch/include/ATen/ops/fmin_cpu_dispatch.h' 2024-11-01T16:36:05.0604300Z adding 'torch/include/ATen/ops/fmin_cuda_dispatch.h' 2024-11-01T16:36:05.0607188Z adding 'torch/include/ATen/ops/fmin_meta.h' 2024-11-01T16:36:05.0610234Z adding 'torch/include/ATen/ops/fmin_meta_dispatch.h' 2024-11-01T16:36:05.0613208Z adding 'torch/include/ATen/ops/fmin_native.h' 2024-11-01T16:36:05.0616312Z adding 'torch/include/ATen/ops/fmin_ops.h' 2024-11-01T16:36:05.0619450Z adding 'torch/include/ATen/ops/fmod.h' 2024-11-01T16:36:05.0622768Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.0625934Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.0628742Z adding 'torch/include/ATen/ops/fmod_cpu_dispatch.h' 2024-11-01T16:36:05.0631832Z adding 'torch/include/ATen/ops/fmod_cuda_dispatch.h' 2024-11-01T16:36:05.0634944Z adding 'torch/include/ATen/ops/fmod_meta.h' 2024-11-01T16:36:05.0638173Z adding 'torch/include/ATen/ops/fmod_meta_dispatch.h' 2024-11-01T16:36:05.0641194Z adding 'torch/include/ATen/ops/fmod_native.h' 2024-11-01T16:36:05.0644537Z adding 'torch/include/ATen/ops/fmod_ops.h' 2024-11-01T16:36:05.0647711Z adding 'torch/include/ATen/ops/frac.h' 2024-11-01T16:36:05.0651019Z adding 'torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.0653778Z adding 'torch/include/ATen/ops/frac_cpu_dispatch.h' 2024-11-01T16:36:05.0656789Z adding 'torch/include/ATen/ops/frac_cuda_dispatch.h' 2024-11-01T16:36:05.0659844Z adding 'torch/include/ATen/ops/frac_meta.h' 2024-11-01T16:36:05.0662911Z adding 'torch/include/ATen/ops/frac_meta_dispatch.h' 2024-11-01T16:36:05.0665914Z adding 'torch/include/ATen/ops/frac_native.h' 2024-11-01T16:36:05.0669129Z adding 'torch/include/ATen/ops/frac_ops.h' 2024-11-01T16:36:05.0672407Z adding 'torch/include/ATen/ops/fractional_max_pool2d.h' 2024-11-01T16:36:05.0675736Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward.h' 2024-11-01T16:36:05.0679266Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.0682159Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h' 2024-11-01T16:36:05.0685259Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h' 2024-11-01T16:36:05.0688235Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h' 2024-11-01T16:36:05.0691434Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h' 2024-11-01T16:36:05.0694416Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_native.h' 2024-11-01T16:36:05.0697695Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h' 2024-11-01T16:36:05.0701064Z adding 'torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.0703917Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h' 2024-11-01T16:36:05.0707041Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h' 2024-11-01T16:36:05.0710111Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta.h' 2024-11-01T16:36:05.0713214Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h' 2024-11-01T16:36:05.0716313Z adding 'torch/include/ATen/ops/fractional_max_pool2d_native.h' 2024-11-01T16:36:05.0719566Z adding 'torch/include/ATen/ops/fractional_max_pool2d_ops.h' 2024-11-01T16:36:05.0722758Z adding 'torch/include/ATen/ops/fractional_max_pool3d.h' 2024-11-01T16:36:05.0725929Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward.h' 2024-11-01T16:36:05.0729223Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h' 2024-11-01T16:36:05.0732397Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h' 2024-11-01T16:36:05.0735586Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_native.h' 2024-11-01T16:36:05.0738937Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h' 2024-11-01T16:36:05.0742457Z adding 'torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.0745404Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h' 2024-11-01T16:36:05.0748613Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h' 2024-11-01T16:36:05.0752667Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta.h' 2024-11-01T16:36:05.0756462Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h' 2024-11-01T16:36:05.0759694Z adding 'torch/include/ATen/ops/fractional_max_pool3d_native.h' 2024-11-01T16:36:05.0763095Z adding 'torch/include/ATen/ops/fractional_max_pool3d_ops.h' 2024-11-01T16:36:05.0766169Z adding 'torch/include/ATen/ops/frexp.h' 2024-11-01T16:36:05.0769584Z adding 'torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.0772522Z adding 'torch/include/ATen/ops/frexp_cpu_dispatch.h' 2024-11-01T16:36:05.0775685Z adding 'torch/include/ATen/ops/frexp_cuda_dispatch.h' 2024-11-01T16:36:05.0778716Z adding 'torch/include/ATen/ops/frexp_native.h' 2024-11-01T16:36:05.0782057Z adding 'torch/include/ATen/ops/frexp_ops.h' 2024-11-01T16:36:05.0785227Z adding 'torch/include/ATen/ops/frobenius_norm.h' 2024-11-01T16:36:05.0788628Z adding 'torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.0791872Z adding 'torch/include/ATen/ops/frobenius_norm_native.h' 2024-11-01T16:36:05.0794794Z adding 'torch/include/ATen/ops/frobenius_norm_ops.h' 2024-11-01T16:36:05.0798784Z adding 'torch/include/ATen/ops/from_blob.h' 2024-11-01T16:36:05.0802155Z adding 'torch/include/ATen/ops/from_file.h' 2024-11-01T16:36:05.0806266Z adding 'torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.0809535Z adding 'torch/include/ATen/ops/from_file_cpu_dispatch.h' 2024-11-01T16:36:05.0819500Z adding 'torch/include/ATen/ops/from_file_native.h' 2024-11-01T16:36:05.0823374Z adding 'torch/include/ATen/ops/from_file_ops.h' 2024-11-01T16:36:05.0827541Z adding 'torch/include/ATen/ops/full.h' 2024-11-01T16:36:05.0831552Z adding 'torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.0835003Z adding 'torch/include/ATen/ops/full_like.h' 2024-11-01T16:36:05.0838637Z adding 'torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.0842005Z adding 'torch/include/ATen/ops/full_like_native.h' 2024-11-01T16:36:05.0845669Z adding 'torch/include/ATen/ops/full_like_ops.h' 2024-11-01T16:36:05.0848825Z adding 'torch/include/ATen/ops/full_native.h' 2024-11-01T16:36:05.0852656Z adding 'torch/include/ATen/ops/full_ops.h' 2024-11-01T16:36:05.0855913Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h' 2024-11-01T16:36:05.0859456Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.0862487Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h' 2024-11-01T16:36:05.0865736Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h' 2024-11-01T16:36:05.0868931Z adding 'torch/include/ATen/ops/gather.h' 2024-11-01T16:36:05.0872081Z adding 'torch/include/ATen/ops/gather_backward.h' 2024-11-01T16:36:05.0875483Z adding 'torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.0878387Z adding 'torch/include/ATen/ops/gather_backward_native.h' 2024-11-01T16:36:05.0881615Z adding 'torch/include/ATen/ops/gather_backward_ops.h' 2024-11-01T16:36:05.0885157Z adding 'torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.0887994Z adding 'torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.0890896Z adding 'torch/include/ATen/ops/gather_cpu_dispatch.h' 2024-11-01T16:36:05.0893964Z adding 'torch/include/ATen/ops/gather_cuda_dispatch.h' 2024-11-01T16:36:05.0897225Z adding 'torch/include/ATen/ops/gather_meta.h' 2024-11-01T16:36:05.0900223Z adding 'torch/include/ATen/ops/gather_meta_dispatch.h' 2024-11-01T16:36:05.0903207Z adding 'torch/include/ATen/ops/gather_native.h' 2024-11-01T16:36:05.0906434Z adding 'torch/include/ATen/ops/gather_ops.h' 2024-11-01T16:36:05.0909535Z adding 'torch/include/ATen/ops/gcd.h' 2024-11-01T16:36:05.0912966Z adding 'torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.0915952Z adding 'torch/include/ATen/ops/gcd_cpu_dispatch.h' 2024-11-01T16:36:05.0919288Z adding 'torch/include/ATen/ops/gcd_cuda_dispatch.h' 2024-11-01T16:36:05.0921976Z adding 'torch/include/ATen/ops/gcd_meta.h' 2024-11-01T16:36:05.0925023Z adding 'torch/include/ATen/ops/gcd_meta_dispatch.h' 2024-11-01T16:36:05.0928137Z adding 'torch/include/ATen/ops/gcd_native.h' 2024-11-01T16:36:05.0931277Z adding 'torch/include/ATen/ops/gcd_ops.h' 2024-11-01T16:36:05.0934397Z adding 'torch/include/ATen/ops/ge.h' 2024-11-01T16:36:05.0937807Z adding 'torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.0940608Z adding 'torch/include/ATen/ops/ge_cpu_dispatch.h' 2024-11-01T16:36:05.0943793Z adding 'torch/include/ATen/ops/ge_cuda_dispatch.h' 2024-11-01T16:36:05.0947040Z adding 'torch/include/ATen/ops/ge_meta.h' 2024-11-01T16:36:05.0950024Z adding 'torch/include/ATen/ops/ge_meta_dispatch.h' 2024-11-01T16:36:05.0953068Z adding 'torch/include/ATen/ops/ge_native.h' 2024-11-01T16:36:05.0956496Z adding 'torch/include/ATen/ops/ge_ops.h' 2024-11-01T16:36:05.0959667Z adding 'torch/include/ATen/ops/gelu.h' 2024-11-01T16:36:05.0962761Z adding 'torch/include/ATen/ops/gelu_backward.h' 2024-11-01T16:36:05.0966162Z adding 'torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.0968991Z adding 'torch/include/ATen/ops/gelu_backward_cpu_dispatch.h' 2024-11-01T16:36:05.0972076Z adding 'torch/include/ATen/ops/gelu_backward_cuda_dispatch.h' 2024-11-01T16:36:05.0975018Z adding 'torch/include/ATen/ops/gelu_backward_meta.h' 2024-11-01T16:36:05.0978125Z adding 'torch/include/ATen/ops/gelu_backward_meta_dispatch.h' 2024-11-01T16:36:05.0981107Z adding 'torch/include/ATen/ops/gelu_backward_native.h' 2024-11-01T16:36:05.0984438Z adding 'torch/include/ATen/ops/gelu_backward_ops.h' 2024-11-01T16:36:05.0987958Z adding 'torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.0990748Z adding 'torch/include/ATen/ops/gelu_cpu_dispatch.h' 2024-11-01T16:36:05.0993918Z adding 'torch/include/ATen/ops/gelu_cuda_dispatch.h' 2024-11-01T16:36:05.0997012Z adding 'torch/include/ATen/ops/gelu_meta.h' 2024-11-01T16:36:05.1000324Z adding 'torch/include/ATen/ops/gelu_meta_dispatch.h' 2024-11-01T16:36:05.1003370Z adding 'torch/include/ATen/ops/gelu_native.h' 2024-11-01T16:36:05.1006764Z adding 'torch/include/ATen/ops/gelu_ops.h' 2024-11-01T16:36:05.1009956Z adding 'torch/include/ATen/ops/geometric.h' 2024-11-01T16:36:05.1013483Z adding 'torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.1016564Z adding 'torch/include/ATen/ops/geometric_cpu_dispatch.h' 2024-11-01T16:36:05.1019599Z adding 'torch/include/ATen/ops/geometric_cuda_dispatch.h' 2024-11-01T16:36:05.1022778Z adding 'torch/include/ATen/ops/geometric_meta_dispatch.h' 2024-11-01T16:36:05.1025767Z adding 'torch/include/ATen/ops/geometric_native.h' 2024-11-01T16:36:05.1029121Z adding 'torch/include/ATen/ops/geometric_ops.h' 2024-11-01T16:36:05.1032249Z adding 'torch/include/ATen/ops/geqrf.h' 2024-11-01T16:36:05.1035517Z adding 'torch/include/ATen/ops/geqrf_cpu_dispatch.h' 2024-11-01T16:36:05.1038756Z adding 'torch/include/ATen/ops/geqrf_cuda_dispatch.h' 2024-11-01T16:36:05.1041733Z adding 'torch/include/ATen/ops/geqrf_native.h' 2024-11-01T16:36:05.1044994Z adding 'torch/include/ATen/ops/geqrf_ops.h' 2024-11-01T16:36:05.1048080Z adding 'torch/include/ATen/ops/ger.h' 2024-11-01T16:36:05.1051574Z adding 'torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.1054354Z adding 'torch/include/ATen/ops/ger_native.h' 2024-11-01T16:36:05.1058106Z adding 'torch/include/ATen/ops/ger_ops.h' 2024-11-01T16:36:05.1061312Z adding 'torch/include/ATen/ops/glu.h' 2024-11-01T16:36:05.1064461Z adding 'torch/include/ATen/ops/glu_backward.h' 2024-11-01T16:36:05.1067716Z adding 'torch/include/ATen/ops/glu_backward_cpu_dispatch.h' 2024-11-01T16:36:05.1070801Z adding 'torch/include/ATen/ops/glu_backward_cuda_dispatch.h' 2024-11-01T16:36:05.1074003Z adding 'torch/include/ATen/ops/glu_backward_jvp.h' 2024-11-01T16:36:05.1077527Z adding 'torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.1080602Z adding 'torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h' 2024-11-01T16:36:05.1083741Z adding 'torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h' 2024-11-01T16:36:05.1086728Z adding 'torch/include/ATen/ops/glu_backward_jvp_native.h' 2024-11-01T16:36:05.1090086Z adding 'torch/include/ATen/ops/glu_backward_jvp_ops.h' 2024-11-01T16:36:05.1093115Z adding 'torch/include/ATen/ops/glu_backward_native.h' 2024-11-01T16:36:05.1096382Z adding 'torch/include/ATen/ops/glu_backward_ops.h' 2024-11-01T16:36:05.1099842Z adding 'torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.1102708Z adding 'torch/include/ATen/ops/glu_cpu_dispatch.h' 2024-11-01T16:36:05.1105843Z adding 'torch/include/ATen/ops/glu_cuda_dispatch.h' 2024-11-01T16:36:05.1109014Z adding 'torch/include/ATen/ops/glu_jvp.h' 2024-11-01T16:36:05.1112458Z adding 'torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.1115427Z adding 'torch/include/ATen/ops/glu_jvp_cpu_dispatch.h' 2024-11-01T16:36:05.1118597Z adding 'torch/include/ATen/ops/glu_jvp_cuda_dispatch.h' 2024-11-01T16:36:05.1121553Z adding 'torch/include/ATen/ops/glu_jvp_native.h' 2024-11-01T16:36:05.1124902Z adding 'torch/include/ATen/ops/glu_jvp_ops.h' 2024-11-01T16:36:05.1127960Z adding 'torch/include/ATen/ops/glu_meta.h' 2024-11-01T16:36:05.1131179Z adding 'torch/include/ATen/ops/glu_meta_dispatch.h' 2024-11-01T16:36:05.1134279Z adding 'torch/include/ATen/ops/glu_native.h' 2024-11-01T16:36:05.1137399Z adding 'torch/include/ATen/ops/glu_ops.h' 2024-11-01T16:36:05.1140737Z adding 'torch/include/ATen/ops/gradient.h' 2024-11-01T16:36:05.1144251Z adding 'torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.1147274Z adding 'torch/include/ATen/ops/gradient_native.h' 2024-11-01T16:36:05.1150858Z adding 'torch/include/ATen/ops/gradient_ops.h' 2024-11-01T16:36:05.1154255Z adding 'torch/include/ATen/ops/greater.h' 2024-11-01T16:36:05.1157848Z adding 'torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.1160820Z adding 'torch/include/ATen/ops/greater_equal.h' 2024-11-01T16:36:05.1164955Z adding 'torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.1167893Z adding 'torch/include/ATen/ops/greater_equal_native.h' 2024-11-01T16:36:05.1171343Z adding 'torch/include/ATen/ops/greater_equal_ops.h' 2024-11-01T16:36:05.1174547Z adding 'torch/include/ATen/ops/greater_native.h' 2024-11-01T16:36:05.1177910Z adding 'torch/include/ATen/ops/greater_ops.h' 2024-11-01T16:36:05.1181198Z adding 'torch/include/ATen/ops/grid_sampler.h' 2024-11-01T16:36:05.1184317Z adding 'torch/include/ATen/ops/grid_sampler_2d.h' 2024-11-01T16:36:05.1187766Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward.h' 2024-11-01T16:36:05.1191349Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.1194297Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h' 2024-11-01T16:36:05.1197614Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h' 2024-11-01T16:36:05.1200632Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_native.h' 2024-11-01T16:36:05.1204194Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_ops.h' 2024-11-01T16:36:05.1207528Z adding 'torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.1210535Z adding 'torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h' 2024-11-01T16:36:05.1213690Z adding 'torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h' 2024-11-01T16:36:05.1216662Z adding 'torch/include/ATen/ops/grid_sampler_2d_native.h' 2024-11-01T16:36:05.1219986Z adding 'torch/include/ATen/ops/grid_sampler_2d_ops.h' 2024-11-01T16:36:05.1223132Z adding 'torch/include/ATen/ops/grid_sampler_3d.h' 2024-11-01T16:36:05.1226562Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward.h' 2024-11-01T16:36:05.1230065Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.1233074Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h' 2024-11-01T16:36:05.1236366Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h' 2024-11-01T16:36:05.1239386Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_native.h' 2024-11-01T16:36:05.1242788Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_ops.h' 2024-11-01T16:36:05.1246179Z adding 'torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.1249200Z adding 'torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h' 2024-11-01T16:36:05.1252276Z adding 'torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h' 2024-11-01T16:36:05.1255292Z adding 'torch/include/ATen/ops/grid_sampler_3d_native.h' 2024-11-01T16:36:05.1258565Z adding 'torch/include/ATen/ops/grid_sampler_3d_ops.h' 2024-11-01T16:36:05.1261875Z adding 'torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.1264805Z adding 'torch/include/ATen/ops/grid_sampler_native.h' 2024-11-01T16:36:05.1267966Z adding 'torch/include/ATen/ops/grid_sampler_ops.h' 2024-11-01T16:36:05.1271173Z adding 'torch/include/ATen/ops/group_norm.h' 2024-11-01T16:36:05.1274505Z adding 'torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.1277557Z adding 'torch/include/ATen/ops/group_norm_native.h' 2024-11-01T16:36:05.1280766Z adding 'torch/include/ATen/ops/group_norm_ops.h' 2024-11-01T16:36:05.1283890Z adding 'torch/include/ATen/ops/gru.h' 2024-11-01T16:36:05.1287358Z adding 'torch/include/ATen/ops/gru_cell.h' 2024-11-01T16:36:05.1290673Z adding 'torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.1293674Z adding 'torch/include/ATen/ops/gru_cell_native.h' 2024-11-01T16:36:05.1296825Z adding 'torch/include/ATen/ops/gru_cell_ops.h' 2024-11-01T16:36:05.1300335Z adding 'torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.1303177Z adding 'torch/include/ATen/ops/gru_native.h' 2024-11-01T16:36:05.1306634Z adding 'torch/include/ATen/ops/gru_ops.h' 2024-11-01T16:36:05.1309967Z adding 'torch/include/ATen/ops/gt.h' 2024-11-01T16:36:05.1313651Z adding 'torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.1316555Z adding 'torch/include/ATen/ops/gt_cpu_dispatch.h' 2024-11-01T16:36:05.1319715Z adding 'torch/include/ATen/ops/gt_cuda_dispatch.h' 2024-11-01T16:36:05.1322688Z adding 'torch/include/ATen/ops/gt_meta.h' 2024-11-01T16:36:05.1325848Z adding 'torch/include/ATen/ops/gt_meta_dispatch.h' 2024-11-01T16:36:05.1329091Z adding 'torch/include/ATen/ops/gt_native.h' 2024-11-01T16:36:05.1332414Z adding 'torch/include/ATen/ops/gt_ops.h' 2024-11-01T16:36:05.1336064Z adding 'torch/include/ATen/ops/hamming_window.h' 2024-11-01T16:36:05.1339696Z adding 'torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.1343320Z adding 'torch/include/ATen/ops/hamming_window_native.h' 2024-11-01T16:36:05.1346498Z adding 'torch/include/ATen/ops/hamming_window_ops.h' 2024-11-01T16:36:05.1349901Z adding 'torch/include/ATen/ops/hann_window.h' 2024-11-01T16:36:05.1353721Z adding 'torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.1356364Z adding 'torch/include/ATen/ops/hann_window_native.h' 2024-11-01T16:36:05.1359694Z adding 'torch/include/ATen/ops/hann_window_ops.h' 2024-11-01T16:36:05.1362850Z adding 'torch/include/ATen/ops/hardshrink.h' 2024-11-01T16:36:05.1365989Z adding 'torch/include/ATen/ops/hardshrink_backward.h' 2024-11-01T16:36:05.1369427Z adding 'torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.1372220Z adding 'torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h' 2024-11-01T16:36:05.1375465Z adding 'torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h' 2024-11-01T16:36:05.1378518Z adding 'torch/include/ATen/ops/hardshrink_backward_meta.h' 2024-11-01T16:36:05.1381634Z adding 'torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h' 2024-11-01T16:36:05.1384549Z adding 'torch/include/ATen/ops/hardshrink_backward_native.h' 2024-11-01T16:36:05.1387685Z adding 'torch/include/ATen/ops/hardshrink_backward_ops.h' 2024-11-01T16:36:05.1391929Z adding 'torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.1396321Z adding 'torch/include/ATen/ops/hardshrink_cpu_dispatch.h' 2024-11-01T16:36:05.1399490Z adding 'torch/include/ATen/ops/hardshrink_cuda_dispatch.h' 2024-11-01T16:36:05.1402372Z adding 'torch/include/ATen/ops/hardshrink_meta.h' 2024-11-01T16:36:05.1405444Z adding 'torch/include/ATen/ops/hardshrink_meta_dispatch.h' 2024-11-01T16:36:05.1408330Z adding 'torch/include/ATen/ops/hardshrink_native.h' 2024-11-01T16:36:05.1411429Z adding 'torch/include/ATen/ops/hardshrink_ops.h' 2024-11-01T16:36:05.1414484Z adding 'torch/include/ATen/ops/hardsigmoid.h' 2024-11-01T16:36:05.1417600Z adding 'torch/include/ATen/ops/hardsigmoid_backward.h' 2024-11-01T16:36:05.1421018Z adding 'torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.1423833Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h' 2024-11-01T16:36:05.1426856Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h' 2024-11-01T16:36:05.1429871Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta.h' 2024-11-01T16:36:05.1432977Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h' 2024-11-01T16:36:05.1435984Z adding 'torch/include/ATen/ops/hardsigmoid_backward_native.h' 2024-11-01T16:36:05.1439153Z adding 'torch/include/ATen/ops/hardsigmoid_backward_ops.h' 2024-11-01T16:36:05.1442516Z adding 'torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.1445356Z adding 'torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h' 2024-11-01T16:36:05.1448361Z adding 'torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h' 2024-11-01T16:36:05.1451345Z adding 'torch/include/ATen/ops/hardsigmoid_meta.h' 2024-11-01T16:36:05.1454412Z adding 'torch/include/ATen/ops/hardsigmoid_meta_dispatch.h' 2024-11-01T16:36:05.1457375Z adding 'torch/include/ATen/ops/hardsigmoid_native.h' 2024-11-01T16:36:05.1460490Z adding 'torch/include/ATen/ops/hardsigmoid_ops.h' 2024-11-01T16:36:05.1463570Z adding 'torch/include/ATen/ops/hardswish.h' 2024-11-01T16:36:05.1466701Z adding 'torch/include/ATen/ops/hardswish_backward.h' 2024-11-01T16:36:05.1469996Z adding 'torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.1472866Z adding 'torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h' 2024-11-01T16:36:05.1475985Z adding 'torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h' 2024-11-01T16:36:05.1478943Z adding 'torch/include/ATen/ops/hardswish_backward_native.h' 2024-11-01T16:36:05.1482036Z adding 'torch/include/ATen/ops/hardswish_backward_ops.h' 2024-11-01T16:36:05.1485089Z adding 'torch/include/ATen/ops/hardswish_cpu_dispatch.h' 2024-11-01T16:36:05.1488151Z adding 'torch/include/ATen/ops/hardswish_cuda_dispatch.h' 2024-11-01T16:36:05.1491177Z adding 'torch/include/ATen/ops/hardswish_meta_dispatch.h' 2024-11-01T16:36:05.1494149Z adding 'torch/include/ATen/ops/hardswish_native.h' 2024-11-01T16:36:05.1497203Z adding 'torch/include/ATen/ops/hardswish_ops.h' 2024-11-01T16:36:05.1500345Z adding 'torch/include/ATen/ops/hardtanh.h' 2024-11-01T16:36:05.1503506Z adding 'torch/include/ATen/ops/hardtanh_backward.h' 2024-11-01T16:36:05.1506636Z adding 'torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h' 2024-11-01T16:36:05.1509717Z adding 'torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h' 2024-11-01T16:36:05.1513099Z adding 'torch/include/ATen/ops/hardtanh_backward_native.h' 2024-11-01T16:36:05.1516436Z adding 'torch/include/ATen/ops/hardtanh_backward_ops.h' 2024-11-01T16:36:05.1519595Z adding 'torch/include/ATen/ops/hardtanh_cpu_dispatch.h' 2024-11-01T16:36:05.1522655Z adding 'torch/include/ATen/ops/hardtanh_cuda_dispatch.h' 2024-11-01T16:36:05.1525707Z adding 'torch/include/ATen/ops/hardtanh_meta_dispatch.h' 2024-11-01T16:36:05.1528643Z adding 'torch/include/ATen/ops/hardtanh_native.h' 2024-11-01T16:36:05.1531836Z adding 'torch/include/ATen/ops/hardtanh_ops.h' 2024-11-01T16:36:05.1534914Z adding 'torch/include/ATen/ops/heaviside.h' 2024-11-01T16:36:05.1538293Z adding 'torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.1541203Z adding 'torch/include/ATen/ops/heaviside_cpu_dispatch.h' 2024-11-01T16:36:05.1544193Z adding 'torch/include/ATen/ops/heaviside_cuda_dispatch.h' 2024-11-01T16:36:05.1547104Z adding 'torch/include/ATen/ops/heaviside_meta.h' 2024-11-01T16:36:05.1550215Z adding 'torch/include/ATen/ops/heaviside_meta_dispatch.h' 2024-11-01T16:36:05.1553168Z adding 'torch/include/ATen/ops/heaviside_native.h' 2024-11-01T16:36:05.1556468Z adding 'torch/include/ATen/ops/heaviside_ops.h' 2024-11-01T16:36:05.1559575Z adding 'torch/include/ATen/ops/hinge_embedding_loss.h' 2024-11-01T16:36:05.1562909Z adding 'torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.1565735Z adding 'torch/include/ATen/ops/hinge_embedding_loss_native.h' 2024-11-01T16:36:05.1568830Z adding 'torch/include/ATen/ops/hinge_embedding_loss_ops.h' 2024-11-01T16:36:05.1571803Z adding 'torch/include/ATen/ops/histc.h' 2024-11-01T16:36:05.1574944Z adding 'torch/include/ATen/ops/histc_cpu_dispatch.h' 2024-11-01T16:36:05.1577982Z adding 'torch/include/ATen/ops/histc_cuda_dispatch.h' 2024-11-01T16:36:05.1580987Z adding 'torch/include/ATen/ops/histc_native.h' 2024-11-01T16:36:05.1584131Z adding 'torch/include/ATen/ops/histc_ops.h' 2024-11-01T16:36:05.1587438Z adding 'torch/include/ATen/ops/histogram.h' 2024-11-01T16:36:05.1590753Z adding 'torch/include/ATen/ops/histogram_cpu_dispatch.h' 2024-11-01T16:36:05.1593780Z adding 'torch/include/ATen/ops/histogram_native.h' 2024-11-01T16:36:05.1597308Z adding 'torch/include/ATen/ops/histogram_ops.h' 2024-11-01T16:36:05.1600538Z adding 'torch/include/ATen/ops/histogramdd.h' 2024-11-01T16:36:05.1603916Z adding 'torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.1606889Z adding 'torch/include/ATen/ops/histogramdd_native.h' 2024-11-01T16:36:05.1610212Z adding 'torch/include/ATen/ops/histogramdd_ops.h' 2024-11-01T16:36:05.1613468Z adding 'torch/include/ATen/ops/hsplit.h' 2024-11-01T16:36:05.1616750Z adding 'torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.1619682Z adding 'torch/include/ATen/ops/hsplit_native.h' 2024-11-01T16:36:05.1622822Z adding 'torch/include/ATen/ops/hsplit_ops.h' 2024-11-01T16:36:05.1625993Z adding 'torch/include/ATen/ops/hspmm.h' 2024-11-01T16:36:05.1629563Z adding 'torch/include/ATen/ops/hspmm_native.h' 2024-11-01T16:36:05.1632354Z adding 'torch/include/ATen/ops/hspmm_ops.h' 2024-11-01T16:36:05.1635507Z adding 'torch/include/ATen/ops/hstack.h' 2024-11-01T16:36:05.1638869Z adding 'torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.1641779Z adding 'torch/include/ATen/ops/hstack_native.h' 2024-11-01T16:36:05.1644967Z adding 'torch/include/ATen/ops/hstack_ops.h' 2024-11-01T16:36:05.1648105Z adding 'torch/include/ATen/ops/huber_loss.h' 2024-11-01T16:36:05.1651302Z adding 'torch/include/ATen/ops/huber_loss_backward.h' 2024-11-01T16:36:05.1654865Z adding 'torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.1657891Z adding 'torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h' 2024-11-01T16:36:05.1661041Z adding 'torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h' 2024-11-01T16:36:05.1664122Z adding 'torch/include/ATen/ops/huber_loss_backward_native.h' 2024-11-01T16:36:05.1667311Z adding 'torch/include/ATen/ops/huber_loss_backward_ops.h' 2024-11-01T16:36:05.1670567Z adding 'torch/include/ATen/ops/huber_loss_cpu_dispatch.h' 2024-11-01T16:36:05.1673614Z adding 'torch/include/ATen/ops/huber_loss_cuda_dispatch.h' 2024-11-01T16:36:05.1676812Z adding 'torch/include/ATen/ops/huber_loss_native.h' 2024-11-01T16:36:05.1680441Z adding 'torch/include/ATen/ops/huber_loss_ops.h' 2024-11-01T16:36:05.1683172Z adding 'torch/include/ATen/ops/hypot.h' 2024-11-01T16:36:05.1687525Z adding 'torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.1690434Z adding 'torch/include/ATen/ops/hypot_cpu_dispatch.h' 2024-11-01T16:36:05.1693707Z adding 'torch/include/ATen/ops/hypot_cuda_dispatch.h' 2024-11-01T16:36:05.1696668Z adding 'torch/include/ATen/ops/hypot_meta.h' 2024-11-01T16:36:05.1699776Z adding 'torch/include/ATen/ops/hypot_meta_dispatch.h' 2024-11-01T16:36:05.1702804Z adding 'torch/include/ATen/ops/hypot_native.h' 2024-11-01T16:36:05.1705991Z adding 'torch/include/ATen/ops/hypot_ops.h' 2024-11-01T16:36:05.1709172Z adding 'torch/include/ATen/ops/i0.h' 2024-11-01T16:36:05.1712556Z adding 'torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.1715552Z adding 'torch/include/ATen/ops/i0_cpu_dispatch.h' 2024-11-01T16:36:05.1718721Z adding 'torch/include/ATen/ops/i0_cuda_dispatch.h' 2024-11-01T16:36:05.1721796Z adding 'torch/include/ATen/ops/i0_meta.h' 2024-11-01T16:36:05.1724952Z adding 'torch/include/ATen/ops/i0_meta_dispatch.h' 2024-11-01T16:36:05.1727984Z adding 'torch/include/ATen/ops/i0_native.h' 2024-11-01T16:36:05.1731240Z adding 'torch/include/ATen/ops/i0_ops.h' 2024-11-01T16:36:05.1734315Z adding 'torch/include/ATen/ops/igamma.h' 2024-11-01T16:36:05.1738094Z adding 'torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.1740951Z adding 'torch/include/ATen/ops/igamma_cpu_dispatch.h' 2024-11-01T16:36:05.1744147Z adding 'torch/include/ATen/ops/igamma_cuda_dispatch.h' 2024-11-01T16:36:05.1747052Z adding 'torch/include/ATen/ops/igamma_meta.h' 2024-11-01T16:36:05.1750277Z adding 'torch/include/ATen/ops/igamma_meta_dispatch.h' 2024-11-01T16:36:05.1753334Z adding 'torch/include/ATen/ops/igamma_native.h' 2024-11-01T16:36:05.1756656Z adding 'torch/include/ATen/ops/igamma_ops.h' 2024-11-01T16:36:05.1759914Z adding 'torch/include/ATen/ops/igammac.h' 2024-11-01T16:36:05.1763242Z adding 'torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.1766200Z adding 'torch/include/ATen/ops/igammac_cpu_dispatch.h' 2024-11-01T16:36:05.1769245Z adding 'torch/include/ATen/ops/igammac_cuda_dispatch.h' 2024-11-01T16:36:05.1772342Z adding 'torch/include/ATen/ops/igammac_meta.h' 2024-11-01T16:36:05.1775456Z adding 'torch/include/ATen/ops/igammac_meta_dispatch.h' 2024-11-01T16:36:05.1778556Z adding 'torch/include/ATen/ops/igammac_native.h' 2024-11-01T16:36:05.1781823Z adding 'torch/include/ATen/ops/igammac_ops.h' 2024-11-01T16:36:05.1784993Z adding 'torch/include/ATen/ops/im2col.h' 2024-11-01T16:36:05.1788237Z adding 'torch/include/ATen/ops/im2col_cpu_dispatch.h' 2024-11-01T16:36:05.1791348Z adding 'torch/include/ATen/ops/im2col_cuda_dispatch.h' 2024-11-01T16:36:05.1794496Z adding 'torch/include/ATen/ops/im2col_native.h' 2024-11-01T16:36:05.1797814Z adding 'torch/include/ATen/ops/im2col_ops.h' 2024-11-01T16:36:05.1801350Z adding 'torch/include/ATen/ops/imag.h' 2024-11-01T16:36:05.1805035Z adding 'torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.1808276Z adding 'torch/include/ATen/ops/imag_native.h' 2024-11-01T16:36:05.1811803Z adding 'torch/include/ATen/ops/imag_ops.h' 2024-11-01T16:36:05.1814941Z adding 'torch/include/ATen/ops/index.h' 2024-11-01T16:36:05.1818339Z adding 'torch/include/ATen/ops/index_add.h' 2024-11-01T16:36:05.1821825Z adding 'torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.1825037Z adding 'torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.1828001Z adding 'torch/include/ATen/ops/index_add_cpu_dispatch.h' 2024-11-01T16:36:05.1831311Z adding 'torch/include/ATen/ops/index_add_cuda_dispatch.h' 2024-11-01T16:36:05.1834468Z adding 'torch/include/ATen/ops/index_add_meta.h' 2024-11-01T16:36:05.1837918Z adding 'torch/include/ATen/ops/index_add_meta_dispatch.h' 2024-11-01T16:36:05.1840996Z adding 'torch/include/ATen/ops/index_add_native.h' 2024-11-01T16:36:05.1844306Z adding 'torch/include/ATen/ops/index_add_ops.h' 2024-11-01T16:36:05.1847915Z adding 'torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.1850865Z adding 'torch/include/ATen/ops/index_copy.h' 2024-11-01T16:36:05.1854206Z adding 'torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.1857183Z adding 'torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.1860113Z adding 'torch/include/ATen/ops/index_copy_cpu_dispatch.h' 2024-11-01T16:36:05.1863388Z adding 'torch/include/ATen/ops/index_copy_cuda_dispatch.h' 2024-11-01T16:36:05.1866441Z adding 'torch/include/ATen/ops/index_copy_meta.h' 2024-11-01T16:36:05.1869591Z adding 'torch/include/ATen/ops/index_copy_meta_dispatch.h' 2024-11-01T16:36:05.1872567Z adding 'torch/include/ATen/ops/index_copy_native.h' 2024-11-01T16:36:05.1875966Z adding 'torch/include/ATen/ops/index_copy_ops.h' 2024-11-01T16:36:05.1879218Z adding 'torch/include/ATen/ops/index_cpu_dispatch.h' 2024-11-01T16:36:05.1882219Z adding 'torch/include/ATen/ops/index_cuda_dispatch.h' 2024-11-01T16:36:05.1885384Z adding 'torch/include/ATen/ops/index_fill.h' 2024-11-01T16:36:05.1888791Z adding 'torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.1891891Z adding 'torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.1895641Z adding 'torch/include/ATen/ops/index_fill_cpu_dispatch.h' 2024-11-01T16:36:05.1898787Z adding 'torch/include/ATen/ops/index_fill_cuda_dispatch.h' 2024-11-01T16:36:05.1901816Z adding 'torch/include/ATen/ops/index_fill_meta_dispatch.h' 2024-11-01T16:36:05.1904847Z adding 'torch/include/ATen/ops/index_fill_native.h' 2024-11-01T16:36:05.1908530Z adding 'torch/include/ATen/ops/index_fill_ops.h' 2024-11-01T16:36:05.1911887Z adding 'torch/include/ATen/ops/index_meta.h' 2024-11-01T16:36:05.1915045Z adding 'torch/include/ATen/ops/index_meta_dispatch.h' 2024-11-01T16:36:05.1918156Z adding 'torch/include/ATen/ops/index_native.h' 2024-11-01T16:36:05.1921334Z adding 'torch/include/ATen/ops/index_ops.h' 2024-11-01T16:36:05.1924464Z adding 'torch/include/ATen/ops/index_put.h' 2024-11-01T16:36:05.1927830Z adding 'torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.1930676Z adding 'torch/include/ATen/ops/index_put_native.h' 2024-11-01T16:36:05.1933934Z adding 'torch/include/ATen/ops/index_put_ops.h' 2024-11-01T16:36:05.1937080Z adding 'torch/include/ATen/ops/index_reduce.h' 2024-11-01T16:36:05.1946187Z adding 'torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.1949198Z adding 'torch/include/ATen/ops/index_reduce_cpu_dispatch.h' 2024-11-01T16:36:05.1952578Z adding 'torch/include/ATen/ops/index_reduce_cuda_dispatch.h' 2024-11-01T16:36:05.1955999Z adding 'torch/include/ATen/ops/index_reduce_meta.h' 2024-11-01T16:36:05.1958869Z adding 'torch/include/ATen/ops/index_reduce_meta_dispatch.h' 2024-11-01T16:36:05.1961940Z adding 'torch/include/ATen/ops/index_reduce_native.h' 2024-11-01T16:36:05.1965235Z adding 'torch/include/ATen/ops/index_reduce_ops.h' 2024-11-01T16:36:05.1968585Z adding 'torch/include/ATen/ops/index_select.h' 2024-11-01T16:36:05.1972274Z adding 'torch/include/ATen/ops/index_select_backward.h' 2024-11-01T16:36:05.1975683Z adding 'torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.1978589Z adding 'torch/include/ATen/ops/index_select_backward_native.h' 2024-11-01T16:36:05.1981690Z adding 'torch/include/ATen/ops/index_select_backward_ops.h' 2024-11-01T16:36:05.1985134Z adding 'torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.1988099Z adding 'torch/include/ATen/ops/index_select_cpu_dispatch.h' 2024-11-01T16:36:05.1991287Z adding 'torch/include/ATen/ops/index_select_cuda_dispatch.h' 2024-11-01T16:36:05.1994417Z adding 'torch/include/ATen/ops/index_select_native.h' 2024-11-01T16:36:05.1997834Z adding 'torch/include/ATen/ops/index_select_ops.h' 2024-11-01T16:36:05.2000942Z adding 'torch/include/ATen/ops/indices.h' 2024-11-01T16:36:05.2004284Z adding 'torch/include/ATen/ops/indices_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.2007214Z adding 'torch/include/ATen/ops/indices_copy.h' 2024-11-01T16:36:05.2010517Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.2013808Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.2016624Z adding 'torch/include/ATen/ops/indices_copy_native.h' 2024-11-01T16:36:05.2019814Z adding 'torch/include/ATen/ops/indices_copy_ops.h' 2024-11-01T16:36:05.2022918Z adding 'torch/include/ATen/ops/indices_native.h' 2024-11-01T16:36:05.2025984Z adding 'torch/include/ATen/ops/indices_ops.h' 2024-11-01T16:36:05.2029318Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h' 2024-11-01T16:36:05.2032621Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.2035571Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h' 2024-11-01T16:36:05.2038775Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h' 2024-11-01T16:36:05.2041714Z adding 'torch/include/ATen/ops/inner.h' 2024-11-01T16:36:05.2045111Z adding 'torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.2047945Z adding 'torch/include/ATen/ops/inner_native.h' 2024-11-01T16:36:05.2051151Z adding 'torch/include/ATen/ops/inner_ops.h' 2024-11-01T16:36:05.2054268Z adding 'torch/include/ATen/ops/instance_norm.h' 2024-11-01T16:36:05.2057675Z adding 'torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.2060511Z adding 'torch/include/ATen/ops/instance_norm_native.h' 2024-11-01T16:36:05.2064069Z adding 'torch/include/ATen/ops/instance_norm_ops.h' 2024-11-01T16:36:05.2067669Z adding 'torch/include/ATen/ops/int_repr.h' 2024-11-01T16:36:05.2070280Z adding 'torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.2073522Z adding 'torch/include/ATen/ops/int_repr_native.h' 2024-11-01T16:36:05.2076401Z adding 'torch/include/ATen/ops/int_repr_ops.h' 2024-11-01T16:36:05.2079829Z adding 'torch/include/ATen/ops/inverse.h' 2024-11-01T16:36:05.2082890Z adding 'torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.2085781Z adding 'torch/include/ATen/ops/inverse_native.h' 2024-11-01T16:36:05.2088891Z adding 'torch/include/ATen/ops/inverse_ops.h' 2024-11-01T16:36:05.2092056Z adding 'torch/include/ATen/ops/is_coalesced.h' 2024-11-01T16:36:05.2095379Z adding 'torch/include/ATen/ops/is_coalesced_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.2098264Z adding 'torch/include/ATen/ops/is_coalesced_native.h' 2024-11-01T16:36:05.2101855Z adding 'torch/include/ATen/ops/is_coalesced_ops.h' 2024-11-01T16:36:05.2104497Z adding 'torch/include/ATen/ops/is_complex.h' 2024-11-01T16:36:05.2107925Z adding 'torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.2110601Z adding 'torch/include/ATen/ops/is_complex_native.h' 2024-11-01T16:36:05.2113737Z adding 'torch/include/ATen/ops/is_complex_ops.h' 2024-11-01T16:36:05.2116769Z adding 'torch/include/ATen/ops/is_conj.h' 2024-11-01T16:36:05.2120165Z adding 'torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.2122894Z adding 'torch/include/ATen/ops/is_conj_native.h' 2024-11-01T16:36:05.2126095Z adding 'torch/include/ATen/ops/is_conj_ops.h' 2024-11-01T16:36:05.2129926Z adding 'torch/include/ATen/ops/is_distributed.h' 2024-11-01T16:36:05.2132512Z adding 'torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.2135665Z adding 'torch/include/ATen/ops/is_distributed_native.h' 2024-11-01T16:36:05.2138448Z adding 'torch/include/ATen/ops/is_distributed_ops.h' 2024-11-01T16:36:05.2141519Z adding 'torch/include/ATen/ops/is_floating_point.h' 2024-11-01T16:36:05.2144874Z adding 'torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.2147655Z adding 'torch/include/ATen/ops/is_floating_point_native.h' 2024-11-01T16:36:05.2150721Z adding 'torch/include/ATen/ops/is_floating_point_ops.h' 2024-11-01T16:36:05.2153747Z adding 'torch/include/ATen/ops/is_inference.h' 2024-11-01T16:36:05.2157145Z adding 'torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.2160081Z adding 'torch/include/ATen/ops/is_inference_native.h' 2024-11-01T16:36:05.2163156Z adding 'torch/include/ATen/ops/is_inference_ops.h' 2024-11-01T16:36:05.2166171Z adding 'torch/include/ATen/ops/is_leaf.h' 2024-11-01T16:36:05.2169511Z adding 'torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.2172282Z adding 'torch/include/ATen/ops/is_leaf_native.h' 2024-11-01T16:36:05.2175400Z adding 'torch/include/ATen/ops/is_leaf_ops.h' 2024-11-01T16:36:05.2178358Z adding 'torch/include/ATen/ops/is_neg.h' 2024-11-01T16:36:05.2181720Z adding 'torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.2184415Z adding 'torch/include/ATen/ops/is_neg_native.h' 2024-11-01T16:36:05.2187627Z adding 'torch/include/ATen/ops/is_neg_ops.h' 2024-11-01T16:36:05.2191007Z adding 'torch/include/ATen/ops/is_nonzero.h' 2024-11-01T16:36:05.2194424Z adding 'torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.2197408Z adding 'torch/include/ATen/ops/is_nonzero_native.h' 2024-11-01T16:36:05.2200478Z adding 'torch/include/ATen/ops/is_nonzero_ops.h' 2024-11-01T16:36:05.2203516Z adding 'torch/include/ATen/ops/is_pinned.h' 2024-11-01T16:36:05.2206764Z adding 'torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.2209654Z adding 'torch/include/ATen/ops/is_pinned_native.h' 2024-11-01T16:36:05.2212744Z adding 'torch/include/ATen/ops/is_pinned_ops.h' 2024-11-01T16:36:05.2215893Z adding 'torch/include/ATen/ops/is_same_size.h' 2024-11-01T16:36:05.2219201Z adding 'torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.2222116Z adding 'torch/include/ATen/ops/is_same_size_native.h' 2024-11-01T16:36:05.2225209Z adding 'torch/include/ATen/ops/is_same_size_ops.h' 2024-11-01T16:36:05.2228210Z adding 'torch/include/ATen/ops/is_set_to.h' 2024-11-01T16:36:05.2231388Z adding 'torch/include/ATen/ops/is_set_to_cpu_dispatch.h' 2024-11-01T16:36:05.2234435Z adding 'torch/include/ATen/ops/is_set_to_cuda_dispatch.h' 2024-11-01T16:36:05.2237556Z adding 'torch/include/ATen/ops/is_set_to_native.h' 2024-11-01T16:36:05.2240619Z adding 'torch/include/ATen/ops/is_set_to_ops.h' 2024-11-01T16:36:05.2243747Z adding 'torch/include/ATen/ops/is_signed.h' 2024-11-01T16:36:05.2247388Z adding 'torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.2249935Z adding 'torch/include/ATen/ops/is_signed_native.h' 2024-11-01T16:36:05.2252962Z adding 'torch/include/ATen/ops/is_signed_ops.h' 2024-11-01T16:36:05.2256116Z adding 'torch/include/ATen/ops/is_vulkan_available.h' 2024-11-01T16:36:05.2259522Z adding 'torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.2262292Z adding 'torch/include/ATen/ops/is_vulkan_available_native.h' 2024-11-01T16:36:05.2265408Z adding 'torch/include/ATen/ops/is_vulkan_available_ops.h' 2024-11-01T16:36:05.2268408Z adding 'torch/include/ATen/ops/isclose.h' 2024-11-01T16:36:05.2271819Z adding 'torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.2274605Z adding 'torch/include/ATen/ops/isclose_native.h' 2024-11-01T16:36:05.2277903Z adding 'torch/include/ATen/ops/isclose_ops.h' 2024-11-01T16:36:05.2280866Z adding 'torch/include/ATen/ops/isfinite.h' 2024-11-01T16:36:05.2284247Z adding 'torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.2286980Z adding 'torch/include/ATen/ops/isfinite_native.h' 2024-11-01T16:36:05.2290169Z adding 'torch/include/ATen/ops/isfinite_ops.h' 2024-11-01T16:36:05.2293965Z adding 'torch/include/ATen/ops/isin.h' 2024-11-01T16:36:05.2297052Z adding 'torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.2300088Z adding 'torch/include/ATen/ops/isin_cpu_dispatch.h' 2024-11-01T16:36:05.2303238Z adding 'torch/include/ATen/ops/isin_cuda_dispatch.h' 2024-11-01T16:36:05.2306644Z adding 'torch/include/ATen/ops/isin_meta.h' 2024-11-01T16:36:05.2309948Z adding 'torch/include/ATen/ops/isin_meta_dispatch.h' 2024-11-01T16:36:05.2313113Z adding 'torch/include/ATen/ops/isin_native.h' 2024-11-01T16:36:05.2317191Z adding 'torch/include/ATen/ops/isin_ops.h' 2024-11-01T16:36:05.2320847Z adding 'torch/include/ATen/ops/isinf.h' 2024-11-01T16:36:05.2324710Z adding 'torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.2327605Z adding 'torch/include/ATen/ops/isinf_native.h' 2024-11-01T16:36:05.2330850Z adding 'torch/include/ATen/ops/isinf_ops.h' 2024-11-01T16:36:05.2334334Z adding 'torch/include/ATen/ops/isnan.h' 2024-11-01T16:36:05.2338073Z adding 'torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.2340977Z adding 'torch/include/ATen/ops/isnan_cpu_dispatch.h' 2024-11-01T16:36:05.2344161Z adding 'torch/include/ATen/ops/isnan_cuda_dispatch.h' 2024-11-01T16:36:05.2347122Z adding 'torch/include/ATen/ops/isnan_native.h' 2024-11-01T16:36:05.2350462Z adding 'torch/include/ATen/ops/isnan_ops.h' 2024-11-01T16:36:05.2353781Z adding 'torch/include/ATen/ops/isneginf.h' 2024-11-01T16:36:05.2357304Z adding 'torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.2360363Z adding 'torch/include/ATen/ops/isneginf_cpu_dispatch.h' 2024-11-01T16:36:05.2363467Z adding 'torch/include/ATen/ops/isneginf_cuda_dispatch.h' 2024-11-01T16:36:05.2366547Z adding 'torch/include/ATen/ops/isneginf_meta.h' 2024-11-01T16:36:05.2369636Z adding 'torch/include/ATen/ops/isneginf_meta_dispatch.h' 2024-11-01T16:36:05.2372765Z adding 'torch/include/ATen/ops/isneginf_native.h' 2024-11-01T16:36:05.2376014Z adding 'torch/include/ATen/ops/isneginf_ops.h' 2024-11-01T16:36:05.2379090Z adding 'torch/include/ATen/ops/isposinf.h' 2024-11-01T16:36:05.2382658Z adding 'torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.2385455Z adding 'torch/include/ATen/ops/isposinf_cpu_dispatch.h' 2024-11-01T16:36:05.2388480Z adding 'torch/include/ATen/ops/isposinf_cuda_dispatch.h' 2024-11-01T16:36:05.2391405Z adding 'torch/include/ATen/ops/isposinf_meta.h' 2024-11-01T16:36:05.2394701Z adding 'torch/include/ATen/ops/isposinf_meta_dispatch.h' 2024-11-01T16:36:05.2397767Z adding 'torch/include/ATen/ops/isposinf_native.h' 2024-11-01T16:36:05.2401179Z adding 'torch/include/ATen/ops/isposinf_ops.h' 2024-11-01T16:36:05.2403825Z adding 'torch/include/ATen/ops/isreal.h' 2024-11-01T16:36:05.2407112Z adding 'torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.2410014Z adding 'torch/include/ATen/ops/isreal_native.h' 2024-11-01T16:36:05.2413069Z adding 'torch/include/ATen/ops/isreal_ops.h' 2024-11-01T16:36:05.2416494Z adding 'torch/include/ATen/ops/istft.h' 2024-11-01T16:36:05.2419844Z adding 'torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.2422688Z adding 'torch/include/ATen/ops/istft_native.h' 2024-11-01T16:36:05.2425830Z adding 'torch/include/ATen/ops/istft_ops.h' 2024-11-01T16:36:05.2428773Z adding 'torch/include/ATen/ops/item.h' 2024-11-01T16:36:05.2431963Z adding 'torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.2434733Z adding 'torch/include/ATen/ops/item_native.h' 2024-11-01T16:36:05.2437949Z adding 'torch/include/ATen/ops/item_ops.h' 2024-11-01T16:36:05.2441565Z adding 'torch/include/ATen/ops/kaiser_window.h' 2024-11-01T16:36:05.2445179Z adding 'torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.2448073Z adding 'torch/include/ATen/ops/kaiser_window_native.h' 2024-11-01T16:36:05.2451596Z adding 'torch/include/ATen/ops/kaiser_window_ops.h' 2024-11-01T16:36:05.2455012Z adding 'torch/include/ATen/ops/kl_div.h' 2024-11-01T16:36:05.2458169Z adding 'torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.2460875Z adding 'torch/include/ATen/ops/kl_div_native.h' 2024-11-01T16:36:05.2463945Z adding 'torch/include/ATen/ops/kl_div_ops.h' 2024-11-01T16:36:05.2466921Z adding 'torch/include/ATen/ops/kron.h' 2024-11-01T16:36:05.2470160Z adding 'torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.2472894Z adding 'torch/include/ATen/ops/kron_native.h' 2024-11-01T16:36:05.2476128Z adding 'torch/include/ATen/ops/kron_ops.h' 2024-11-01T16:36:05.2479384Z adding 'torch/include/ATen/ops/kthvalue.h' 2024-11-01T16:36:05.2482707Z adding 'torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.2485816Z adding 'torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.2488713Z adding 'torch/include/ATen/ops/kthvalue_cpu_dispatch.h' 2024-11-01T16:36:05.2491754Z adding 'torch/include/ATen/ops/kthvalue_cuda_dispatch.h' 2024-11-01T16:36:05.2494715Z adding 'torch/include/ATen/ops/kthvalue_native.h' 2024-11-01T16:36:05.2498036Z adding 'torch/include/ATen/ops/kthvalue_ops.h' 2024-11-01T16:36:05.2501118Z adding 'torch/include/ATen/ops/l1_loss.h' 2024-11-01T16:36:05.2504380Z adding 'torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.2507178Z adding 'torch/include/ATen/ops/l1_loss_native.h' 2024-11-01T16:36:05.2510223Z adding 'torch/include/ATen/ops/l1_loss_ops.h' 2024-11-01T16:36:05.2513438Z adding 'torch/include/ATen/ops/layer_norm.h' 2024-11-01T16:36:05.2516957Z adding 'torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.2519747Z adding 'torch/include/ATen/ops/layer_norm_native.h' 2024-11-01T16:36:05.2522853Z adding 'torch/include/ATen/ops/layer_norm_ops.h' 2024-11-01T16:36:05.2525942Z adding 'torch/include/ATen/ops/lcm.h' 2024-11-01T16:36:05.2529317Z adding 'torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.2532136Z adding 'torch/include/ATen/ops/lcm_cpu_dispatch.h' 2024-11-01T16:36:05.2535142Z adding 'torch/include/ATen/ops/lcm_cuda_dispatch.h' 2024-11-01T16:36:05.2538062Z adding 'torch/include/ATen/ops/lcm_meta.h' 2024-11-01T16:36:05.2541110Z adding 'torch/include/ATen/ops/lcm_meta_dispatch.h' 2024-11-01T16:36:05.2544050Z adding 'torch/include/ATen/ops/lcm_native.h' 2024-11-01T16:36:05.2547242Z adding 'torch/include/ATen/ops/lcm_ops.h' 2024-11-01T16:36:05.2550320Z adding 'torch/include/ATen/ops/ldexp.h' 2024-11-01T16:36:05.2554000Z adding 'torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.2556667Z adding 'torch/include/ATen/ops/ldexp_native.h' 2024-11-01T16:36:05.2559821Z adding 'torch/include/ATen/ops/ldexp_ops.h' 2024-11-01T16:36:05.2562958Z adding 'torch/include/ATen/ops/le.h' 2024-11-01T16:36:05.2566332Z adding 'torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.2569170Z adding 'torch/include/ATen/ops/le_cpu_dispatch.h' 2024-11-01T16:36:05.2572276Z adding 'torch/include/ATen/ops/le_cuda_dispatch.h' 2024-11-01T16:36:05.2575233Z adding 'torch/include/ATen/ops/le_meta.h' 2024-11-01T16:36:05.2578360Z adding 'torch/include/ATen/ops/le_meta_dispatch.h' 2024-11-01T16:36:05.2581367Z adding 'torch/include/ATen/ops/le_native.h' 2024-11-01T16:36:05.2584764Z adding 'torch/include/ATen/ops/le_ops.h' 2024-11-01T16:36:05.2588008Z adding 'torch/include/ATen/ops/leaky_relu.h' 2024-11-01T16:36:05.2591183Z adding 'torch/include/ATen/ops/leaky_relu_backward.h' 2024-11-01T16:36:05.2594620Z adding 'torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.2597556Z adding 'torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h' 2024-11-01T16:36:05.2600704Z adding 'torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h' 2024-11-01T16:36:05.2603647Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta.h' 2024-11-01T16:36:05.2606760Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h' 2024-11-01T16:36:05.2609722Z adding 'torch/include/ATen/ops/leaky_relu_backward_native.h' 2024-11-01T16:36:05.2612993Z adding 'torch/include/ATen/ops/leaky_relu_backward_ops.h' 2024-11-01T16:36:05.2616395Z adding 'torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.2619364Z adding 'torch/include/ATen/ops/leaky_relu_cpu_dispatch.h' 2024-11-01T16:36:05.2628942Z adding 'torch/include/ATen/ops/leaky_relu_cuda_dispatch.h' 2024-11-01T16:36:05.2632048Z adding 'torch/include/ATen/ops/leaky_relu_meta.h' 2024-11-01T16:36:05.2635387Z adding 'torch/include/ATen/ops/leaky_relu_meta_dispatch.h' 2024-11-01T16:36:05.2638458Z adding 'torch/include/ATen/ops/leaky_relu_native.h' 2024-11-01T16:36:05.2641941Z adding 'torch/include/ATen/ops/leaky_relu_ops.h' 2024-11-01T16:36:05.2645052Z adding 'torch/include/ATen/ops/lerp.h' 2024-11-01T16:36:05.2648962Z adding 'torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.2652018Z adding 'torch/include/ATen/ops/lerp_cpu_dispatch.h' 2024-11-01T16:36:05.2655162Z adding 'torch/include/ATen/ops/lerp_cuda_dispatch.h' 2024-11-01T16:36:05.2658283Z adding 'torch/include/ATen/ops/lerp_meta.h' 2024-11-01T16:36:05.2661460Z adding 'torch/include/ATen/ops/lerp_meta_dispatch.h' 2024-11-01T16:36:05.2664628Z adding 'torch/include/ATen/ops/lerp_native.h' 2024-11-01T16:36:05.2668049Z adding 'torch/include/ATen/ops/lerp_ops.h' 2024-11-01T16:36:05.2671344Z adding 'torch/include/ATen/ops/less.h' 2024-11-01T16:36:05.2674806Z adding 'torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.2677922Z adding 'torch/include/ATen/ops/less_equal.h' 2024-11-01T16:36:05.2681396Z adding 'torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.2684264Z adding 'torch/include/ATen/ops/less_equal_native.h' 2024-11-01T16:36:05.2687779Z adding 'torch/include/ATen/ops/less_equal_ops.h' 2024-11-01T16:36:05.2690853Z adding 'torch/include/ATen/ops/less_native.h' 2024-11-01T16:36:05.2694334Z adding 'torch/include/ATen/ops/less_ops.h' 2024-11-01T16:36:05.2697583Z adding 'torch/include/ATen/ops/lgamma.h' 2024-11-01T16:36:05.2701007Z adding 'torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.2703915Z adding 'torch/include/ATen/ops/lgamma_cpu_dispatch.h' 2024-11-01T16:36:05.2706994Z adding 'torch/include/ATen/ops/lgamma_cuda_dispatch.h' 2024-11-01T16:36:05.2710062Z adding 'torch/include/ATen/ops/lgamma_meta.h' 2024-11-01T16:36:05.2713506Z adding 'torch/include/ATen/ops/lgamma_meta_dispatch.h' 2024-11-01T16:36:05.2716379Z adding 'torch/include/ATen/ops/lgamma_native.h' 2024-11-01T16:36:05.2719501Z adding 'torch/include/ATen/ops/lgamma_ops.h' 2024-11-01T16:36:05.2722709Z adding 'torch/include/ATen/ops/lift.h' 2024-11-01T16:36:05.2726054Z adding 'torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.2728884Z adding 'torch/include/ATen/ops/lift_fresh.h' 2024-11-01T16:36:05.2732240Z adding 'torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.2735089Z adding 'torch/include/ATen/ops/lift_fresh_copy.h' 2024-11-01T16:36:05.2738531Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.2741682Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.2744485Z adding 'torch/include/ATen/ops/lift_fresh_copy_native.h' 2024-11-01T16:36:05.2748721Z adding 'torch/include/ATen/ops/lift_fresh_copy_ops.h' 2024-11-01T16:36:05.2750801Z adding 'torch/include/ATen/ops/lift_fresh_native.h' 2024-11-01T16:36:05.2754425Z adding 'torch/include/ATen/ops/lift_fresh_ops.h' 2024-11-01T16:36:05.2757424Z adding 'torch/include/ATen/ops/lift_native.h' 2024-11-01T16:36:05.2760352Z adding 'torch/include/ATen/ops/lift_ops.h' 2024-11-01T16:36:05.2763547Z adding 'torch/include/ATen/ops/linalg_cholesky.h' 2024-11-01T16:36:05.2767005Z adding 'torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.2769971Z adding 'torch/include/ATen/ops/linalg_cholesky_ex.h' 2024-11-01T16:36:05.2773529Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.2776416Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h' 2024-11-01T16:36:05.2779620Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h' 2024-11-01T16:36:05.2782614Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta.h' 2024-11-01T16:36:05.2785782Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h' 2024-11-01T16:36:05.2788877Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_native.h' 2024-11-01T16:36:05.2792053Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_ops.h' 2024-11-01T16:36:05.2795213Z adding 'torch/include/ATen/ops/linalg_cholesky_native.h' 2024-11-01T16:36:05.2798459Z adding 'torch/include/ATen/ops/linalg_cholesky_ops.h' 2024-11-01T16:36:05.2801825Z adding 'torch/include/ATen/ops/linalg_cond.h' 2024-11-01T16:36:05.2805410Z adding 'torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.2808618Z adding 'torch/include/ATen/ops/linalg_cond_native.h' 2024-11-01T16:36:05.2812392Z adding 'torch/include/ATen/ops/linalg_cond_ops.h' 2024-11-01T16:36:05.2815954Z adding 'torch/include/ATen/ops/linalg_cross.h' 2024-11-01T16:36:05.2819387Z adding 'torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.2822638Z adding 'torch/include/ATen/ops/linalg_cross_cpu_dispatch.h' 2024-11-01T16:36:05.2825957Z adding 'torch/include/ATen/ops/linalg_cross_cuda_dispatch.h' 2024-11-01T16:36:05.2828979Z adding 'torch/include/ATen/ops/linalg_cross_meta.h' 2024-11-01T16:36:05.2832325Z adding 'torch/include/ATen/ops/linalg_cross_meta_dispatch.h' 2024-11-01T16:36:05.2835292Z adding 'torch/include/ATen/ops/linalg_cross_native.h' 2024-11-01T16:36:05.2838749Z adding 'torch/include/ATen/ops/linalg_cross_ops.h' 2024-11-01T16:36:05.2841914Z adding 'torch/include/ATen/ops/linalg_det.h' 2024-11-01T16:36:05.2845297Z adding 'torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.2848161Z adding 'torch/include/ATen/ops/linalg_det_native.h' 2024-11-01T16:36:05.2851285Z adding 'torch/include/ATen/ops/linalg_det_ops.h' 2024-11-01T16:36:05.2854300Z adding 'torch/include/ATen/ops/linalg_diagonal.h' 2024-11-01T16:36:05.2857692Z adding 'torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.2860544Z adding 'torch/include/ATen/ops/linalg_diagonal_native.h' 2024-11-01T16:36:05.2863624Z adding 'torch/include/ATen/ops/linalg_diagonal_ops.h' 2024-11-01T16:36:05.2866728Z adding 'torch/include/ATen/ops/linalg_eig.h' 2024-11-01T16:36:05.2869841Z adding 'torch/include/ATen/ops/linalg_eig_cpu_dispatch.h' 2024-11-01T16:36:05.2872873Z adding 'torch/include/ATen/ops/linalg_eig_cuda_dispatch.h' 2024-11-01T16:36:05.2876477Z adding 'torch/include/ATen/ops/linalg_eig_native.h' 2024-11-01T16:36:05.2879629Z adding 'torch/include/ATen/ops/linalg_eig_ops.h' 2024-11-01T16:36:05.2882764Z adding 'torch/include/ATen/ops/linalg_eigh.h' 2024-11-01T16:36:05.2886113Z adding 'torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.2888908Z adding 'torch/include/ATen/ops/linalg_eigh_native.h' 2024-11-01T16:36:05.2892112Z adding 'torch/include/ATen/ops/linalg_eigh_ops.h' 2024-11-01T16:36:05.2895158Z adding 'torch/include/ATen/ops/linalg_eigvals.h' 2024-11-01T16:36:05.2898420Z adding 'torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.2901319Z adding 'torch/include/ATen/ops/linalg_eigvals_cpu_dispatch.h' 2024-11-01T16:36:05.2904382Z adding 'torch/include/ATen/ops/linalg_eigvals_cuda_dispatch.h' 2024-11-01T16:36:05.2907475Z adding 'torch/include/ATen/ops/linalg_eigvals_native.h' 2024-11-01T16:36:05.2910519Z adding 'torch/include/ATen/ops/linalg_eigvals_ops.h' 2024-11-01T16:36:05.2913558Z adding 'torch/include/ATen/ops/linalg_eigvalsh.h' 2024-11-01T16:36:05.2916992Z adding 'torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.2919783Z adding 'torch/include/ATen/ops/linalg_eigvalsh_native.h' 2024-11-01T16:36:05.2922923Z adding 'torch/include/ATen/ops/linalg_eigvalsh_ops.h' 2024-11-01T16:36:05.2926060Z adding 'torch/include/ATen/ops/linalg_householder_product.h' 2024-11-01T16:36:05.2929215Z adding 'torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h' 2024-11-01T16:36:05.2932244Z adding 'torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h' 2024-11-01T16:36:05.2935161Z adding 'torch/include/ATen/ops/linalg_householder_product_native.h' 2024-11-01T16:36:05.2938278Z adding 'torch/include/ATen/ops/linalg_householder_product_ops.h' 2024-11-01T16:36:05.2941381Z adding 'torch/include/ATen/ops/linalg_inv.h' 2024-11-01T16:36:05.2944540Z adding 'torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.2947435Z adding 'torch/include/ATen/ops/linalg_inv_ex.h' 2024-11-01T16:36:05.2950812Z adding 'torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.2953632Z adding 'torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h' 2024-11-01T16:36:05.2956901Z adding 'torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h' 2024-11-01T16:36:05.2959859Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta.h' 2024-11-01T16:36:05.2963144Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h' 2024-11-01T16:36:05.2966267Z adding 'torch/include/ATen/ops/linalg_inv_ex_native.h' 2024-11-01T16:36:05.2969310Z adding 'torch/include/ATen/ops/linalg_inv_ex_ops.h' 2024-11-01T16:36:05.2972255Z adding 'torch/include/ATen/ops/linalg_inv_native.h' 2024-11-01T16:36:05.2975310Z adding 'torch/include/ATen/ops/linalg_inv_ops.h' 2024-11-01T16:36:05.2978358Z adding 'torch/include/ATen/ops/linalg_ldl_factor.h' 2024-11-01T16:36:05.2981662Z adding 'torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.2984562Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex.h' 2024-11-01T16:36:05.2987996Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.2990826Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h' 2024-11-01T16:36:05.2993910Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h' 2024-11-01T16:36:05.2997076Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h' 2024-11-01T16:36:05.3000123Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h' 2024-11-01T16:36:05.3003059Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_native.h' 2024-11-01T16:36:05.3006264Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h' 2024-11-01T16:36:05.3009258Z adding 'torch/include/ATen/ops/linalg_ldl_factor_native.h' 2024-11-01T16:36:05.3012429Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ops.h' 2024-11-01T16:36:05.3015535Z adding 'torch/include/ATen/ops/linalg_ldl_solve.h' 2024-11-01T16:36:05.3018905Z adding 'torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.3021679Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h' 2024-11-01T16:36:05.3024709Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h' 2024-11-01T16:36:05.3027625Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta.h' 2024-11-01T16:36:05.3030719Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h' 2024-11-01T16:36:05.3033627Z adding 'torch/include/ATen/ops/linalg_ldl_solve_native.h' 2024-11-01T16:36:05.3036905Z adding 'torch/include/ATen/ops/linalg_ldl_solve_ops.h' 2024-11-01T16:36:05.3040176Z adding 'torch/include/ATen/ops/linalg_lstsq.h' 2024-11-01T16:36:05.3043468Z adding 'torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.3046433Z adding 'torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h' 2024-11-01T16:36:05.3049520Z adding 'torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h' 2024-11-01T16:36:05.3052532Z adding 'torch/include/ATen/ops/linalg_lstsq_native.h' 2024-11-01T16:36:05.3055830Z adding 'torch/include/ATen/ops/linalg_lstsq_ops.h' 2024-11-01T16:36:05.3058975Z adding 'torch/include/ATen/ops/linalg_lu.h' 2024-11-01T16:36:05.3062829Z adding 'torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.3065415Z adding 'torch/include/ATen/ops/linalg_lu_cpu_dispatch.h' 2024-11-01T16:36:05.3068618Z adding 'torch/include/ATen/ops/linalg_lu_cuda_dispatch.h' 2024-11-01T16:36:05.3071649Z adding 'torch/include/ATen/ops/linalg_lu_factor.h' 2024-11-01T16:36:05.3075110Z adding 'torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.3078170Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex.h' 2024-11-01T16:36:05.3082015Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.3084709Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h' 2024-11-01T16:36:05.3087797Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h' 2024-11-01T16:36:05.3090861Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta.h' 2024-11-01T16:36:05.3093988Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h' 2024-11-01T16:36:05.3097329Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_native.h' 2024-11-01T16:36:05.3100559Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_ops.h' 2024-11-01T16:36:05.3103767Z adding 'torch/include/ATen/ops/linalg_lu_factor_native.h' 2024-11-01T16:36:05.3106940Z adding 'torch/include/ATen/ops/linalg_lu_factor_ops.h' 2024-11-01T16:36:05.3110120Z adding 'torch/include/ATen/ops/linalg_lu_meta.h' 2024-11-01T16:36:05.3113305Z adding 'torch/include/ATen/ops/linalg_lu_meta_dispatch.h' 2024-11-01T16:36:05.3116392Z adding 'torch/include/ATen/ops/linalg_lu_native.h' 2024-11-01T16:36:05.3119698Z adding 'torch/include/ATen/ops/linalg_lu_ops.h' 2024-11-01T16:36:05.3122865Z adding 'torch/include/ATen/ops/linalg_lu_solve.h' 2024-11-01T16:36:05.3126422Z adding 'torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.3129246Z adding 'torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h' 2024-11-01T16:36:05.3132481Z adding 'torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h' 2024-11-01T16:36:05.3135577Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta.h' 2024-11-01T16:36:05.3138726Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h' 2024-11-01T16:36:05.3141816Z adding 'torch/include/ATen/ops/linalg_lu_solve_native.h' 2024-11-01T16:36:05.3144992Z adding 'torch/include/ATen/ops/linalg_lu_solve_ops.h' 2024-11-01T16:36:05.3148176Z adding 'torch/include/ATen/ops/linalg_matmul.h' 2024-11-01T16:36:05.3151493Z adding 'torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.3154424Z adding 'torch/include/ATen/ops/linalg_matmul_native.h' 2024-11-01T16:36:05.3157695Z adding 'torch/include/ATen/ops/linalg_matmul_ops.h' 2024-11-01T16:36:05.3160906Z adding 'torch/include/ATen/ops/linalg_matrix_exp.h' 2024-11-01T16:36:05.3164300Z adding 'torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.3167254Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h' 2024-11-01T16:36:05.3170368Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h' 2024-11-01T16:36:05.3173292Z adding 'torch/include/ATen/ops/linalg_matrix_exp_native.h' 2024-11-01T16:36:05.3176501Z adding 'torch/include/ATen/ops/linalg_matrix_exp_ops.h' 2024-11-01T16:36:05.3179798Z adding 'torch/include/ATen/ops/linalg_matrix_norm.h' 2024-11-01T16:36:05.3183523Z adding 'torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.3186436Z adding 'torch/include/ATen/ops/linalg_matrix_norm_native.h' 2024-11-01T16:36:05.3189810Z adding 'torch/include/ATen/ops/linalg_matrix_norm_ops.h' 2024-11-01T16:36:05.3193042Z adding 'torch/include/ATen/ops/linalg_matrix_power.h' 2024-11-01T16:36:05.3196474Z adding 'torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.3199408Z adding 'torch/include/ATen/ops/linalg_matrix_power_native.h' 2024-11-01T16:36:05.3202550Z adding 'torch/include/ATen/ops/linalg_matrix_power_ops.h' 2024-11-01T16:36:05.3206130Z adding 'torch/include/ATen/ops/linalg_matrix_rank.h' 2024-11-01T16:36:05.3209806Z adding 'torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.3212751Z adding 'torch/include/ATen/ops/linalg_matrix_rank_native.h' 2024-11-01T16:36:05.3216458Z adding 'torch/include/ATen/ops/linalg_matrix_rank_ops.h' 2024-11-01T16:36:05.3219658Z adding 'torch/include/ATen/ops/linalg_multi_dot.h' 2024-11-01T16:36:05.3223111Z adding 'torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.3225906Z adding 'torch/include/ATen/ops/linalg_multi_dot_native.h' 2024-11-01T16:36:05.3229205Z adding 'torch/include/ATen/ops/linalg_multi_dot_ops.h' 2024-11-01T16:36:05.3232559Z adding 'torch/include/ATen/ops/linalg_norm.h' 2024-11-01T16:36:05.3236123Z adding 'torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.3239164Z adding 'torch/include/ATen/ops/linalg_norm_native.h' 2024-11-01T16:36:05.3242543Z adding 'torch/include/ATen/ops/linalg_norm_ops.h' 2024-11-01T16:36:05.3246073Z adding 'torch/include/ATen/ops/linalg_pinv.h' 2024-11-01T16:36:05.3249658Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.3252870Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.3256054Z adding 'torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.3258917Z adding 'torch/include/ATen/ops/linalg_pinv_native.h' 2024-11-01T16:36:05.3262677Z adding 'torch/include/ATen/ops/linalg_pinv_ops.h' 2024-11-01T16:36:05.3266059Z adding 'torch/include/ATen/ops/linalg_qr.h' 2024-11-01T16:36:05.3269517Z adding 'torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.3272539Z adding 'torch/include/ATen/ops/linalg_qr_cpu_dispatch.h' 2024-11-01T16:36:05.3275730Z adding 'torch/include/ATen/ops/linalg_qr_cuda_dispatch.h' 2024-11-01T16:36:05.3278855Z adding 'torch/include/ATen/ops/linalg_qr_meta.h' 2024-11-01T16:36:05.3282089Z adding 'torch/include/ATen/ops/linalg_qr_meta_dispatch.h' 2024-11-01T16:36:05.3285092Z adding 'torch/include/ATen/ops/linalg_qr_native.h' 2024-11-01T16:36:05.3288338Z adding 'torch/include/ATen/ops/linalg_qr_ops.h' 2024-11-01T16:36:05.3291562Z adding 'torch/include/ATen/ops/linalg_slogdet.h' 2024-11-01T16:36:05.3295087Z adding 'torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.3297990Z adding 'torch/include/ATen/ops/linalg_slogdet_native.h' 2024-11-01T16:36:05.3301179Z adding 'torch/include/ATen/ops/linalg_slogdet_ops.h' 2024-11-01T16:36:05.3304275Z adding 'torch/include/ATen/ops/linalg_solve.h' 2024-11-01T16:36:05.3307838Z adding 'torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.3310752Z adding 'torch/include/ATen/ops/linalg_solve_ex.h' 2024-11-01T16:36:05.3314675Z adding 'torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.3317978Z adding 'torch/include/ATen/ops/linalg_solve_ex_native.h' 2024-11-01T16:36:05.3321735Z adding 'torch/include/ATen/ops/linalg_solve_ex_ops.h' 2024-11-01T16:36:05.3324852Z adding 'torch/include/ATen/ops/linalg_solve_native.h' 2024-11-01T16:36:05.3328417Z adding 'torch/include/ATen/ops/linalg_solve_ops.h' 2024-11-01T16:36:05.3331710Z adding 'torch/include/ATen/ops/linalg_solve_triangular.h' 2024-11-01T16:36:05.3334927Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h' 2024-11-01T16:36:05.3338190Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h' 2024-11-01T16:36:05.3341109Z adding 'torch/include/ATen/ops/linalg_solve_triangular_native.h' 2024-11-01T16:36:05.3344493Z adding 'torch/include/ATen/ops/linalg_solve_triangular_ops.h' 2024-11-01T16:36:05.3347598Z adding 'torch/include/ATen/ops/linalg_svd.h' 2024-11-01T16:36:05.3350955Z adding 'torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.3353952Z adding 'torch/include/ATen/ops/linalg_svd_native.h' 2024-11-01T16:36:05.3357303Z adding 'torch/include/ATen/ops/linalg_svd_ops.h' 2024-11-01T16:36:05.3361057Z adding 'torch/include/ATen/ops/linalg_svdvals.h' 2024-11-01T16:36:05.3364466Z adding 'torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.3367247Z adding 'torch/include/ATen/ops/linalg_svdvals_native.h' 2024-11-01T16:36:05.3370599Z adding 'torch/include/ATen/ops/linalg_svdvals_ops.h' 2024-11-01T16:36:05.3373675Z adding 'torch/include/ATen/ops/linalg_tensorinv.h' 2024-11-01T16:36:05.3376983Z adding 'torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.3379787Z adding 'torch/include/ATen/ops/linalg_tensorinv_native.h' 2024-11-01T16:36:05.3382915Z adding 'torch/include/ATen/ops/linalg_tensorinv_ops.h' 2024-11-01T16:36:05.3386028Z adding 'torch/include/ATen/ops/linalg_tensorsolve.h' 2024-11-01T16:36:05.3389330Z adding 'torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.3392104Z adding 'torch/include/ATen/ops/linalg_tensorsolve_native.h' 2024-11-01T16:36:05.3395279Z adding 'torch/include/ATen/ops/linalg_tensorsolve_ops.h' 2024-11-01T16:36:05.3398479Z adding 'torch/include/ATen/ops/linalg_vander.h' 2024-11-01T16:36:05.3401950Z adding 'torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.3404715Z adding 'torch/include/ATen/ops/linalg_vander_native.h' 2024-11-01T16:36:05.3407779Z adding 'torch/include/ATen/ops/linalg_vander_ops.h' 2024-11-01T16:36:05.3410826Z adding 'torch/include/ATen/ops/linalg_vecdot.h' 2024-11-01T16:36:05.3414104Z adding 'torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.3416882Z adding 'torch/include/ATen/ops/linalg_vecdot_native.h' 2024-11-01T16:36:05.3420006Z adding 'torch/include/ATen/ops/linalg_vecdot_ops.h' 2024-11-01T16:36:05.3423171Z adding 'torch/include/ATen/ops/linalg_vector_norm.h' 2024-11-01T16:36:05.3426673Z adding 'torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.3429484Z adding 'torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h' 2024-11-01T16:36:05.3432689Z adding 'torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h' 2024-11-01T16:36:05.3435618Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta.h' 2024-11-01T16:36:05.3438833Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h' 2024-11-01T16:36:05.3441816Z adding 'torch/include/ATen/ops/linalg_vector_norm_native.h' 2024-11-01T16:36:05.3445030Z adding 'torch/include/ATen/ops/linalg_vector_norm_ops.h' 2024-11-01T16:36:05.3448085Z adding 'torch/include/ATen/ops/linear.h' 2024-11-01T16:36:05.3451241Z adding 'torch/include/ATen/ops/linear_backward.h' 2024-11-01T16:36:05.3454584Z adding 'torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.3457417Z adding 'torch/include/ATen/ops/linear_backward_native.h' 2024-11-01T16:36:05.3460635Z adding 'torch/include/ATen/ops/linear_backward_ops.h' 2024-11-01T16:36:05.3464086Z adding 'torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.3467189Z adding 'torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.3469902Z adding 'torch/include/ATen/ops/linear_native.h' 2024-11-01T16:36:05.3473034Z adding 'torch/include/ATen/ops/linear_ops.h' 2024-11-01T16:36:05.3476691Z adding 'torch/include/ATen/ops/linspace.h' 2024-11-01T16:36:05.3480331Z adding 'torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.3483228Z adding 'torch/include/ATen/ops/linspace_cpu_dispatch.h' 2024-11-01T16:36:05.3486244Z adding 'torch/include/ATen/ops/linspace_cuda_dispatch.h' 2024-11-01T16:36:05.3489246Z adding 'torch/include/ATen/ops/linspace_meta_dispatch.h' 2024-11-01T16:36:05.3492276Z adding 'torch/include/ATen/ops/linspace_native.h' 2024-11-01T16:36:05.3495986Z adding 'torch/include/ATen/ops/linspace_ops.h' 2024-11-01T16:36:05.3499195Z adding 'torch/include/ATen/ops/log.h' 2024-11-01T16:36:05.3502244Z adding 'torch/include/ATen/ops/log10.h' 2024-11-01T16:36:05.3505616Z adding 'torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.3508384Z adding 'torch/include/ATen/ops/log10_cpu_dispatch.h' 2024-11-01T16:36:05.3511429Z adding 'torch/include/ATen/ops/log10_cuda_dispatch.h' 2024-11-01T16:36:05.3514359Z adding 'torch/include/ATen/ops/log10_meta.h' 2024-11-01T16:36:05.3517530Z adding 'torch/include/ATen/ops/log10_meta_dispatch.h' 2024-11-01T16:36:05.3520473Z adding 'torch/include/ATen/ops/log10_native.h' 2024-11-01T16:36:05.3523592Z adding 'torch/include/ATen/ops/log10_ops.h' 2024-11-01T16:36:05.3526673Z adding 'torch/include/ATen/ops/log1p.h' 2024-11-01T16:36:05.3530039Z adding 'torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.3532813Z adding 'torch/include/ATen/ops/log1p_cpu_dispatch.h' 2024-11-01T16:36:05.3535857Z adding 'torch/include/ATen/ops/log1p_cuda_dispatch.h' 2024-11-01T16:36:05.3538788Z adding 'torch/include/ATen/ops/log1p_meta.h' 2024-11-01T16:36:05.3541829Z adding 'torch/include/ATen/ops/log1p_meta_dispatch.h' 2024-11-01T16:36:05.3544773Z adding 'torch/include/ATen/ops/log1p_native.h' 2024-11-01T16:36:05.3548162Z adding 'torch/include/ATen/ops/log1p_ops.h' 2024-11-01T16:36:05.3551228Z adding 'torch/include/ATen/ops/log2.h' 2024-11-01T16:36:05.3554545Z adding 'torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.3557445Z adding 'torch/include/ATen/ops/log2_cpu_dispatch.h' 2024-11-01T16:36:05.3560456Z adding 'torch/include/ATen/ops/log2_cuda_dispatch.h' 2024-11-01T16:36:05.3563634Z adding 'torch/include/ATen/ops/log2_meta.h' 2024-11-01T16:36:05.3566717Z adding 'torch/include/ATen/ops/log2_meta_dispatch.h' 2024-11-01T16:36:05.3569647Z adding 'torch/include/ATen/ops/log2_native.h' 2024-11-01T16:36:05.3572829Z adding 'torch/include/ATen/ops/log2_ops.h' 2024-11-01T16:36:05.3576138Z adding 'torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.3578897Z adding 'torch/include/ATen/ops/log_cpu_dispatch.h' 2024-11-01T16:36:05.3581911Z adding 'torch/include/ATen/ops/log_cuda_dispatch.h' 2024-11-01T16:36:05.3584790Z adding 'torch/include/ATen/ops/log_meta.h' 2024-11-01T16:36:05.3587886Z adding 'torch/include/ATen/ops/log_meta_dispatch.h' 2024-11-01T16:36:05.3590833Z adding 'torch/include/ATen/ops/log_native.h' 2024-11-01T16:36:05.3593879Z adding 'torch/include/ATen/ops/log_normal.h' 2024-11-01T16:36:05.3597352Z adding 'torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.3600250Z adding 'torch/include/ATen/ops/log_normal_cpu_dispatch.h' 2024-11-01T16:36:05.3603283Z adding 'torch/include/ATen/ops/log_normal_cuda_dispatch.h' 2024-11-01T16:36:05.3606315Z adding 'torch/include/ATen/ops/log_normal_meta_dispatch.h' 2024-11-01T16:36:05.3609231Z adding 'torch/include/ATen/ops/log_normal_native.h' 2024-11-01T16:36:05.3612449Z adding 'torch/include/ATen/ops/log_normal_ops.h' 2024-11-01T16:36:05.3615646Z adding 'torch/include/ATen/ops/log_ops.h' 2024-11-01T16:36:05.3618713Z adding 'torch/include/ATen/ops/log_sigmoid.h' 2024-11-01T16:36:05.3621917Z adding 'torch/include/ATen/ops/log_sigmoid_backward.h' 2024-11-01T16:36:05.3625086Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h' 2024-11-01T16:36:05.3628145Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h' 2024-11-01T16:36:05.3631071Z adding 'torch/include/ATen/ops/log_sigmoid_backward_native.h' 2024-11-01T16:36:05.3634198Z adding 'torch/include/ATen/ops/log_sigmoid_backward_ops.h' 2024-11-01T16:36:05.3637592Z adding 'torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.3640532Z adding 'torch/include/ATen/ops/log_sigmoid_forward.h' 2024-11-01T16:36:05.3643684Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h' 2024-11-01T16:36:05.3646720Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h' 2024-11-01T16:36:05.3649663Z adding 'torch/include/ATen/ops/log_sigmoid_forward_native.h' 2024-11-01T16:36:05.3652787Z adding 'torch/include/ATen/ops/log_sigmoid_forward_ops.h' 2024-11-01T16:36:05.3655746Z adding 'torch/include/ATen/ops/log_sigmoid_native.h' 2024-11-01T16:36:05.3658829Z adding 'torch/include/ATen/ops/log_sigmoid_ops.h' 2024-11-01T16:36:05.3661997Z adding 'torch/include/ATen/ops/log_softmax.h' 2024-11-01T16:36:05.3665741Z adding 'torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.3669060Z adding 'torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.3672148Z adding 'torch/include/ATen/ops/log_softmax_native.h' 2024-11-01T16:36:05.3675393Z adding 'torch/include/ATen/ops/log_softmax_ops.h' 2024-11-01T16:36:05.3678507Z adding 'torch/include/ATen/ops/logaddexp.h' 2024-11-01T16:36:05.3681734Z adding 'torch/include/ATen/ops/logaddexp2.h' 2024-11-01T16:36:05.3685128Z adding 'torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.3688079Z adding 'torch/include/ATen/ops/logaddexp2_cpu_dispatch.h' 2024-11-01T16:36:05.3691211Z adding 'torch/include/ATen/ops/logaddexp2_cuda_dispatch.h' 2024-11-01T16:36:05.3694247Z adding 'torch/include/ATen/ops/logaddexp2_meta.h' 2024-11-01T16:36:05.3697427Z adding 'torch/include/ATen/ops/logaddexp2_meta_dispatch.h' 2024-11-01T16:36:05.3700371Z adding 'torch/include/ATen/ops/logaddexp2_native.h' 2024-11-01T16:36:05.3703626Z adding 'torch/include/ATen/ops/logaddexp2_ops.h' 2024-11-01T16:36:05.3707012Z adding 'torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.3709933Z adding 'torch/include/ATen/ops/logaddexp_cpu_dispatch.h' 2024-11-01T16:36:05.3712996Z adding 'torch/include/ATen/ops/logaddexp_cuda_dispatch.h' 2024-11-01T16:36:05.3716195Z adding 'torch/include/ATen/ops/logaddexp_meta.h' 2024-11-01T16:36:05.3719360Z adding 'torch/include/ATen/ops/logaddexp_meta_dispatch.h' 2024-11-01T16:36:05.3722370Z adding 'torch/include/ATen/ops/logaddexp_native.h' 2024-11-01T16:36:05.3725516Z adding 'torch/include/ATen/ops/logaddexp_ops.h' 2024-11-01T16:36:05.3728790Z adding 'torch/include/ATen/ops/logcumsumexp.h' 2024-11-01T16:36:05.3732209Z adding 'torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.3735297Z adding 'torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.3738284Z adding 'torch/include/ATen/ops/logcumsumexp_native.h' 2024-11-01T16:36:05.3741619Z adding 'torch/include/ATen/ops/logcumsumexp_ops.h' 2024-11-01T16:36:05.3744798Z adding 'torch/include/ATen/ops/logdet.h' 2024-11-01T16:36:05.3748114Z adding 'torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.3750989Z adding 'torch/include/ATen/ops/logdet_native.h' 2024-11-01T16:36:05.3754094Z adding 'torch/include/ATen/ops/logdet_ops.h' 2024-11-01T16:36:05.3757275Z adding 'torch/include/ATen/ops/logical_and.h' 2024-11-01T16:36:05.3760724Z adding 'torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.3763692Z adding 'torch/include/ATen/ops/logical_and_cpu_dispatch.h' 2024-11-01T16:36:05.3766803Z adding 'torch/include/ATen/ops/logical_and_cuda_dispatch.h' 2024-11-01T16:36:05.3770190Z adding 'torch/include/ATen/ops/logical_and_native.h' 2024-11-01T16:36:05.3773560Z adding 'torch/include/ATen/ops/logical_and_ops.h' 2024-11-01T16:36:05.3776696Z adding 'torch/include/ATen/ops/logical_not.h' 2024-11-01T16:36:05.3780126Z adding 'torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.3783156Z adding 'torch/include/ATen/ops/logical_not_cpu_dispatch.h' 2024-11-01T16:36:05.3786179Z adding 'torch/include/ATen/ops/logical_not_cuda_dispatch.h' 2024-11-01T16:36:05.3789230Z adding 'torch/include/ATen/ops/logical_not_native.h' 2024-11-01T16:36:05.3792429Z adding 'torch/include/ATen/ops/logical_not_ops.h' 2024-11-01T16:36:05.3795979Z adding 'torch/include/ATen/ops/logical_or.h' 2024-11-01T16:36:05.3799905Z adding 'torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.3802117Z adding 'torch/include/ATen/ops/logical_or_cpu_dispatch.h' 2024-11-01T16:36:05.3805659Z adding 'torch/include/ATen/ops/logical_or_cuda_dispatch.h' 2024-11-01T16:36:05.3808217Z adding 'torch/include/ATen/ops/logical_or_native.h' 2024-11-01T16:36:05.3834451Z adding 'torch/include/ATen/ops/logical_or_ops.h' 2024-11-01T16:36:05.3835002Z adding 'torch/include/ATen/ops/logical_xor.h' 2024-11-01T16:36:05.3835770Z adding 'torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.3836540Z adding 'torch/include/ATen/ops/logical_xor_cpu_dispatch.h' 2024-11-01T16:36:05.3837178Z adding 'torch/include/ATen/ops/logical_xor_cuda_dispatch.h' 2024-11-01T16:36:05.3837772Z adding 'torch/include/ATen/ops/logical_xor_native.h' 2024-11-01T16:36:05.3838285Z adding 'torch/include/ATen/ops/logical_xor_ops.h' 2024-11-01T16:36:05.3838762Z adding 'torch/include/ATen/ops/logit.h' 2024-11-01T16:36:05.3840443Z adding 'torch/include/ATen/ops/logit_backward.h' 2024-11-01T16:36:05.3843181Z adding 'torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.3845917Z adding 'torch/include/ATen/ops/logit_backward_cpu_dispatch.h' 2024-11-01T16:36:05.3849007Z adding 'torch/include/ATen/ops/logit_backward_cuda_dispatch.h' 2024-11-01T16:36:05.3852112Z adding 'torch/include/ATen/ops/logit_backward_meta.h' 2024-11-01T16:36:05.3855235Z adding 'torch/include/ATen/ops/logit_backward_meta_dispatch.h' 2024-11-01T16:36:05.3858362Z adding 'torch/include/ATen/ops/logit_backward_native.h' 2024-11-01T16:36:05.3861516Z adding 'torch/include/ATen/ops/logit_backward_ops.h' 2024-11-01T16:36:05.3864622Z adding 'torch/include/ATen/ops/logit_cpu_dispatch.h' 2024-11-01T16:36:05.3867755Z adding 'torch/include/ATen/ops/logit_cuda_dispatch.h' 2024-11-01T16:36:05.3870893Z adding 'torch/include/ATen/ops/logit_meta_dispatch.h' 2024-11-01T16:36:05.3873849Z adding 'torch/include/ATen/ops/logit_native.h' 2024-11-01T16:36:05.3877130Z adding 'torch/include/ATen/ops/logit_ops.h' 2024-11-01T16:36:05.3880751Z adding 'torch/include/ATen/ops/logspace.h' 2024-11-01T16:36:05.3884547Z adding 'torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.3887610Z adding 'torch/include/ATen/ops/logspace_cpu_dispatch.h' 2024-11-01T16:36:05.3890629Z adding 'torch/include/ATen/ops/logspace_cuda_dispatch.h' 2024-11-01T16:36:05.3893695Z adding 'torch/include/ATen/ops/logspace_meta_dispatch.h' 2024-11-01T16:36:05.3896796Z adding 'torch/include/ATen/ops/logspace_native.h' 2024-11-01T16:36:05.3901001Z adding 'torch/include/ATen/ops/logspace_ops.h' 2024-11-01T16:36:05.3906039Z adding 'torch/include/ATen/ops/logsumexp.h' 2024-11-01T16:36:05.3911541Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.3915467Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.3918500Z adding 'torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.3921504Z adding 'torch/include/ATen/ops/logsumexp_native.h' 2024-11-01T16:36:05.3924719Z adding 'torch/include/ATen/ops/logsumexp_ops.h' 2024-11-01T16:36:05.3927950Z adding 'torch/include/ATen/ops/lshift.h' 2024-11-01T16:36:05.3931309Z adding 'torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.3934283Z adding 'torch/include/ATen/ops/lshift_cpu_dispatch.h' 2024-11-01T16:36:05.3937349Z adding 'torch/include/ATen/ops/lshift_cuda_dispatch.h' 2024-11-01T16:36:05.3940378Z adding 'torch/include/ATen/ops/lshift_meta_dispatch.h' 2024-11-01T16:36:05.3943384Z adding 'torch/include/ATen/ops/lshift_native.h' 2024-11-01T16:36:05.3946757Z adding 'torch/include/ATen/ops/lshift_ops.h' 2024-11-01T16:36:05.3949945Z adding 'torch/include/ATen/ops/lstm.h' 2024-11-01T16:36:05.3953038Z adding 'torch/include/ATen/ops/lstm_cell.h' 2024-11-01T16:36:05.3956454Z adding 'torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.3959287Z adding 'torch/include/ATen/ops/lstm_cell_native.h' 2024-11-01T16:36:05.3962407Z adding 'torch/include/ATen/ops/lstm_cell_ops.h' 2024-11-01T16:36:05.3965726Z adding 'torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.3968970Z adding 'torch/include/ATen/ops/lstm_mps_backward.h' 2024-11-01T16:36:05.3972487Z adding 'torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.3975449Z adding 'torch/include/ATen/ops/lstm_mps_backward_native.h' 2024-11-01T16:36:05.3978893Z adding 'torch/include/ATen/ops/lstm_mps_backward_ops.h' 2024-11-01T16:36:05.3981978Z adding 'torch/include/ATen/ops/lstm_native.h' 2024-11-01T16:36:05.3985245Z adding 'torch/include/ATen/ops/lstm_ops.h' 2024-11-01T16:36:05.3988411Z adding 'torch/include/ATen/ops/lt.h' 2024-11-01T16:36:05.3991870Z adding 'torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.3994757Z adding 'torch/include/ATen/ops/lt_cpu_dispatch.h' 2024-11-01T16:36:05.3997997Z adding 'torch/include/ATen/ops/lt_cuda_dispatch.h' 2024-11-01T16:36:05.4001011Z adding 'torch/include/ATen/ops/lt_meta.h' 2024-11-01T16:36:05.4004466Z adding 'torch/include/ATen/ops/lt_meta_dispatch.h' 2024-11-01T16:36:05.4007507Z adding 'torch/include/ATen/ops/lt_native.h' 2024-11-01T16:36:05.4010880Z adding 'torch/include/ATen/ops/lt_ops.h' 2024-11-01T16:36:05.4014088Z adding 'torch/include/ATen/ops/lu_solve.h' 2024-11-01T16:36:05.4017438Z adding 'torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.4020254Z adding 'torch/include/ATen/ops/lu_solve_native.h' 2024-11-01T16:36:05.4023447Z adding 'torch/include/ATen/ops/lu_solve_ops.h' 2024-11-01T16:36:05.4026742Z adding 'torch/include/ATen/ops/lu_unpack.h' 2024-11-01T16:36:05.4030128Z adding 'torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.4033040Z adding 'torch/include/ATen/ops/lu_unpack_cpu_dispatch.h' 2024-11-01T16:36:05.4036295Z adding 'torch/include/ATen/ops/lu_unpack_cuda_dispatch.h' 2024-11-01T16:36:05.4039345Z adding 'torch/include/ATen/ops/lu_unpack_meta.h' 2024-11-01T16:36:05.4042526Z adding 'torch/include/ATen/ops/lu_unpack_meta_dispatch.h' 2024-11-01T16:36:05.4045477Z adding 'torch/include/ATen/ops/lu_unpack_native.h' 2024-11-01T16:36:05.4048729Z adding 'torch/include/ATen/ops/lu_unpack_ops.h' 2024-11-01T16:36:05.4051708Z adding 'torch/include/ATen/ops/mH.h' 2024-11-01T16:36:05.4054934Z adding 'torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.4057695Z adding 'torch/include/ATen/ops/mH_native.h' 2024-11-01T16:36:05.4060782Z adding 'torch/include/ATen/ops/mH_ops.h' 2024-11-01T16:36:05.4063707Z adding 'torch/include/ATen/ops/mT.h' 2024-11-01T16:36:05.4066950Z adding 'torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.4069750Z adding 'torch/include/ATen/ops/mT_native.h' 2024-11-01T16:36:05.4072816Z adding 'torch/include/ATen/ops/mT_ops.h' 2024-11-01T16:36:05.4076076Z adding 'torch/include/ATen/ops/margin_ranking_loss.h' 2024-11-01T16:36:05.4079649Z adding 'torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.4082192Z adding 'torch/include/ATen/ops/margin_ranking_loss_native.h' 2024-11-01T16:36:05.4085286Z adding 'torch/include/ATen/ops/margin_ranking_loss_ops.h' 2024-11-01T16:36:05.4089068Z adding 'torch/include/ATen/ops/masked_fill.h' 2024-11-01T16:36:05.4092604Z adding 'torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.4095600Z adding 'torch/include/ATen/ops/masked_fill_cpu_dispatch.h' 2024-11-01T16:36:05.4098668Z adding 'torch/include/ATen/ops/masked_fill_cuda_dispatch.h' 2024-11-01T16:36:05.4101704Z adding 'torch/include/ATen/ops/masked_fill_meta_dispatch.h' 2024-11-01T16:36:05.4104778Z adding 'torch/include/ATen/ops/masked_fill_native.h' 2024-11-01T16:36:05.4108224Z adding 'torch/include/ATen/ops/masked_fill_ops.h' 2024-11-01T16:36:05.4111420Z adding 'torch/include/ATen/ops/masked_scatter.h' 2024-11-01T16:36:05.4114624Z adding 'torch/include/ATen/ops/masked_scatter_backward.h' 2024-11-01T16:36:05.4118166Z adding 'torch/include/ATen/ops/masked_scatter_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.4121009Z adding 'torch/include/ATen/ops/masked_scatter_backward_native.h' 2024-11-01T16:36:05.4124271Z adding 'torch/include/ATen/ops/masked_scatter_backward_ops.h' 2024-11-01T16:36:05.4128385Z adding 'torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.4130654Z adding 'torch/include/ATen/ops/masked_scatter_cpu_dispatch.h' 2024-11-01T16:36:05.4134376Z adding 'torch/include/ATen/ops/masked_scatter_cuda_dispatch.h' 2024-11-01T16:36:05.4136897Z adding 'torch/include/ATen/ops/masked_scatter_meta_dispatch.h' 2024-11-01T16:36:05.4140070Z adding 'torch/include/ATen/ops/masked_scatter_native.h' 2024-11-01T16:36:05.4143237Z adding 'torch/include/ATen/ops/masked_scatter_ops.h' 2024-11-01T16:36:05.4146502Z adding 'torch/include/ATen/ops/masked_select.h' 2024-11-01T16:36:05.4149619Z adding 'torch/include/ATen/ops/masked_select_backward.h' 2024-11-01T16:36:05.4153276Z adding 'torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.4156056Z adding 'torch/include/ATen/ops/masked_select_backward_native.h' 2024-11-01T16:36:05.4159302Z adding 'torch/include/ATen/ops/masked_select_backward_ops.h' 2024-11-01T16:36:05.4162495Z adding 'torch/include/ATen/ops/masked_select_cpu_dispatch.h' 2024-11-01T16:36:05.4165606Z adding 'torch/include/ATen/ops/masked_select_cuda_dispatch.h' 2024-11-01T16:36:05.4168688Z adding 'torch/include/ATen/ops/masked_select_native.h' 2024-11-01T16:36:05.4171947Z adding 'torch/include/ATen/ops/masked_select_ops.h' 2024-11-01T16:36:05.4175084Z adding 'torch/include/ATen/ops/matmul.h' 2024-11-01T16:36:05.4178275Z adding 'torch/include/ATen/ops/matmul_backward.h' 2024-11-01T16:36:05.4181785Z adding 'torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.4184728Z adding 'torch/include/ATen/ops/matmul_backward_native.h' 2024-11-01T16:36:05.4188020Z adding 'torch/include/ATen/ops/matmul_backward_ops.h' 2024-11-01T16:36:05.4191431Z adding 'torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.4194293Z adding 'torch/include/ATen/ops/matmul_native.h' 2024-11-01T16:36:05.4197705Z adding 'torch/include/ATen/ops/matmul_ops.h' 2024-11-01T16:36:05.4200707Z adding 'torch/include/ATen/ops/matrix_H.h' 2024-11-01T16:36:05.4204126Z adding 'torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.4206930Z adding 'torch/include/ATen/ops/matrix_H_native.h' 2024-11-01T16:36:05.4210170Z adding 'torch/include/ATen/ops/matrix_H_ops.h' 2024-11-01T16:36:05.4213279Z adding 'torch/include/ATen/ops/matrix_exp.h' 2024-11-01T16:36:05.4216348Z adding 'torch/include/ATen/ops/matrix_exp_backward.h' 2024-11-01T16:36:05.4219848Z adding 'torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.4222625Z adding 'torch/include/ATen/ops/matrix_exp_backward_native.h' 2024-11-01T16:36:05.4225841Z adding 'torch/include/ATen/ops/matrix_exp_backward_ops.h' 2024-11-01T16:36:05.4229089Z adding 'torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.4232380Z adding 'torch/include/ATen/ops/matrix_exp_native.h' 2024-11-01T16:36:05.4235585Z adding 'torch/include/ATen/ops/matrix_exp_ops.h' 2024-11-01T16:36:05.4238861Z adding 'torch/include/ATen/ops/matrix_power.h' 2024-11-01T16:36:05.4242325Z adding 'torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.4245169Z adding 'torch/include/ATen/ops/matrix_power_native.h' 2024-11-01T16:36:05.4248453Z adding 'torch/include/ATen/ops/matrix_power_ops.h' 2024-11-01T16:36:05.4251802Z adding 'torch/include/ATen/ops/max.h' 2024-11-01T16:36:05.4255491Z adding 'torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.4258618Z adding 'torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.4261644Z adding 'torch/include/ATen/ops/max_cpu_dispatch.h' 2024-11-01T16:36:05.4264935Z adding 'torch/include/ATen/ops/max_cuda_dispatch.h' 2024-11-01T16:36:05.4268146Z adding 'torch/include/ATen/ops/max_meta.h' 2024-11-01T16:36:05.4271484Z adding 'torch/include/ATen/ops/max_meta_dispatch.h' 2024-11-01T16:36:05.4274678Z adding 'torch/include/ATen/ops/max_native.h' 2024-11-01T16:36:05.4278463Z adding 'torch/include/ATen/ops/max_ops.h' 2024-11-01T16:36:05.4281831Z adding 'torch/include/ATen/ops/max_pool1d.h' 2024-11-01T16:36:05.4285138Z adding 'torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.4288073Z adding 'torch/include/ATen/ops/max_pool1d_native.h' 2024-11-01T16:36:05.4291230Z adding 'torch/include/ATen/ops/max_pool1d_ops.h' 2024-11-01T16:36:05.4294526Z adding 'torch/include/ATen/ops/max_pool1d_with_indices.h' 2024-11-01T16:36:05.4297979Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.4300859Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_native.h' 2024-11-01T16:36:05.4304181Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_ops.h' 2024-11-01T16:36:05.4307205Z adding 'torch/include/ATen/ops/max_pool2d.h' 2024-11-01T16:36:05.4310544Z adding 'torch/include/ATen/ops/max_pool2d_backward.h' 2024-11-01T16:36:05.4313967Z adding 'torch/include/ATen/ops/max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.4317170Z adding 'torch/include/ATen/ops/max_pool2d_backward_native.h' 2024-11-01T16:36:05.4320469Z adding 'torch/include/ATen/ops/max_pool2d_backward_ops.h' 2024-11-01T16:36:05.4324136Z adding 'torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.4326969Z adding 'torch/include/ATen/ops/max_pool2d_native.h' 2024-11-01T16:36:05.4330328Z adding 'torch/include/ATen/ops/max_pool2d_ops.h' 2024-11-01T16:36:05.4333698Z adding 'torch/include/ATen/ops/max_pool2d_with_indices.h' 2024-11-01T16:36:05.4337072Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward.h' 2024-11-01T16:36:05.4340716Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.4343671Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h' 2024-11-01T16:36:05.4347234Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h' 2024-11-01T16:36:05.4350287Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h' 2024-11-01T16:36:05.4353596Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h' 2024-11-01T16:36:05.4356748Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h' 2024-11-01T16:36:05.4360197Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h' 2024-11-01T16:36:05.4363807Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.4366707Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h' 2024-11-01T16:36:05.4369983Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h' 2024-11-01T16:36:05.4373021Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta.h' 2024-11-01T16:36:05.4376484Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h' 2024-11-01T16:36:05.4379529Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_native.h' 2024-11-01T16:36:05.4382926Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_ops.h' 2024-11-01T16:36:05.4386011Z adding 'torch/include/ATen/ops/max_pool3d.h' 2024-11-01T16:36:05.4389664Z adding 'torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.4392491Z adding 'torch/include/ATen/ops/max_pool3d_native.h' 2024-11-01T16:36:05.4395917Z adding 'torch/include/ATen/ops/max_pool3d_ops.h' 2024-11-01T16:36:05.4406132Z adding 'torch/include/ATen/ops/max_pool3d_with_indices.h' 2024-11-01T16:36:05.4406825Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward.h' 2024-11-01T16:36:05.4407606Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h' 2024-11-01T16:36:05.4409152Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h' 2024-11-01T16:36:05.4412393Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h' 2024-11-01T16:36:05.4415709Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h' 2024-11-01T16:36:05.4418894Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h' 2024-11-01T16:36:05.4422213Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h' 2024-11-01T16:36:05.4425288Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_native.h' 2024-11-01T16:36:05.4428548Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_ops.h' 2024-11-01T16:36:05.4431858Z adding 'torch/include/ATen/ops/max_unpool2d.h' 2024-11-01T16:36:05.4435206Z adding 'torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h' 2024-11-01T16:36:05.4438724Z adding 'torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h' 2024-11-01T16:36:05.4441627Z adding 'torch/include/ATen/ops/max_unpool2d_native.h' 2024-11-01T16:36:05.4444788Z adding 'torch/include/ATen/ops/max_unpool2d_ops.h' 2024-11-01T16:36:05.4448209Z adding 'torch/include/ATen/ops/max_unpool3d.h' 2024-11-01T16:36:05.4451526Z adding 'torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h' 2024-11-01T16:36:05.4454653Z adding 'torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h' 2024-11-01T16:36:05.4457713Z adding 'torch/include/ATen/ops/max_unpool3d_native.h' 2024-11-01T16:36:05.4461071Z adding 'torch/include/ATen/ops/max_unpool3d_ops.h' 2024-11-01T16:36:05.4464459Z adding 'torch/include/ATen/ops/maximum.h' 2024-11-01T16:36:05.4468555Z adding 'torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.4470883Z adding 'torch/include/ATen/ops/maximum_cpu_dispatch.h' 2024-11-01T16:36:05.4473953Z adding 'torch/include/ATen/ops/maximum_cuda_dispatch.h' 2024-11-01T16:36:05.4476993Z adding 'torch/include/ATen/ops/maximum_meta.h' 2024-11-01T16:36:05.4480096Z adding 'torch/include/ATen/ops/maximum_meta_dispatch.h' 2024-11-01T16:36:05.4483062Z adding 'torch/include/ATen/ops/maximum_native.h' 2024-11-01T16:36:05.4486185Z adding 'torch/include/ATen/ops/maximum_ops.h' 2024-11-01T16:36:05.4489433Z adding 'torch/include/ATen/ops/mean.h' 2024-11-01T16:36:05.4492817Z adding 'torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.4496012Z adding 'torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.4499098Z adding 'torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.4502074Z adding 'torch/include/ATen/ops/mean_cpu_dispatch.h' 2024-11-01T16:36:05.4505313Z adding 'torch/include/ATen/ops/mean_cuda_dispatch.h' 2024-11-01T16:36:05.4508222Z adding 'torch/include/ATen/ops/mean_meta.h' 2024-11-01T16:36:05.4511377Z adding 'torch/include/ATen/ops/mean_meta_dispatch.h' 2024-11-01T16:36:05.4514486Z adding 'torch/include/ATen/ops/mean_native.h' 2024-11-01T16:36:05.4518059Z adding 'torch/include/ATen/ops/mean_ops.h' 2024-11-01T16:36:05.4521427Z adding 'torch/include/ATen/ops/median.h' 2024-11-01T16:36:05.4524977Z adding 'torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.4528096Z adding 'torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.4531227Z adding 'torch/include/ATen/ops/median_cpu_dispatch.h' 2024-11-01T16:36:05.4534334Z adding 'torch/include/ATen/ops/median_cuda_dispatch.h' 2024-11-01T16:36:05.4537560Z adding 'torch/include/ATen/ops/median_native.h' 2024-11-01T16:36:05.4541300Z adding 'torch/include/ATen/ops/median_ops.h' 2024-11-01T16:36:05.4544294Z adding 'torch/include/ATen/ops/meshgrid.h' 2024-11-01T16:36:05.4547734Z adding 'torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.4550556Z adding 'torch/include/ATen/ops/meshgrid_native.h' 2024-11-01T16:36:05.4553912Z adding 'torch/include/ATen/ops/meshgrid_ops.h' 2024-11-01T16:36:05.4558173Z adding 'torch/include/ATen/ops/min.h' 2024-11-01T16:36:05.4561063Z adding 'torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.4564320Z adding 'torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.4567326Z adding 'torch/include/ATen/ops/min_cpu_dispatch.h' 2024-11-01T16:36:05.4570599Z adding 'torch/include/ATen/ops/min_cuda_dispatch.h' 2024-11-01T16:36:05.4573703Z adding 'torch/include/ATen/ops/min_meta.h' 2024-11-01T16:36:05.4577092Z adding 'torch/include/ATen/ops/min_meta_dispatch.h' 2024-11-01T16:36:05.4580830Z adding 'torch/include/ATen/ops/min_native.h' 2024-11-01T16:36:05.4583966Z adding 'torch/include/ATen/ops/min_ops.h' 2024-11-01T16:36:05.4587337Z adding 'torch/include/ATen/ops/minimum.h' 2024-11-01T16:36:05.4590737Z adding 'torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.4593715Z adding 'torch/include/ATen/ops/minimum_cpu_dispatch.h' 2024-11-01T16:36:05.4597723Z adding 'torch/include/ATen/ops/minimum_cuda_dispatch.h' 2024-11-01T16:36:05.4600028Z adding 'torch/include/ATen/ops/minimum_meta.h' 2024-11-01T16:36:05.4603574Z adding 'torch/include/ATen/ops/minimum_meta_dispatch.h' 2024-11-01T16:36:05.4606206Z adding 'torch/include/ATen/ops/minimum_native.h' 2024-11-01T16:36:05.4609577Z adding 'torch/include/ATen/ops/minimum_ops.h' 2024-11-01T16:36:05.4612864Z adding 'torch/include/ATen/ops/miopen_batch_norm.h' 2024-11-01T16:36:05.4616516Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward.h' 2024-11-01T16:36:05.4620760Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.4623156Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h' 2024-11-01T16:36:05.4626277Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_native.h' 2024-11-01T16:36:05.4629630Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_ops.h' 2024-11-01T16:36:05.4633182Z adding 'torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.4636426Z adding 'torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h' 2024-11-01T16:36:05.4639519Z adding 'torch/include/ATen/ops/miopen_batch_norm_native.h' 2024-11-01T16:36:05.4642983Z adding 'torch/include/ATen/ops/miopen_batch_norm_ops.h' 2024-11-01T16:36:05.4646650Z adding 'torch/include/ATen/ops/miopen_convolution.h' 2024-11-01T16:36:05.4650310Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu.h' 2024-11-01T16:36:05.4653599Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h' 2024-11-01T16:36:05.4656742Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_native.h' 2024-11-01T16:36:05.4660654Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_ops.h' 2024-11-01T16:36:05.4663505Z adding 'torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.4666626Z adding 'torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h' 2024-11-01T16:36:05.4669723Z adding 'torch/include/ATen/ops/miopen_convolution_native.h' 2024-11-01T16:36:05.4673167Z adding 'torch/include/ATen/ops/miopen_convolution_ops.h' 2024-11-01T16:36:05.4676605Z adding 'torch/include/ATen/ops/miopen_convolution_relu.h' 2024-11-01T16:36:05.4680023Z adding 'torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h' 2024-11-01T16:36:05.4683177Z adding 'torch/include/ATen/ops/miopen_convolution_relu_native.h' 2024-11-01T16:36:05.4686348Z adding 'torch/include/ATen/ops/miopen_convolution_relu_ops.h' 2024-11-01T16:36:05.4690156Z adding 'torch/include/ATen/ops/miopen_convolution_transpose.h' 2024-11-01T16:36:05.4693886Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.4697538Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h' 2024-11-01T16:36:05.4700720Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_native.h' 2024-11-01T16:36:05.4704046Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_ops.h' 2024-11-01T16:36:05.4707747Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution.h' 2024-11-01T16:36:05.4711482Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.4714688Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h' 2024-11-01T16:36:05.4718043Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_native.h' 2024-11-01T16:36:05.4721379Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_ops.h' 2024-11-01T16:36:05.4724824Z adding 'torch/include/ATen/ops/miopen_rnn.h' 2024-11-01T16:36:05.4728472Z adding 'torch/include/ATen/ops/miopen_rnn_backward.h' 2024-11-01T16:36:05.4732204Z adding 'torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.4735514Z adding 'torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h' 2024-11-01T16:36:05.4738682Z adding 'torch/include/ATen/ops/miopen_rnn_backward_native.h' 2024-11-01T16:36:05.4742521Z adding 'torch/include/ATen/ops/miopen_rnn_backward_ops.h' 2024-11-01T16:36:05.4746161Z adding 'torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.4749269Z adding 'torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h' 2024-11-01T16:36:05.4752488Z adding 'torch/include/ATen/ops/miopen_rnn_native.h' 2024-11-01T16:36:05.4756060Z adding 'torch/include/ATen/ops/miopen_rnn_ops.h' 2024-11-01T16:36:05.4759474Z adding 'torch/include/ATen/ops/mish.h' 2024-11-01T16:36:05.4762563Z adding 'torch/include/ATen/ops/mish_backward.h' 2024-11-01T16:36:05.4765853Z adding 'torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.4768886Z adding 'torch/include/ATen/ops/mish_backward_cpu_dispatch.h' 2024-11-01T16:36:05.4771942Z adding 'torch/include/ATen/ops/mish_backward_cuda_dispatch.h' 2024-11-01T16:36:05.4775002Z adding 'torch/include/ATen/ops/mish_backward_native.h' 2024-11-01T16:36:05.4778110Z adding 'torch/include/ATen/ops/mish_backward_ops.h' 2024-11-01T16:36:05.4781621Z adding 'torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.4784445Z adding 'torch/include/ATen/ops/mish_cpu_dispatch.h' 2024-11-01T16:36:05.4787654Z adding 'torch/include/ATen/ops/mish_cuda_dispatch.h' 2024-11-01T16:36:05.4790707Z adding 'torch/include/ATen/ops/mish_meta.h' 2024-11-01T16:36:05.4793826Z adding 'torch/include/ATen/ops/mish_meta_dispatch.h' 2024-11-01T16:36:05.4797005Z adding 'torch/include/ATen/ops/mish_native.h' 2024-11-01T16:36:05.4800227Z adding 'torch/include/ATen/ops/mish_ops.h' 2024-11-01T16:36:05.4803681Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h' 2024-11-01T16:36:05.4807517Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h' 2024-11-01T16:36:05.4810371Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.4813255Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h' 2024-11-01T16:36:05.4816606Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h' 2024-11-01T16:36:05.4819755Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h' 2024-11-01T16:36:05.4823017Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h' 2024-11-01T16:36:05.4826712Z adding 'torch/include/ATen/ops/mkldnn_convolution.h' 2024-11-01T16:36:05.4830496Z adding 'torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.4833487Z adding 'torch/include/ATen/ops/mkldnn_convolution_native.h' 2024-11-01T16:36:05.4837663Z adding 'torch/include/ATen/ops/mkldnn_convolution_ops.h' 2024-11-01T16:36:05.4840885Z adding 'torch/include/ATen/ops/mkldnn_linear.h' 2024-11-01T16:36:05.4844143Z adding 'torch/include/ATen/ops/mkldnn_linear_backward.h' 2024-11-01T16:36:05.4847637Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.4850759Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input.h' 2024-11-01T16:36:05.4854203Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.4857052Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_native.h' 2024-11-01T16:36:05.4860234Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h' 2024-11-01T16:36:05.4863320Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_native.h' 2024-11-01T16:36:05.4866753Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_ops.h' 2024-11-01T16:36:05.4869960Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights.h' 2024-11-01T16:36:05.4873620Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.4876614Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h' 2024-11-01T16:36:05.4879867Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h' 2024-11-01T16:36:05.4883109Z adding 'torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.4885928Z adding 'torch/include/ATen/ops/mkldnn_linear_native.h' 2024-11-01T16:36:05.4889099Z adding 'torch/include/ATen/ops/mkldnn_linear_ops.h' 2024-11-01T16:36:05.4892290Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d.h' 2024-11-01T16:36:05.4895772Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward.h' 2024-11-01T16:36:05.4899277Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.4902077Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h' 2024-11-01T16:36:05.4905290Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h' 2024-11-01T16:36:05.4908625Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.4911484Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_native.h' 2024-11-01T16:36:05.4914730Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_ops.h' 2024-11-01T16:36:05.4918136Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d.h' 2024-11-01T16:36:05.4921461Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward.h' 2024-11-01T16:36:05.4924895Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.4927767Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h' 2024-11-01T16:36:05.4931257Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h' 2024-11-01T16:36:05.4934602Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.4937478Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_native.h' 2024-11-01T16:36:05.4941219Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_ops.h' 2024-11-01T16:36:05.4944381Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h' 2024-11-01T16:36:05.4948010Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.4951061Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h' 2024-11-01T16:36:05.4954321Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h' 2024-11-01T16:36:05.4958013Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h' 2024-11-01T16:36:05.4961664Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.4964583Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h' 2024-11-01T16:36:05.4967791Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h' 2024-11-01T16:36:05.4971087Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer.h' 2024-11-01T16:36:05.4974860Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward.h' 2024-11-01T16:36:05.4978500Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.4981607Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_cpu_dispatch.h' 2024-11-01T16:36:05.4984757Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_native.h' 2024-11-01T16:36:05.4988391Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_ops.h' 2024-11-01T16:36:05.4991877Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.4994964Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_cpu_dispatch.h' 2024-11-01T16:36:05.4998165Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_native.h' 2024-11-01T16:36:05.5001641Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_ops.h' 2024-11-01T16:36:05.5004725Z adding 'torch/include/ATen/ops/mm.h' 2024-11-01T16:36:05.5008097Z adding 'torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.5010917Z adding 'torch/include/ATen/ops/mm_cpu_dispatch.h' 2024-11-01T16:36:05.5013958Z adding 'torch/include/ATen/ops/mm_cuda_dispatch.h' 2024-11-01T16:36:05.5016898Z adding 'torch/include/ATen/ops/mm_meta.h' 2024-11-01T16:36:05.5020020Z adding 'torch/include/ATen/ops/mm_meta_dispatch.h' 2024-11-01T16:36:05.5023053Z adding 'torch/include/ATen/ops/mm_native.h' 2024-11-01T16:36:05.5026203Z adding 'torch/include/ATen/ops/mm_ops.h' 2024-11-01T16:36:05.5029425Z adding 'torch/include/ATen/ops/mode.h' 2024-11-01T16:36:05.5032812Z adding 'torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.5036011Z adding 'torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.5039013Z adding 'torch/include/ATen/ops/mode_cpu_dispatch.h' 2024-11-01T16:36:05.5042027Z adding 'torch/include/ATen/ops/mode_cuda_dispatch.h' 2024-11-01T16:36:05.5045030Z adding 'torch/include/ATen/ops/mode_native.h' 2024-11-01T16:36:05.5048355Z adding 'torch/include/ATen/ops/mode_ops.h' 2024-11-01T16:36:05.5051556Z adding 'torch/include/ATen/ops/moveaxis.h' 2024-11-01T16:36:05.5055411Z adding 'torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.5058241Z adding 'torch/include/ATen/ops/moveaxis_native.h' 2024-11-01T16:36:05.5061629Z adding 'torch/include/ATen/ops/moveaxis_ops.h' 2024-11-01T16:36:05.5064964Z adding 'torch/include/ATen/ops/movedim.h' 2024-11-01T16:36:05.5068288Z adding 'torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.5071545Z adding 'torch/include/ATen/ops/movedim_native.h' 2024-11-01T16:36:05.5074769Z adding 'torch/include/ATen/ops/movedim_ops.h' 2024-11-01T16:36:05.5078949Z adding 'torch/include/ATen/ops/mps_convolution_backward.h' 2024-11-01T16:36:05.5082651Z adding 'torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.5086020Z adding 'torch/include/ATen/ops/mps_convolution_backward_native.h' 2024-11-01T16:36:05.5089801Z adding 'torch/include/ATen/ops/mps_convolution_backward_ops.h' 2024-11-01T16:36:05.5093484Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward.h' 2024-11-01T16:36:05.5097295Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.5100494Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_native.h' 2024-11-01T16:36:05.5104267Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h' 2024-11-01T16:36:05.5107745Z adding 'torch/include/ATen/ops/mse_loss.h' 2024-11-01T16:36:05.5111329Z adding 'torch/include/ATen/ops/mse_loss_backward.h' 2024-11-01T16:36:05.5114608Z adding 'torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h' 2024-11-01T16:36:05.5118018Z adding 'torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h' 2024-11-01T16:36:05.5121504Z adding 'torch/include/ATen/ops/mse_loss_backward_native.h' 2024-11-01T16:36:05.5125042Z adding 'torch/include/ATen/ops/mse_loss_backward_ops.h' 2024-11-01T16:36:05.5128456Z adding 'torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.5131485Z adding 'torch/include/ATen/ops/mse_loss_cpu_dispatch.h' 2024-11-01T16:36:05.5134596Z adding 'torch/include/ATen/ops/mse_loss_cuda_dispatch.h' 2024-11-01T16:36:05.5137738Z adding 'torch/include/ATen/ops/mse_loss_meta.h' 2024-11-01T16:36:05.5140984Z adding 'torch/include/ATen/ops/mse_loss_meta_dispatch.h' 2024-11-01T16:36:05.5144135Z adding 'torch/include/ATen/ops/mse_loss_native.h' 2024-11-01T16:36:05.5147426Z adding 'torch/include/ATen/ops/mse_loss_ops.h' 2024-11-01T16:36:05.5150520Z adding 'torch/include/ATen/ops/msort.h' 2024-11-01T16:36:05.5153868Z adding 'torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.5156786Z adding 'torch/include/ATen/ops/msort_native.h' 2024-11-01T16:36:05.5160061Z adding 'torch/include/ATen/ops/msort_ops.h' 2024-11-01T16:36:05.5163202Z adding 'torch/include/ATen/ops/mul.h' 2024-11-01T16:36:05.5166915Z adding 'torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.5170093Z adding 'torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.5172948Z adding 'torch/include/ATen/ops/mul_cpu_dispatch.h' 2024-11-01T16:36:05.5176225Z adding 'torch/include/ATen/ops/mul_cuda_dispatch.h' 2024-11-01T16:36:05.5179233Z adding 'torch/include/ATen/ops/mul_meta.h' 2024-11-01T16:36:05.5182307Z adding 'torch/include/ATen/ops/mul_meta_dispatch.h' 2024-11-01T16:36:05.5185440Z adding 'torch/include/ATen/ops/mul_native.h' 2024-11-01T16:36:05.5188837Z adding 'torch/include/ATen/ops/mul_ops.h' 2024-11-01T16:36:05.5192172Z adding 'torch/include/ATen/ops/multi_margin_loss.h' 2024-11-01T16:36:05.5195496Z adding 'torch/include/ATen/ops/multi_margin_loss_backward.h' 2024-11-01T16:36:05.5198797Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h' 2024-11-01T16:36:05.5202073Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h' 2024-11-01T16:36:05.5205136Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_native.h' 2024-11-01T16:36:05.5208495Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_ops.h' 2024-11-01T16:36:05.5211706Z adding 'torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h' 2024-11-01T16:36:05.5214848Z adding 'torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h' 2024-11-01T16:36:05.5217922Z adding 'torch/include/ATen/ops/multi_margin_loss_native.h' 2024-11-01T16:36:05.5221179Z adding 'torch/include/ATen/ops/multi_margin_loss_ops.h' 2024-11-01T16:36:05.5224370Z adding 'torch/include/ATen/ops/multilabel_margin_loss.h' 2024-11-01T16:36:05.5227579Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward.h' 2024-11-01T16:36:05.5230848Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h' 2024-11-01T16:36:05.5234028Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h' 2024-11-01T16:36:05.5237736Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_native.h' 2024-11-01T16:36:05.5240569Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h' 2024-11-01T16:36:05.5243860Z adding 'torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.5246806Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward.h' 2024-11-01T16:36:05.5250026Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h' 2024-11-01T16:36:05.5253102Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h' 2024-11-01T16:36:05.5256128Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_native.h' 2024-11-01T16:36:05.5259354Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h' 2024-11-01T16:36:05.5262433Z adding 'torch/include/ATen/ops/multilabel_margin_loss_native.h' 2024-11-01T16:36:05.5265653Z adding 'torch/include/ATen/ops/multilabel_margin_loss_ops.h' 2024-11-01T16:36:05.5268758Z adding 'torch/include/ATen/ops/multinomial.h' 2024-11-01T16:36:05.5271982Z adding 'torch/include/ATen/ops/multinomial_cpu_dispatch.h' 2024-11-01T16:36:05.5275085Z adding 'torch/include/ATen/ops/multinomial_cuda_dispatch.h' 2024-11-01T16:36:05.5278185Z adding 'torch/include/ATen/ops/multinomial_native.h' 2024-11-01T16:36:05.5281344Z adding 'torch/include/ATen/ops/multinomial_ops.h' 2024-11-01T16:36:05.5284441Z adding 'torch/include/ATen/ops/multiply.h' 2024-11-01T16:36:05.5287780Z adding 'torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.5290608Z adding 'torch/include/ATen/ops/multiply_native.h' 2024-11-01T16:36:05.5293915Z adding 'torch/include/ATen/ops/multiply_ops.h' 2024-11-01T16:36:05.5296983Z adding 'torch/include/ATen/ops/mv.h' 2024-11-01T16:36:05.5300303Z adding 'torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.5303108Z adding 'torch/include/ATen/ops/mv_native.h' 2024-11-01T16:36:05.5306252Z adding 'torch/include/ATen/ops/mv_ops.h' 2024-11-01T16:36:05.5309320Z adding 'torch/include/ATen/ops/mvlgamma.h' 2024-11-01T16:36:05.5312636Z adding 'torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.5315621Z adding 'torch/include/ATen/ops/mvlgamma_cpu_dispatch.h' 2024-11-01T16:36:05.5318783Z adding 'torch/include/ATen/ops/mvlgamma_cuda_dispatch.h' 2024-11-01T16:36:05.5321750Z adding 'torch/include/ATen/ops/mvlgamma_native.h' 2024-11-01T16:36:05.5324929Z adding 'torch/include/ATen/ops/mvlgamma_ops.h' 2024-11-01T16:36:05.5328113Z adding 'torch/include/ATen/ops/nan_to_num.h' 2024-11-01T16:36:05.5331446Z adding 'torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.5334419Z adding 'torch/include/ATen/ops/nan_to_num_cpu_dispatch.h' 2024-11-01T16:36:05.5337487Z adding 'torch/include/ATen/ops/nan_to_num_cuda_dispatch.h' 2024-11-01T16:36:05.5340523Z adding 'torch/include/ATen/ops/nan_to_num_native.h' 2024-11-01T16:36:05.5343809Z adding 'torch/include/ATen/ops/nan_to_num_ops.h' 2024-11-01T16:36:05.5346981Z adding 'torch/include/ATen/ops/nanmean.h' 2024-11-01T16:36:05.5350327Z adding 'torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.5353163Z adding 'torch/include/ATen/ops/nanmean_native.h' 2024-11-01T16:36:05.5356442Z adding 'torch/include/ATen/ops/nanmean_ops.h' 2024-11-01T16:36:05.5359778Z adding 'torch/include/ATen/ops/nanmedian.h' 2024-11-01T16:36:05.5363210Z adding 'torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.5366313Z adding 'torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.5369286Z adding 'torch/include/ATen/ops/nanmedian_cpu_dispatch.h' 2024-11-01T16:36:05.5372374Z adding 'torch/include/ATen/ops/nanmedian_cuda_dispatch.h' 2024-11-01T16:36:05.5375412Z adding 'torch/include/ATen/ops/nanmedian_native.h' 2024-11-01T16:36:05.5378849Z adding 'torch/include/ATen/ops/nanmedian_ops.h' 2024-11-01T16:36:05.5382721Z adding 'torch/include/ATen/ops/nanquantile.h' 2024-11-01T16:36:05.5385802Z adding 'torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.5388847Z adding 'torch/include/ATen/ops/nanquantile_native.h' 2024-11-01T16:36:05.5393147Z adding 'torch/include/ATen/ops/nanquantile_ops.h' 2024-11-01T16:36:05.5396542Z adding 'torch/include/ATen/ops/nansum.h' 2024-11-01T16:36:05.5400082Z adding 'torch/include/ATen/ops/nansum_cpu_dispatch.h' 2024-11-01T16:36:05.5403717Z adding 'torch/include/ATen/ops/nansum_cuda_dispatch.h' 2024-11-01T16:36:05.5407224Z adding 'torch/include/ATen/ops/nansum_native.h' 2024-11-01T16:36:05.5410942Z adding 'torch/include/ATen/ops/nansum_ops.h' 2024-11-01T16:36:05.5414667Z adding 'torch/include/ATen/ops/narrow.h' 2024-11-01T16:36:05.5418341Z adding 'torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.5421521Z adding 'torch/include/ATen/ops/narrow_copy.h' 2024-11-01T16:36:05.5425325Z adding 'torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.5428362Z adding 'torch/include/ATen/ops/narrow_copy_cpu_dispatch.h' 2024-11-01T16:36:05.5431800Z adding 'torch/include/ATen/ops/narrow_copy_native.h' 2024-11-01T16:36:05.5435546Z adding 'torch/include/ATen/ops/narrow_copy_ops.h' 2024-11-01T16:36:05.5438931Z adding 'torch/include/ATen/ops/narrow_native.h' 2024-11-01T16:36:05.5442238Z adding 'torch/include/ATen/ops/narrow_ops.h' 2024-11-01T16:36:05.5446022Z adding 'torch/include/ATen/ops/native_batch_norm.h' 2024-11-01T16:36:05.5449600Z adding 'torch/include/ATen/ops/native_batch_norm_backward.h' 2024-11-01T16:36:05.5453262Z adding 'torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.5456298Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h' 2024-11-01T16:36:05.5459615Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h' 2024-11-01T16:36:05.5462736Z adding 'torch/include/ATen/ops/native_batch_norm_backward_native.h' 2024-11-01T16:36:05.5466352Z adding 'torch/include/ATen/ops/native_batch_norm_backward_ops.h' 2024-11-01T16:36:05.5469641Z adding 'torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h' 2024-11-01T16:36:05.5473005Z adding 'torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h' 2024-11-01T16:36:05.5476333Z adding 'torch/include/ATen/ops/native_batch_norm_native.h' 2024-11-01T16:36:05.5479754Z adding 'torch/include/ATen/ops/native_batch_norm_ops.h' 2024-11-01T16:36:05.5483107Z adding 'torch/include/ATen/ops/native_channel_shuffle.h' 2024-11-01T16:36:05.5486462Z adding 'torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.5489425Z adding 'torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h' 2024-11-01T16:36:05.5492301Z adding 'torch/include/ATen/ops/native_channel_shuffle_native.h' 2024-11-01T16:36:05.5495355Z adding 'torch/include/ATen/ops/native_channel_shuffle_ops.h' 2024-11-01T16:36:05.5498598Z adding 'torch/include/ATen/ops/native_dropout.h' 2024-11-01T16:36:05.5501747Z adding 'torch/include/ATen/ops/native_dropout_backward.h' 2024-11-01T16:36:05.5505230Z adding 'torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.5508178Z adding 'torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h' 2024-11-01T16:36:05.5511278Z adding 'torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h' 2024-11-01T16:36:05.5514249Z adding 'torch/include/ATen/ops/native_dropout_backward_native.h' 2024-11-01T16:36:05.5517531Z adding 'torch/include/ATen/ops/native_dropout_backward_ops.h' 2024-11-01T16:36:05.5520825Z adding 'torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.5523778Z adding 'torch/include/ATen/ops/native_dropout_cpu_dispatch.h' 2024-11-01T16:36:05.5526989Z adding 'torch/include/ATen/ops/native_dropout_cuda_dispatch.h' 2024-11-01T16:36:05.5530205Z adding 'torch/include/ATen/ops/native_dropout_native.h' 2024-11-01T16:36:05.5533409Z adding 'torch/include/ATen/ops/native_dropout_ops.h' 2024-11-01T16:36:05.5536981Z adding 'torch/include/ATen/ops/native_group_norm.h' 2024-11-01T16:36:05.5540857Z adding 'torch/include/ATen/ops/native_group_norm_backward.h' 2024-11-01T16:36:05.5544550Z adding 'torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.5547678Z adding 'torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h' 2024-11-01T16:36:05.5550863Z adding 'torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h' 2024-11-01T16:36:05.5553960Z adding 'torch/include/ATen/ops/native_group_norm_backward_native.h' 2024-11-01T16:36:05.5557448Z adding 'torch/include/ATen/ops/native_group_norm_backward_ops.h' 2024-11-01T16:36:05.5560929Z adding 'torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.5563981Z adding 'torch/include/ATen/ops/native_group_norm_cpu_dispatch.h' 2024-11-01T16:36:05.5567117Z adding 'torch/include/ATen/ops/native_group_norm_cuda_dispatch.h' 2024-11-01T16:36:05.5570212Z adding 'torch/include/ATen/ops/native_group_norm_native.h' 2024-11-01T16:36:05.5573537Z adding 'torch/include/ATen/ops/native_group_norm_ops.h' 2024-11-01T16:36:05.5577109Z adding 'torch/include/ATen/ops/native_layer_norm.h' 2024-11-01T16:36:05.5580987Z adding 'torch/include/ATen/ops/native_layer_norm_backward.h' 2024-11-01T16:36:05.5584808Z adding 'torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.5588560Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h' 2024-11-01T16:36:05.5591791Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h' 2024-11-01T16:36:05.5594878Z adding 'torch/include/ATen/ops/native_layer_norm_backward_native.h' 2024-11-01T16:36:05.5598384Z adding 'torch/include/ATen/ops/native_layer_norm_backward_ops.h' 2024-11-01T16:36:05.5601884Z adding 'torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.5604870Z adding 'torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h' 2024-11-01T16:36:05.5608033Z adding 'torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h' 2024-11-01T16:36:05.5611193Z adding 'torch/include/ATen/ops/native_layer_norm_native.h' 2024-11-01T16:36:05.5614552Z adding 'torch/include/ATen/ops/native_layer_norm_ops.h' 2024-11-01T16:36:05.5617791Z adding 'torch/include/ATen/ops/native_norm.h' 2024-11-01T16:36:05.5621210Z adding 'torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.5624185Z adding 'torch/include/ATen/ops/native_norm_native.h' 2024-11-01T16:36:05.5627613Z adding 'torch/include/ATen/ops/native_norm_ops.h' 2024-11-01T16:36:05.5631116Z adding 'torch/include/ATen/ops/ne.h' 2024-11-01T16:36:05.5634540Z adding 'torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.5637596Z adding 'torch/include/ATen/ops/ne_cpu_dispatch.h' 2024-11-01T16:36:05.5640739Z adding 'torch/include/ATen/ops/ne_cuda_dispatch.h' 2024-11-01T16:36:05.5643761Z adding 'torch/include/ATen/ops/ne_meta.h' 2024-11-01T16:36:05.5646916Z adding 'torch/include/ATen/ops/ne_meta_dispatch.h' 2024-11-01T16:36:05.5649937Z adding 'torch/include/ATen/ops/ne_native.h' 2024-11-01T16:36:05.5653291Z adding 'torch/include/ATen/ops/ne_ops.h' 2024-11-01T16:36:05.5656426Z adding 'torch/include/ATen/ops/neg.h' 2024-11-01T16:36:05.5659819Z adding 'torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.5662716Z adding 'torch/include/ATen/ops/neg_cpu_dispatch.h' 2024-11-01T16:36:05.5665768Z adding 'torch/include/ATen/ops/neg_cuda_dispatch.h' 2024-11-01T16:36:05.5668748Z adding 'torch/include/ATen/ops/neg_meta.h' 2024-11-01T16:36:05.5671845Z adding 'torch/include/ATen/ops/neg_meta_dispatch.h' 2024-11-01T16:36:05.5674833Z adding 'torch/include/ATen/ops/neg_native.h' 2024-11-01T16:36:05.5678229Z adding 'torch/include/ATen/ops/neg_ops.h' 2024-11-01T16:36:05.5681291Z adding 'torch/include/ATen/ops/negative.h' 2024-11-01T16:36:05.5684775Z adding 'torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.5687609Z adding 'torch/include/ATen/ops/negative_native.h' 2024-11-01T16:36:05.5690790Z adding 'torch/include/ATen/ops/negative_ops.h' 2024-11-01T16:36:05.5693949Z adding 'torch/include/ATen/ops/nested_to_padded_tensor.h' 2024-11-01T16:36:05.5697302Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.5700126Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_native.h' 2024-11-01T16:36:05.5703259Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_ops.h' 2024-11-01T16:36:05.5706536Z adding 'torch/include/ATen/ops/new_empty.h' 2024-11-01T16:36:05.5710075Z adding 'torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.5712987Z adding 'torch/include/ATen/ops/new_empty_native.h' 2024-11-01T16:36:05.5716407Z adding 'torch/include/ATen/ops/new_empty_ops.h' 2024-11-01T16:36:05.5719918Z adding 'torch/include/ATen/ops/new_empty_strided.h' 2024-11-01T16:36:05.5723404Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.5726761Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.5729559Z adding 'torch/include/ATen/ops/new_empty_strided_native.h' 2024-11-01T16:36:05.5732948Z adding 'torch/include/ATen/ops/new_empty_strided_ops.h' 2024-11-01T16:36:05.5736388Z adding 'torch/include/ATen/ops/new_full.h' 2024-11-01T16:36:05.5739938Z adding 'torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.5742844Z adding 'torch/include/ATen/ops/new_full_native.h' 2024-11-01T16:36:05.5746108Z adding 'torch/include/ATen/ops/new_full_ops.h' 2024-11-01T16:36:05.5749540Z adding 'torch/include/ATen/ops/new_ones.h' 2024-11-01T16:36:05.5753055Z adding 'torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.5756022Z adding 'torch/include/ATen/ops/new_ones_native.h' 2024-11-01T16:36:05.5759303Z adding 'torch/include/ATen/ops/new_ones_ops.h' 2024-11-01T16:36:05.5762704Z adding 'torch/include/ATen/ops/new_zeros.h' 2024-11-01T16:36:05.5766204Z adding 'torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.5769089Z adding 'torch/include/ATen/ops/new_zeros_native.h' 2024-11-01T16:36:05.5772302Z adding 'torch/include/ATen/ops/new_zeros_ops.h' 2024-11-01T16:36:05.5775426Z adding 'torch/include/ATen/ops/nextafter.h' 2024-11-01T16:36:05.5778870Z adding 'torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.5781630Z adding 'torch/include/ATen/ops/nextafter_cpu_dispatch.h' 2024-11-01T16:36:05.5784768Z adding 'torch/include/ATen/ops/nextafter_cuda_dispatch.h' 2024-11-01T16:36:05.5787772Z adding 'torch/include/ATen/ops/nextafter_meta.h' 2024-11-01T16:36:05.5790970Z adding 'torch/include/ATen/ops/nextafter_meta_dispatch.h' 2024-11-01T16:36:05.5793943Z adding 'torch/include/ATen/ops/nextafter_native.h' 2024-11-01T16:36:05.5797432Z adding 'torch/include/ATen/ops/nextafter_ops.h' 2024-11-01T16:36:05.5800927Z adding 'torch/include/ATen/ops/nll_loss.h' 2024-11-01T16:36:05.5804645Z adding 'torch/include/ATen/ops/nll_loss2d.h' 2024-11-01T16:36:05.5808436Z adding 'torch/include/ATen/ops/nll_loss2d_backward.h' 2024-11-01T16:36:05.5811881Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h' 2024-11-01T16:36:05.5815323Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h' 2024-11-01T16:36:05.5818417Z adding 'torch/include/ATen/ops/nll_loss2d_backward_native.h' 2024-11-01T16:36:05.5821836Z adding 'torch/include/ATen/ops/nll_loss2d_backward_ops.h' 2024-11-01T16:36:05.5825467Z adding 'torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.5829351Z adding 'torch/include/ATen/ops/nll_loss2d_forward.h' 2024-11-01T16:36:05.5840452Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h' 2024-11-01T16:36:05.5844104Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h' 2024-11-01T16:36:05.5847203Z adding 'torch/include/ATen/ops/nll_loss2d_forward_native.h' 2024-11-01T16:36:05.5850898Z adding 'torch/include/ATen/ops/nll_loss2d_forward_ops.h' 2024-11-01T16:36:05.5853980Z adding 'torch/include/ATen/ops/nll_loss2d_native.h' 2024-11-01T16:36:05.5857428Z adding 'torch/include/ATen/ops/nll_loss2d_ops.h' 2024-11-01T16:36:05.5866260Z adding 'torch/include/ATen/ops/nll_loss_backward.h' 2024-11-01T16:36:05.5866875Z adding 'torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.5869980Z adding 'torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h' 2024-11-01T16:36:05.5878925Z adding 'torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h' 2024-11-01T16:36:05.5879152Z adding 'torch/include/ATen/ops/nll_loss_backward_meta.h' 2024-11-01T16:36:05.5880770Z adding 'torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h' 2024-11-01T16:36:05.5897973Z adding 'torch/include/ATen/ops/nll_loss_backward_native.h' 2024-11-01T16:36:05.5898190Z adding 'torch/include/ATen/ops/nll_loss_backward_ops.h' 2024-11-01T16:36:05.5898557Z adding 'torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.5898738Z adding 'torch/include/ATen/ops/nll_loss_forward.h' 2024-11-01T16:36:05.5899237Z adding 'torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.5902151Z adding 'torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h' 2024-11-01T16:36:05.5914704Z adding 'torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h' 2024-11-01T16:36:05.5914926Z adding 'torch/include/ATen/ops/nll_loss_forward_meta.h' 2024-11-01T16:36:05.5915180Z adding 'torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h' 2024-11-01T16:36:05.5916470Z adding 'torch/include/ATen/ops/nll_loss_forward_native.h' 2024-11-01T16:36:05.5920585Z adding 'torch/include/ATen/ops/nll_loss_forward_ops.h' 2024-11-01T16:36:05.5922993Z adding 'torch/include/ATen/ops/nll_loss_native.h' 2024-11-01T16:36:05.5926480Z adding 'torch/include/ATen/ops/nll_loss_nd.h' 2024-11-01T16:36:05.5929675Z adding 'torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.5932653Z adding 'torch/include/ATen/ops/nll_loss_nd_native.h' 2024-11-01T16:36:05.5935785Z adding 'torch/include/ATen/ops/nll_loss_nd_ops.h' 2024-11-01T16:36:05.5939224Z adding 'torch/include/ATen/ops/nll_loss_ops.h' 2024-11-01T16:36:05.5946829Z adding 'torch/include/ATen/ops/nonzero.h' 2024-11-01T16:36:05.5956345Z adding 'torch/include/ATen/ops/nonzero_cpu_dispatch.h' 2024-11-01T16:36:05.5959395Z adding 'torch/include/ATen/ops/nonzero_cuda_dispatch.h' 2024-11-01T16:36:05.5962342Z adding 'torch/include/ATen/ops/nonzero_native.h' 2024-11-01T16:36:05.5965458Z adding 'torch/include/ATen/ops/nonzero_numpy.h' 2024-11-01T16:36:05.5968724Z adding 'torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.5971465Z adding 'torch/include/ATen/ops/nonzero_numpy_native.h' 2024-11-01T16:36:05.5974491Z adding 'torch/include/ATen/ops/nonzero_numpy_ops.h' 2024-11-01T16:36:05.5977575Z adding 'torch/include/ATen/ops/nonzero_ops.h' 2024-11-01T16:36:05.5980831Z adding 'torch/include/ATen/ops/nonzero_static.h' 2024-11-01T16:36:05.5984035Z adding 'torch/include/ATen/ops/nonzero_static_cpu_dispatch.h' 2024-11-01T16:36:05.5986962Z adding 'torch/include/ATen/ops/nonzero_static_native.h' 2024-11-01T16:36:05.5990094Z adding 'torch/include/ATen/ops/nonzero_static_ops.h' 2024-11-01T16:36:05.5993592Z adding 'torch/include/ATen/ops/norm.h' 2024-11-01T16:36:05.5997367Z adding 'torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.6000618Z adding 'torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.6003820Z adding 'torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.6006767Z adding 'torch/include/ATen/ops/norm_cpu_dispatch.h' 2024-11-01T16:36:05.6009896Z adding 'torch/include/ATen/ops/norm_cuda_dispatch.h' 2024-11-01T16:36:05.6012921Z adding 'torch/include/ATen/ops/norm_except_dim.h' 2024-11-01T16:36:05.6016186Z adding 'torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.6018918Z adding 'torch/include/ATen/ops/norm_except_dim_native.h' 2024-11-01T16:36:05.6021951Z adding 'torch/include/ATen/ops/norm_except_dim_ops.h' 2024-11-01T16:36:05.6024900Z adding 'torch/include/ATen/ops/norm_meta.h' 2024-11-01T16:36:05.6028048Z adding 'torch/include/ATen/ops/norm_meta_dispatch.h' 2024-11-01T16:36:05.6031241Z adding 'torch/include/ATen/ops/norm_native.h' 2024-11-01T16:36:05.6035054Z adding 'torch/include/ATen/ops/norm_ops.h' 2024-11-01T16:36:05.6044034Z adding 'torch/include/ATen/ops/normal.h' 2024-11-01T16:36:05.6047833Z adding 'torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.6051838Z adding 'torch/include/ATen/ops/normal_cpu_dispatch.h' 2024-11-01T16:36:05.6054569Z adding 'torch/include/ATen/ops/normal_cuda_dispatch.h' 2024-11-01T16:36:05.6057441Z adding 'torch/include/ATen/ops/normal_meta_dispatch.h' 2024-11-01T16:36:05.6060597Z adding 'torch/include/ATen/ops/normal_native.h' 2024-11-01T16:36:05.6069523Z adding 'torch/include/ATen/ops/normal_ops.h' 2024-11-01T16:36:05.6072938Z adding 'torch/include/ATen/ops/not_equal.h' 2024-11-01T16:36:05.6076462Z adding 'torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.6079320Z adding 'torch/include/ATen/ops/not_equal_native.h' 2024-11-01T16:36:05.6082675Z adding 'torch/include/ATen/ops/not_equal_ops.h' 2024-11-01T16:36:05.6085915Z adding 'torch/include/ATen/ops/nuclear_norm.h' 2024-11-01T16:36:05.6089301Z adding 'torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.6092137Z adding 'torch/include/ATen/ops/nuclear_norm_native.h' 2024-11-01T16:36:05.6095331Z adding 'torch/include/ATen/ops/nuclear_norm_ops.h' 2024-11-01T16:36:05.6098268Z adding 'torch/include/ATen/ops/numpy_T.h' 2024-11-01T16:36:05.6101485Z adding 'torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.6104205Z adding 'torch/include/ATen/ops/numpy_T_native.h' 2024-11-01T16:36:05.6107260Z adding 'torch/include/ATen/ops/numpy_T_ops.h' 2024-11-01T16:36:05.6110228Z adding 'torch/include/ATen/ops/one_hot.h' 2024-11-01T16:36:05.6113458Z adding 'torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.6116359Z adding 'torch/include/ATen/ops/one_hot_native.h' 2024-11-01T16:36:05.6119511Z adding 'torch/include/ATen/ops/one_hot_ops.h' 2024-11-01T16:36:05.6123273Z adding 'torch/include/ATen/ops/ones.h' 2024-11-01T16:36:05.6126818Z adding 'torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.6129903Z adding 'torch/include/ATen/ops/ones_like.h' 2024-11-01T16:36:05.6133318Z adding 'torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.6136157Z adding 'torch/include/ATen/ops/ones_like_native.h' 2024-11-01T16:36:05.6139387Z adding 'torch/include/ATen/ops/ones_like_ops.h' 2024-11-01T16:36:05.6142421Z adding 'torch/include/ATen/ops/ones_native.h' 2024-11-01T16:36:05.6145716Z adding 'torch/include/ATen/ops/ones_ops.h' 2024-11-01T16:36:05.6148785Z adding 'torch/include/ATen/ops/or.h' 2024-11-01T16:36:05.6152073Z adding 'torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.6155126Z adding 'torch/include/ATen/ops/or_native.h' 2024-11-01T16:36:05.6158540Z adding 'torch/include/ATen/ops/or_ops.h' 2024-11-01T16:36:05.6161631Z adding 'torch/include/ATen/ops/orgqr.h' 2024-11-01T16:36:05.6164940Z adding 'torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.6167790Z adding 'torch/include/ATen/ops/orgqr_native.h' 2024-11-01T16:36:05.6170815Z adding 'torch/include/ATen/ops/orgqr_ops.h' 2024-11-01T16:36:05.6173905Z adding 'torch/include/ATen/ops/ormqr.h' 2024-11-01T16:36:05.6177024Z adding 'torch/include/ATen/ops/ormqr_cpu_dispatch.h' 2024-11-01T16:36:05.6180141Z adding 'torch/include/ATen/ops/ormqr_cuda_dispatch.h' 2024-11-01T16:36:05.6183049Z adding 'torch/include/ATen/ops/ormqr_native.h' 2024-11-01T16:36:05.6186207Z adding 'torch/include/ATen/ops/ormqr_ops.h' 2024-11-01T16:36:05.6189266Z adding 'torch/include/ATen/ops/outer.h' 2024-11-01T16:36:05.6192570Z adding 'torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.6195350Z adding 'torch/include/ATen/ops/outer_native.h' 2024-11-01T16:36:05.6198512Z adding 'torch/include/ATen/ops/outer_ops.h' 2024-11-01T16:36:05.6201442Z adding 'torch/include/ATen/ops/output_nr.h' 2024-11-01T16:36:05.6204724Z adding 'torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.6207457Z adding 'torch/include/ATen/ops/output_nr_native.h' 2024-11-01T16:36:05.6210490Z adding 'torch/include/ATen/ops/output_nr_ops.h' 2024-11-01T16:36:05.6213595Z adding 'torch/include/ATen/ops/pad.h' 2024-11-01T16:36:05.6216890Z adding 'torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.6219732Z adding 'torch/include/ATen/ops/pad_native.h' 2024-11-01T16:36:05.6222787Z adding 'torch/include/ATen/ops/pad_ops.h' 2024-11-01T16:36:05.6225881Z adding 'torch/include/ATen/ops/pad_sequence.h' 2024-11-01T16:36:05.6229161Z adding 'torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.6231945Z adding 'torch/include/ATen/ops/pad_sequence_native.h' 2024-11-01T16:36:05.6235026Z adding 'torch/include/ATen/ops/pad_sequence_ops.h' 2024-11-01T16:36:05.6238164Z adding 'torch/include/ATen/ops/pairwise_distance.h' 2024-11-01T16:36:05.6241470Z adding 'torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.6244250Z adding 'torch/include/ATen/ops/pairwise_distance_native.h' 2024-11-01T16:36:05.6247306Z adding 'torch/include/ATen/ops/pairwise_distance_ops.h' 2024-11-01T16:36:05.6250235Z adding 'torch/include/ATen/ops/pdist.h' 2024-11-01T16:36:05.6253581Z adding 'torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.6256406Z adding 'torch/include/ATen/ops/pdist_native.h' 2024-11-01T16:36:05.6264502Z adding 'torch/include/ATen/ops/pdist_ops.h' 2024-11-01T16:36:05.6267561Z adding 'torch/include/ATen/ops/permute.h' 2024-11-01T16:36:05.6270844Z adding 'torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.6273710Z adding 'torch/include/ATen/ops/permute_copy.h' 2024-11-01T16:36:05.6277192Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.6280284Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.6282963Z adding 'torch/include/ATen/ops/permute_copy_native.h' 2024-11-01T16:36:05.6286128Z adding 'torch/include/ATen/ops/permute_copy_ops.h' 2024-11-01T16:36:05.6289085Z adding 'torch/include/ATen/ops/permute_native.h' 2024-11-01T16:36:05.6292143Z adding 'torch/include/ATen/ops/permute_ops.h' 2024-11-01T16:36:05.6295053Z adding 'torch/include/ATen/ops/pin_memory.h' 2024-11-01T16:36:05.6298297Z adding 'torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.6301070Z adding 'torch/include/ATen/ops/pin_memory_native.h' 2024-11-01T16:36:05.6304130Z adding 'torch/include/ATen/ops/pin_memory_ops.h' 2024-11-01T16:36:05.6307097Z adding 'torch/include/ATen/ops/pinverse.h' 2024-11-01T16:36:05.6310342Z adding 'torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.6313056Z adding 'torch/include/ATen/ops/pinverse_native.h' 2024-11-01T16:36:05.6316280Z adding 'torch/include/ATen/ops/pinverse_ops.h' 2024-11-01T16:36:05.6319337Z adding 'torch/include/ATen/ops/pixel_shuffle.h' 2024-11-01T16:36:05.6322694Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.6325817Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.6328642Z adding 'torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h' 2024-11-01T16:36:05.6331562Z adding 'torch/include/ATen/ops/pixel_shuffle_native.h' 2024-11-01T16:36:05.6334644Z adding 'torch/include/ATen/ops/pixel_shuffle_ops.h' 2024-11-01T16:36:05.6337734Z adding 'torch/include/ATen/ops/pixel_unshuffle.h' 2024-11-01T16:36:05.6341080Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.6344202Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.6347248Z adding 'torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h' 2024-11-01T16:36:05.6350165Z adding 'torch/include/ATen/ops/pixel_unshuffle_native.h' 2024-11-01T16:36:05.6353306Z adding 'torch/include/ATen/ops/pixel_unshuffle_ops.h' 2024-11-01T16:36:05.6356780Z adding 'torch/include/ATen/ops/poisson.h' 2024-11-01T16:36:05.6360674Z adding 'torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.6363688Z adding 'torch/include/ATen/ops/poisson_cpu_dispatch.h' 2024-11-01T16:36:05.6366725Z adding 'torch/include/ATen/ops/poisson_cuda_dispatch.h' 2024-11-01T16:36:05.6369657Z adding 'torch/include/ATen/ops/poisson_native.h' 2024-11-01T16:36:05.6372689Z adding 'torch/include/ATen/ops/poisson_nll_loss.h' 2024-11-01T16:36:05.6375980Z adding 'torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.6378760Z adding 'torch/include/ATen/ops/poisson_nll_loss_native.h' 2024-11-01T16:36:05.6381818Z adding 'torch/include/ATen/ops/poisson_nll_loss_ops.h' 2024-11-01T16:36:05.6384929Z adding 'torch/include/ATen/ops/poisson_ops.h' 2024-11-01T16:36:05.6387985Z adding 'torch/include/ATen/ops/polar.h' 2024-11-01T16:36:05.6391279Z adding 'torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.6394162Z adding 'torch/include/ATen/ops/polar_cpu_dispatch.h' 2024-11-01T16:36:05.6397286Z adding 'torch/include/ATen/ops/polar_cuda_dispatch.h' 2024-11-01T16:36:05.6400193Z adding 'torch/include/ATen/ops/polar_native.h' 2024-11-01T16:36:05.6403315Z adding 'torch/include/ATen/ops/polar_ops.h' 2024-11-01T16:36:05.6406325Z adding 'torch/include/ATen/ops/polygamma.h' 2024-11-01T16:36:05.6409607Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.6412717Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.6415831Z adding 'torch/include/ATen/ops/polygamma_cpu_dispatch.h' 2024-11-01T16:36:05.6418832Z adding 'torch/include/ATen/ops/polygamma_cuda_dispatch.h' 2024-11-01T16:36:05.6421736Z adding 'torch/include/ATen/ops/polygamma_meta.h' 2024-11-01T16:36:05.6424827Z adding 'torch/include/ATen/ops/polygamma_meta_dispatch.h' 2024-11-01T16:36:05.6427726Z adding 'torch/include/ATen/ops/polygamma_native.h' 2024-11-01T16:36:05.6430884Z adding 'torch/include/ATen/ops/polygamma_ops.h' 2024-11-01T16:36:05.6433901Z adding 'torch/include/ATen/ops/positive.h' 2024-11-01T16:36:05.6437224Z adding 'torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.6439996Z adding 'torch/include/ATen/ops/positive_native.h' 2024-11-01T16:36:05.6443044Z adding 'torch/include/ATen/ops/positive_ops.h' 2024-11-01T16:36:05.6446181Z adding 'torch/include/ATen/ops/pow.h' 2024-11-01T16:36:05.6449593Z adding 'torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.6452454Z adding 'torch/include/ATen/ops/pow_cpu_dispatch.h' 2024-11-01T16:36:05.6455742Z adding 'torch/include/ATen/ops/pow_cuda_dispatch.h' 2024-11-01T16:36:05.6458710Z adding 'torch/include/ATen/ops/pow_meta.h' 2024-11-01T16:36:05.6461845Z adding 'torch/include/ATen/ops/pow_meta_dispatch.h' 2024-11-01T16:36:05.6464966Z adding 'torch/include/ATen/ops/pow_native.h' 2024-11-01T16:36:05.6468370Z adding 'torch/include/ATen/ops/pow_ops.h' 2024-11-01T16:36:05.6471581Z adding 'torch/include/ATen/ops/prelu.h' 2024-11-01T16:36:05.6474809Z adding 'torch/include/ATen/ops/prelu_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.6477704Z adding 'torch/include/ATen/ops/prelu_native.h' 2024-11-01T16:36:05.6480756Z adding 'torch/include/ATen/ops/prelu_ops.h' 2024-11-01T16:36:05.6483920Z adding 'torch/include/ATen/ops/prod.h' 2024-11-01T16:36:05.6487348Z adding 'torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.6490485Z adding 'torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.6493419Z adding 'torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.6496355Z adding 'torch/include/ATen/ops/prod_cpu_dispatch.h' 2024-11-01T16:36:05.6499375Z adding 'torch/include/ATen/ops/prod_cuda_dispatch.h' 2024-11-01T16:36:05.6502626Z adding 'torch/include/ATen/ops/prod_meta.h' 2024-11-01T16:36:05.6505459Z adding 'torch/include/ATen/ops/prod_meta_dispatch.h' 2024-11-01T16:36:05.6508418Z adding 'torch/include/ATen/ops/prod_native.h' 2024-11-01T16:36:05.6511862Z adding 'torch/include/ATen/ops/prod_ops.h' 2024-11-01T16:36:05.6514998Z adding 'torch/include/ATen/ops/promote_types.h' 2024-11-01T16:36:05.6518399Z adding 'torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.6521165Z adding 'torch/include/ATen/ops/promote_types_native.h' 2024-11-01T16:36:05.6524232Z adding 'torch/include/ATen/ops/promote_types_ops.h' 2024-11-01T16:36:05.6527293Z adding 'torch/include/ATen/ops/put.h' 2024-11-01T16:36:05.6530583Z adding 'torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.6533470Z adding 'torch/include/ATen/ops/put_cpu_dispatch.h' 2024-11-01T16:36:05.6536478Z adding 'torch/include/ATen/ops/put_cuda_dispatch.h' 2024-11-01T16:36:05.6539473Z adding 'torch/include/ATen/ops/put_meta_dispatch.h' 2024-11-01T16:36:05.6542421Z adding 'torch/include/ATen/ops/put_native.h' 2024-11-01T16:36:05.6545623Z adding 'torch/include/ATen/ops/put_ops.h' 2024-11-01T16:36:05.6548689Z adding 'torch/include/ATen/ops/q_per_channel_axis.h' 2024-11-01T16:36:05.6551720Z adding 'torch/include/ATen/ops/q_per_channel_axis_native.h' 2024-11-01T16:36:05.6554756Z adding 'torch/include/ATen/ops/q_per_channel_axis_ops.h' 2024-11-01T16:36:05.6557924Z adding 'torch/include/ATen/ops/q_per_channel_scales.h' 2024-11-01T16:36:05.6561231Z adding 'torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.6564018Z adding 'torch/include/ATen/ops/q_per_channel_scales_native.h' 2024-11-01T16:36:05.6567546Z adding 'torch/include/ATen/ops/q_per_channel_scales_ops.h' 2024-11-01T16:36:05.6570537Z adding 'torch/include/ATen/ops/q_per_channel_zero_points.h' 2024-11-01T16:36:05.6573841Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.6576567Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_native.h' 2024-11-01T16:36:05.6579652Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_ops.h' 2024-11-01T16:36:05.6582596Z adding 'torch/include/ATen/ops/q_scale.h' 2024-11-01T16:36:05.6585541Z adding 'torch/include/ATen/ops/q_scale_native.h' 2024-11-01T16:36:05.6588560Z adding 'torch/include/ATen/ops/q_scale_ops.h' 2024-11-01T16:36:05.6591499Z adding 'torch/include/ATen/ops/q_zero_point.h' 2024-11-01T16:36:05.6594469Z adding 'torch/include/ATen/ops/q_zero_point_native.h' 2024-11-01T16:36:05.6597637Z adding 'torch/include/ATen/ops/q_zero_point_ops.h' 2024-11-01T16:36:05.6600615Z adding 'torch/include/ATen/ops/qr.h' 2024-11-01T16:36:05.6603874Z adding 'torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.6606660Z adding 'torch/include/ATen/ops/qr_native.h' 2024-11-01T16:36:05.6609796Z adding 'torch/include/ATen/ops/qr_ops.h' 2024-11-01T16:36:05.6612819Z adding 'torch/include/ATen/ops/qscheme.h' 2024-11-01T16:36:05.6615695Z adding 'torch/include/ATen/ops/qscheme_native.h' 2024-11-01T16:36:05.6618715Z adding 'torch/include/ATen/ops/qscheme_ops.h' 2024-11-01T16:36:05.6621978Z adding 'torch/include/ATen/ops/quantile.h' 2024-11-01T16:36:05.6625403Z adding 'torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.6628253Z adding 'torch/include/ATen/ops/quantile_native.h' 2024-11-01T16:36:05.6631556Z adding 'torch/include/ATen/ops/quantile_ops.h' 2024-11-01T16:36:05.6634800Z adding 'torch/include/ATen/ops/quantize_per_channel.h' 2024-11-01T16:36:05.6638323Z adding 'torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.6641271Z adding 'torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h' 2024-11-01T16:36:05.6644522Z adding 'torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h' 2024-11-01T16:36:05.6647435Z adding 'torch/include/ATen/ops/quantize_per_channel_native.h' 2024-11-01T16:36:05.6650657Z adding 'torch/include/ATen/ops/quantize_per_channel_ops.h' 2024-11-01T16:36:05.6653970Z adding 'torch/include/ATen/ops/quantize_per_tensor.h' 2024-11-01T16:36:05.6657443Z adding 'torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.6660699Z adding 'torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h' 2024-11-01T16:36:05.6663490Z adding 'torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h' 2024-11-01T16:36:05.6666557Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic.h' 2024-11-01T16:36:05.6669838Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.6672755Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h' 2024-11-01T16:36:05.6675868Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h' 2024-11-01T16:36:05.6678770Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h' 2024-11-01T16:36:05.6681897Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h' 2024-11-01T16:36:05.6684910Z adding 'torch/include/ATen/ops/quantize_per_tensor_native.h' 2024-11-01T16:36:05.6688420Z adding 'torch/include/ATen/ops/quantize_per_tensor_ops.h' 2024-11-01T16:36:05.6691712Z adding 'torch/include/ATen/ops/quantized_batch_norm.h' 2024-11-01T16:36:05.6695110Z adding 'torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.6697949Z adding 'torch/include/ATen/ops/quantized_batch_norm_native.h' 2024-11-01T16:36:05.6701235Z adding 'torch/include/ATen/ops/quantized_batch_norm_ops.h' 2024-11-01T16:36:05.6704370Z adding 'torch/include/ATen/ops/quantized_gru_cell.h' 2024-11-01T16:36:05.6708185Z adding 'torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.6710617Z adding 'torch/include/ATen/ops/quantized_gru_cell_native.h' 2024-11-01T16:36:05.6713806Z adding 'torch/include/ATen/ops/quantized_gru_cell_ops.h' 2024-11-01T16:36:05.6717034Z adding 'torch/include/ATen/ops/quantized_lstm_cell.h' 2024-11-01T16:36:05.6720416Z adding 'torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.6723231Z adding 'torch/include/ATen/ops/quantized_lstm_cell_native.h' 2024-11-01T16:36:05.6726473Z adding 'torch/include/ATen/ops/quantized_lstm_cell_ops.h' 2024-11-01T16:36:05.6729665Z adding 'torch/include/ATen/ops/quantized_max_pool1d.h' 2024-11-01T16:36:05.6733023Z adding 'torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.6735853Z adding 'torch/include/ATen/ops/quantized_max_pool1d_native.h' 2024-11-01T16:36:05.6739372Z adding 'torch/include/ATen/ops/quantized_max_pool1d_ops.h' 2024-11-01T16:36:05.6742275Z adding 'torch/include/ATen/ops/quantized_max_pool2d.h' 2024-11-01T16:36:05.6746840Z adding 'torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.6750783Z adding 'torch/include/ATen/ops/quantized_max_pool2d_native.h' 2024-11-01T16:36:05.6754767Z adding 'torch/include/ATen/ops/quantized_max_pool2d_ops.h' 2024-11-01T16:36:05.6758241Z adding 'torch/include/ATen/ops/quantized_max_pool3d.h' 2024-11-01T16:36:05.6761760Z adding 'torch/include/ATen/ops/quantized_max_pool3d_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.6764642Z adding 'torch/include/ATen/ops/quantized_max_pool3d_native.h' 2024-11-01T16:36:05.6768013Z adding 'torch/include/ATen/ops/quantized_max_pool3d_ops.h' 2024-11-01T16:36:05.6771161Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell.h' 2024-11-01T16:36:05.6775109Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.6778315Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_native.h' 2024-11-01T16:36:05.6781034Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h' 2024-11-01T16:36:05.6784281Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell.h' 2024-11-01T16:36:05.6787621Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.6790599Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h' 2024-11-01T16:36:05.6793791Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h' 2024-11-01T16:36:05.6797389Z adding 'torch/include/ATen/ops/rad2deg.h' 2024-11-01T16:36:05.6801094Z adding 'torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.6803680Z adding 'torch/include/ATen/ops/rad2deg_native.h' 2024-11-01T16:36:05.6807028Z adding 'torch/include/ATen/ops/rad2deg_ops.h' 2024-11-01T16:36:05.6812192Z adding 'torch/include/ATen/ops/rand.h' 2024-11-01T16:36:05.6816115Z adding 'torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.6819496Z adding 'torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.6823475Z adding 'torch/include/ATen/ops/rand_like.h' 2024-11-01T16:36:05.6826116Z adding 'torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.6829394Z adding 'torch/include/ATen/ops/rand_like_native.h' 2024-11-01T16:36:05.6832360Z adding 'torch/include/ATen/ops/rand_like_ops.h' 2024-11-01T16:36:05.6859950Z adding 'torch/include/ATen/ops/rand_native.h' 2024-11-01T16:36:05.6860103Z adding 'torch/include/ATen/ops/rand_ops.h' 2024-11-01T16:36:05.6860253Z adding 'torch/include/ATen/ops/randint.h' 2024-11-01T16:36:05.6860610Z adding 'torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.6860779Z adding 'torch/include/ATen/ops/randint_like.h' 2024-11-01T16:36:05.6861606Z adding 'torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.6862508Z adding 'torch/include/ATen/ops/randint_like_native.h' 2024-11-01T16:36:05.6867036Z adding 'torch/include/ATen/ops/randint_like_ops.h' 2024-11-01T16:36:05.6869354Z adding 'torch/include/ATen/ops/randint_native.h' 2024-11-01T16:36:05.6874615Z adding 'torch/include/ATen/ops/randint_ops.h' 2024-11-01T16:36:05.6878311Z adding 'torch/include/ATen/ops/randn.h' 2024-11-01T16:36:05.6883429Z adding 'torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.6886265Z adding 'torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.6889544Z adding 'torch/include/ATen/ops/randn_like.h' 2024-11-01T16:36:05.6892944Z adding 'torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.6896370Z adding 'torch/include/ATen/ops/randn_like_compositeimplicitautogradnestedtensor_dispatch.h' 2024-11-01T16:36:05.6899118Z adding 'torch/include/ATen/ops/randn_like_native.h' 2024-11-01T16:36:05.6902668Z adding 'torch/include/ATen/ops/randn_like_ops.h' 2024-11-01T16:36:05.6906978Z adding 'torch/include/ATen/ops/randn_native.h' 2024-11-01T16:36:05.6909719Z adding 'torch/include/ATen/ops/randn_ops.h' 2024-11-01T16:36:05.6913219Z adding 'torch/include/ATen/ops/random.h' 2024-11-01T16:36:05.6917875Z adding 'torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.6919845Z adding 'torch/include/ATen/ops/random_cpu_dispatch.h' 2024-11-01T16:36:05.6922885Z adding 'torch/include/ATen/ops/random_cuda_dispatch.h' 2024-11-01T16:36:05.6925897Z adding 'torch/include/ATen/ops/random_meta_dispatch.h' 2024-11-01T16:36:05.6928938Z adding 'torch/include/ATen/ops/random_native.h' 2024-11-01T16:36:05.6933622Z adding 'torch/include/ATen/ops/random_ops.h' 2024-11-01T16:36:05.6936566Z adding 'torch/include/ATen/ops/randperm.h' 2024-11-01T16:36:05.6940255Z adding 'torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.6943223Z adding 'torch/include/ATen/ops/randperm_cpu_dispatch.h' 2024-11-01T16:36:05.6946312Z adding 'torch/include/ATen/ops/randperm_cuda_dispatch.h' 2024-11-01T16:36:05.6949277Z adding 'torch/include/ATen/ops/randperm_native.h' 2024-11-01T16:36:05.6952642Z adding 'torch/include/ATen/ops/randperm_ops.h' 2024-11-01T16:36:05.6956069Z adding 'torch/include/ATen/ops/range.h' 2024-11-01T16:36:05.6959507Z adding 'torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.6962440Z adding 'torch/include/ATen/ops/range_cpu_dispatch.h' 2024-11-01T16:36:05.6965604Z adding 'torch/include/ATen/ops/range_cuda_dispatch.h' 2024-11-01T16:36:05.6968634Z adding 'torch/include/ATen/ops/range_meta_dispatch.h' 2024-11-01T16:36:05.6971712Z adding 'torch/include/ATen/ops/range_native.h' 2024-11-01T16:36:05.6975075Z adding 'torch/include/ATen/ops/range_ops.h' 2024-11-01T16:36:05.6978166Z adding 'torch/include/ATen/ops/ravel.h' 2024-11-01T16:36:05.6981379Z adding 'torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.6984126Z adding 'torch/include/ATen/ops/ravel_native.h' 2024-11-01T16:36:05.6987190Z adding 'torch/include/ATen/ops/ravel_ops.h' 2024-11-01T16:36:05.6990232Z adding 'torch/include/ATen/ops/real.h' 2024-11-01T16:36:05.6993459Z adding 'torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.6996356Z adding 'torch/include/ATen/ops/real_native.h' 2024-11-01T16:36:05.6999456Z adding 'torch/include/ATen/ops/real_ops.h' 2024-11-01T16:36:05.7002513Z adding 'torch/include/ATen/ops/reciprocal.h' 2024-11-01T16:36:05.7005923Z adding 'torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.7008720Z adding 'torch/include/ATen/ops/reciprocal_cpu_dispatch.h' 2024-11-01T16:36:05.7011729Z adding 'torch/include/ATen/ops/reciprocal_cuda_dispatch.h' 2024-11-01T16:36:05.7014621Z adding 'torch/include/ATen/ops/reciprocal_meta.h' 2024-11-01T16:36:05.7017702Z adding 'torch/include/ATen/ops/reciprocal_meta_dispatch.h' 2024-11-01T16:36:05.7020982Z adding 'torch/include/ATen/ops/reciprocal_native.h' 2024-11-01T16:36:05.7023819Z adding 'torch/include/ATen/ops/reciprocal_ops.h' 2024-11-01T16:36:05.7026665Z adding 'torch/include/ATen/ops/record_stream.h' 2024-11-01T16:36:05.7029765Z adding 'torch/include/ATen/ops/record_stream_cuda_dispatch.h' 2024-11-01T16:36:05.7032680Z adding 'torch/include/ATen/ops/record_stream_native.h' 2024-11-01T16:36:05.7035804Z adding 'torch/include/ATen/ops/record_stream_ops.h' 2024-11-01T16:36:05.7038730Z adding 'torch/include/ATen/ops/refine_names.h' 2024-11-01T16:36:05.7041985Z adding 'torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.7044996Z adding 'torch/include/ATen/ops/refine_names_native.h' 2024-11-01T16:36:05.7048385Z adding 'torch/include/ATen/ops/refine_names_ops.h' 2024-11-01T16:36:05.7051415Z adding 'torch/include/ATen/ops/reflection_pad1d.h' 2024-11-01T16:36:05.7054808Z adding 'torch/include/ATen/ops/reflection_pad1d_backward.h' 2024-11-01T16:36:05.7058380Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.7061277Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h' 2024-11-01T16:36:05.7064488Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h' 2024-11-01T16:36:05.7067347Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta.h' 2024-11-01T16:36:05.7070509Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h' 2024-11-01T16:36:05.7073447Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_native.h' 2024-11-01T16:36:05.7076687Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_ops.h' 2024-11-01T16:36:05.7080084Z adding 'torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.7082963Z adding 'torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h' 2024-11-01T16:36:05.7086068Z adding 'torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h' 2024-11-01T16:36:05.7089009Z adding 'torch/include/ATen/ops/reflection_pad1d_meta.h' 2024-11-01T16:36:05.7092152Z adding 'torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h' 2024-11-01T16:36:05.7095127Z adding 'torch/include/ATen/ops/reflection_pad1d_native.h' 2024-11-01T16:36:05.7098854Z adding 'torch/include/ATen/ops/reflection_pad1d_ops.h' 2024-11-01T16:36:05.7102254Z adding 'torch/include/ATen/ops/reflection_pad2d.h' 2024-11-01T16:36:05.7105729Z adding 'torch/include/ATen/ops/reflection_pad2d_backward.h' 2024-11-01T16:36:05.7109044Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h' 2024-11-01T16:36:05.7112187Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h' 2024-11-01T16:36:05.7115095Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_native.h' 2024-11-01T16:36:05.7118386Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_ops.h' 2024-11-01T16:36:05.7121506Z adding 'torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h' 2024-11-01T16:36:05.7124630Z adding 'torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h' 2024-11-01T16:36:05.7127631Z adding 'torch/include/ATen/ops/reflection_pad2d_native.h' 2024-11-01T16:36:05.7130743Z adding 'torch/include/ATen/ops/reflection_pad2d_ops.h' 2024-11-01T16:36:05.7134016Z adding 'torch/include/ATen/ops/reflection_pad3d.h' 2024-11-01T16:36:05.7137486Z adding 'torch/include/ATen/ops/reflection_pad3d_backward.h' 2024-11-01T16:36:05.7141036Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.7143928Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h' 2024-11-01T16:36:05.7147158Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h' 2024-11-01T16:36:05.7150163Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta.h' 2024-11-01T16:36:05.7153441Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h' 2024-11-01T16:36:05.7156956Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_native.h' 2024-11-01T16:36:05.7159918Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_ops.h' 2024-11-01T16:36:05.7163389Z adding 'torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.7166355Z adding 'torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h' 2024-11-01T16:36:05.7169625Z adding 'torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h' 2024-11-01T16:36:05.7172633Z adding 'torch/include/ATen/ops/reflection_pad3d_meta.h' 2024-11-01T16:36:05.7175943Z adding 'torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h' 2024-11-01T16:36:05.7178934Z adding 'torch/include/ATen/ops/reflection_pad3d_native.h' 2024-11-01T16:36:05.7182287Z adding 'torch/include/ATen/ops/reflection_pad3d_ops.h' 2024-11-01T16:36:05.7185234Z adding 'torch/include/ATen/ops/relu.h' 2024-11-01T16:36:05.7188379Z adding 'torch/include/ATen/ops/relu6.h' 2024-11-01T16:36:05.7191726Z adding 'torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.7194541Z adding 'torch/include/ATen/ops/relu6_native.h' 2024-11-01T16:36:05.7197889Z adding 'torch/include/ATen/ops/relu6_ops.h' 2024-11-01T16:36:05.7201245Z adding 'torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.7204233Z adding 'torch/include/ATen/ops/relu_cpu_dispatch.h' 2024-11-01T16:36:05.7207274Z adding 'torch/include/ATen/ops/relu_cuda_dispatch.h' 2024-11-01T16:36:05.7210411Z adding 'torch/include/ATen/ops/relu_meta_dispatch.h' 2024-11-01T16:36:05.7213453Z adding 'torch/include/ATen/ops/relu_native.h' 2024-11-01T16:36:05.7216754Z adding 'torch/include/ATen/ops/relu_ops.h' 2024-11-01T16:36:05.7220084Z adding 'torch/include/ATen/ops/remainder.h' 2024-11-01T16:36:05.7223577Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.7226888Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.7229774Z adding 'torch/include/ATen/ops/remainder_cpu_dispatch.h' 2024-11-01T16:36:05.7232960Z adding 'torch/include/ATen/ops/remainder_cuda_dispatch.h' 2024-11-01T16:36:05.7236003Z adding 'torch/include/ATen/ops/remainder_meta.h' 2024-11-01T16:36:05.7239293Z adding 'torch/include/ATen/ops/remainder_meta_dispatch.h' 2024-11-01T16:36:05.7242296Z adding 'torch/include/ATen/ops/remainder_native.h' 2024-11-01T16:36:05.7245894Z adding 'torch/include/ATen/ops/remainder_ops.h' 2024-11-01T16:36:05.7249064Z adding 'torch/include/ATen/ops/rename.h' 2024-11-01T16:36:05.7252339Z adding 'torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.7255268Z adding 'torch/include/ATen/ops/rename_native.h' 2024-11-01T16:36:05.7258390Z adding 'torch/include/ATen/ops/rename_ops.h' 2024-11-01T16:36:05.7261621Z adding 'torch/include/ATen/ops/renorm.h' 2024-11-01T16:36:05.7265125Z adding 'torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.7268054Z adding 'torch/include/ATen/ops/renorm_cpu_dispatch.h' 2024-11-01T16:36:05.7271241Z adding 'torch/include/ATen/ops/renorm_cuda_dispatch.h' 2024-11-01T16:36:05.7274222Z adding 'torch/include/ATen/ops/renorm_meta.h' 2024-11-01T16:36:05.7277828Z adding 'torch/include/ATen/ops/renorm_meta_dispatch.h' 2024-11-01T16:36:05.7280792Z adding 'torch/include/ATen/ops/renorm_native.h' 2024-11-01T16:36:05.7284150Z adding 'torch/include/ATen/ops/renorm_ops.h' 2024-11-01T16:36:05.7287520Z adding 'torch/include/ATen/ops/repeat.h' 2024-11-01T16:36:05.7290947Z adding 'torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.7294500Z adding 'torch/include/ATen/ops/repeat_interleave.h' 2024-11-01T16:36:05.7298100Z adding 'torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.7301427Z adding 'torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.7304766Z adding 'torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h' 2024-11-01T16:36:05.7307598Z adding 'torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h' 2024-11-01T16:36:05.7310703Z adding 'torch/include/ATen/ops/repeat_interleave_native.h' 2024-11-01T16:36:05.7314012Z adding 'torch/include/ATen/ops/repeat_interleave_ops.h' 2024-11-01T16:36:05.7317239Z adding 'torch/include/ATen/ops/repeat_native.h' 2024-11-01T16:36:05.7320448Z adding 'torch/include/ATen/ops/repeat_ops.h' 2024-11-01T16:36:05.7323940Z adding 'torch/include/ATen/ops/replication_pad1d.h' 2024-11-01T16:36:05.7327550Z adding 'torch/include/ATen/ops/replication_pad1d_backward.h' 2024-11-01T16:36:05.7331120Z adding 'torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.7334135Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h' 2024-11-01T16:36:05.7337323Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h' 2024-11-01T16:36:05.7340651Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta.h' 2024-11-01T16:36:05.7344403Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h' 2024-11-01T16:36:05.7347666Z adding 'torch/include/ATen/ops/replication_pad1d_backward_native.h' 2024-11-01T16:36:05.7350933Z adding 'torch/include/ATen/ops/replication_pad1d_backward_ops.h' 2024-11-01T16:36:05.7354799Z adding 'torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.7358245Z adding 'torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h' 2024-11-01T16:36:05.7361463Z adding 'torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h' 2024-11-01T16:36:05.7364555Z adding 'torch/include/ATen/ops/replication_pad1d_meta.h' 2024-11-01T16:36:05.7367787Z adding 'torch/include/ATen/ops/replication_pad1d_meta_dispatch.h' 2024-11-01T16:36:05.7370982Z adding 'torch/include/ATen/ops/replication_pad1d_native.h' 2024-11-01T16:36:05.7374137Z adding 'torch/include/ATen/ops/replication_pad1d_ops.h' 2024-11-01T16:36:05.7377522Z adding 'torch/include/ATen/ops/replication_pad2d.h' 2024-11-01T16:36:05.7381031Z adding 'torch/include/ATen/ops/replication_pad2d_backward.h' 2024-11-01T16:36:05.7384516Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h' 2024-11-01T16:36:05.7387693Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h' 2024-11-01T16:36:05.7390645Z adding 'torch/include/ATen/ops/replication_pad2d_backward_native.h' 2024-11-01T16:36:05.7394012Z adding 'torch/include/ATen/ops/replication_pad2d_backward_ops.h' 2024-11-01T16:36:05.7397483Z adding 'torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.7400341Z adding 'torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h' 2024-11-01T16:36:05.7403457Z adding 'torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h' 2024-11-01T16:36:05.7406398Z adding 'torch/include/ATen/ops/replication_pad2d_meta.h' 2024-11-01T16:36:05.7409713Z adding 'torch/include/ATen/ops/replication_pad2d_meta_dispatch.h' 2024-11-01T16:36:05.7412700Z adding 'torch/include/ATen/ops/replication_pad2d_native.h' 2024-11-01T16:36:05.7415846Z adding 'torch/include/ATen/ops/replication_pad2d_ops.h' 2024-11-01T16:36:05.7419148Z adding 'torch/include/ATen/ops/replication_pad3d.h' 2024-11-01T16:36:05.7422597Z adding 'torch/include/ATen/ops/replication_pad3d_backward.h' 2024-11-01T16:36:05.7425946Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h' 2024-11-01T16:36:05.7429069Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h' 2024-11-01T16:36:05.7432034Z adding 'torch/include/ATen/ops/replication_pad3d_backward_native.h' 2024-11-01T16:36:05.7435190Z adding 'torch/include/ATen/ops/replication_pad3d_backward_ops.h' 2024-11-01T16:36:05.7438774Z adding 'torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.7442076Z adding 'torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h' 2024-11-01T16:36:05.7444898Z adding 'torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h' 2024-11-01T16:36:05.7447821Z adding 'torch/include/ATen/ops/replication_pad3d_meta.h' 2024-11-01T16:36:05.7450976Z adding 'torch/include/ATen/ops/replication_pad3d_meta_dispatch.h' 2024-11-01T16:36:05.7453925Z adding 'torch/include/ATen/ops/replication_pad3d_native.h' 2024-11-01T16:36:05.7457009Z adding 'torch/include/ATen/ops/replication_pad3d_ops.h' 2024-11-01T16:36:05.7459864Z adding 'torch/include/ATen/ops/requires_grad.h' 2024-11-01T16:36:05.7463070Z adding 'torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.7465779Z adding 'torch/include/ATen/ops/requires_grad_native.h' 2024-11-01T16:36:05.7468905Z adding 'torch/include/ATen/ops/requires_grad_ops.h' 2024-11-01T16:36:05.7472004Z adding 'torch/include/ATen/ops/reshape.h' 2024-11-01T16:36:05.7474974Z adding 'torch/include/ATen/ops/reshape_as.h' 2024-11-01T16:36:05.7478394Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.7481562Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h' 2024-11-01T16:36:05.7484206Z adding 'torch/include/ATen/ops/reshape_as_native.h' 2024-11-01T16:36:05.7487313Z adding 'torch/include/ATen/ops/reshape_as_ops.h' 2024-11-01T16:36:05.7490513Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.7493630Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h' 2024-11-01T16:36:05.7496466Z adding 'torch/include/ATen/ops/reshape_native.h' 2024-11-01T16:36:05.7499504Z adding 'torch/include/ATen/ops/reshape_ops.h' 2024-11-01T16:36:05.7503044Z adding 'torch/include/ATen/ops/resize.h' 2024-11-01T16:36:05.7506456Z adding 'torch/include/ATen/ops/resize_as.h' 2024-11-01T16:36:05.7510171Z adding 'torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.7513526Z adding 'torch/include/ATen/ops/resize_as_native.h' 2024-11-01T16:36:05.7516601Z adding 'torch/include/ATen/ops/resize_as_ops.h' 2024-11-01T16:36:05.7519953Z adding 'torch/include/ATen/ops/resize_as_sparse.h' 2024-11-01T16:36:05.7523791Z adding 'torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.7526356Z adding 'torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h' 2024-11-01T16:36:05.7529461Z adding 'torch/include/ATen/ops/resize_as_sparse_native.h' 2024-11-01T16:36:05.7532643Z adding 'torch/include/ATen/ops/resize_as_sparse_ops.h' 2024-11-01T16:36:05.7536142Z adding 'torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.7539152Z adding 'torch/include/ATen/ops/resize_cpu_dispatch.h' 2024-11-01T16:36:05.7542371Z adding 'torch/include/ATen/ops/resize_cuda_dispatch.h' 2024-11-01T16:36:05.7546237Z adding 'torch/include/ATen/ops/resize_meta_dispatch.h' 2024-11-01T16:36:05.7548595Z adding 'torch/include/ATen/ops/resize_native.h' 2024-11-01T16:36:05.7551974Z adding 'torch/include/ATen/ops/resize_ops.h' 2024-11-01T16:36:05.7555038Z adding 'torch/include/ATen/ops/resolve_conj.h' 2024-11-01T16:36:05.7558539Z adding 'torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.7561377Z adding 'torch/include/ATen/ops/resolve_conj_native.h' 2024-11-01T16:36:05.7564547Z adding 'torch/include/ATen/ops/resolve_conj_ops.h' 2024-11-01T16:36:05.7567511Z adding 'torch/include/ATen/ops/resolve_neg.h' 2024-11-01T16:36:05.7570986Z adding 'torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.7574519Z adding 'torch/include/ATen/ops/resolve_neg_native.h' 2024-11-01T16:36:05.7576976Z adding 'torch/include/ATen/ops/resolve_neg_ops.h' 2024-11-01T16:36:05.7580228Z adding 'torch/include/ATen/ops/result_type.h' 2024-11-01T16:36:05.7583570Z adding 'torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.7586989Z adding 'torch/include/ATen/ops/result_type_native.h' 2024-11-01T16:36:05.7589928Z adding 'torch/include/ATen/ops/result_type_ops.h' 2024-11-01T16:36:05.7593022Z adding 'torch/include/ATen/ops/retain_grad.h' 2024-11-01T16:36:05.7597224Z adding 'torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.7599286Z adding 'torch/include/ATen/ops/retain_grad_native.h' 2024-11-01T16:36:05.7602887Z adding 'torch/include/ATen/ops/retain_grad_ops.h' 2024-11-01T16:36:05.7605362Z adding 'torch/include/ATen/ops/retains_grad.h' 2024-11-01T16:36:05.7608826Z adding 'torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.7611466Z adding 'torch/include/ATen/ops/retains_grad_native.h' 2024-11-01T16:36:05.7614623Z adding 'torch/include/ATen/ops/retains_grad_ops.h' 2024-11-01T16:36:05.7617758Z adding 'torch/include/ATen/ops/rms_norm.h' 2024-11-01T16:36:05.7621314Z adding 'torch/include/ATen/ops/rms_norm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.7624101Z adding 'torch/include/ATen/ops/rms_norm_native.h' 2024-11-01T16:36:05.7627392Z adding 'torch/include/ATen/ops/rms_norm_ops.h' 2024-11-01T16:36:05.7631152Z adding 'torch/include/ATen/ops/rnn_relu.h' 2024-11-01T16:36:05.7633809Z adding 'torch/include/ATen/ops/rnn_relu_cell.h' 2024-11-01T16:36:05.7637393Z adding 'torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.7640204Z adding 'torch/include/ATen/ops/rnn_relu_cell_native.h' 2024-11-01T16:36:05.7643467Z adding 'torch/include/ATen/ops/rnn_relu_cell_ops.h' 2024-11-01T16:36:05.7646813Z adding 'torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.7649835Z adding 'torch/include/ATen/ops/rnn_relu_native.h' 2024-11-01T16:36:05.7653871Z adding 'torch/include/ATen/ops/rnn_relu_ops.h' 2024-11-01T16:36:05.7656324Z adding 'torch/include/ATen/ops/rnn_tanh.h' 2024-11-01T16:36:05.7659622Z adding 'torch/include/ATen/ops/rnn_tanh_cell.h' 2024-11-01T16:36:05.7662934Z adding 'torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.7665845Z adding 'torch/include/ATen/ops/rnn_tanh_cell_native.h' 2024-11-01T16:36:05.7668959Z adding 'torch/include/ATen/ops/rnn_tanh_cell_ops.h' 2024-11-01T16:36:05.7672454Z adding 'torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.7675384Z adding 'torch/include/ATen/ops/rnn_tanh_native.h' 2024-11-01T16:36:05.7678796Z adding 'torch/include/ATen/ops/rnn_tanh_ops.h' 2024-11-01T16:36:05.7682291Z adding 'torch/include/ATen/ops/roll.h' 2024-11-01T16:36:05.7685571Z adding 'torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.7688623Z adding 'torch/include/ATen/ops/roll_cpu_dispatch.h' 2024-11-01T16:36:05.7691718Z adding 'torch/include/ATen/ops/roll_cuda_dispatch.h' 2024-11-01T16:36:05.7694823Z adding 'torch/include/ATen/ops/roll_native.h' 2024-11-01T16:36:05.7697968Z adding 'torch/include/ATen/ops/roll_ops.h' 2024-11-01T16:36:05.7701217Z adding 'torch/include/ATen/ops/rot90.h' 2024-11-01T16:36:05.7705061Z adding 'torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.7707732Z adding 'torch/include/ATen/ops/rot90_native.h' 2024-11-01T16:36:05.7710755Z adding 'torch/include/ATen/ops/rot90_ops.h' 2024-11-01T16:36:05.7713871Z adding 'torch/include/ATen/ops/round.h' 2024-11-01T16:36:05.7717505Z adding 'torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.7720410Z adding 'torch/include/ATen/ops/round_cpu_dispatch.h' 2024-11-01T16:36:05.7723682Z adding 'torch/include/ATen/ops/round_cuda_dispatch.h' 2024-11-01T16:36:05.7726665Z adding 'torch/include/ATen/ops/round_meta.h' 2024-11-01T16:36:05.7729917Z adding 'torch/include/ATen/ops/round_meta_dispatch.h' 2024-11-01T16:36:05.7733107Z adding 'torch/include/ATen/ops/round_native.h' 2024-11-01T16:36:05.7736395Z adding 'torch/include/ATen/ops/round_ops.h' 2024-11-01T16:36:05.7739565Z adding 'torch/include/ATen/ops/row_indices.h' 2024-11-01T16:36:05.7743269Z adding 'torch/include/ATen/ops/row_indices_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.7746098Z adding 'torch/include/ATen/ops/row_indices_copy.h' 2024-11-01T16:36:05.7749484Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.7752717Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.7755590Z adding 'torch/include/ATen/ops/row_indices_copy_native.h' 2024-11-01T16:36:05.7758755Z adding 'torch/include/ATen/ops/row_indices_copy_ops.h' 2024-11-01T16:36:05.7761871Z adding 'torch/include/ATen/ops/row_indices_native.h' 2024-11-01T16:36:05.7764906Z adding 'torch/include/ATen/ops/row_indices_ops.h' 2024-11-01T16:36:05.7768041Z adding 'torch/include/ATen/ops/row_stack.h' 2024-11-01T16:36:05.7771404Z adding 'torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.7774340Z adding 'torch/include/ATen/ops/row_stack_native.h' 2024-11-01T16:36:05.7777461Z adding 'torch/include/ATen/ops/row_stack_ops.h' 2024-11-01T16:36:05.7780712Z adding 'torch/include/ATen/ops/rrelu.h' 2024-11-01T16:36:05.7784171Z adding 'torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.7787073Z adding 'torch/include/ATen/ops/rrelu_native.h' 2024-11-01T16:36:05.7790289Z adding 'torch/include/ATen/ops/rrelu_ops.h' 2024-11-01T16:36:05.7793587Z adding 'torch/include/ATen/ops/rrelu_with_noise.h' 2024-11-01T16:36:05.7797030Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward.h' 2024-11-01T16:36:05.7800449Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.7803375Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_native.h' 2024-11-01T16:36:05.7806701Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_ops.h' 2024-11-01T16:36:05.7809940Z adding 'torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h' 2024-11-01T16:36:05.7813233Z adding 'torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h' 2024-11-01T16:36:05.7816359Z adding 'torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h' 2024-11-01T16:36:05.7819634Z adding 'torch/include/ATen/ops/rrelu_with_noise_native.h' 2024-11-01T16:36:05.7822936Z adding 'torch/include/ATen/ops/rrelu_with_noise_ops.h' 2024-11-01T16:36:05.7826090Z adding 'torch/include/ATen/ops/rshift.h' 2024-11-01T16:36:05.7829549Z adding 'torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.7833087Z adding 'torch/include/ATen/ops/rshift_cpu_dispatch.h' 2024-11-01T16:36:05.7836338Z adding 'torch/include/ATen/ops/rshift_cuda_dispatch.h' 2024-11-01T16:36:05.7839370Z adding 'torch/include/ATen/ops/rshift_meta_dispatch.h' 2024-11-01T16:36:05.7848780Z adding 'torch/include/ATen/ops/rshift_native.h' 2024-11-01T16:36:05.7852446Z adding 'torch/include/ATen/ops/rshift_ops.h' 2024-11-01T16:36:05.7855476Z adding 'torch/include/ATen/ops/rsqrt.h' 2024-11-01T16:36:05.7858968Z adding 'torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.7861807Z adding 'torch/include/ATen/ops/rsqrt_cpu_dispatch.h' 2024-11-01T16:36:05.7865044Z adding 'torch/include/ATen/ops/rsqrt_cuda_dispatch.h' 2024-11-01T16:36:05.7868136Z adding 'torch/include/ATen/ops/rsqrt_meta.h' 2024-11-01T16:36:05.7871293Z adding 'torch/include/ATen/ops/rsqrt_meta_dispatch.h' 2024-11-01T16:36:05.7874311Z adding 'torch/include/ATen/ops/rsqrt_native.h' 2024-11-01T16:36:05.7878344Z adding 'torch/include/ATen/ops/rsqrt_ops.h' 2024-11-01T16:36:05.7881073Z adding 'torch/include/ATen/ops/rsub.h' 2024-11-01T16:36:05.7884543Z adding 'torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.7887511Z adding 'torch/include/ATen/ops/rsub_cpu_dispatch.h' 2024-11-01T16:36:05.7890613Z adding 'torch/include/ATen/ops/rsub_cuda_dispatch.h' 2024-11-01T16:36:05.7893598Z adding 'torch/include/ATen/ops/rsub_native.h' 2024-11-01T16:36:05.7897346Z adding 'torch/include/ATen/ops/rsub_ops.h' 2024-11-01T16:36:05.7900296Z adding 'torch/include/ATen/ops/scalar_tensor.h' 2024-11-01T16:36:05.7903704Z adding 'torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.7906589Z adding 'torch/include/ATen/ops/scalar_tensor_native.h' 2024-11-01T16:36:05.7909783Z adding 'torch/include/ATen/ops/scalar_tensor_ops.h' 2024-11-01T16:36:05.7913062Z adding 'torch/include/ATen/ops/scaled_dot_product_attention.h' 2024-11-01T16:36:05.7916571Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.7919466Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_native.h' 2024-11-01T16:36:05.7922731Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_ops.h' 2024-11-01T16:36:05.7926119Z adding 'torch/include/ATen/ops/scatter.h' 2024-11-01T16:36:05.7929428Z adding 'torch/include/ATen/ops/scatter_add.h' 2024-11-01T16:36:05.7932922Z adding 'torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.7936125Z adding 'torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.7939143Z adding 'torch/include/ATen/ops/scatter_add_cpu_dispatch.h' 2024-11-01T16:36:05.7942402Z adding 'torch/include/ATen/ops/scatter_add_cuda_dispatch.h' 2024-11-01T16:36:05.7945377Z adding 'torch/include/ATen/ops/scatter_add_meta.h' 2024-11-01T16:36:05.7948556Z adding 'torch/include/ATen/ops/scatter_add_meta_dispatch.h' 2024-11-01T16:36:05.7951591Z adding 'torch/include/ATen/ops/scatter_add_native.h' 2024-11-01T16:36:05.7954900Z adding 'torch/include/ATen/ops/scatter_add_ops.h' 2024-11-01T16:36:05.7958576Z adding 'torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.7961623Z adding 'torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.7964722Z adding 'torch/include/ATen/ops/scatter_cpu_dispatch.h' 2024-11-01T16:36:05.7969053Z adding 'torch/include/ATen/ops/scatter_cuda_dispatch.h' 2024-11-01T16:36:05.7972243Z adding 'torch/include/ATen/ops/scatter_meta.h' 2024-11-01T16:36:05.7975578Z adding 'torch/include/ATen/ops/scatter_meta_dispatch.h' 2024-11-01T16:36:05.7978771Z adding 'torch/include/ATen/ops/scatter_native.h' 2024-11-01T16:36:05.7982765Z adding 'torch/include/ATen/ops/scatter_ops.h' 2024-11-01T16:36:05.7986258Z adding 'torch/include/ATen/ops/scatter_reduce.h' 2024-11-01T16:36:05.7989986Z adding 'torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.7992949Z adding 'torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h' 2024-11-01T16:36:05.7996257Z adding 'torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h' 2024-11-01T16:36:05.7999603Z adding 'torch/include/ATen/ops/scatter_reduce_meta.h' 2024-11-01T16:36:05.8002643Z adding 'torch/include/ATen/ops/scatter_reduce_meta_dispatch.h' 2024-11-01T16:36:05.8005665Z adding 'torch/include/ATen/ops/scatter_reduce_native.h' 2024-11-01T16:36:05.8008984Z adding 'torch/include/ATen/ops/scatter_reduce_ops.h' 2024-11-01T16:36:05.8012349Z adding 'torch/include/ATen/ops/searchsorted.h' 2024-11-01T16:36:05.8015738Z adding 'torch/include/ATen/ops/searchsorted_cpu_dispatch.h' 2024-11-01T16:36:05.8019010Z adding 'torch/include/ATen/ops/searchsorted_cuda_dispatch.h' 2024-11-01T16:36:05.8022219Z adding 'torch/include/ATen/ops/searchsorted_native.h' 2024-11-01T16:36:05.8025665Z adding 'torch/include/ATen/ops/searchsorted_ops.h' 2024-11-01T16:36:05.8029055Z adding 'torch/include/ATen/ops/segment_reduce.h' 2024-11-01T16:36:05.8032507Z adding 'torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.8035709Z adding 'torch/include/ATen/ops/segment_reduce_cpu_dispatch.h' 2024-11-01T16:36:05.8038958Z adding 'torch/include/ATen/ops/segment_reduce_cuda_dispatch.h' 2024-11-01T16:36:05.8042183Z adding 'torch/include/ATen/ops/segment_reduce_native.h' 2024-11-01T16:36:05.8046002Z adding 'torch/include/ATen/ops/segment_reduce_ops.h' 2024-11-01T16:36:05.8048977Z adding 'torch/include/ATen/ops/select.h' 2024-11-01T16:36:05.8052522Z adding 'torch/include/ATen/ops/select_backward.h' 2024-11-01T16:36:05.8056076Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.8059485Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.8062259Z adding 'torch/include/ATen/ops/select_backward_native.h' 2024-11-01T16:36:05.8065656Z adding 'torch/include/ATen/ops/select_backward_ops.h' 2024-11-01T16:36:05.8069202Z adding 'torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.8072225Z adding 'torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.8075510Z adding 'torch/include/ATen/ops/select_copy.h' 2024-11-01T16:36:05.8079101Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.8082490Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.8085351Z adding 'torch/include/ATen/ops/select_copy_native.h' 2024-11-01T16:36:05.8088679Z adding 'torch/include/ATen/ops/select_copy_ops.h' 2024-11-01T16:36:05.8092015Z adding 'torch/include/ATen/ops/select_native.h' 2024-11-01T16:36:05.8095157Z adding 'torch/include/ATen/ops/select_ops.h' 2024-11-01T16:36:05.8111731Z adding 'torch/include/ATen/ops/select_scatter.h' 2024-11-01T16:36:05.8112129Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.8112627Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.8112826Z adding 'torch/include/ATen/ops/select_scatter_native.h' 2024-11-01T16:36:05.8113168Z adding 'torch/include/ATen/ops/select_scatter_ops.h' 2024-11-01T16:36:05.8132461Z adding 'torch/include/ATen/ops/selu.h' 2024-11-01T16:36:05.8133174Z adding 'torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.8133341Z adding 'torch/include/ATen/ops/selu_native.h' 2024-11-01T16:36:05.8133483Z adding 'torch/include/ATen/ops/selu_ops.h' 2024-11-01T16:36:05.8133609Z adding 'torch/include/ATen/ops/set.h' 2024-11-01T16:36:05.8135445Z adding 'torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.8138776Z adding 'torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.8141847Z adding 'torch/include/ATen/ops/set_cpu_dispatch.h' 2024-11-01T16:36:05.8145163Z adding 'torch/include/ATen/ops/set_cuda_dispatch.h' 2024-11-01T16:36:05.8148144Z adding 'torch/include/ATen/ops/set_data.h' 2024-11-01T16:36:05.8151612Z adding 'torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.8154425Z adding 'torch/include/ATen/ops/set_data_native.h' 2024-11-01T16:36:05.8157872Z adding 'torch/include/ATen/ops/set_data_ops.h' 2024-11-01T16:36:05.8161043Z adding 'torch/include/ATen/ops/set_meta_dispatch.h' 2024-11-01T16:36:05.8164317Z adding 'torch/include/ATen/ops/set_native.h' 2024-11-01T16:36:05.8168480Z adding 'torch/include/ATen/ops/set_ops.h' 2024-11-01T16:36:05.8171778Z adding 'torch/include/ATen/ops/sgn.h' 2024-11-01T16:36:05.8175217Z adding 'torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.8178065Z adding 'torch/include/ATen/ops/sgn_cpu_dispatch.h' 2024-11-01T16:36:05.8181144Z adding 'torch/include/ATen/ops/sgn_cuda_dispatch.h' 2024-11-01T16:36:05.8184351Z adding 'torch/include/ATen/ops/sgn_meta.h' 2024-11-01T16:36:05.8187579Z adding 'torch/include/ATen/ops/sgn_meta_dispatch.h' 2024-11-01T16:36:05.8190684Z adding 'torch/include/ATen/ops/sgn_native.h' 2024-11-01T16:36:05.8193903Z adding 'torch/include/ATen/ops/sgn_ops.h' 2024-11-01T16:36:05.8197154Z adding 'torch/include/ATen/ops/sigmoid.h' 2024-11-01T16:36:05.8200371Z adding 'torch/include/ATen/ops/sigmoid_backward.h' 2024-11-01T16:36:05.8204155Z adding 'torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.8206786Z adding 'torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h' 2024-11-01T16:36:05.8209815Z adding 'torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h' 2024-11-01T16:36:05.8213340Z adding 'torch/include/ATen/ops/sigmoid_backward_meta.h' 2024-11-01T16:36:05.8216163Z adding 'torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h' 2024-11-01T16:36:05.8219161Z adding 'torch/include/ATen/ops/sigmoid_backward_native.h' 2024-11-01T16:36:05.8222353Z adding 'torch/include/ATen/ops/sigmoid_backward_ops.h' 2024-11-01T16:36:05.8225723Z adding 'torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.8228558Z adding 'torch/include/ATen/ops/sigmoid_cpu_dispatch.h' 2024-11-01T16:36:05.8231868Z adding 'torch/include/ATen/ops/sigmoid_cuda_dispatch.h' 2024-11-01T16:36:05.8234838Z adding 'torch/include/ATen/ops/sigmoid_meta.h' 2024-11-01T16:36:05.8238120Z adding 'torch/include/ATen/ops/sigmoid_meta_dispatch.h' 2024-11-01T16:36:05.8241157Z adding 'torch/include/ATen/ops/sigmoid_native.h' 2024-11-01T16:36:05.8244412Z adding 'torch/include/ATen/ops/sigmoid_ops.h' 2024-11-01T16:36:05.8247509Z adding 'torch/include/ATen/ops/sign.h' 2024-11-01T16:36:05.8250978Z adding 'torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.8253891Z adding 'torch/include/ATen/ops/sign_cpu_dispatch.h' 2024-11-01T16:36:05.8256975Z adding 'torch/include/ATen/ops/sign_cuda_dispatch.h' 2024-11-01T16:36:05.8259969Z adding 'torch/include/ATen/ops/sign_meta.h' 2024-11-01T16:36:05.8263112Z adding 'torch/include/ATen/ops/sign_meta_dispatch.h' 2024-11-01T16:36:05.8266143Z adding 'torch/include/ATen/ops/sign_native.h' 2024-11-01T16:36:05.8269548Z adding 'torch/include/ATen/ops/sign_ops.h' 2024-11-01T16:36:05.8272733Z adding 'torch/include/ATen/ops/signbit.h' 2024-11-01T16:36:05.8276280Z adding 'torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.8279154Z adding 'torch/include/ATen/ops/signbit_cpu_dispatch.h' 2024-11-01T16:36:05.8282221Z adding 'torch/include/ATen/ops/signbit_cuda_dispatch.h' 2024-11-01T16:36:05.8285211Z adding 'torch/include/ATen/ops/signbit_meta.h' 2024-11-01T16:36:05.8288325Z adding 'torch/include/ATen/ops/signbit_meta_dispatch.h' 2024-11-01T16:36:05.8291327Z adding 'torch/include/ATen/ops/signbit_native.h' 2024-11-01T16:36:05.8294545Z adding 'torch/include/ATen/ops/signbit_ops.h' 2024-11-01T16:36:05.8297654Z adding 'torch/include/ATen/ops/silu.h' 2024-11-01T16:36:05.8300838Z adding 'torch/include/ATen/ops/silu_backward.h' 2024-11-01T16:36:05.8304308Z adding 'torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.8307318Z adding 'torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.8310276Z adding 'torch/include/ATen/ops/silu_backward_cpu_dispatch.h' 2024-11-01T16:36:05.8313374Z adding 'torch/include/ATen/ops/silu_backward_cuda_dispatch.h' 2024-11-01T16:36:05.8316488Z adding 'torch/include/ATen/ops/silu_backward_meta.h' 2024-11-01T16:36:05.8319690Z adding 'torch/include/ATen/ops/silu_backward_meta_dispatch.h' 2024-11-01T16:36:05.8322697Z adding 'torch/include/ATen/ops/silu_backward_native.h' 2024-11-01T16:36:05.8325888Z adding 'torch/include/ATen/ops/silu_backward_ops.h' 2024-11-01T16:36:05.8329276Z adding 'torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.8332139Z adding 'torch/include/ATen/ops/silu_cpu_dispatch.h' 2024-11-01T16:36:05.8335239Z adding 'torch/include/ATen/ops/silu_cuda_dispatch.h' 2024-11-01T16:36:05.8338196Z adding 'torch/include/ATen/ops/silu_meta.h' 2024-11-01T16:36:05.8341316Z adding 'torch/include/ATen/ops/silu_meta_dispatch.h' 2024-11-01T16:36:05.8344301Z adding 'torch/include/ATen/ops/silu_native.h' 2024-11-01T16:36:05.8347556Z adding 'torch/include/ATen/ops/silu_ops.h' 2024-11-01T16:36:05.8351010Z adding 'torch/include/ATen/ops/sin.h' 2024-11-01T16:36:05.8354129Z adding 'torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.8357142Z adding 'torch/include/ATen/ops/sin_cpu_dispatch.h' 2024-11-01T16:36:05.8360222Z adding 'torch/include/ATen/ops/sin_cuda_dispatch.h' 2024-11-01T16:36:05.8363220Z adding 'torch/include/ATen/ops/sin_meta.h' 2024-11-01T16:36:05.8366356Z adding 'torch/include/ATen/ops/sin_meta_dispatch.h' 2024-11-01T16:36:05.8369362Z adding 'torch/include/ATen/ops/sin_native.h' 2024-11-01T16:36:05.8372843Z adding 'torch/include/ATen/ops/sin_ops.h' 2024-11-01T16:36:05.8375990Z adding 'torch/include/ATen/ops/sinc.h' 2024-11-01T16:36:05.8379418Z adding 'torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.8382277Z adding 'torch/include/ATen/ops/sinc_cpu_dispatch.h' 2024-11-01T16:36:05.8385349Z adding 'torch/include/ATen/ops/sinc_cuda_dispatch.h' 2024-11-01T16:36:05.8394568Z adding 'torch/include/ATen/ops/sinc_meta.h' 2024-11-01T16:36:05.8397765Z adding 'torch/include/ATen/ops/sinc_meta_dispatch.h' 2024-11-01T16:36:05.8400756Z adding 'torch/include/ATen/ops/sinc_native.h' 2024-11-01T16:36:05.8403954Z adding 'torch/include/ATen/ops/sinc_ops.h' 2024-11-01T16:36:05.8407117Z adding 'torch/include/ATen/ops/sinh.h' 2024-11-01T16:36:05.8410458Z adding 'torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.8413216Z adding 'torch/include/ATen/ops/sinh_cpu_dispatch.h' 2024-11-01T16:36:05.8416310Z adding 'torch/include/ATen/ops/sinh_cuda_dispatch.h' 2024-11-01T16:36:05.8419269Z adding 'torch/include/ATen/ops/sinh_meta.h' 2024-11-01T16:36:05.8422305Z adding 'torch/include/ATen/ops/sinh_meta_dispatch.h' 2024-11-01T16:36:05.8425273Z adding 'torch/include/ATen/ops/sinh_native.h' 2024-11-01T16:36:05.8428398Z adding 'torch/include/ATen/ops/sinh_ops.h' 2024-11-01T16:36:05.8431437Z adding 'torch/include/ATen/ops/size.h' 2024-11-01T16:36:05.8434706Z adding 'torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.8437623Z adding 'torch/include/ATen/ops/size_native.h' 2024-11-01T16:36:05.8440781Z adding 'torch/include/ATen/ops/size_ops.h' 2024-11-01T16:36:05.8443971Z adding 'torch/include/ATen/ops/slice.h' 2024-11-01T16:36:05.8447385Z adding 'torch/include/ATen/ops/slice_backward.h' 2024-11-01T16:36:05.8450894Z adding 'torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.8453735Z adding 'torch/include/ATen/ops/slice_backward_native.h' 2024-11-01T16:36:05.8456992Z adding 'torch/include/ATen/ops/slice_backward_ops.h' 2024-11-01T16:36:05.8460276Z adding 'torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.8463511Z adding 'torch/include/ATen/ops/slice_copy.h' 2024-11-01T16:36:05.8467359Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.8470661Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.8473925Z adding 'torch/include/ATen/ops/slice_copy_native.h' 2024-11-01T16:36:05.8477531Z adding 'torch/include/ATen/ops/slice_copy_ops.h' 2024-11-01T16:36:05.8480951Z adding 'torch/include/ATen/ops/slice_inverse.h' 2024-11-01T16:36:05.8484661Z adding 'torch/include/ATen/ops/slice_inverse_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.8487464Z adding 'torch/include/ATen/ops/slice_inverse_native.h' 2024-11-01T16:36:05.8491041Z adding 'torch/include/ATen/ops/slice_inverse_ops.h' 2024-11-01T16:36:05.8494503Z adding 'torch/include/ATen/ops/slice_native.h' 2024-11-01T16:36:05.8497779Z adding 'torch/include/ATen/ops/slice_ops.h' 2024-11-01T16:36:05.8501426Z adding 'torch/include/ATen/ops/slice_scatter.h' 2024-11-01T16:36:05.8505025Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.8508385Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.8511484Z adding 'torch/include/ATen/ops/slice_scatter_native.h' 2024-11-01T16:36:05.8514598Z adding 'torch/include/ATen/ops/slice_scatter_ops.h' 2024-11-01T16:36:05.8517897Z adding 'torch/include/ATen/ops/slogdet.h' 2024-11-01T16:36:05.8521218Z adding 'torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.8524119Z adding 'torch/include/ATen/ops/slogdet_native.h' 2024-11-01T16:36:05.8527283Z adding 'torch/include/ATen/ops/slogdet_ops.h' 2024-11-01T16:36:05.8530940Z adding 'torch/include/ATen/ops/slow_conv3d.h' 2024-11-01T16:36:05.8534652Z adding 'torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.8538063Z adding 'torch/include/ATen/ops/slow_conv3d_forward.h' 2024-11-01T16:36:05.8541586Z adding 'torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h' 2024-11-01T16:36:05.8544597Z adding 'torch/include/ATen/ops/slow_conv3d_forward_native.h' 2024-11-01T16:36:05.8547934Z adding 'torch/include/ATen/ops/slow_conv3d_forward_ops.h' 2024-11-01T16:36:05.8551044Z adding 'torch/include/ATen/ops/slow_conv3d_native.h' 2024-11-01T16:36:05.8554370Z adding 'torch/include/ATen/ops/slow_conv3d_ops.h' 2024-11-01T16:36:05.8558227Z adding 'torch/include/ATen/ops/slow_conv_dilated2d.h' 2024-11-01T16:36:05.8561981Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.8565074Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h' 2024-11-01T16:36:05.8568431Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h' 2024-11-01T16:36:05.8571476Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_native.h' 2024-11-01T16:36:05.8574878Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_ops.h' 2024-11-01T16:36:05.8578495Z adding 'torch/include/ATen/ops/slow_conv_dilated3d.h' 2024-11-01T16:36:05.8582217Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.8585334Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h' 2024-11-01T16:36:05.8588486Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h' 2024-11-01T16:36:05.8592303Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_native.h' 2024-11-01T16:36:05.8595829Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_ops.h' 2024-11-01T16:36:05.8599688Z adding 'torch/include/ATen/ops/slow_conv_transpose2d.h' 2024-11-01T16:36:05.8603535Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.8606547Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h' 2024-11-01T16:36:05.8610009Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h' 2024-11-01T16:36:05.8613147Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta.h' 2024-11-01T16:36:05.8616566Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h' 2024-11-01T16:36:05.8619760Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_native.h' 2024-11-01T16:36:05.8623042Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_ops.h' 2024-11-01T16:36:05.8626823Z adding 'torch/include/ATen/ops/slow_conv_transpose3d.h' 2024-11-01T16:36:05.8630483Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h' 2024-11-01T16:36:05.8633854Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h' 2024-11-01T16:36:05.8637180Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_native.h' 2024-11-01T16:36:05.8640450Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_ops.h' 2024-11-01T16:36:05.8643564Z adding 'torch/include/ATen/ops/smm.h' 2024-11-01T16:36:05.8646868Z adding 'torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.8649784Z adding 'torch/include/ATen/ops/smm_native.h' 2024-11-01T16:36:05.8652965Z adding 'torch/include/ATen/ops/smm_ops.h' 2024-11-01T16:36:05.8656184Z adding 'torch/include/ATen/ops/smooth_l1_loss.h' 2024-11-01T16:36:05.8659497Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward.h' 2024-11-01T16:36:05.8663212Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.8666003Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h' 2024-11-01T16:36:05.8669093Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h' 2024-11-01T16:36:05.8672184Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_native.h' 2024-11-01T16:36:05.8675557Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_ops.h' 2024-11-01T16:36:05.8679366Z adding 'torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.8682164Z adding 'torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h' 2024-11-01T16:36:05.8685265Z adding 'torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h' 2024-11-01T16:36:05.8688316Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta.h' 2024-11-01T16:36:05.8691429Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h' 2024-11-01T16:36:05.8694593Z adding 'torch/include/ATen/ops/smooth_l1_loss_native.h' 2024-11-01T16:36:05.8697802Z adding 'torch/include/ATen/ops/smooth_l1_loss_ops.h' 2024-11-01T16:36:05.8701003Z adding 'torch/include/ATen/ops/soft_margin_loss.h' 2024-11-01T16:36:05.8704405Z adding 'torch/include/ATen/ops/soft_margin_loss_backward.h' 2024-11-01T16:36:05.8707688Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.8710996Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_native.h' 2024-11-01T16:36:05.8714206Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_ops.h' 2024-11-01T16:36:05.8717781Z adding 'torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.8720566Z adding 'torch/include/ATen/ops/soft_margin_loss_native.h' 2024-11-01T16:36:05.8723697Z adding 'torch/include/ATen/ops/soft_margin_loss_ops.h' 2024-11-01T16:36:05.8726907Z adding 'torch/include/ATen/ops/softmax.h' 2024-11-01T16:36:05.8730241Z adding 'torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.8733298Z adding 'torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.8736065Z adding 'torch/include/ATen/ops/softmax_native.h' 2024-11-01T16:36:05.8739290Z adding 'torch/include/ATen/ops/softmax_ops.h' 2024-11-01T16:36:05.8742507Z adding 'torch/include/ATen/ops/softplus.h' 2024-11-01T16:36:05.8745673Z adding 'torch/include/ATen/ops/softplus_backward.h' 2024-11-01T16:36:05.8749104Z adding 'torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.8751950Z adding 'torch/include/ATen/ops/softplus_backward_cpu_dispatch.h' 2024-11-01T16:36:05.8754999Z adding 'torch/include/ATen/ops/softplus_backward_cuda_dispatch.h' 2024-11-01T16:36:05.8758055Z adding 'torch/include/ATen/ops/softplus_backward_meta.h' 2024-11-01T16:36:05.8761174Z adding 'torch/include/ATen/ops/softplus_backward_meta_dispatch.h' 2024-11-01T16:36:05.8764108Z adding 'torch/include/ATen/ops/softplus_backward_native.h' 2024-11-01T16:36:05.8767215Z adding 'torch/include/ATen/ops/softplus_backward_ops.h' 2024-11-01T16:36:05.8770563Z adding 'torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.8773615Z adding 'torch/include/ATen/ops/softplus_cpu_dispatch.h' 2024-11-01T16:36:05.8792298Z adding 'torch/include/ATen/ops/softplus_cuda_dispatch.h' 2024-11-01T16:36:05.8792875Z adding 'torch/include/ATen/ops/softplus_meta.h' 2024-11-01T16:36:05.8793398Z adding 'torch/include/ATen/ops/softplus_meta_dispatch.h' 2024-11-01T16:36:05.8793954Z adding 'torch/include/ATen/ops/softplus_native.h' 2024-11-01T16:36:05.8794457Z adding 'torch/include/ATen/ops/softplus_ops.h' 2024-11-01T16:36:05.8794958Z adding 'torch/include/ATen/ops/softshrink.h' 2024-11-01T16:36:05.8795565Z adding 'torch/include/ATen/ops/softshrink_backward.h' 2024-11-01T16:36:05.8798729Z adding 'torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.8801500Z adding 'torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h' 2024-11-01T16:36:05.8804530Z adding 'torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h' 2024-11-01T16:36:05.8807482Z adding 'torch/include/ATen/ops/softshrink_backward_meta.h' 2024-11-01T16:36:05.8810573Z adding 'torch/include/ATen/ops/softshrink_backward_meta_dispatch.h' 2024-11-01T16:36:05.8813506Z adding 'torch/include/ATen/ops/softshrink_backward_native.h' 2024-11-01T16:36:05.8816633Z adding 'torch/include/ATen/ops/softshrink_backward_ops.h' 2024-11-01T16:36:05.8819967Z adding 'torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.8822791Z adding 'torch/include/ATen/ops/softshrink_cpu_dispatch.h' 2024-11-01T16:36:05.8825856Z adding 'torch/include/ATen/ops/softshrink_cuda_dispatch.h' 2024-11-01T16:36:05.8828936Z adding 'torch/include/ATen/ops/softshrink_meta.h' 2024-11-01T16:36:05.8832046Z adding 'torch/include/ATen/ops/softshrink_meta_dispatch.h' 2024-11-01T16:36:05.8835138Z adding 'torch/include/ATen/ops/softshrink_native.h' 2024-11-01T16:36:05.8838415Z adding 'torch/include/ATen/ops/softshrink_ops.h' 2024-11-01T16:36:05.8841887Z adding 'torch/include/ATen/ops/sort.h' 2024-11-01T16:36:05.8845497Z adding 'torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.8848628Z adding 'torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.8852033Z adding 'torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.8855495Z adding 'torch/include/ATen/ops/sort_cpu_dispatch.h' 2024-11-01T16:36:05.8859160Z adding 'torch/include/ATen/ops/sort_cuda_dispatch.h' 2024-11-01T16:36:05.8862496Z adding 'torch/include/ATen/ops/sort_meta.h' 2024-11-01T16:36:05.8866049Z adding 'torch/include/ATen/ops/sort_meta_dispatch.h' 2024-11-01T16:36:05.8869636Z adding 'torch/include/ATen/ops/sort_native.h' 2024-11-01T16:36:05.8883504Z adding 'torch/include/ATen/ops/sort_ops.h' 2024-11-01T16:36:05.8887078Z adding 'torch/include/ATen/ops/sparse_bsc_tensor.h' 2024-11-01T16:36:05.8890683Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.8893629Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_native.h' 2024-11-01T16:36:05.8897012Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_ops.h' 2024-11-01T16:36:05.8900494Z adding 'torch/include/ATen/ops/sparse_bsr_tensor.h' 2024-11-01T16:36:05.8903920Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.8906961Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_native.h' 2024-11-01T16:36:05.8910233Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_ops.h' 2024-11-01T16:36:05.8913828Z adding 'torch/include/ATen/ops/sparse_compressed_tensor.h' 2024-11-01T16:36:05.8917661Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.8920565Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_native.h' 2024-11-01T16:36:05.8923754Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_ops.h' 2024-11-01T16:36:05.8927089Z adding 'torch/include/ATen/ops/sparse_coo_tensor.h' 2024-11-01T16:36:05.8930549Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.8933864Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.8936801Z adding 'torch/include/ATen/ops/sparse_coo_tensor_native.h' 2024-11-01T16:36:05.8940211Z adding 'torch/include/ATen/ops/sparse_coo_tensor_ops.h' 2024-11-01T16:36:05.8943555Z adding 'torch/include/ATen/ops/sparse_csc_tensor.h' 2024-11-01T16:36:05.8947031Z adding 'torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.8949894Z adding 'torch/include/ATen/ops/sparse_csc_tensor_native.h' 2024-11-01T16:36:05.8953163Z adding 'torch/include/ATen/ops/sparse_csc_tensor_ops.h' 2024-11-01T16:36:05.8956872Z adding 'torch/include/ATen/ops/sparse_csr_tensor.h' 2024-11-01T16:36:05.8960228Z adding 'torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.8963109Z adding 'torch/include/ATen/ops/sparse_csr_tensor_native.h' 2024-11-01T16:36:05.8966412Z adding 'torch/include/ATen/ops/sparse_csr_tensor_ops.h' 2024-11-01T16:36:05.8969325Z adding 'torch/include/ATen/ops/sparse_dim.h' 2024-11-01T16:36:05.8972607Z adding 'torch/include/ATen/ops/sparse_dim_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.8975363Z adding 'torch/include/ATen/ops/sparse_dim_native.h' 2024-11-01T16:36:05.8978460Z adding 'torch/include/ATen/ops/sparse_dim_ops.h' 2024-11-01T16:36:05.8981469Z adding 'torch/include/ATen/ops/sparse_mask.h' 2024-11-01T16:36:05.8984700Z adding 'torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.8987487Z adding 'torch/include/ATen/ops/sparse_mask_native.h' 2024-11-01T16:36:05.8990557Z adding 'torch/include/ATen/ops/sparse_mask_ops.h' 2024-11-01T16:36:05.8993620Z adding 'torch/include/ATen/ops/sparse_resize.h' 2024-11-01T16:36:05.8996883Z adding 'torch/include/ATen/ops/sparse_resize_and_clear.h' 2024-11-01T16:36:05.9000333Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.9003241Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h' 2024-11-01T16:36:05.9006288Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_native.h' 2024-11-01T16:36:05.9009521Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_ops.h' 2024-11-01T16:36:05.9012799Z adding 'torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.9015714Z adding 'torch/include/ATen/ops/sparse_resize_meta_dispatch.h' 2024-11-01T16:36:05.9018618Z adding 'torch/include/ATen/ops/sparse_resize_native.h' 2024-11-01T16:36:05.9021840Z adding 'torch/include/ATen/ops/sparse_resize_ops.h' 2024-11-01T16:36:05.9025000Z adding 'torch/include/ATen/ops/sparse_sampled_addmm.h' 2024-11-01T16:36:05.9028098Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_native.h' 2024-11-01T16:36:05.9031294Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_ops.h' 2024-11-01T16:36:05.9034322Z adding 'torch/include/ATen/ops/special_airy_ai.h' 2024-11-01T16:36:05.9037785Z adding 'torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.9040557Z adding 'torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h' 2024-11-01T16:36:05.9043632Z adding 'torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h' 2024-11-01T16:36:05.9046520Z adding 'torch/include/ATen/ops/special_airy_ai_meta.h' 2024-11-01T16:36:05.9049577Z adding 'torch/include/ATen/ops/special_airy_ai_meta_dispatch.h' 2024-11-01T16:36:05.9052502Z adding 'torch/include/ATen/ops/special_airy_ai_native.h' 2024-11-01T16:36:05.9055604Z adding 'torch/include/ATen/ops/special_airy_ai_ops.h' 2024-11-01T16:36:05.9058611Z adding 'torch/include/ATen/ops/special_bessel_j0.h' 2024-11-01T16:36:05.9061965Z adding 'torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.9064743Z adding 'torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h' 2024-11-01T16:36:05.9067778Z adding 'torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h' 2024-11-01T16:36:05.9070711Z adding 'torch/include/ATen/ops/special_bessel_j0_meta.h' 2024-11-01T16:36:05.9073805Z adding 'torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h' 2024-11-01T16:36:05.9076913Z adding 'torch/include/ATen/ops/special_bessel_j0_native.h' 2024-11-01T16:36:05.9080020Z adding 'torch/include/ATen/ops/special_bessel_j0_ops.h' 2024-11-01T16:36:05.9083059Z adding 'torch/include/ATen/ops/special_bessel_j1.h' 2024-11-01T16:36:05.9086444Z adding 'torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.9089264Z adding 'torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h' 2024-11-01T16:36:05.9092352Z adding 'torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h' 2024-11-01T16:36:05.9095239Z adding 'torch/include/ATen/ops/special_bessel_j1_meta.h' 2024-11-01T16:36:05.9098334Z adding 'torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h' 2024-11-01T16:36:05.9101262Z adding 'torch/include/ATen/ops/special_bessel_j1_native.h' 2024-11-01T16:36:05.9104343Z adding 'torch/include/ATen/ops/special_bessel_j1_ops.h' 2024-11-01T16:36:05.9107362Z adding 'torch/include/ATen/ops/special_bessel_y0.h' 2024-11-01T16:36:05.9110743Z adding 'torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.9113506Z adding 'torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h' 2024-11-01T16:36:05.9116614Z adding 'torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h' 2024-11-01T16:36:05.9119524Z adding 'torch/include/ATen/ops/special_bessel_y0_meta.h' 2024-11-01T16:36:05.9122648Z adding 'torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h' 2024-11-01T16:36:05.9125588Z adding 'torch/include/ATen/ops/special_bessel_y0_native.h' 2024-11-01T16:36:05.9128718Z adding 'torch/include/ATen/ops/special_bessel_y0_ops.h' 2024-11-01T16:36:05.9131758Z adding 'torch/include/ATen/ops/special_bessel_y1.h' 2024-11-01T16:36:05.9135089Z adding 'torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.9137875Z adding 'torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h' 2024-11-01T16:36:05.9140884Z adding 'torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h' 2024-11-01T16:36:05.9143804Z adding 'torch/include/ATen/ops/special_bessel_y1_meta.h' 2024-11-01T16:36:05.9146895Z adding 'torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h' 2024-11-01T16:36:05.9149801Z adding 'torch/include/ATen/ops/special_bessel_y1_native.h' 2024-11-01T16:36:05.9152896Z adding 'torch/include/ATen/ops/special_bessel_y1_ops.h' 2024-11-01T16:36:05.9156262Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t.h' 2024-11-01T16:36:05.9159651Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.9162986Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.9165924Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h' 2024-11-01T16:36:05.9169093Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h' 2024-11-01T16:36:05.9172153Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h' 2024-11-01T16:36:05.9175265Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h' 2024-11-01T16:36:05.9178441Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h' 2024-11-01T16:36:05.9182184Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h' 2024-11-01T16:36:05.9185644Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u.h' 2024-11-01T16:36:05.9189202Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.9192414Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.9195433Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h' 2024-11-01T16:36:05.9198551Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h' 2024-11-01T16:36:05.9201629Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h' 2024-11-01T16:36:05.9204744Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h' 2024-11-01T16:36:05.9207899Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h' 2024-11-01T16:36:05.9211315Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h' 2024-11-01T16:36:05.9214595Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v.h' 2024-11-01T16:36:05.9218188Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.9221318Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.9224279Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h' 2024-11-01T16:36:05.9227345Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h' 2024-11-01T16:36:05.9230417Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h' 2024-11-01T16:36:05.9233552Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h' 2024-11-01T16:36:05.9236749Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h' 2024-11-01T16:36:05.9240269Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h' 2024-11-01T16:36:05.9243581Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w.h' 2024-11-01T16:36:05.9247107Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.9250325Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.9253336Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h' 2024-11-01T16:36:05.9256397Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h' 2024-11-01T16:36:05.9259375Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h' 2024-11-01T16:36:05.9262647Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h' 2024-11-01T16:36:05.9265749Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h' 2024-11-01T16:36:05.9269268Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h' 2024-11-01T16:36:05.9272311Z adding 'torch/include/ATen/ops/special_digamma.h' 2024-11-01T16:36:05.9275869Z adding 'torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.9278733Z adding 'torch/include/ATen/ops/special_digamma_native.h' 2024-11-01T16:36:05.9281947Z adding 'torch/include/ATen/ops/special_digamma_ops.h' 2024-11-01T16:36:05.9285077Z adding 'torch/include/ATen/ops/special_entr.h' 2024-11-01T16:36:05.9288465Z adding 'torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.9291415Z adding 'torch/include/ATen/ops/special_entr_cpu_dispatch.h' 2024-11-01T16:36:05.9294451Z adding 'torch/include/ATen/ops/special_entr_cuda_dispatch.h' 2024-11-01T16:36:05.9297579Z adding 'torch/include/ATen/ops/special_entr_meta.h' 2024-11-01T16:36:05.9300699Z adding 'torch/include/ATen/ops/special_entr_meta_dispatch.h' 2024-11-01T16:36:05.9303795Z adding 'torch/include/ATen/ops/special_entr_native.h' 2024-11-01T16:36:05.9306861Z adding 'torch/include/ATen/ops/special_entr_ops.h' 2024-11-01T16:36:05.9310047Z adding 'torch/include/ATen/ops/special_erf.h' 2024-11-01T16:36:05.9313471Z adding 'torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.9316388Z adding 'torch/include/ATen/ops/special_erf_native.h' 2024-11-01T16:36:05.9319629Z adding 'torch/include/ATen/ops/special_erf_ops.h' 2024-11-01T16:36:05.9322731Z adding 'torch/include/ATen/ops/special_erfc.h' 2024-11-01T16:36:05.9326154Z adding 'torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.9328927Z adding 'torch/include/ATen/ops/special_erfc_native.h' 2024-11-01T16:36:05.9332772Z adding 'torch/include/ATen/ops/special_erfc_ops.h' 2024-11-01T16:36:05.9336045Z adding 'torch/include/ATen/ops/special_erfcx.h' 2024-11-01T16:36:05.9339410Z adding 'torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.9342322Z adding 'torch/include/ATen/ops/special_erfcx_cpu_dispatch.h' 2024-11-01T16:36:05.9345393Z adding 'torch/include/ATen/ops/special_erfcx_cuda_dispatch.h' 2024-11-01T16:36:05.9348513Z adding 'torch/include/ATen/ops/special_erfcx_meta.h' 2024-11-01T16:36:05.9351510Z adding 'torch/include/ATen/ops/special_erfcx_meta_dispatch.h' 2024-11-01T16:36:05.9354577Z adding 'torch/include/ATen/ops/special_erfcx_native.h' 2024-11-01T16:36:05.9357891Z adding 'torch/include/ATen/ops/special_erfcx_ops.h' 2024-11-01T16:36:05.9361329Z adding 'torch/include/ATen/ops/special_erfinv.h' 2024-11-01T16:36:05.9364699Z adding 'torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.9367719Z adding 'torch/include/ATen/ops/special_erfinv_native.h' 2024-11-01T16:36:05.9370938Z adding 'torch/include/ATen/ops/special_erfinv_ops.h' 2024-11-01T16:36:05.9374376Z adding 'torch/include/ATen/ops/special_exp2.h' 2024-11-01T16:36:05.9377801Z adding 'torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.9380677Z adding 'torch/include/ATen/ops/special_exp2_native.h' 2024-11-01T16:36:05.9383958Z adding 'torch/include/ATen/ops/special_exp2_ops.h' 2024-11-01T16:36:05.9387100Z adding 'torch/include/ATen/ops/special_expit.h' 2024-11-01T16:36:05.9390455Z adding 'torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.9393464Z adding 'torch/include/ATen/ops/special_expit_native.h' 2024-11-01T16:36:05.9397575Z adding 'torch/include/ATen/ops/special_expit_ops.h' 2024-11-01T16:36:05.9400261Z adding 'torch/include/ATen/ops/special_expm1.h' 2024-11-01T16:36:05.9403641Z adding 'torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.9406414Z adding 'torch/include/ATen/ops/special_expm1_native.h' 2024-11-01T16:36:05.9409671Z adding 'torch/include/ATen/ops/special_expm1_ops.h' 2024-11-01T16:36:05.9412838Z adding 'torch/include/ATen/ops/special_gammainc.h' 2024-11-01T16:36:05.9416510Z adding 'torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.9419425Z adding 'torch/include/ATen/ops/special_gammainc_native.h' 2024-11-01T16:36:05.9422584Z adding 'torch/include/ATen/ops/special_gammainc_ops.h' 2024-11-01T16:36:05.9425859Z adding 'torch/include/ATen/ops/special_gammaincc.h' 2024-11-01T16:36:05.9429240Z adding 'torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.9432002Z adding 'torch/include/ATen/ops/special_gammaincc_native.h' 2024-11-01T16:36:05.9435233Z adding 'torch/include/ATen/ops/special_gammaincc_ops.h' 2024-11-01T16:36:05.9438369Z adding 'torch/include/ATen/ops/special_gammaln.h' 2024-11-01T16:36:05.9441662Z adding 'torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.9444406Z adding 'torch/include/ATen/ops/special_gammaln_native.h' 2024-11-01T16:36:05.9447492Z adding 'torch/include/ATen/ops/special_gammaln_ops.h' 2024-11-01T16:36:05.9450952Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h.h' 2024-11-01T16:36:05.9454371Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.9457536Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.9460397Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h' 2024-11-01T16:36:05.9463443Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h' 2024-11-01T16:36:05.9466381Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta.h' 2024-11-01T16:36:05.9469473Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h' 2024-11-01T16:36:05.9472429Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_native.h' 2024-11-01T16:36:05.9475905Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_ops.h' 2024-11-01T16:36:05.9479234Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he.h' 2024-11-01T16:36:05.9482809Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.9486073Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.9488864Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h' 2024-11-01T16:36:05.9491910Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h' 2024-11-01T16:36:05.9494824Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta.h' 2024-11-01T16:36:05.9497923Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h' 2024-11-01T16:36:05.9500920Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_native.h' 2024-11-01T16:36:05.9504217Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_ops.h' 2024-11-01T16:36:05.9507305Z adding 'torch/include/ATen/ops/special_i0.h' 2024-11-01T16:36:05.9510605Z adding 'torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.9513340Z adding 'torch/include/ATen/ops/special_i0_native.h' 2024-11-01T16:36:05.9516516Z adding 'torch/include/ATen/ops/special_i0_ops.h' 2024-11-01T16:36:05.9519559Z adding 'torch/include/ATen/ops/special_i0e.h' 2024-11-01T16:36:05.9523019Z adding 'torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.9526323Z adding 'torch/include/ATen/ops/special_i0e_cpu_dispatch.h' 2024-11-01T16:36:05.9528933Z adding 'torch/include/ATen/ops/special_i0e_cuda_dispatch.h' 2024-11-01T16:36:05.9531792Z adding 'torch/include/ATen/ops/special_i0e_meta.h' 2024-11-01T16:36:05.9534882Z adding 'torch/include/ATen/ops/special_i0e_meta_dispatch.h' 2024-11-01T16:36:05.9537773Z adding 'torch/include/ATen/ops/special_i0e_native.h' 2024-11-01T16:36:05.9540844Z adding 'torch/include/ATen/ops/special_i0e_ops.h' 2024-11-01T16:36:05.9543856Z adding 'torch/include/ATen/ops/special_i1.h' 2024-11-01T16:36:05.9547470Z adding 'torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.9550269Z adding 'torch/include/ATen/ops/special_i1_cpu_dispatch.h' 2024-11-01T16:36:05.9553248Z adding 'torch/include/ATen/ops/special_i1_cuda_dispatch.h' 2024-11-01T16:36:05.9556243Z adding 'torch/include/ATen/ops/special_i1_meta.h' 2024-11-01T16:36:05.9559335Z adding 'torch/include/ATen/ops/special_i1_meta_dispatch.h' 2024-11-01T16:36:05.9562243Z adding 'torch/include/ATen/ops/special_i1_native.h' 2024-11-01T16:36:05.9565342Z adding 'torch/include/ATen/ops/special_i1_ops.h' 2024-11-01T16:36:05.9568342Z adding 'torch/include/ATen/ops/special_i1e.h' 2024-11-01T16:36:05.9571716Z adding 'torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.9574551Z adding 'torch/include/ATen/ops/special_i1e_cpu_dispatch.h' 2024-11-01T16:36:05.9577616Z adding 'torch/include/ATen/ops/special_i1e_cuda_dispatch.h' 2024-11-01T16:36:05.9580518Z adding 'torch/include/ATen/ops/special_i1e_meta.h' 2024-11-01T16:36:05.9583589Z adding 'torch/include/ATen/ops/special_i1e_meta_dispatch.h' 2024-11-01T16:36:05.9586536Z adding 'torch/include/ATen/ops/special_i1e_native.h' 2024-11-01T16:36:05.9589624Z adding 'torch/include/ATen/ops/special_i1e_ops.h' 2024-11-01T16:36:05.9592926Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l.h' 2024-11-01T16:36:05.9596451Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.9599677Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.9602484Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h' 2024-11-01T16:36:05.9605525Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h' 2024-11-01T16:36:05.9608480Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h' 2024-11-01T16:36:05.9611578Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h' 2024-11-01T16:36:05.9614543Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_native.h' 2024-11-01T16:36:05.9617954Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h' 2024-11-01T16:36:05.9621280Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p.h' 2024-11-01T16:36:05.9624697Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.9627863Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.9630744Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h' 2024-11-01T16:36:05.9633774Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h' 2024-11-01T16:36:05.9636832Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta.h' 2024-11-01T16:36:05.9639918Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h' 2024-11-01T16:36:05.9643219Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_native.h' 2024-11-01T16:36:05.9646623Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_ops.h' 2024-11-01T16:36:05.9649651Z adding 'torch/include/ATen/ops/special_log1p.h' 2024-11-01T16:36:05.9652919Z adding 'torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.9656214Z adding 'torch/include/ATen/ops/special_log1p_native.h' 2024-11-01T16:36:05.9658908Z adding 'torch/include/ATen/ops/special_log1p_ops.h' 2024-11-01T16:36:05.9661904Z adding 'torch/include/ATen/ops/special_log_ndtr.h' 2024-11-01T16:36:05.9665378Z adding 'torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.9668179Z adding 'torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h' 2024-11-01T16:36:05.9671386Z adding 'torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h' 2024-11-01T16:36:05.9679921Z adding 'torch/include/ATen/ops/special_log_ndtr_meta.h' 2024-11-01T16:36:05.9683735Z adding 'torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h' 2024-11-01T16:36:05.9686959Z adding 'torch/include/ATen/ops/special_log_ndtr_native.h' 2024-11-01T16:36:05.9690793Z adding 'torch/include/ATen/ops/special_log_ndtr_ops.h' 2024-11-01T16:36:05.9693243Z adding 'torch/include/ATen/ops/special_log_softmax.h' 2024-11-01T16:36:05.9696762Z adding 'torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.9699679Z adding 'torch/include/ATen/ops/special_log_softmax_native.h' 2024-11-01T16:36:05.9703532Z adding 'torch/include/ATen/ops/special_log_softmax_ops.h' 2024-11-01T16:36:05.9706297Z adding 'torch/include/ATen/ops/special_logit.h' 2024-11-01T16:36:05.9710697Z adding 'torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.9712935Z adding 'torch/include/ATen/ops/special_logit_native.h' 2024-11-01T16:36:05.9716825Z adding 'torch/include/ATen/ops/special_logit_ops.h' 2024-11-01T16:36:05.9719659Z adding 'torch/include/ATen/ops/special_logsumexp.h' 2024-11-01T16:36:05.9732850Z adding 'torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.9733666Z adding 'torch/include/ATen/ops/special_logsumexp_native.h' 2024-11-01T16:36:05.9734271Z adding 'torch/include/ATen/ops/special_logsumexp_ops.h' 2024-11-01T16:36:05.9734889Z adding 'torch/include/ATen/ops/special_modified_bessel_i0.h' 2024-11-01T16:36:05.9741936Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.9742975Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h' 2024-11-01T16:36:05.9744291Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h' 2024-11-01T16:36:05.9747489Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta.h' 2024-11-01T16:36:05.9750649Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h' 2024-11-01T16:36:05.9753797Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_native.h' 2024-11-01T16:36:05.9757260Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_ops.h' 2024-11-01T16:36:05.9760595Z adding 'torch/include/ATen/ops/special_modified_bessel_i1.h' 2024-11-01T16:36:05.9764707Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.9767139Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h' 2024-11-01T16:36:05.9770406Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h' 2024-11-01T16:36:05.9773442Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta.h' 2024-11-01T16:36:05.9776773Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h' 2024-11-01T16:36:05.9779770Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_native.h' 2024-11-01T16:36:05.9783149Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_ops.h' 2024-11-01T16:36:05.9787074Z adding 'torch/include/ATen/ops/special_modified_bessel_k0.h' 2024-11-01T16:36:05.9789936Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.9793006Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h' 2024-11-01T16:36:05.9796237Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h' 2024-11-01T16:36:05.9799950Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta.h' 2024-11-01T16:36:05.9802646Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h' 2024-11-01T16:36:05.9805747Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_native.h' 2024-11-01T16:36:05.9809839Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_ops.h' 2024-11-01T16:36:05.9812308Z adding 'torch/include/ATen/ops/special_modified_bessel_k1.h' 2024-11-01T16:36:05.9816153Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.9818845Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h' 2024-11-01T16:36:05.9822058Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h' 2024-11-01T16:36:05.9825016Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta.h' 2024-11-01T16:36:05.9828323Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h' 2024-11-01T16:36:05.9831351Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_native.h' 2024-11-01T16:36:05.9834712Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_ops.h' 2024-11-01T16:36:05.9838030Z adding 'torch/include/ATen/ops/special_multigammaln.h' 2024-11-01T16:36:05.9841511Z adding 'torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.9844548Z adding 'torch/include/ATen/ops/special_multigammaln_native.h' 2024-11-01T16:36:05.9847774Z adding 'torch/include/ATen/ops/special_multigammaln_ops.h' 2024-11-01T16:36:05.9850955Z adding 'torch/include/ATen/ops/special_ndtr.h' 2024-11-01T16:36:05.9854364Z adding 'torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.9857429Z adding 'torch/include/ATen/ops/special_ndtr_native.h' 2024-11-01T16:36:05.9860677Z adding 'torch/include/ATen/ops/special_ndtr_ops.h' 2024-11-01T16:36:05.9863889Z adding 'torch/include/ATen/ops/special_ndtri.h' 2024-11-01T16:36:05.9867355Z adding 'torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.9870204Z adding 'torch/include/ATen/ops/special_ndtri_cpu_dispatch.h' 2024-11-01T16:36:05.9873511Z adding 'torch/include/ATen/ops/special_ndtri_cuda_dispatch.h' 2024-11-01T16:36:05.9876752Z adding 'torch/include/ATen/ops/special_ndtri_meta.h' 2024-11-01T16:36:05.9879947Z adding 'torch/include/ATen/ops/special_ndtri_meta_dispatch.h' 2024-11-01T16:36:05.9882919Z adding 'torch/include/ATen/ops/special_ndtri_native.h' 2024-11-01T16:36:05.9886379Z adding 'torch/include/ATen/ops/special_ndtri_ops.h' 2024-11-01T16:36:05.9889798Z adding 'torch/include/ATen/ops/special_polygamma.h' 2024-11-01T16:36:05.9893308Z adding 'torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.9896083Z adding 'torch/include/ATen/ops/special_polygamma_native.h' 2024-11-01T16:36:05.9899245Z adding 'torch/include/ATen/ops/special_polygamma_ops.h' 2024-11-01T16:36:05.9902289Z adding 'torch/include/ATen/ops/special_psi.h' 2024-11-01T16:36:05.9905628Z adding 'torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.9908411Z adding 'torch/include/ATen/ops/special_psi_native.h' 2024-11-01T16:36:05.9911544Z adding 'torch/include/ATen/ops/special_psi_ops.h' 2024-11-01T16:36:05.9914646Z adding 'torch/include/ATen/ops/special_round.h' 2024-11-01T16:36:05.9918281Z adding 'torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:05.9921358Z adding 'torch/include/ATen/ops/special_round_native.h' 2024-11-01T16:36:05.9924554Z adding 'torch/include/ATen/ops/special_round_ops.h' 2024-11-01T16:36:05.9927811Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0.h' 2024-11-01T16:36:05.9931279Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.9934704Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h' 2024-11-01T16:36:05.9937350Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h' 2024-11-01T16:36:05.9940268Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h' 2024-11-01T16:36:05.9943437Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h' 2024-11-01T16:36:05.9946436Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h' 2024-11-01T16:36:05.9949621Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h' 2024-11-01T16:36:05.9952707Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1.h' 2024-11-01T16:36:05.9956281Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.9959152Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h' 2024-11-01T16:36:05.9962288Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h' 2024-11-01T16:36:05.9965266Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h' 2024-11-01T16:36:05.9968439Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h' 2024-11-01T16:36:05.9971445Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h' 2024-11-01T16:36:05.9974764Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h' 2024-11-01T16:36:05.9978096Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h' 2024-11-01T16:36:05.9981558Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:05.9984840Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:05.9987772Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h' 2024-11-01T16:36:05.9990953Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h' 2024-11-01T16:36:05.9993951Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h' 2024-11-01T16:36:05.9997239Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h' 2024-11-01T16:36:06.0000314Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h' 2024-11-01T16:36:06.0003738Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h' 2024-11-01T16:36:06.0007102Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h' 2024-11-01T16:36:06.0010697Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:06.0014050Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:06.0016860Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h' 2024-11-01T16:36:06.0019996Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h' 2024-11-01T16:36:06.0023009Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h' 2024-11-01T16:36:06.0026183Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h' 2024-11-01T16:36:06.0029203Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h' 2024-11-01T16:36:06.0032628Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h' 2024-11-01T16:36:06.0036119Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h' 2024-11-01T16:36:06.0039597Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:06.0042823Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:06.0045711Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h' 2024-11-01T16:36:06.0049377Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h' 2024-11-01T16:36:06.0051930Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h' 2024-11-01T16:36:06.0055033Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h' 2024-11-01T16:36:06.0058156Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h' 2024-11-01T16:36:06.0061589Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h' 2024-11-01T16:36:06.0064949Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h' 2024-11-01T16:36:06.0069075Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:06.0072390Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:06.0075368Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h' 2024-11-01T16:36:06.0078576Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h' 2024-11-01T16:36:06.0081607Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h' 2024-11-01T16:36:06.0084809Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h' 2024-11-01T16:36:06.0087919Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h' 2024-11-01T16:36:06.0091361Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h' 2024-11-01T16:36:06.0094395Z adding 'torch/include/ATen/ops/special_sinc.h' 2024-11-01T16:36:06.0097757Z adding 'torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.0100600Z adding 'torch/include/ATen/ops/special_sinc_native.h' 2024-11-01T16:36:06.0103751Z adding 'torch/include/ATen/ops/special_sinc_ops.h' 2024-11-01T16:36:06.0106910Z adding 'torch/include/ATen/ops/special_softmax.h' 2024-11-01T16:36:06.0110299Z adding 'torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.0113161Z adding 'torch/include/ATen/ops/special_softmax_native.h' 2024-11-01T16:36:06.0116396Z adding 'torch/include/ATen/ops/special_softmax_ops.h' 2024-11-01T16:36:06.0119858Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0.h' 2024-11-01T16:36:06.0123336Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:06.0126217Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h' 2024-11-01T16:36:06.0129349Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h' 2024-11-01T16:36:06.0132411Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta.h' 2024-11-01T16:36:06.0135537Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h' 2024-11-01T16:36:06.0138506Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_native.h' 2024-11-01T16:36:06.0141643Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_ops.h' 2024-11-01T16:36:06.0144828Z adding 'torch/include/ATen/ops/special_xlog1py.h' 2024-11-01T16:36:06.0148317Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:06.0151488Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:06.0162847Z adding 'torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h' 2024-11-01T16:36:06.0166198Z adding 'torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h' 2024-11-01T16:36:06.0169270Z adding 'torch/include/ATen/ops/special_xlog1py_meta.h' 2024-11-01T16:36:06.0172539Z adding 'torch/include/ATen/ops/special_xlog1py_meta_dispatch.h' 2024-11-01T16:36:06.0175537Z adding 'torch/include/ATen/ops/special_xlog1py_native.h' 2024-11-01T16:36:06.0179074Z adding 'torch/include/ATen/ops/special_xlog1py_ops.h' 2024-11-01T16:36:06.0182897Z adding 'torch/include/ATen/ops/special_xlogy.h' 2024-11-01T16:36:06.0185944Z adding 'torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.0188890Z adding 'torch/include/ATen/ops/special_xlogy_native.h' 2024-11-01T16:36:06.0192352Z adding 'torch/include/ATen/ops/special_xlogy_ops.h' 2024-11-01T16:36:06.0195873Z adding 'torch/include/ATen/ops/special_zeta.h' 2024-11-01T16:36:06.0199372Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:06.0202744Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:06.0205628Z adding 'torch/include/ATen/ops/special_zeta_cpu_dispatch.h' 2024-11-01T16:36:06.0208801Z adding 'torch/include/ATen/ops/special_zeta_cuda_dispatch.h' 2024-11-01T16:36:06.0211777Z adding 'torch/include/ATen/ops/special_zeta_meta.h' 2024-11-01T16:36:06.0214946Z adding 'torch/include/ATen/ops/special_zeta_meta_dispatch.h' 2024-11-01T16:36:06.0218034Z adding 'torch/include/ATen/ops/special_zeta_native.h' 2024-11-01T16:36:06.0221399Z adding 'torch/include/ATen/ops/special_zeta_ops.h' 2024-11-01T16:36:06.0224822Z adding 'torch/include/ATen/ops/split.h' 2024-11-01T16:36:06.0228181Z adding 'torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:06.0231368Z adding 'torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.0234588Z adding 'torch/include/ATen/ops/split_copy.h' 2024-11-01T16:36:06.0238155Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:06.0241491Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:06.0244245Z adding 'torch/include/ATen/ops/split_copy_native.h' 2024-11-01T16:36:06.0247561Z adding 'torch/include/ATen/ops/split_copy_ops.h' 2024-11-01T16:36:06.0250615Z adding 'torch/include/ATen/ops/split_native.h' 2024-11-01T16:36:06.0253866Z adding 'torch/include/ATen/ops/split_ops.h' 2024-11-01T16:36:06.0257188Z adding 'torch/include/ATen/ops/split_with_sizes.h' 2024-11-01T16:36:06.0260587Z adding 'torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:06.0263925Z adding 'torch/include/ATen/ops/split_with_sizes_copy.h' 2024-11-01T16:36:06.0267402Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:06.0270730Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:06.0273725Z adding 'torch/include/ATen/ops/split_with_sizes_copy_cuda_dispatch.h' 2024-11-01T16:36:06.0276826Z adding 'torch/include/ATen/ops/split_with_sizes_copy_native.h' 2024-11-01T16:36:06.0280203Z adding 'torch/include/ATen/ops/split_with_sizes_copy_ops.h' 2024-11-01T16:36:06.0283174Z adding 'torch/include/ATen/ops/split_with_sizes_native.h' 2024-11-01T16:36:06.0286449Z adding 'torch/include/ATen/ops/split_with_sizes_ops.h' 2024-11-01T16:36:06.0289477Z adding 'torch/include/ATen/ops/sqrt.h' 2024-11-01T16:36:06.0293017Z adding 'torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:06.0295927Z adding 'torch/include/ATen/ops/sqrt_cpu_dispatch.h' 2024-11-01T16:36:06.0299001Z adding 'torch/include/ATen/ops/sqrt_cuda_dispatch.h' 2024-11-01T16:36:06.0302027Z adding 'torch/include/ATen/ops/sqrt_meta.h' 2024-11-01T16:36:06.0305146Z adding 'torch/include/ATen/ops/sqrt_meta_dispatch.h' 2024-11-01T16:36:06.0308268Z adding 'torch/include/ATen/ops/sqrt_native.h' 2024-11-01T16:36:06.0311449Z adding 'torch/include/ATen/ops/sqrt_ops.h' 2024-11-01T16:36:06.0314702Z adding 'torch/include/ATen/ops/square.h' 2024-11-01T16:36:06.0318175Z adding 'torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.0321063Z adding 'torch/include/ATen/ops/square_native.h' 2024-11-01T16:36:06.0324262Z adding 'torch/include/ATen/ops/square_ops.h' 2024-11-01T16:36:06.0327421Z adding 'torch/include/ATen/ops/squeeze.h' 2024-11-01T16:36:06.0331736Z adding 'torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:06.0333994Z adding 'torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.0337037Z adding 'torch/include/ATen/ops/squeeze_copy.h' 2024-11-01T16:36:06.0340438Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:06.0343805Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:06.0346561Z adding 'torch/include/ATen/ops/squeeze_copy_native.h' 2024-11-01T16:36:06.0350002Z adding 'torch/include/ATen/ops/squeeze_copy_ops.h' 2024-11-01T16:36:06.0353356Z adding 'torch/include/ATen/ops/squeeze_native.h' 2024-11-01T16:36:06.0356908Z adding 'torch/include/ATen/ops/squeeze_ops.h' 2024-11-01T16:36:06.0360628Z adding 'torch/include/ATen/ops/sspaddmm.h' 2024-11-01T16:36:06.0364140Z adding 'torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.0367414Z adding 'torch/include/ATen/ops/sspaddmm_cpu_dispatch.h' 2024-11-01T16:36:06.0370496Z adding 'torch/include/ATen/ops/sspaddmm_cuda_dispatch.h' 2024-11-01T16:36:06.0373950Z adding 'torch/include/ATen/ops/sspaddmm_native.h' 2024-11-01T16:36:06.0377719Z adding 'torch/include/ATen/ops/sspaddmm_ops.h' 2024-11-01T16:36:06.0381267Z adding 'torch/include/ATen/ops/stack.h' 2024-11-01T16:36:06.0385006Z adding 'torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:06.0387861Z adding 'torch/include/ATen/ops/stack_native.h' 2024-11-01T16:36:06.0391203Z adding 'torch/include/ATen/ops/stack_ops.h' 2024-11-01T16:36:06.0394607Z adding 'torch/include/ATen/ops/std.h' 2024-11-01T16:36:06.0398420Z adding 'torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.0401580Z adding 'torch/include/ATen/ops/std_cpu_dispatch.h' 2024-11-01T16:36:06.0404692Z adding 'torch/include/ATen/ops/std_cuda_dispatch.h' 2024-11-01T16:36:06.0408136Z adding 'torch/include/ATen/ops/std_mean.h' 2024-11-01T16:36:06.0411583Z adding 'torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:06.0414801Z adding 'torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.0417782Z adding 'torch/include/ATen/ops/std_mean_cpu_dispatch.h' 2024-11-01T16:36:06.0421026Z adding 'torch/include/ATen/ops/std_mean_cuda_dispatch.h' 2024-11-01T16:36:06.0424073Z adding 'torch/include/ATen/ops/std_mean_native.h' 2024-11-01T16:36:06.0427536Z adding 'torch/include/ATen/ops/std_mean_ops.h' 2024-11-01T16:36:06.0430767Z adding 'torch/include/ATen/ops/std_native.h' 2024-11-01T16:36:06.0434619Z adding 'torch/include/ATen/ops/std_ops.h' 2024-11-01T16:36:06.0438117Z adding 'torch/include/ATen/ops/stft.h' 2024-11-01T16:36:06.0441444Z adding 'torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.0444341Z adding 'torch/include/ATen/ops/stft_native.h' 2024-11-01T16:36:06.0447624Z adding 'torch/include/ATen/ops/stft_ops.h' 2024-11-01T16:36:06.0450685Z adding 'torch/include/ATen/ops/stride.h' 2024-11-01T16:36:06.0453968Z adding 'torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.0456732Z adding 'torch/include/ATen/ops/stride_native.h' 2024-11-01T16:36:06.0459851Z adding 'torch/include/ATen/ops/stride_ops.h' 2024-11-01T16:36:06.0462999Z adding 'torch/include/ATen/ops/sub.h' 2024-11-01T16:36:06.0466515Z adding 'torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:06.0469703Z adding 'torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:06.0472587Z adding 'torch/include/ATen/ops/sub_cpu_dispatch.h' 2024-11-01T16:36:06.0475766Z adding 'torch/include/ATen/ops/sub_cuda_dispatch.h' 2024-11-01T16:36:06.0478790Z adding 'torch/include/ATen/ops/sub_meta.h' 2024-11-01T16:36:06.0481898Z adding 'torch/include/ATen/ops/sub_meta_dispatch.h' 2024-11-01T16:36:06.0485455Z adding 'torch/include/ATen/ops/sub_native.h' 2024-11-01T16:36:06.0488328Z adding 'torch/include/ATen/ops/sub_ops.h' 2024-11-01T16:36:06.0491539Z adding 'torch/include/ATen/ops/subtract.h' 2024-11-01T16:36:06.0494873Z adding 'torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.0497922Z adding 'torch/include/ATen/ops/subtract_native.h' 2024-11-01T16:36:06.0506202Z adding 'torch/include/ATen/ops/subtract_ops.h' 2024-11-01T16:36:06.0509561Z adding 'torch/include/ATen/ops/sum.h' 2024-11-01T16:36:06.0513157Z adding 'torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:06.0516435Z adding 'torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:06.0519491Z adding 'torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.0522537Z adding 'torch/include/ATen/ops/sum_cpu_dispatch.h' 2024-11-01T16:36:06.0525609Z adding 'torch/include/ATen/ops/sum_cuda_dispatch.h' 2024-11-01T16:36:06.0528670Z adding 'torch/include/ATen/ops/sum_meta.h' 2024-11-01T16:36:06.0531785Z adding 'torch/include/ATen/ops/sum_meta_dispatch.h' 2024-11-01T16:36:06.0534992Z adding 'torch/include/ATen/ops/sum_native.h' 2024-11-01T16:36:06.0538391Z adding 'torch/include/ATen/ops/sum_ops.h' 2024-11-01T16:36:06.0541558Z adding 'torch/include/ATen/ops/sum_to_size.h' 2024-11-01T16:36:06.0544899Z adding 'torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.0547632Z adding 'torch/include/ATen/ops/sum_to_size_native.h' 2024-11-01T16:36:06.0550665Z adding 'torch/include/ATen/ops/sum_to_size_ops.h' 2024-11-01T16:36:06.0553749Z adding 'torch/include/ATen/ops/svd.h' 2024-11-01T16:36:06.0557191Z adding 'torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.0560041Z adding 'torch/include/ATen/ops/svd_native.h' 2024-11-01T16:36:06.0563182Z adding 'torch/include/ATen/ops/svd_ops.h' 2024-11-01T16:36:06.0566201Z adding 'torch/include/ATen/ops/swapaxes.h' 2024-11-01T16:36:06.0569503Z adding 'torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.0572245Z adding 'torch/include/ATen/ops/swapaxes_native.h' 2024-11-01T16:36:06.0575389Z adding 'torch/include/ATen/ops/swapaxes_ops.h' 2024-11-01T16:36:06.0578350Z adding 'torch/include/ATen/ops/swapdims.h' 2024-11-01T16:36:06.0581634Z adding 'torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.0584448Z adding 'torch/include/ATen/ops/swapdims_native.h' 2024-11-01T16:36:06.0587536Z adding 'torch/include/ATen/ops/swapdims_ops.h' 2024-11-01T16:36:06.0590619Z adding 'torch/include/ATen/ops/sym_constrain_range.h' 2024-11-01T16:36:06.0594017Z adding 'torch/include/ATen/ops/sym_constrain_range_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:06.0596968Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size.h' 2024-11-01T16:36:06.0600500Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:06.0603296Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_native.h' 2024-11-01T16:36:06.0606425Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_ops.h' 2024-11-01T16:36:06.0609364Z adding 'torch/include/ATen/ops/sym_constrain_range_native.h' 2024-11-01T16:36:06.0612448Z adding 'torch/include/ATen/ops/sym_constrain_range_ops.h' 2024-11-01T16:36:06.0615377Z adding 'torch/include/ATen/ops/sym_numel.h' 2024-11-01T16:36:06.0618608Z adding 'torch/include/ATen/ops/sym_numel_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.0621423Z adding 'torch/include/ATen/ops/sym_numel_native.h' 2024-11-01T16:36:06.0624535Z adding 'torch/include/ATen/ops/sym_numel_ops.h' 2024-11-01T16:36:06.0627552Z adding 'torch/include/ATen/ops/sym_size.h' 2024-11-01T16:36:06.0630854Z adding 'torch/include/ATen/ops/sym_size_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.0633618Z adding 'torch/include/ATen/ops/sym_size_native.h' 2024-11-01T16:36:06.0637363Z adding 'torch/include/ATen/ops/sym_size_ops.h' 2024-11-01T16:36:06.0639906Z adding 'torch/include/ATen/ops/sym_storage_offset.h' 2024-11-01T16:36:06.0643087Z adding 'torch/include/ATen/ops/sym_storage_offset_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.0645852Z adding 'torch/include/ATen/ops/sym_storage_offset_native.h' 2024-11-01T16:36:06.0648857Z adding 'torch/include/ATen/ops/sym_storage_offset_ops.h' 2024-11-01T16:36:06.0651815Z adding 'torch/include/ATen/ops/sym_stride.h' 2024-11-01T16:36:06.0655027Z adding 'torch/include/ATen/ops/sym_stride_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.0657821Z adding 'torch/include/ATen/ops/sym_stride_native.h' 2024-11-01T16:36:06.0660903Z adding 'torch/include/ATen/ops/sym_stride_ops.h' 2024-11-01T16:36:06.0663825Z adding 'torch/include/ATen/ops/t.h' 2024-11-01T16:36:06.0667024Z adding 'torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:06.0669847Z adding 'torch/include/ATen/ops/t_copy.h' 2024-11-01T16:36:06.0673090Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:06.0676296Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:06.0678999Z adding 'torch/include/ATen/ops/t_copy_native.h' 2024-11-01T16:36:06.0682126Z adding 'torch/include/ATen/ops/t_copy_ops.h' 2024-11-01T16:36:06.0685057Z adding 'torch/include/ATen/ops/t_native.h' 2024-11-01T16:36:06.0688161Z adding 'torch/include/ATen/ops/t_ops.h' 2024-11-01T16:36:06.0691242Z adding 'torch/include/ATen/ops/take.h' 2024-11-01T16:36:06.0694328Z adding 'torch/include/ATen/ops/take_along_dim.h' 2024-11-01T16:36:06.0697672Z adding 'torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.0700450Z adding 'torch/include/ATen/ops/take_along_dim_native.h' 2024-11-01T16:36:06.0703617Z adding 'torch/include/ATen/ops/take_along_dim_ops.h' 2024-11-01T16:36:06.0706696Z adding 'torch/include/ATen/ops/take_cpu_dispatch.h' 2024-11-01T16:36:06.0709722Z adding 'torch/include/ATen/ops/take_cuda_dispatch.h' 2024-11-01T16:36:06.0712678Z adding 'torch/include/ATen/ops/take_native.h' 2024-11-01T16:36:06.0715881Z adding 'torch/include/ATen/ops/take_ops.h' 2024-11-01T16:36:06.0718955Z adding 'torch/include/ATen/ops/tan.h' 2024-11-01T16:36:06.0722395Z adding 'torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:06.0725308Z adding 'torch/include/ATen/ops/tan_cpu_dispatch.h' 2024-11-01T16:36:06.0728319Z adding 'torch/include/ATen/ops/tan_cuda_dispatch.h' 2024-11-01T16:36:06.0731208Z adding 'torch/include/ATen/ops/tan_meta.h' 2024-11-01T16:36:06.0734219Z adding 'torch/include/ATen/ops/tan_meta_dispatch.h' 2024-11-01T16:36:06.0737271Z adding 'torch/include/ATen/ops/tan_native.h' 2024-11-01T16:36:06.0740384Z adding 'torch/include/ATen/ops/tan_ops.h' 2024-11-01T16:36:06.0743447Z adding 'torch/include/ATen/ops/tanh.h' 2024-11-01T16:36:06.0746590Z adding 'torch/include/ATen/ops/tanh_backward.h' 2024-11-01T16:36:06.0749979Z adding 'torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:06.0752764Z adding 'torch/include/ATen/ops/tanh_backward_cpu_dispatch.h' 2024-11-01T16:36:06.0755931Z adding 'torch/include/ATen/ops/tanh_backward_cuda_dispatch.h' 2024-11-01T16:36:06.0758870Z adding 'torch/include/ATen/ops/tanh_backward_meta.h' 2024-11-01T16:36:06.0761966Z adding 'torch/include/ATen/ops/tanh_backward_meta_dispatch.h' 2024-11-01T16:36:06.0764883Z adding 'torch/include/ATen/ops/tanh_backward_native.h' 2024-11-01T16:36:06.0768036Z adding 'torch/include/ATen/ops/tanh_backward_ops.h' 2024-11-01T16:36:06.0771322Z adding 'torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:06.0774090Z adding 'torch/include/ATen/ops/tanh_cpu_dispatch.h' 2024-11-01T16:36:06.0777133Z adding 'torch/include/ATen/ops/tanh_cuda_dispatch.h' 2024-11-01T16:36:06.0780032Z adding 'torch/include/ATen/ops/tanh_meta.h' 2024-11-01T16:36:06.0783577Z adding 'torch/include/ATen/ops/tanh_meta_dispatch.h' 2024-11-01T16:36:06.0786240Z adding 'torch/include/ATen/ops/tanh_native.h' 2024-11-01T16:36:06.0789504Z adding 'torch/include/ATen/ops/tanh_ops.h' 2024-11-01T16:36:06.0792861Z adding 'torch/include/ATen/ops/tensor.h' 2024-11-01T16:36:06.0796356Z adding 'torch/include/ATen/ops/tensor_split.h' 2024-11-01T16:36:06.0799842Z adding 'torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.0802678Z adding 'torch/include/ATen/ops/tensor_split_native.h' 2024-11-01T16:36:06.0805926Z adding 'torch/include/ATen/ops/tensor_split_ops.h' 2024-11-01T16:36:06.0809697Z adding 'torch/include/ATen/ops/tensordot.h' 2024-11-01T16:36:06.0813115Z adding 'torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.0815923Z adding 'torch/include/ATen/ops/tensordot_native.h' 2024-11-01T16:36:06.0819074Z adding 'torch/include/ATen/ops/tensordot_ops.h' 2024-11-01T16:36:06.0822608Z adding 'torch/include/ATen/ops/thnn_conv2d.h' 2024-11-01T16:36:06.0826357Z adding 'torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.0829539Z adding 'torch/include/ATen/ops/thnn_conv2d_native.h' 2024-11-01T16:36:06.0832789Z adding 'torch/include/ATen/ops/thnn_conv2d_ops.h' 2024-11-01T16:36:06.0836122Z adding 'torch/include/ATen/ops/threshold.h' 2024-11-01T16:36:06.0839328Z adding 'torch/include/ATen/ops/threshold_backward.h' 2024-11-01T16:36:06.0842932Z adding 'torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:06.0845717Z adding 'torch/include/ATen/ops/threshold_backward_cpu_dispatch.h' 2024-11-01T16:36:06.0849001Z adding 'torch/include/ATen/ops/threshold_backward_cuda_dispatch.h' 2024-11-01T16:36:06.0852375Z adding 'torch/include/ATen/ops/threshold_backward_meta.h' 2024-11-01T16:36:06.0855253Z adding 'torch/include/ATen/ops/threshold_backward_meta_dispatch.h' 2024-11-01T16:36:06.0858534Z adding 'torch/include/ATen/ops/threshold_backward_native.h' 2024-11-01T16:36:06.0862214Z adding 'torch/include/ATen/ops/threshold_backward_ops.h' 2024-11-01T16:36:06.0866261Z adding 'torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:06.0869445Z adding 'torch/include/ATen/ops/threshold_cpu_dispatch.h' 2024-11-01T16:36:06.0873037Z adding 'torch/include/ATen/ops/threshold_cuda_dispatch.h' 2024-11-01T16:36:06.0876533Z adding 'torch/include/ATen/ops/threshold_meta.h' 2024-11-01T16:36:06.0880146Z adding 'torch/include/ATen/ops/threshold_meta_dispatch.h' 2024-11-01T16:36:06.0883577Z adding 'torch/include/ATen/ops/threshold_native.h' 2024-11-01T16:36:06.0887333Z adding 'torch/include/ATen/ops/threshold_ops.h' 2024-11-01T16:36:06.0890989Z adding 'torch/include/ATen/ops/tile.h' 2024-11-01T16:36:06.0894211Z adding 'torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.0897187Z adding 'torch/include/ATen/ops/tile_native.h' 2024-11-01T16:36:06.0900245Z adding 'torch/include/ATen/ops/tile_ops.h' 2024-11-01T16:36:06.0903479Z adding 'torch/include/ATen/ops/to.h' 2024-11-01T16:36:06.0906878Z adding 'torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.0909887Z adding 'torch/include/ATen/ops/to_dense.h' 2024-11-01T16:36:06.0912984Z adding 'torch/include/ATen/ops/to_dense_backward.h' 2024-11-01T16:36:06.0916551Z adding 'torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.0919377Z adding 'torch/include/ATen/ops/to_dense_backward_native.h' 2024-11-01T16:36:06.0922481Z adding 'torch/include/ATen/ops/to_dense_backward_ops.h' 2024-11-01T16:36:06.0925877Z adding 'torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.0928656Z adding 'torch/include/ATen/ops/to_dense_native.h' 2024-11-01T16:36:06.0931733Z adding 'torch/include/ATen/ops/to_dense_ops.h' 2024-11-01T16:36:06.0934791Z adding 'torch/include/ATen/ops/to_mkldnn.h' 2024-11-01T16:36:06.0938356Z adding 'torch/include/ATen/ops/to_mkldnn_backward.h' 2024-11-01T16:36:06.0941296Z adding 'torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.0951489Z adding 'torch/include/ATen/ops/to_mkldnn_backward_native.h' 2024-11-01T16:36:06.0954480Z adding 'torch/include/ATen/ops/to_mkldnn_backward_ops.h' 2024-11-01T16:36:06.0957882Z adding 'torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:06.0960750Z adding 'torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h' 2024-11-01T16:36:06.0963676Z adding 'torch/include/ATen/ops/to_mkldnn_native.h' 2024-11-01T16:36:06.0970758Z adding 'torch/include/ATen/ops/to_mkldnn_ops.h' 2024-11-01T16:36:06.0973957Z adding 'torch/include/ATen/ops/to_native.h' 2024-11-01T16:36:06.0977352Z adding 'torch/include/ATen/ops/to_ops.h' 2024-11-01T16:36:06.0980800Z adding 'torch/include/ATen/ops/to_padded_tensor.h' 2024-11-01T16:36:06.0984280Z adding 'torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:06.0987091Z adding 'torch/include/ATen/ops/to_padded_tensor_native.h' 2024-11-01T16:36:06.0990226Z adding 'torch/include/ATen/ops/to_padded_tensor_ops.h' 2024-11-01T16:36:06.0993146Z adding 'torch/include/ATen/ops/to_sparse.h' 2024-11-01T16:36:06.0996194Z adding 'torch/include/ATen/ops/to_sparse_bsc.h' 2024-11-01T16:36:06.0999504Z adding 'torch/include/ATen/ops/to_sparse_bsc_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.1002262Z adding 'torch/include/ATen/ops/to_sparse_bsc_native.h' 2024-11-01T16:36:06.1005361Z adding 'torch/include/ATen/ops/to_sparse_bsc_ops.h' 2024-11-01T16:36:06.1008313Z adding 'torch/include/ATen/ops/to_sparse_bsr.h' 2024-11-01T16:36:06.1011590Z adding 'torch/include/ATen/ops/to_sparse_bsr_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.1014463Z adding 'torch/include/ATen/ops/to_sparse_bsr_native.h' 2024-11-01T16:36:06.1017529Z adding 'torch/include/ATen/ops/to_sparse_bsr_ops.h' 2024-11-01T16:36:06.1020796Z adding 'torch/include/ATen/ops/to_sparse_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.1023538Z adding 'torch/include/ATen/ops/to_sparse_csc.h' 2024-11-01T16:36:06.1026754Z adding 'torch/include/ATen/ops/to_sparse_csc_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.1029499Z adding 'torch/include/ATen/ops/to_sparse_csc_native.h' 2024-11-01T16:36:06.1032541Z adding 'torch/include/ATen/ops/to_sparse_csc_ops.h' 2024-11-01T16:36:06.1035535Z adding 'torch/include/ATen/ops/to_sparse_csr.h' 2024-11-01T16:36:06.1039090Z adding 'torch/include/ATen/ops/to_sparse_csr_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.1041858Z adding 'torch/include/ATen/ops/to_sparse_csr_native.h' 2024-11-01T16:36:06.1044920Z adding 'torch/include/ATen/ops/to_sparse_csr_ops.h' 2024-11-01T16:36:06.1047953Z adding 'torch/include/ATen/ops/to_sparse_native.h' 2024-11-01T16:36:06.1051080Z adding 'torch/include/ATen/ops/to_sparse_ops.h' 2024-11-01T16:36:06.1054451Z adding 'torch/include/ATen/ops/topk.h' 2024-11-01T16:36:06.1057973Z adding 'torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:06.1060897Z adding 'torch/include/ATen/ops/topk_cpu_dispatch.h' 2024-11-01T16:36:06.1064018Z adding 'torch/include/ATen/ops/topk_cuda_dispatch.h' 2024-11-01T16:36:06.1066965Z adding 'torch/include/ATen/ops/topk_meta.h' 2024-11-01T16:36:06.1070113Z adding 'torch/include/ATen/ops/topk_meta_dispatch.h' 2024-11-01T16:36:06.1073573Z adding 'torch/include/ATen/ops/topk_native.h' 2024-11-01T16:36:06.1076944Z adding 'torch/include/ATen/ops/topk_ops.h' 2024-11-01T16:36:06.1080033Z adding 'torch/include/ATen/ops/trace.h' 2024-11-01T16:36:06.1083197Z adding 'torch/include/ATen/ops/trace_backward.h' 2024-11-01T16:36:06.1086497Z adding 'torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.1089210Z adding 'torch/include/ATen/ops/trace_backward_native.h' 2024-11-01T16:36:06.1092266Z adding 'torch/include/ATen/ops/trace_backward_ops.h' 2024-11-01T16:36:06.1096028Z adding 'torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:06.1098440Z adding 'torch/include/ATen/ops/trace_cpu_dispatch.h' 2024-11-01T16:36:06.1101424Z adding 'torch/include/ATen/ops/trace_cuda_dispatch.h' 2024-11-01T16:36:06.1104321Z adding 'torch/include/ATen/ops/trace_native.h' 2024-11-01T16:36:06.1107442Z adding 'torch/include/ATen/ops/trace_ops.h' 2024-11-01T16:36:06.1110483Z adding 'torch/include/ATen/ops/transpose.h' 2024-11-01T16:36:06.1113754Z adding 'torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:06.1117002Z adding 'torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.1119892Z adding 'torch/include/ATen/ops/transpose_copy.h' 2024-11-01T16:36:06.1123199Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:06.1126337Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:06.1129000Z adding 'torch/include/ATen/ops/transpose_copy_native.h' 2024-11-01T16:36:06.1132175Z adding 'torch/include/ATen/ops/transpose_copy_ops.h' 2024-11-01T16:36:06.1135135Z adding 'torch/include/ATen/ops/transpose_native.h' 2024-11-01T16:36:06.1138349Z adding 'torch/include/ATen/ops/transpose_ops.h' 2024-11-01T16:36:06.1141415Z adding 'torch/include/ATen/ops/trapezoid.h' 2024-11-01T16:36:06.1144700Z adding 'torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.1147533Z adding 'torch/include/ATen/ops/trapezoid_native.h' 2024-11-01T16:36:06.1150758Z adding 'torch/include/ATen/ops/trapezoid_ops.h' 2024-11-01T16:36:06.1153875Z adding 'torch/include/ATen/ops/trapz.h' 2024-11-01T16:36:06.1157414Z adding 'torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.1160232Z adding 'torch/include/ATen/ops/trapz_native.h' 2024-11-01T16:36:06.1163381Z adding 'torch/include/ATen/ops/trapz_ops.h' 2024-11-01T16:36:06.1166560Z adding 'torch/include/ATen/ops/triangular_solve.h' 2024-11-01T16:36:06.1170169Z adding 'torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:06.1173028Z adding 'torch/include/ATen/ops/triangular_solve_cpu_dispatch.h' 2024-11-01T16:36:06.1176245Z adding 'torch/include/ATen/ops/triangular_solve_cuda_dispatch.h' 2024-11-01T16:36:06.1179240Z adding 'torch/include/ATen/ops/triangular_solve_meta.h' 2024-11-01T16:36:06.1182700Z adding 'torch/include/ATen/ops/triangular_solve_meta_dispatch.h' 2024-11-01T16:36:06.1185847Z adding 'torch/include/ATen/ops/triangular_solve_native.h' 2024-11-01T16:36:06.1189116Z adding 'torch/include/ATen/ops/triangular_solve_ops.h' 2024-11-01T16:36:06.1192263Z adding 'torch/include/ATen/ops/tril.h' 2024-11-01T16:36:06.1195764Z adding 'torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:06.1198717Z adding 'torch/include/ATen/ops/tril_cpu_dispatch.h' 2024-11-01T16:36:06.1201826Z adding 'torch/include/ATen/ops/tril_cuda_dispatch.h' 2024-11-01T16:36:06.1205118Z adding 'torch/include/ATen/ops/tril_indices.h' 2024-11-01T16:36:06.1208577Z adding 'torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:06.1211590Z adding 'torch/include/ATen/ops/tril_indices_cpu_dispatch.h' 2024-11-01T16:36:06.1214759Z adding 'torch/include/ATen/ops/tril_indices_cuda_dispatch.h' 2024-11-01T16:36:06.1217725Z adding 'torch/include/ATen/ops/tril_indices_native.h' 2024-11-01T16:36:06.1221099Z adding 'torch/include/ATen/ops/tril_indices_ops.h' 2024-11-01T16:36:06.1224095Z adding 'torch/include/ATen/ops/tril_meta.h' 2024-11-01T16:36:06.1227332Z adding 'torch/include/ATen/ops/tril_meta_dispatch.h' 2024-11-01T16:36:06.1230501Z adding 'torch/include/ATen/ops/tril_native.h' 2024-11-01T16:36:06.1233611Z adding 'torch/include/ATen/ops/tril_ops.h' 2024-11-01T16:36:06.1237024Z adding 'torch/include/ATen/ops/triplet_margin_loss.h' 2024-11-01T16:36:06.1240854Z adding 'torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.1243351Z adding 'torch/include/ATen/ops/triplet_margin_loss_native.h' 2024-11-01T16:36:06.1246399Z adding 'torch/include/ATen/ops/triplet_margin_loss_ops.h' 2024-11-01T16:36:06.1249515Z adding 'torch/include/ATen/ops/triu.h' 2024-11-01T16:36:06.1252977Z adding 'torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:06.1255897Z adding 'torch/include/ATen/ops/triu_cpu_dispatch.h' 2024-11-01T16:36:06.1259083Z adding 'torch/include/ATen/ops/triu_cuda_dispatch.h' 2024-11-01T16:36:06.1262243Z adding 'torch/include/ATen/ops/triu_indices.h' 2024-11-01T16:36:06.1265664Z adding 'torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:06.1268616Z adding 'torch/include/ATen/ops/triu_indices_cpu_dispatch.h' 2024-11-01T16:36:06.1271781Z adding 'torch/include/ATen/ops/triu_indices_cuda_dispatch.h' 2024-11-01T16:36:06.1274763Z adding 'torch/include/ATen/ops/triu_indices_native.h' 2024-11-01T16:36:06.1278255Z adding 'torch/include/ATen/ops/triu_indices_ops.h' 2024-11-01T16:36:06.1281301Z adding 'torch/include/ATen/ops/triu_meta.h' 2024-11-01T16:36:06.1284465Z adding 'torch/include/ATen/ops/triu_meta_dispatch.h' 2024-11-01T16:36:06.1287509Z adding 'torch/include/ATen/ops/triu_native.h' 2024-11-01T16:36:06.1290678Z adding 'torch/include/ATen/ops/triu_ops.h' 2024-11-01T16:36:06.1293923Z adding 'torch/include/ATen/ops/true_divide.h' 2024-11-01T16:36:06.1297297Z adding 'torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.1300266Z adding 'torch/include/ATen/ops/true_divide_native.h' 2024-11-01T16:36:06.1303887Z adding 'torch/include/ATen/ops/true_divide_ops.h' 2024-11-01T16:36:06.1307024Z adding 'torch/include/ATen/ops/trunc.h' 2024-11-01T16:36:06.1310506Z adding 'torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:06.1313313Z adding 'torch/include/ATen/ops/trunc_cpu_dispatch.h' 2024-11-01T16:36:06.1316613Z adding 'torch/include/ATen/ops/trunc_cuda_dispatch.h' 2024-11-01T16:36:06.1319565Z adding 'torch/include/ATen/ops/trunc_meta.h' 2024-11-01T16:36:06.1322794Z adding 'torch/include/ATen/ops/trunc_meta_dispatch.h' 2024-11-01T16:36:06.1325808Z adding 'torch/include/ATen/ops/trunc_native.h' 2024-11-01T16:36:06.1329133Z adding 'torch/include/ATen/ops/trunc_ops.h' 2024-11-01T16:36:06.1332193Z adding 'torch/include/ATen/ops/type_as.h' 2024-11-01T16:36:06.1335467Z adding 'torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.1338452Z adding 'torch/include/ATen/ops/type_as_native.h' 2024-11-01T16:36:06.1341532Z adding 'torch/include/ATen/ops/type_as_ops.h' 2024-11-01T16:36:06.1345019Z adding 'torch/include/ATen/ops/unbind.h' 2024-11-01T16:36:06.1347997Z adding 'torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:06.1351112Z adding 'torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.1354002Z adding 'torch/include/ATen/ops/unbind_copy.h' 2024-11-01T16:36:06.1357617Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:06.1361020Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:06.1364181Z adding 'torch/include/ATen/ops/unbind_copy_native.h' 2024-11-01T16:36:06.1367848Z adding 'torch/include/ATen/ops/unbind_copy_ops.h' 2024-11-01T16:36:06.1371361Z adding 'torch/include/ATen/ops/unbind_native.h' 2024-11-01T16:36:06.1374607Z adding 'torch/include/ATen/ops/unbind_ops.h' 2024-11-01T16:36:06.1377992Z adding 'torch/include/ATen/ops/unflatten.h' 2024-11-01T16:36:06.1381448Z adding 'torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.1384496Z adding 'torch/include/ATen/ops/unflatten_dense_tensors.h' 2024-11-01T16:36:06.1387821Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.1390901Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_native.h' 2024-11-01T16:36:06.1393973Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_ops.h' 2024-11-01T16:36:06.1397256Z adding 'torch/include/ATen/ops/unflatten_native.h' 2024-11-01T16:36:06.1400440Z adding 'torch/include/ATen/ops/unflatten_ops.h' 2024-11-01T16:36:06.1403382Z adding 'torch/include/ATen/ops/unfold.h' 2024-11-01T16:36:06.1406936Z adding 'torch/include/ATen/ops/unfold_backward.h' 2024-11-01T16:36:06.1410452Z adding 'torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:06.1413436Z adding 'torch/include/ATen/ops/unfold_backward_cpu_dispatch.h' 2024-11-01T16:36:06.1416508Z adding 'torch/include/ATen/ops/unfold_backward_cuda_dispatch.h' 2024-11-01T16:36:06.1419446Z adding 'torch/include/ATen/ops/unfold_backward_native.h' 2024-11-01T16:36:06.1422801Z adding 'torch/include/ATen/ops/unfold_backward_ops.h' 2024-11-01T16:36:06.1425896Z adding 'torch/include/ATen/ops/unfold_copy.h' 2024-11-01T16:36:06.1429253Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:06.1432423Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:06.1435123Z adding 'torch/include/ATen/ops/unfold_copy_native.h' 2024-11-01T16:36:06.1438408Z adding 'torch/include/ATen/ops/unfold_copy_ops.h' 2024-11-01T16:36:06.1441473Z adding 'torch/include/ATen/ops/unfold_cpu_dispatch.h' 2024-11-01T16:36:06.1444512Z adding 'torch/include/ATen/ops/unfold_cuda_dispatch.h' 2024-11-01T16:36:06.1447517Z adding 'torch/include/ATen/ops/unfold_meta_dispatch.h' 2024-11-01T16:36:06.1450424Z adding 'torch/include/ATen/ops/unfold_native.h' 2024-11-01T16:36:06.1453744Z adding 'torch/include/ATen/ops/unfold_ops.h' 2024-11-01T16:36:06.1456886Z adding 'torch/include/ATen/ops/uniform.h' 2024-11-01T16:36:06.1460271Z adding 'torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:06.1463193Z adding 'torch/include/ATen/ops/uniform_cpu_dispatch.h' 2024-11-01T16:36:06.1466201Z adding 'torch/include/ATen/ops/uniform_cuda_dispatch.h' 2024-11-01T16:36:06.1469241Z adding 'torch/include/ATen/ops/uniform_meta_dispatch.h' 2024-11-01T16:36:06.1472192Z adding 'torch/include/ATen/ops/uniform_native.h' 2024-11-01T16:36:06.1475458Z adding 'torch/include/ATen/ops/uniform_ops.h' 2024-11-01T16:36:06.1478694Z adding 'torch/include/ATen/ops/unique_consecutive.h' 2024-11-01T16:36:06.1482090Z adding 'torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:06.1485033Z adding 'torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h' 2024-11-01T16:36:06.1488049Z adding 'torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h' 2024-11-01T16:36:06.1491378Z adding 'torch/include/ATen/ops/unique_consecutive_native.h' 2024-11-01T16:36:06.1494256Z adding 'torch/include/ATen/ops/unique_consecutive_ops.h' 2024-11-01T16:36:06.1497376Z adding 'torch/include/ATen/ops/unique_dim.h' 2024-11-01T16:36:06.1500745Z adding 'torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:06.1503772Z adding 'torch/include/ATen/ops/unique_dim_consecutive.h' 2024-11-01T16:36:06.1507175Z adding 'torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:06.1510248Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h' 2024-11-01T16:36:06.1513371Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h' 2024-11-01T16:36:06.1516566Z adding 'torch/include/ATen/ops/unique_dim_consecutive_native.h' 2024-11-01T16:36:06.1524464Z adding 'torch/include/ATen/ops/unique_dim_consecutive_ops.h' 2024-11-01T16:36:06.1525051Z adding 'torch/include/ATen/ops/unique_dim_cpu_dispatch.h' 2024-11-01T16:36:06.1528245Z adding 'torch/include/ATen/ops/unique_dim_cuda_dispatch.h' 2024-11-01T16:36:06.1531103Z adding 'torch/include/ATen/ops/unique_dim_native.h' 2024-11-01T16:36:06.1534344Z adding 'torch/include/ATen/ops/unique_dim_ops.h' 2024-11-01T16:36:06.1537551Z adding 'torch/include/ATen/ops/unsafe_chunk.h' 2024-11-01T16:36:06.1540850Z adding 'torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.1543580Z adding 'torch/include/ATen/ops/unsafe_chunk_native.h' 2024-11-01T16:36:06.1546626Z adding 'torch/include/ATen/ops/unsafe_chunk_ops.h' 2024-11-01T16:36:06.1556222Z adding 'torch/include/ATen/ops/unsafe_split.h' 2024-11-01T16:36:06.1559814Z adding 'torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:06.1562672Z adding 'torch/include/ATen/ops/unsafe_split_native.h' 2024-11-01T16:36:06.1565885Z adding 'torch/include/ATen/ops/unsafe_split_ops.h' 2024-11-01T16:36:06.1569397Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes.h' 2024-11-01T16:36:06.1572897Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:06.1575727Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_native.h' 2024-11-01T16:36:06.1578889Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_ops.h' 2024-11-01T16:36:06.1581868Z adding 'torch/include/ATen/ops/unsqueeze.h' 2024-11-01T16:36:06.1585142Z adding 'torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:06.1587974Z adding 'torch/include/ATen/ops/unsqueeze_copy.h' 2024-11-01T16:36:06.1591270Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:06.1594370Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:06.1597136Z adding 'torch/include/ATen/ops/unsqueeze_copy_native.h' 2024-11-01T16:36:06.1600232Z adding 'torch/include/ATen/ops/unsqueeze_copy_ops.h' 2024-11-01T16:36:06.1603198Z adding 'torch/include/ATen/ops/unsqueeze_native.h' 2024-11-01T16:36:06.1606350Z adding 'torch/include/ATen/ops/unsqueeze_ops.h' 2024-11-01T16:36:06.1609953Z adding 'torch/include/ATen/ops/upsample_bicubic2d.h' 2024-11-01T16:36:06.1613722Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward.h' 2024-11-01T16:36:06.1617357Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:06.1620357Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h' 2024-11-01T16:36:06.1623576Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h' 2024-11-01T16:36:06.1626634Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h' 2024-11-01T16:36:06.1629930Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h' 2024-11-01T16:36:06.1632997Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_native.h' 2024-11-01T16:36:06.1636742Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h' 2024-11-01T16:36:06.1639820Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:06.1642779Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.1645807Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h' 2024-11-01T16:36:06.1648988Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h' 2024-11-01T16:36:06.1651987Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta.h' 2024-11-01T16:36:06.1655157Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h' 2024-11-01T16:36:06.1658221Z adding 'torch/include/ATen/ops/upsample_bicubic2d_native.h' 2024-11-01T16:36:06.1661490Z adding 'torch/include/ATen/ops/upsample_bicubic2d_ops.h' 2024-11-01T16:36:06.1665104Z adding 'torch/include/ATen/ops/upsample_bilinear2d.h' 2024-11-01T16:36:06.1668901Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward.h' 2024-11-01T16:36:06.1672724Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:06.1675751Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h' 2024-11-01T16:36:06.1679154Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h' 2024-11-01T16:36:06.1682126Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h' 2024-11-01T16:36:06.1685414Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h' 2024-11-01T16:36:06.1688468Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_native.h' 2024-11-01T16:36:06.1691749Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h' 2024-11-01T16:36:06.1695168Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:06.1698220Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.1701209Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h' 2024-11-01T16:36:06.1704373Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h' 2024-11-01T16:36:06.1707386Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta.h' 2024-11-01T16:36:06.1710606Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h' 2024-11-01T16:36:06.1713723Z adding 'torch/include/ATen/ops/upsample_bilinear2d_native.h' 2024-11-01T16:36:06.1717148Z adding 'torch/include/ATen/ops/upsample_bilinear2d_ops.h' 2024-11-01T16:36:06.1720698Z adding 'torch/include/ATen/ops/upsample_linear1d.h' 2024-11-01T16:36:06.1724546Z adding 'torch/include/ATen/ops/upsample_linear1d_backward.h' 2024-11-01T16:36:06.1728183Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:06.1731131Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h' 2024-11-01T16:36:06.1734329Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h' 2024-11-01T16:36:06.1737295Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta.h' 2024-11-01T16:36:06.1740488Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h' 2024-11-01T16:36:06.1743488Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_native.h' 2024-11-01T16:36:06.1746652Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_ops.h' 2024-11-01T16:36:06.1750047Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:06.1753052Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.1756130Z adding 'torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h' 2024-11-01T16:36:06.1759260Z adding 'torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h' 2024-11-01T16:36:06.1762200Z adding 'torch/include/ATen/ops/upsample_linear1d_meta.h' 2024-11-01T16:36:06.1765753Z adding 'torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h' 2024-11-01T16:36:06.1768413Z adding 'torch/include/ATen/ops/upsample_linear1d_native.h' 2024-11-01T16:36:06.1771689Z adding 'torch/include/ATen/ops/upsample_linear1d_ops.h' 2024-11-01T16:36:06.1775634Z adding 'torch/include/ATen/ops/upsample_nearest1d.h' 2024-11-01T16:36:06.1779287Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward.h' 2024-11-01T16:36:06.1782877Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:06.1785777Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h' 2024-11-01T16:36:06.1788951Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h' 2024-11-01T16:36:06.1791933Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta.h' 2024-11-01T16:36:06.1795148Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h' 2024-11-01T16:36:06.1798336Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_native.h' 2024-11-01T16:36:06.1801556Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_ops.h' 2024-11-01T16:36:06.1804938Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:06.1808018Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.1810914Z adding 'torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h' 2024-11-01T16:36:06.1814065Z adding 'torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h' 2024-11-01T16:36:06.1817106Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta.h' 2024-11-01T16:36:06.1820273Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h' 2024-11-01T16:36:06.1823290Z adding 'torch/include/ATen/ops/upsample_nearest1d_native.h' 2024-11-01T16:36:06.1826560Z adding 'torch/include/ATen/ops/upsample_nearest1d_ops.h' 2024-11-01T16:36:06.1830208Z adding 'torch/include/ATen/ops/upsample_nearest2d.h' 2024-11-01T16:36:06.1833846Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward.h' 2024-11-01T16:36:06.1837628Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:06.1840571Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h' 2024-11-01T16:36:06.1843759Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h' 2024-11-01T16:36:06.1846790Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta.h' 2024-11-01T16:36:06.1849998Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h' 2024-11-01T16:36:06.1853037Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_native.h' 2024-11-01T16:36:06.1856247Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_ops.h' 2024-11-01T16:36:06.1859660Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:06.1862640Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.1865630Z adding 'torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h' 2024-11-01T16:36:06.1868816Z adding 'torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h' 2024-11-01T16:36:06.1871800Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta.h' 2024-11-01T16:36:06.1875781Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h' 2024-11-01T16:36:06.1878620Z adding 'torch/include/ATen/ops/upsample_nearest2d_native.h' 2024-11-01T16:36:06.1881962Z adding 'torch/include/ATen/ops/upsample_nearest2d_ops.h' 2024-11-01T16:36:06.1885589Z adding 'torch/include/ATen/ops/upsample_nearest3d.h' 2024-11-01T16:36:06.1889938Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward.h' 2024-11-01T16:36:06.1893988Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:06.1897042Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h' 2024-11-01T16:36:06.1900835Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h' 2024-11-01T16:36:06.1903706Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta.h' 2024-11-01T16:36:06.1907429Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h' 2024-11-01T16:36:06.1910752Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_native.h' 2024-11-01T16:36:06.1914021Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_ops.h' 2024-11-01T16:36:06.1918020Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:06.1921588Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.1924589Z adding 'torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h' 2024-11-01T16:36:06.1928018Z adding 'torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h' 2024-11-01T16:36:06.1931036Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta.h' 2024-11-01T16:36:06.1934502Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h' 2024-11-01T16:36:06.1938103Z adding 'torch/include/ATen/ops/upsample_nearest3d_native.h' 2024-11-01T16:36:06.1941985Z adding 'torch/include/ATen/ops/upsample_nearest3d_ops.h' 2024-11-01T16:36:06.1945751Z adding 'torch/include/ATen/ops/upsample_trilinear3d.h' 2024-11-01T16:36:06.1949773Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward.h' 2024-11-01T16:36:06.1953482Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:06.1956763Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h' 2024-11-01T16:36:06.1960165Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h' 2024-11-01T16:36:06.1963262Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h' 2024-11-01T16:36:06.1966687Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h' 2024-11-01T16:36:06.1969778Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_native.h' 2024-11-01T16:36:06.1973216Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h' 2024-11-01T16:36:06.1976641Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:06.1979664Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.1982820Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h' 2024-11-01T16:36:06.1986087Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h' 2024-11-01T16:36:06.1989158Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta.h' 2024-11-01T16:36:06.1992403Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h' 2024-11-01T16:36:06.1995528Z adding 'torch/include/ATen/ops/upsample_trilinear3d_native.h' 2024-11-01T16:36:06.1998999Z adding 'torch/include/ATen/ops/upsample_trilinear3d_ops.h' 2024-11-01T16:36:06.2002295Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward.h' 2024-11-01T16:36:06.2005650Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.2008499Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_native.h' 2024-11-01T16:36:06.2011639Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_ops.h' 2024-11-01T16:36:06.2014420Z adding 'torch/include/ATen/ops/values.h' 2024-11-01T16:36:06.2017658Z adding 'torch/include/ATen/ops/values_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:06.2020796Z adding 'torch/include/ATen/ops/values_copy.h' 2024-11-01T16:36:06.2024073Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:06.2027214Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:06.2029840Z adding 'torch/include/ATen/ops/values_copy_native.h' 2024-11-01T16:36:06.2033295Z adding 'torch/include/ATen/ops/values_copy_ops.h' 2024-11-01T16:36:06.2036076Z adding 'torch/include/ATen/ops/values_native.h' 2024-11-01T16:36:06.2039095Z adding 'torch/include/ATen/ops/values_ops.h' 2024-11-01T16:36:06.2042123Z adding 'torch/include/ATen/ops/vander.h' 2024-11-01T16:36:06.2045408Z adding 'torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.2048188Z adding 'torch/include/ATen/ops/vander_native.h' 2024-11-01T16:36:06.2051274Z adding 'torch/include/ATen/ops/vander_ops.h' 2024-11-01T16:36:06.2054596Z adding 'torch/include/ATen/ops/var.h' 2024-11-01T16:36:06.2058087Z adding 'torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.2061056Z adding 'torch/include/ATen/ops/var_cpu_dispatch.h' 2024-11-01T16:36:06.2064131Z adding 'torch/include/ATen/ops/var_cuda_dispatch.h' 2024-11-01T16:36:06.2067370Z adding 'torch/include/ATen/ops/var_mean.h' 2024-11-01T16:36:06.2070738Z adding 'torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:06.2073870Z adding 'torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.2076875Z adding 'torch/include/ATen/ops/var_mean_cpu_dispatch.h' 2024-11-01T16:36:06.2080025Z adding 'torch/include/ATen/ops/var_mean_cuda_dispatch.h' 2024-11-01T16:36:06.2083027Z adding 'torch/include/ATen/ops/var_mean_native.h' 2024-11-01T16:36:06.2086473Z adding 'torch/include/ATen/ops/var_mean_ops.h' 2024-11-01T16:36:06.2089663Z adding 'torch/include/ATen/ops/var_native.h' 2024-11-01T16:36:06.2093215Z adding 'torch/include/ATen/ops/var_ops.h' 2024-11-01T16:36:06.2096426Z adding 'torch/include/ATen/ops/vdot.h' 2024-11-01T16:36:06.2099696Z adding 'torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:06.2102581Z adding 'torch/include/ATen/ops/vdot_cpu_dispatch.h' 2024-11-01T16:36:06.2105682Z adding 'torch/include/ATen/ops/vdot_cuda_dispatch.h' 2024-11-01T16:36:06.2108540Z adding 'torch/include/ATen/ops/vdot_native.h' 2024-11-01T16:36:06.2111636Z adding 'torch/include/ATen/ops/vdot_ops.h' 2024-11-01T16:36:06.2114700Z adding 'torch/include/ATen/ops/view.h' 2024-11-01T16:36:06.2117757Z adding 'torch/include/ATen/ops/view_as.h' 2024-11-01T16:36:06.2120765Z adding 'torch/include/ATen/ops/view_as_complex.h' 2024-11-01T16:36:06.2123830Z adding 'torch/include/ATen/ops/view_as_complex_copy.h' 2024-11-01T16:36:06.2127147Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:06.2130361Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:06.2133013Z adding 'torch/include/ATen/ops/view_as_complex_copy_native.h' 2024-11-01T16:36:06.2136122Z adding 'torch/include/ATen/ops/view_as_complex_copy_ops.h' 2024-11-01T16:36:06.2139131Z adding 'torch/include/ATen/ops/view_as_complex_cpu_dispatch.h' 2024-11-01T16:36:06.2142125Z adding 'torch/include/ATen/ops/view_as_complex_cuda_dispatch.h' 2024-11-01T16:36:06.2145116Z adding 'torch/include/ATen/ops/view_as_complex_meta_dispatch.h' 2024-11-01T16:36:06.2147980Z adding 'torch/include/ATen/ops/view_as_complex_native.h' 2024-11-01T16:36:06.2151005Z adding 'torch/include/ATen/ops/view_as_complex_ops.h' 2024-11-01T16:36:06.2154195Z adding 'torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.2157064Z adding 'torch/include/ATen/ops/view_as_native.h' 2024-11-01T16:36:06.2160153Z adding 'torch/include/ATen/ops/view_as_ops.h' 2024-11-01T16:36:06.2163120Z adding 'torch/include/ATen/ops/view_as_real.h' 2024-11-01T16:36:06.2166172Z adding 'torch/include/ATen/ops/view_as_real_copy.h' 2024-11-01T16:36:06.2169446Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:06.2172596Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:06.2175407Z adding 'torch/include/ATen/ops/view_as_real_copy_native.h' 2024-11-01T16:36:06.2178630Z adding 'torch/include/ATen/ops/view_as_real_copy_ops.h' 2024-11-01T16:36:06.2181822Z adding 'torch/include/ATen/ops/view_as_real_cpu_dispatch.h' 2024-11-01T16:36:06.2184861Z adding 'torch/include/ATen/ops/view_as_real_cuda_dispatch.h' 2024-11-01T16:36:06.2187999Z adding 'torch/include/ATen/ops/view_as_real_meta_dispatch.h' 2024-11-01T16:36:06.2190928Z adding 'torch/include/ATen/ops/view_as_real_native.h' 2024-11-01T16:36:06.2194243Z adding 'torch/include/ATen/ops/view_as_real_ops.h' 2024-11-01T16:36:06.2197492Z adding 'torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:06.2200728Z adding 'torch/include/ATen/ops/view_copy.h' 2024-11-01T16:36:06.2204585Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:06.2207535Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:06.2210402Z adding 'torch/include/ATen/ops/view_copy_native.h' 2024-11-01T16:36:06.2213681Z adding 'torch/include/ATen/ops/view_copy_ops.h' 2024-11-01T16:36:06.2216925Z adding 'torch/include/ATen/ops/view_cpu_dispatch.h' 2024-11-01T16:36:06.2219957Z adding 'torch/include/ATen/ops/view_cuda_dispatch.h' 2024-11-01T16:36:06.2223316Z adding 'torch/include/ATen/ops/view_meta_dispatch.h' 2024-11-01T16:36:06.2226967Z adding 'torch/include/ATen/ops/view_native.h' 2024-11-01T16:36:06.2229490Z adding 'torch/include/ATen/ops/view_ops.h' 2024-11-01T16:36:06.2232698Z adding 'torch/include/ATen/ops/vsplit.h' 2024-11-01T16:36:06.2236072Z adding 'torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.2239262Z adding 'torch/include/ATen/ops/vsplit_native.h' 2024-11-01T16:36:06.2242217Z adding 'torch/include/ATen/ops/vsplit_ops.h' 2024-11-01T16:36:06.2245355Z adding 'torch/include/ATen/ops/vstack.h' 2024-11-01T16:36:06.2248903Z adding 'torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.2251815Z adding 'torch/include/ATen/ops/vstack_native.h' 2024-11-01T16:36:06.2254972Z adding 'torch/include/ATen/ops/vstack_ops.h' 2024-11-01T16:36:06.2258326Z adding 'torch/include/ATen/ops/where.h' 2024-11-01T16:36:06.2261836Z adding 'torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.2264797Z adding 'torch/include/ATen/ops/where_cpu_dispatch.h' 2024-11-01T16:36:06.2267948Z adding 'torch/include/ATen/ops/where_cuda_dispatch.h' 2024-11-01T16:36:06.2270961Z adding 'torch/include/ATen/ops/where_native.h' 2024-11-01T16:36:06.2274448Z adding 'torch/include/ATen/ops/where_ops.h' 2024-11-01T16:36:06.2278065Z adding 'torch/include/ATen/ops/xlogy.h' 2024-11-01T16:36:06.2281595Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:06.2284898Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:36:06.2287737Z adding 'torch/include/ATen/ops/xlogy_cpu_dispatch.h' 2024-11-01T16:36:06.2290900Z adding 'torch/include/ATen/ops/xlogy_cuda_dispatch.h' 2024-11-01T16:36:06.2430632Z adding 'torch/include/ATen/ops/xlogy_meta.h' 2024-11-01T16:36:06.2433852Z adding 'torch/include/ATen/ops/xlogy_meta_dispatch.h' 2024-11-01T16:36:06.2437008Z adding 'torch/include/ATen/ops/xlogy_native.h' 2024-11-01T16:36:06.2440531Z adding 'torch/include/ATen/ops/xlogy_ops.h' 2024-11-01T16:36:06.2443701Z adding 'torch/include/ATen/ops/xor.h' 2024-11-01T16:36:06.2447015Z adding 'torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:36:06.2449851Z adding 'torch/include/ATen/ops/xor_native.h' 2024-11-01T16:36:06.2453165Z adding 'torch/include/ATen/ops/xor_ops.h' 2024-11-01T16:36:06.2456334Z adding 'torch/include/ATen/ops/zero.h' 2024-11-01T16:36:06.2459840Z adding 'torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:06.2462767Z adding 'torch/include/ATen/ops/zero_cpu_dispatch.h' 2024-11-01T16:36:06.2465810Z adding 'torch/include/ATen/ops/zero_cuda_dispatch.h' 2024-11-01T16:36:06.2468932Z adding 'torch/include/ATen/ops/zero_meta_dispatch.h' 2024-11-01T16:36:06.2472115Z adding 'torch/include/ATen/ops/zero_native.h' 2024-11-01T16:36:06.2475019Z adding 'torch/include/ATen/ops/zero_ops.h' 2024-11-01T16:36:06.2478716Z adding 'torch/include/ATen/ops/zeros.h' 2024-11-01T16:36:06.2482322Z adding 'torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:06.2485342Z adding 'torch/include/ATen/ops/zeros_like.h' 2024-11-01T16:36:06.2488745Z adding 'torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h' 2024-11-01T16:36:06.2491984Z adding 'torch/include/ATen/ops/zeros_like_compositeimplicitautogradnestedtensor_dispatch.h' 2024-11-01T16:36:06.2494774Z adding 'torch/include/ATen/ops/zeros_like_native.h' 2024-11-01T16:36:06.2498155Z adding 'torch/include/ATen/ops/zeros_like_ops.h' 2024-11-01T16:36:06.2501103Z adding 'torch/include/ATen/ops/zeros_native.h' 2024-11-01T16:36:06.2504456Z adding 'torch/include/ATen/ops/zeros_ops.h' 2024-11-01T16:36:06.2510682Z adding 'torch/include/ATen/quantized/QTensorImpl.h' 2024-11-01T16:36:06.2515850Z adding 'torch/include/ATen/quantized/Quantizer.h' 2024-11-01T16:36:06.2520474Z adding 'torch/include/ATen/xpu/CachingHostAllocator.h' 2024-11-01T16:36:06.2523219Z adding 'torch/include/ATen/xpu/PinnedMemoryAllocator.h' 2024-11-01T16:36:06.2526021Z adding 'torch/include/ATen/xpu/XPUContext.h' 2024-11-01T16:36:06.2528900Z adding 'torch/include/ATen/xpu/XPUDevice.h' 2024-11-01T16:36:06.2532761Z adding 'torch/include/ATen/xpu/XPUEvent.h' 2024-11-01T16:36:06.2536088Z adding 'torch/include/ATen/xpu/XPUGeneratorImpl.h' 2024-11-01T16:36:06.2539908Z adding 'torch/include/ATen/xpu/detail/XPUHooks.h' 2024-11-01T16:36:06.2547978Z adding 'torch/include/c10/core/Allocator.h' 2024-11-01T16:36:06.2551534Z adding 'torch/include/c10/core/AutogradState.h' 2024-11-01T16:36:06.2567012Z adding 'torch/include/c10/core/Backend.h' 2024-11-01T16:36:06.2567367Z adding 'torch/include/c10/core/CPUAllocator.h' 2024-11-01T16:36:06.2567606Z adding 'torch/include/c10/core/CachingDeviceAllocator.h' 2024-11-01T16:36:06.2567883Z adding 'torch/include/c10/core/CompileTimeFunctionPointer.h' 2024-11-01T16:36:06.2570661Z adding 'torch/include/c10/core/ConstantSymNodeImpl.h' 2024-11-01T16:36:06.2574189Z adding 'torch/include/c10/core/Contiguity.h' 2024-11-01T16:36:06.2577452Z adding 'torch/include/c10/core/CopyBytes.h' 2024-11-01T16:36:06.2580451Z adding 'torch/include/c10/core/DefaultDtype.h' 2024-11-01T16:36:06.2583585Z adding 'torch/include/c10/core/DefaultTensorOptions.h' 2024-11-01T16:36:06.2588022Z adding 'torch/include/c10/core/Device.h' 2024-11-01T16:36:06.2591319Z adding 'torch/include/c10/core/DeviceArray.h' 2024-11-01T16:36:06.2596085Z adding 'torch/include/c10/core/DeviceGuard.h' 2024-11-01T16:36:06.2600262Z adding 'torch/include/c10/core/DeviceType.h' 2024-11-01T16:36:06.2613481Z adding 'torch/include/c10/core/DispatchKey.h' 2024-11-01T16:36:06.2629976Z adding 'torch/include/c10/core/DispatchKeySet.h' 2024-11-01T16:36:06.2635005Z adding 'torch/include/c10/core/DynamicCast.h' 2024-11-01T16:36:06.2639295Z adding 'torch/include/c10/core/Event.h' 2024-11-01T16:36:06.2643351Z adding 'torch/include/c10/core/GeneratorImpl.h' 2024-11-01T16:36:06.2646630Z adding 'torch/include/c10/core/GradMode.h' 2024-11-01T16:36:06.2650661Z adding 'torch/include/c10/core/InferenceMode.h' 2024-11-01T16:36:06.2653988Z adding 'torch/include/c10/core/Layout.h' 2024-11-01T16:36:06.2659114Z adding 'torch/include/c10/core/MemoryFormat.h' 2024-11-01T16:36:06.2662394Z adding 'torch/include/c10/core/OptionalRef.h' 2024-11-01T16:36:06.2666074Z adding 'torch/include/c10/core/PyHandleCache.h' 2024-11-01T16:36:06.2669471Z adding 'torch/include/c10/core/QEngine.h' 2024-11-01T16:36:06.2672652Z adding 'torch/include/c10/core/QScheme.h' 2024-11-01T16:36:06.2677331Z adding 'torch/include/c10/core/RefcountedDeleter.h' 2024-11-01T16:36:06.2680180Z adding 'torch/include/c10/core/SafePyObject.h' 2024-11-01T16:36:06.2686257Z adding 'torch/include/c10/core/Scalar.h' 2024-11-01T16:36:06.2694553Z adding 'torch/include/c10/core/ScalarType.h' 2024-11-01T16:36:06.2698265Z adding 'torch/include/c10/core/ScalarTypeToTypeMeta.h' 2024-11-01T16:36:06.2702529Z adding 'torch/include/c10/core/Storage.h' 2024-11-01T16:36:06.2708150Z adding 'torch/include/c10/core/StorageImpl.h' 2024-11-01T16:36:06.2713206Z adding 'torch/include/c10/core/Stream.h' 2024-11-01T16:36:06.2717723Z adding 'torch/include/c10/core/StreamGuard.h' 2024-11-01T16:36:06.2721455Z adding 'torch/include/c10/core/SymBool.h' 2024-11-01T16:36:06.2725149Z adding 'torch/include/c10/core/SymFloat.h' 2024-11-01T16:36:06.2731551Z adding 'torch/include/c10/core/SymInt.h' 2024-11-01T16:36:06.2735458Z adding 'torch/include/c10/core/SymIntArrayRef.h' 2024-11-01T16:36:06.2739378Z adding 'torch/include/c10/core/SymNodeImpl.h' 2024-11-01T16:36:06.2743728Z adding 'torch/include/c10/core/SymbolicShapeMeta.h' 2024-11-01T16:36:06.2786104Z adding 'torch/include/c10/core/TensorImpl.h' 2024-11-01T16:36:06.2798879Z adding 'torch/include/c10/core/TensorOptions.h' 2024-11-01T16:36:06.2802736Z adding 'torch/include/c10/core/UndefinedTensorImpl.h' 2024-11-01T16:36:06.2805883Z adding 'torch/include/c10/core/WrapDimMinimal.h' 2024-11-01T16:36:06.2809039Z adding 'torch/include/c10/core/alignment.h' 2024-11-01T16:36:06.2812968Z adding 'torch/include/c10/core/thread_pool.h' 2024-11-01T16:36:06.2816877Z adding 'torch/include/c10/core/impl/COW.h' 2024-11-01T16:36:06.2820516Z adding 'torch/include/c10/core/impl/COWDeleter.h' 2024-11-01T16:36:06.2827173Z adding 'torch/include/c10/core/impl/DeviceGuardImplInterface.h' 2024-11-01T16:36:06.2831151Z adding 'torch/include/c10/core/impl/FakeGuardImpl.h' 2024-11-01T16:36:06.2834828Z adding 'torch/include/c10/core/impl/GPUTrace.h' 2024-11-01T16:36:06.2838269Z adding 'torch/include/c10/core/impl/HermeticPyObjectTLS.h' 2024-11-01T16:36:06.2845159Z adding 'torch/include/c10/core/impl/InlineDeviceGuard.h' 2024-11-01T16:36:06.2849392Z adding 'torch/include/c10/core/impl/InlineEvent.h' 2024-11-01T16:36:06.2854787Z adding 'torch/include/c10/core/impl/InlineStreamGuard.h' 2024-11-01T16:36:06.2859532Z adding 'torch/include/c10/core/impl/LocalDispatchKeySet.h' 2024-11-01T16:36:06.2865576Z adding 'torch/include/c10/core/impl/PyInterpreter.h' 2024-11-01T16:36:06.2871264Z adding 'torch/include/c10/core/impl/PyObjectSlot.h' 2024-11-01T16:36:06.2874593Z adding 'torch/include/c10/core/impl/PythonDispatcherTLS.h' 2024-11-01T16:36:06.2881880Z adding 'torch/include/c10/core/impl/SizesAndStrides.h' 2024-11-01T16:36:06.2883641Z adding 'torch/include/c10/core/impl/TorchDispatchModeTLS.h' 2024-11-01T16:36:06.2890855Z adding 'torch/include/c10/core/impl/VirtualGuardImpl.h' 2024-11-01T16:36:06.2891030Z adding 'torch/include/c10/core/impl/alloc_cpu.h' 2024-11-01T16:36:06.2894942Z adding 'torch/include/c10/cuda/CUDAAlgorithm.h' 2024-11-01T16:36:06.2899051Z adding 'torch/include/c10/cuda/CUDAAllocatorConfig.h' 2024-11-01T16:36:06.2908446Z adding 'torch/include/c10/cuda/CUDACachingAllocator.h' 2024-11-01T16:36:06.2911455Z adding 'torch/include/c10/cuda/CUDADeviceAssertion.h' 2024-11-01T16:36:06.2916815Z adding 'torch/include/c10/cuda/CUDADeviceAssertionHost.h' 2024-11-01T16:36:06.2920740Z adding 'torch/include/c10/cuda/CUDAException.h' 2024-11-01T16:36:06.2924896Z adding 'torch/include/c10/cuda/CUDAFunctions.h' 2024-11-01T16:36:06.2928616Z adding 'torch/include/c10/cuda/CUDAGraphsC10Utils.h' 2024-11-01T16:36:06.2934236Z adding 'torch/include/c10/cuda/CUDAGuard.h' 2024-11-01T16:36:06.2937366Z adding 'torch/include/c10/cuda/CUDAMacros.h' 2024-11-01T16:36:06.2941025Z adding 'torch/include/c10/cuda/CUDAMathCompat.h' 2024-11-01T16:36:06.2944285Z adding 'torch/include/c10/cuda/CUDAMiscFunctions.h' 2024-11-01T16:36:06.2949791Z adding 'torch/include/c10/cuda/CUDAStream.h' 2024-11-01T16:36:06.2953720Z adding 'torch/include/c10/cuda/driver_api.h' 2024-11-01T16:36:06.2959453Z adding 'torch/include/c10/cuda/impl/CUDAGuardImpl.h' 2024-11-01T16:36:06.2962677Z adding 'torch/include/c10/cuda/impl/CUDATest.h' 2024-11-01T16:36:06.2967813Z adding 'torch/include/c10/macros/Export.h' 2024-11-01T16:36:06.2975239Z adding 'torch/include/c10/macros/Macros.h' 2024-11-01T16:36:06.2979541Z adding 'torch/include/c10/macros/cmake_macros.h' 2024-11-01T16:36:06.2984614Z adding 'torch/include/c10/util/AbortHandler.h' 2024-11-01T16:36:06.2988696Z adding 'torch/include/c10/util/AlignOf.h' 2024-11-01T16:36:06.2992661Z adding 'torch/include/c10/util/ApproximateClock.h' 2024-11-01T16:36:06.2995804Z adding 'torch/include/c10/util/Array.h' 2024-11-01T16:36:06.3001102Z adding 'torch/include/c10/util/ArrayRef.h' 2024-11-01T16:36:06.3005742Z adding 'torch/include/c10/util/BFloat16-inl.h' 2024-11-01T16:36:06.3010516Z adding 'torch/include/c10/util/BFloat16-math.h' 2024-11-01T16:36:06.3014360Z adding 'torch/include/c10/util/BFloat16.h' 2024-11-01T16:36:06.3017472Z adding 'torch/include/c10/util/Backtrace.h' 2024-11-01T16:36:06.3021148Z adding 'torch/include/c10/util/Bitset.h' 2024-11-01T16:36:06.3025219Z adding 'torch/include/c10/util/C++17.h' 2024-11-01T16:36:06.3028273Z adding 'torch/include/c10/util/CallOnce.h' 2024-11-01T16:36:06.3033243Z adding 'torch/include/c10/util/ConstexprCrc.h' 2024-11-01T16:36:06.3036983Z adding 'torch/include/c10/util/DeadlockDetection.h' 2024-11-01T16:36:06.3040956Z adding 'torch/include/c10/util/Deprecated.h' 2024-11-01T16:36:06.3043871Z adding 'torch/include/c10/util/DimVector.h' 2024-11-01T16:36:06.3047080Z adding 'torch/include/c10/util/DynamicCounter.h' 2024-11-01T16:36:06.3057434Z adding 'torch/include/c10/util/Exception.h' 2024-11-01T16:36:06.3062140Z adding 'torch/include/c10/util/ExclusivelyOwned.h' 2024-11-01T16:36:06.3065741Z adding 'torch/include/c10/util/ExclusivelyOwnedTensorTraits.h' 2024-11-01T16:36:06.3068668Z adding 'torch/include/c10/util/FbcodeMaps.h' 2024-11-01T16:36:06.3073707Z adding 'torch/include/c10/util/Flags.h' 2024-11-01T16:36:06.3078198Z adding 'torch/include/c10/util/Float8_e4m3fn-inl.h' 2024-11-01T16:36:06.3083378Z adding 'torch/include/c10/util/Float8_e4m3fn.h' 2024-11-01T16:36:06.3087695Z adding 'torch/include/c10/util/Float8_e4m3fnuz-inl.h' 2024-11-01T16:36:06.3091805Z adding 'torch/include/c10/util/Float8_e4m3fnuz.h' 2024-11-01T16:36:06.3095991Z adding 'torch/include/c10/util/Float8_e5m2-inl.h' 2024-11-01T16:36:06.3100198Z adding 'torch/include/c10/util/Float8_e5m2.h' 2024-11-01T16:36:06.3104497Z adding 'torch/include/c10/util/Float8_e5m2fnuz-inl.h' 2024-11-01T16:36:06.3108560Z adding 'torch/include/c10/util/Float8_e5m2fnuz.h' 2024-11-01T16:36:06.3111974Z adding 'torch/include/c10/util/Float8_fnuz_cvt.h' 2024-11-01T16:36:06.3115496Z adding 'torch/include/c10/util/FunctionRef.h' 2024-11-01T16:36:06.3118792Z adding 'torch/include/c10/util/Gauge.h' 2024-11-01T16:36:06.3123177Z adding 'torch/include/c10/util/Half-inl.h' 2024-11-01T16:36:06.3131573Z adding 'torch/include/c10/util/Half.h' 2024-11-01T16:36:06.3135616Z adding 'torch/include/c10/util/IdWrapper.h' 2024-11-01T16:36:06.3139153Z adding 'torch/include/c10/util/Lazy.h' 2024-11-01T16:36:06.3143789Z adding 'torch/include/c10/util/LeftRight.h' 2024-11-01T16:36:06.3147047Z adding 'torch/include/c10/util/Load.h' 2024-11-01T16:36:06.3152899Z adding 'torch/include/c10/util/Logging.h' 2024-11-01T16:36:06.3156898Z adding 'torch/include/c10/util/MathConstants.h' 2024-11-01T16:36:06.3161338Z adding 'torch/include/c10/util/MaybeOwned.h' 2024-11-01T16:36:06.3165965Z adding 'torch/include/c10/util/Metaprogramming.h' 2024-11-01T16:36:06.3169317Z adding 'torch/include/c10/util/NetworkFlow.h' 2024-11-01T16:36:06.3172547Z adding 'torch/include/c10/util/Optional.h' 2024-11-01T16:36:06.3176617Z adding 'torch/include/c10/util/OptionalArrayRef.h' 2024-11-01T16:36:06.3179700Z adding 'torch/include/c10/util/ParallelGuard.h' 2024-11-01T16:36:06.3185392Z adding 'torch/include/c10/util/Registry.h' 2024-11-01T16:36:06.3189118Z adding 'torch/include/c10/util/ScopeExit.h' 2024-11-01T16:36:06.3192461Z adding 'torch/include/c10/util/SmallBuffer.h' 2024-11-01T16:36:06.3210615Z adding 'torch/include/c10/util/SmallVector.h' 2024-11-01T16:36:06.3216112Z adding 'torch/include/c10/util/StringUtil.h' 2024-11-01T16:36:06.3219406Z adding 'torch/include/c10/util/Synchronized.h' 2024-11-01T16:36:06.3223261Z adding 'torch/include/c10/util/ThreadLocal.h' 2024-11-01T16:36:06.3226966Z adding 'torch/include/c10/util/ThreadLocalDebugInfo.h' 2024-11-01T16:36:06.3230098Z adding 'torch/include/c10/util/Type.h' 2024-11-01T16:36:06.3234221Z adding 'torch/include/c10/util/TypeCast.h' 2024-11-01T16:36:06.3238485Z adding 'torch/include/c10/util/TypeIndex.h' 2024-11-01T16:36:06.3244976Z adding 'torch/include/c10/util/TypeList.h' 2024-11-01T16:36:06.3249099Z adding 'torch/include/c10/util/TypeSafeSignMath.h' 2024-11-01T16:36:06.3253260Z adding 'torch/include/c10/util/TypeTraits.h' 2024-11-01T16:36:06.3256447Z adding 'torch/include/c10/util/Unicode.h' 2024-11-01T16:36:06.3260435Z adding 'torch/include/c10/util/UniqueVoidPtr.h' 2024-11-01T16:36:06.3263752Z adding 'torch/include/c10/util/Unroll.h' 2024-11-01T16:36:06.3267388Z adding 'torch/include/c10/util/WaitCounter.h' 2024-11-01T16:36:06.3270614Z adding 'torch/include/c10/util/WaitCounterDynamicBackend.h' 2024-11-01T16:36:06.3274147Z adding 'torch/include/c10/util/accumulate.h' 2024-11-01T16:36:06.3277452Z adding 'torch/include/c10/util/bit_cast.h' 2024-11-01T16:36:06.3280797Z adding 'torch/include/c10/util/bits.h' 2024-11-01T16:36:06.3287628Z adding 'torch/include/c10/util/complex.h' 2024-11-01T16:36:06.3292900Z adding 'torch/include/c10/util/complex_math.h' 2024-11-01T16:36:06.3296512Z adding 'torch/include/c10/util/complex_utils.h' 2024-11-01T16:36:06.3299575Z adding 'torch/include/c10/util/copysign.h' 2024-11-01T16:36:06.3303676Z adding 'torch/include/c10/util/env.h' 2024-11-01T16:36:06.3319931Z adding 'torch/include/c10/util/flat_hash_map.h' 2024-11-01T16:36:06.3324706Z adding 'torch/include/c10/util/floating_point_utils.h' 2024-11-01T16:36:06.3328175Z adding 'torch/include/c10/util/generic_math.h' 2024-11-01T16:36:06.3334649Z adding 'torch/include/c10/util/hash.h' 2024-11-01T16:36:06.3345419Z adding 'torch/include/c10/util/int128.h' 2024-11-01T16:36:06.3358927Z adding 'torch/include/c10/util/intrusive_ptr.h' 2024-11-01T16:36:06.3363704Z adding 'torch/include/c10/util/irange.h' 2024-11-01T16:36:06.3374339Z adding 'torch/include/c10/util/llvmMathExtras.h' 2024-11-01T16:36:06.3379635Z adding 'torch/include/c10/util/logging_is_google_glog.h' 2024-11-01T16:36:06.3385272Z adding 'torch/include/c10/util/logging_is_not_google_glog.h' 2024-11-01T16:36:06.3389104Z adding 'torch/include/c10/util/numa.h' 2024-11-01T16:36:06.3407698Z adding 'torch/include/c10/util/order_preserving_flat_hash_map.h' 2024-11-01T16:36:06.3412342Z adding 'torch/include/c10/util/overloaded.h' 2024-11-01T16:36:06.3415664Z adding 'torch/include/c10/util/python_stub.h' 2024-11-01T16:36:06.3418627Z adding 'torch/include/c10/util/qint32.h' 2024-11-01T16:36:06.3421604Z adding 'torch/include/c10/util/qint8.h' 2024-11-01T16:36:06.3424803Z adding 'torch/include/c10/util/quint2x4.h' 2024-11-01T16:36:06.3427775Z adding 'torch/include/c10/util/quint4x2.h' 2024-11-01T16:36:06.3430698Z adding 'torch/include/c10/util/quint8.h' 2024-11-01T16:36:06.3434130Z adding 'torch/include/c10/util/safe_numerics.h' 2024-11-01T16:36:06.3438105Z adding 'torch/include/c10/util/signal_handler.h' 2024-11-01T16:36:06.3447461Z adding 'torch/include/c10/util/sparse_bitset.h' 2024-11-01T16:36:06.3451441Z adding 'torch/include/c10/util/ssize.h' 2024-11-01T16:36:06.3454660Z adding 'torch/include/c10/util/static_tracepoint.h' 2024-11-01T16:36:06.3458950Z adding 'torch/include/c10/util/static_tracepoint_elfx86.h' 2024-11-01T16:36:06.3462137Z adding 'torch/include/c10/util/strides.h' 2024-11-01T16:36:06.3465106Z adding 'torch/include/c10/util/string_utils.h' 2024-11-01T16:36:06.3471780Z adding 'torch/include/c10/util/string_view.h' 2024-11-01T16:36:06.3481605Z adding 'torch/include/c10/util/strong_type.h' 2024-11-01T16:36:06.3485994Z adding 'torch/include/c10/util/tempfile.h' 2024-11-01T16:36:06.3489132Z adding 'torch/include/c10/util/thread_name.h' 2024-11-01T16:36:06.3498123Z adding 'torch/include/c10/util/typeid.h' 2024-11-01T16:36:06.3504085Z adding 'torch/include/c10/util/win32-headers.h' 2024-11-01T16:36:06.3508163Z adding 'torch/include/c10/xpu/XPUCachingAllocator.h' 2024-11-01T16:36:06.3512926Z adding 'torch/include/c10/xpu/XPUDeviceProp.h' 2024-11-01T16:36:06.3516441Z adding 'torch/include/c10/xpu/XPUException.h' 2024-11-01T16:36:06.3519501Z adding 'torch/include/c10/xpu/XPUFunctions.h' 2024-11-01T16:36:06.3522628Z adding 'torch/include/c10/xpu/XPUMacros.h' 2024-11-01T16:36:06.3527014Z adding 'torch/include/c10/xpu/XPUStream.h' 2024-11-01T16:36:06.3532150Z adding 'torch/include/c10/xpu/impl/XPUGuardImpl.h' 2024-11-01T16:36:06.3572474Z adding 'torch/include/caffe2/serialize/crc_alt.h' 2024-11-01T16:36:06.3577460Z adding 'torch/include/caffe2/serialize/file_adapter.h' 2024-11-01T16:36:06.3580608Z adding 'torch/include/caffe2/serialize/in_memory_adapter.h' 2024-11-01T16:36:06.3585988Z adding 'torch/include/caffe2/serialize/inline_container.h' 2024-11-01T16:36:06.3589390Z adding 'torch/include/caffe2/serialize/istream_adapter.h' 2024-11-01T16:36:06.3592513Z adding 'torch/include/caffe2/serialize/read_adapter_interface.h' 2024-11-01T16:36:06.3597267Z adding 'torch/include/caffe2/serialize/versions.h' 2024-11-01T16:36:06.3602218Z adding 'torch/include/kineto/AbstractConfig.h' 2024-11-01T16:36:06.3606247Z adding 'torch/include/kineto/ActivityProfilerInterface.h' 2024-11-01T16:36:06.3609395Z adding 'torch/include/kineto/ActivityTraceInterface.h' 2024-11-01T16:36:06.3612825Z adding 'torch/include/kineto/ActivityType.h' 2024-11-01T16:36:06.3615896Z adding 'torch/include/kineto/ClientInterface.h' 2024-11-01T16:36:06.3622317Z adding 'torch/include/kineto/Config.h' 2024-11-01T16:36:06.3626631Z adding 'torch/include/kineto/GenericTraceActivity.h' 2024-11-01T16:36:06.3630884Z adding 'torch/include/kineto/IActivityProfiler.h' 2024-11-01T16:36:06.3634518Z adding 'torch/include/kineto/ILoggerObserver.h' 2024-11-01T16:36:06.3638251Z adding 'torch/include/kineto/ITraceActivity.h' 2024-11-01T16:36:06.3641285Z adding 'torch/include/kineto/LoggingAPI.h' 2024-11-01T16:36:06.3644522Z adding 'torch/include/kineto/ThreadUtil.h' 2024-11-01T16:36:06.3647698Z adding 'torch/include/kineto/TraceSpan.h' 2024-11-01T16:36:06.3651664Z adding 'torch/include/kineto/libkineto.h' 2024-11-01T16:36:06.3655282Z adding 'torch/include/kineto/output_base.h' 2024-11-01T16:36:06.3658381Z adding 'torch/include/kineto/time_since_epoch.h' 2024-11-01T16:36:06.3668185Z adding 'torch/include/pybind11/attr.h' 2024-11-01T16:36:06.3673540Z adding 'torch/include/pybind11/buffer_info.h' 2024-11-01T16:36:06.3697907Z adding 'torch/include/pybind11/cast.h' 2024-11-01T16:36:06.3704422Z adding 'torch/include/pybind11/chrono.h' 2024-11-01T16:36:06.3707686Z adding 'torch/include/pybind11/common.h' 2024-11-01T16:36:06.3711173Z adding 'torch/include/pybind11/complex.h' 2024-11-01T16:36:06.3714167Z adding 'torch/include/pybind11/eigen.h' 2024-11-01T16:36:06.3720290Z adding 'torch/include/pybind11/embed.h' 2024-11-01T16:36:06.3724684Z adding 'torch/include/pybind11/eval.h' 2024-11-01T16:36:06.3729210Z adding 'torch/include/pybind11/functional.h' 2024-11-01T16:36:06.3734043Z adding 'torch/include/pybind11/gil.h' 2024-11-01T16:36:06.3738319Z adding 'torch/include/pybind11/gil_safe_call_once.h' 2024-11-01T16:36:06.3743467Z adding 'torch/include/pybind11/iostream.h' 2024-11-01T16:36:06.3771151Z adding 'torch/include/pybind11/numpy.h' 2024-11-01T16:36:06.3777903Z adding 'torch/include/pybind11/operators.h' 2024-11-01T16:36:06.3781704Z adding 'torch/include/pybind11/options.h' 2024-11-01T16:36:06.3823787Z adding 'torch/include/pybind11/pybind11.h' 2024-11-01T16:36:06.3857903Z adding 'torch/include/pybind11/pytypes.h' 2024-11-01T16:36:06.3866263Z adding 'torch/include/pybind11/stl.h' 2024-11-01T16:36:06.3876326Z adding 'torch/include/pybind11/stl_bind.h' 2024-11-01T16:36:06.3880845Z adding 'torch/include/pybind11/type_caster_pyobject_ptr.h' 2024-11-01T16:36:06.3885669Z adding 'torch/include/pybind11/typing.h' 2024-11-01T16:36:06.3898556Z adding 'torch/include/pybind11/detail/class.h' 2024-11-01T16:36:06.3918891Z adding 'torch/include/pybind11/detail/common.h' 2024-11-01T16:36:06.3923733Z adding 'torch/include/pybind11/detail/cpp_conduit.h' 2024-11-01T16:36:06.3928032Z adding 'torch/include/pybind11/detail/descr.h' 2024-11-01T16:36:06.3931807Z adding 'torch/include/pybind11/detail/exception_translation.h' 2024-11-01T16:36:06.3938727Z adding 'torch/include/pybind11/detail/init.h' 2024-11-01T16:36:06.3950879Z adding 'torch/include/pybind11/detail/internals.h' 2024-11-01T16:36:06.3969615Z adding 'torch/include/pybind11/detail/type_caster_base.h' 2024-11-01T16:36:06.3974306Z adding 'torch/include/pybind11/detail/typeid.h' 2024-11-01T16:36:06.3977868Z adding 'torch/include/pybind11/detail/value_and_holder.h' 2024-11-01T16:36:06.3981596Z adding 'torch/include/pybind11/eigen/common.h' 2024-11-01T16:36:06.3992965Z adding 'torch/include/pybind11/eigen/matrix.h' 2024-11-01T16:36:06.4000056Z adding 'torch/include/pybind11/eigen/tensor.h' 2024-11-01T16:36:06.4009305Z adding 'torch/include/torch/custom_class.h' 2024-11-01T16:36:06.4014714Z adding 'torch/include/torch/custom_class_detail.h' 2024-11-01T16:36:06.4017888Z adding 'torch/include/torch/extension.h' 2024-11-01T16:36:06.4032827Z adding 'torch/include/torch/library.h' 2024-11-01T16:36:06.4037051Z adding 'torch/include/torch/script.h' 2024-11-01T16:36:06.4042230Z adding 'torch/include/torch/csrc/CudaIPCTypes.h' 2024-11-01T16:36:06.4045272Z adding 'torch/include/torch/csrc/DataLoader.h' 2024-11-01T16:36:06.4048232Z adding 'torch/include/torch/csrc/Device.h' 2024-11-01T16:36:06.4051203Z adding 'torch/include/torch/csrc/DeviceAccelerator.h' 2024-11-01T16:36:06.4054117Z adding 'torch/include/torch/csrc/Dtype.h' 2024-11-01T16:36:06.4057249Z adding 'torch/include/torch/csrc/DynamicTypes.h' 2024-11-01T16:36:06.4060239Z adding 'torch/include/torch/csrc/Event.h' 2024-11-01T16:36:06.4066580Z adding 'torch/include/torch/csrc/Exceptions.h' 2024-11-01T16:36:06.4069854Z adding 'torch/include/torch/csrc/Export.h' 2024-11-01T16:36:06.4072974Z adding 'torch/include/torch/csrc/Generator.h' 2024-11-01T16:36:06.4076091Z adding 'torch/include/torch/csrc/Layout.h' 2024-11-01T16:36:06.4079185Z adding 'torch/include/torch/csrc/MemoryFormat.h' 2024-11-01T16:36:06.4082002Z adding 'torch/include/torch/csrc/Module.h' 2024-11-01T16:36:06.4084966Z adding 'torch/include/torch/csrc/PyInterpreter.h' 2024-11-01T16:36:06.4087937Z adding 'torch/include/torch/csrc/QScheme.h' 2024-11-01T16:36:06.4090845Z adding 'torch/include/torch/csrc/Size.h' 2024-11-01T16:36:06.4094076Z adding 'torch/include/torch/csrc/Storage.h' 2024-11-01T16:36:06.4096967Z adding 'torch/include/torch/csrc/StorageMethods.h' 2024-11-01T16:36:06.4099743Z adding 'torch/include/torch/csrc/StorageSharing.h' 2024-11-01T16:36:06.4102647Z adding 'torch/include/torch/csrc/Stream.h' 2024-11-01T16:36:06.4105554Z adding 'torch/include/torch/csrc/THConcat.h' 2024-11-01T16:36:06.4108550Z adding 'torch/include/torch/csrc/THP.h' 2024-11-01T16:36:06.4111511Z adding 'torch/include/torch/csrc/TypeInfo.h' 2024-11-01T16:36:06.4114317Z adding 'torch/include/torch/csrc/Types.h' 2024-11-01T16:36:06.4117645Z adding 'torch/include/torch/csrc/copy_utils.h' 2024-11-01T16:36:06.4120596Z adding 'torch/include/torch/csrc/itt_wrapper.h' 2024-11-01T16:36:06.4123452Z adding 'torch/include/torch/csrc/python_dimname.h' 2024-11-01T16:36:06.4126426Z adding 'torch/include/torch/csrc/python_headers.h' 2024-11-01T16:36:06.4129424Z adding 'torch/include/torch/csrc/serialization.h' 2024-11-01T16:36:06.4134073Z adding 'torch/include/torch/csrc/utils.h' 2024-11-01T16:36:06.4139795Z adding 'torch/include/torch/csrc/api/include/torch/all.h' 2024-11-01T16:36:06.4143199Z adding 'torch/include/torch/csrc/api/include/torch/arg.h' 2024-11-01T16:36:06.4146170Z adding 'torch/include/torch/csrc/api/include/torch/autograd.h' 2024-11-01T16:36:06.4149383Z adding 'torch/include/torch/csrc/api/include/torch/cuda.h' 2024-11-01T16:36:06.4152475Z adding 'torch/include/torch/csrc/api/include/torch/data.h' 2024-11-01T16:36:06.4156992Z adding 'torch/include/torch/csrc/api/include/torch/enum.h' 2024-11-01T16:36:06.4161512Z adding 'torch/include/torch/csrc/api/include/torch/expanding_array.h' 2024-11-01T16:36:06.4166225Z adding 'torch/include/torch/csrc/api/include/torch/fft.h' 2024-11-01T16:36:06.4170119Z adding 'torch/include/torch/csrc/api/include/torch/imethod.h' 2024-11-01T16:36:06.4173374Z adding 'torch/include/torch/csrc/api/include/torch/jit.h' 2024-11-01T16:36:06.4176716Z adding 'torch/include/torch/csrc/api/include/torch/mps.h' 2024-11-01T16:36:06.4180286Z adding 'torch/include/torch/csrc/api/include/torch/nested.h' 2024-11-01T16:36:06.4183490Z adding 'torch/include/torch/csrc/api/include/torch/nn.h' 2024-11-01T16:36:06.4186393Z adding 'torch/include/torch/csrc/api/include/torch/optim.h' 2024-11-01T16:36:06.4193049Z adding 'torch/include/torch/csrc/api/include/torch/ordered_dict.h' 2024-11-01T16:36:06.4198684Z adding 'torch/include/torch/csrc/api/include/torch/python.h' 2024-11-01T16:36:06.4202950Z adding 'torch/include/torch/csrc/api/include/torch/serialize.h' 2024-11-01T16:36:06.4206095Z adding 'torch/include/torch/csrc/api/include/torch/sparse.h' 2024-11-01T16:36:06.4213244Z adding 'torch/include/torch/csrc/api/include/torch/special.h' 2024-11-01T16:36:06.4217222Z adding 'torch/include/torch/csrc/api/include/torch/torch.h' 2024-11-01T16:36:06.4220816Z adding 'torch/include/torch/csrc/api/include/torch/types.h' 2024-11-01T16:36:06.4224689Z adding 'torch/include/torch/csrc/api/include/torch/utils.h' 2024-11-01T16:36:06.4227874Z adding 'torch/include/torch/csrc/api/include/torch/version.h' 2024-11-01T16:36:06.4230917Z adding 'torch/include/torch/csrc/api/include/torch/xpu.h' 2024-11-01T16:36:06.4235559Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader.h' 2024-11-01T16:36:06.4239384Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader_options.h' 2024-11-01T16:36:06.4242601Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets.h' 2024-11-01T16:36:06.4246088Z adding 'torch/include/torch/csrc/api/include/torch/data/example.h' 2024-11-01T16:36:06.4250326Z adding 'torch/include/torch/csrc/api/include/torch/data/iterator.h' 2024-11-01T16:36:06.4253464Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers.h' 2024-11-01T16:36:06.4256534Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms.h' 2024-11-01T16:36:06.4259799Z adding 'torch/include/torch/csrc/api/include/torch/data/worker_exception.h' 2024-11-01T16:36:06.4265957Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/base.h' 2024-11-01T16:36:06.4270078Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h' 2024-11-01T16:36:06.4273967Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h' 2024-11-01T16:36:06.4278816Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/base.h' 2024-11-01T16:36:06.4287754Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h' 2024-11-01T16:36:06.4292348Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/map.h' 2024-11-01T16:36:06.4295963Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h' 2024-11-01T16:36:06.4299537Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/shared.h' 2024-11-01T16:36:06.4303247Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h' 2024-11-01T16:36:06.4306634Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h' 2024-11-01T16:36:06.4311254Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h' 2024-11-01T16:36:06.4315039Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/queue.h' 2024-11-01T16:36:06.4319475Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h' 2024-11-01T16:36:06.4323890Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/base.h' 2024-11-01T16:36:06.4327246Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h' 2024-11-01T16:36:06.4330962Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h' 2024-11-01T16:36:06.4334491Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/random.h' 2024-11-01T16:36:06.4337850Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h' 2024-11-01T16:36:06.4341104Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h' 2024-11-01T16:36:06.4344584Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/stream.h' 2024-11-01T16:36:06.4348893Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/base.h' 2024-11-01T16:36:06.4352322Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/collate.h' 2024-11-01T16:36:06.4355653Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h' 2024-11-01T16:36:06.4359119Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/stack.h' 2024-11-01T16:36:06.4362811Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h' 2024-11-01T16:36:06.4369945Z adding 'torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h' 2024-11-01T16:36:06.4373756Z adding 'torch/include/torch/csrc/api/include/torch/detail/static.h' 2024-11-01T16:36:06.4378669Z adding 'torch/include/torch/csrc/api/include/torch/nn/cloneable.h' 2024-11-01T16:36:06.4381944Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional.h' 2024-11-01T16:36:06.4386000Z adding 'torch/include/torch/csrc/api/include/torch/nn/init.h' 2024-11-01T16:36:06.4396391Z adding 'torch/include/torch/csrc/api/include/torch/nn/module.h' 2024-11-01T16:36:06.4400405Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules.h' 2024-11-01T16:36:06.4403509Z adding 'torch/include/torch/csrc/api/include/torch/nn/options.h' 2024-11-01T16:36:06.4407354Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h' 2024-11-01T16:36:06.4412134Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl.h' 2024-11-01T16:36:06.4415296Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils.h' 2024-11-01T16:36:06.4424215Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/activation.h' 2024-11-01T16:36:06.4428539Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h' 2024-11-01T16:36:06.4432522Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/conv.h' 2024-11-01T16:36:06.4436335Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/distance.h' 2024-11-01T16:36:06.4440231Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h' 2024-11-01T16:36:06.4444803Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h' 2024-11-01T16:36:06.4448482Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/fold.h' 2024-11-01T16:36:06.4451997Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h' 2024-11-01T16:36:06.4455091Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/linear.h' 2024-11-01T16:36:06.4462218Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/loss.h' 2024-11-01T16:36:06.4467063Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h' 2024-11-01T16:36:06.4470643Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/padding.h' 2024-11-01T16:36:06.4474029Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h' 2024-11-01T16:36:06.4481379Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h' 2024-11-01T16:36:06.4487038Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h' 2024-11-01T16:36:06.4491107Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/vision.h' 2024-11-01T16:36:06.4495379Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h' 2024-11-01T16:36:06.4501948Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/activation.h' 2024-11-01T16:36:06.4506436Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h' 2024-11-01T16:36:06.4510918Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h' 2024-11-01T16:36:06.4515009Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/common.h' 2024-11-01T16:36:06.4520792Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/conv.h' 2024-11-01T16:36:06.4524857Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/distance.h' 2024-11-01T16:36:06.4528761Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h' 2024-11-01T16:36:06.4533129Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h' 2024-11-01T16:36:06.4536924Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/fold.h' 2024-11-01T16:36:06.4540961Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h' 2024-11-01T16:36:06.4545144Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/linear.h' 2024-11-01T16:36:06.4552800Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/loss.h' 2024-11-01T16:36:06.4557986Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h' 2024-11-01T16:36:06.4562749Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/padding.h' 2024-11-01T16:36:06.4567046Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h' 2024-11-01T16:36:06.4573595Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h' 2024-11-01T16:36:06.4579373Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h' 2024-11-01T16:36:06.4584069Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h' 2024-11-01T16:36:06.4588252Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h' 2024-11-01T16:36:06.4592535Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h' 2024-11-01T16:36:06.4596448Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h' 2024-11-01T16:36:06.4599807Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/utils.h' 2024-11-01T16:36:06.4606970Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h' 2024-11-01T16:36:06.4611583Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h' 2024-11-01T16:36:06.4615637Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h' 2024-11-01T16:36:06.4619673Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h' 2024-11-01T16:36:06.4624594Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h' 2024-11-01T16:36:06.4629890Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h' 2024-11-01T16:36:06.4633938Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h' 2024-11-01T16:36:06.4638230Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h' 2024-11-01T16:36:06.4642546Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h' 2024-11-01T16:36:06.4650065Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h' 2024-11-01T16:36:06.4657298Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/activation.h' 2024-11-01T16:36:06.4661155Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h' 2024-11-01T16:36:06.4664779Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h' 2024-11-01T16:36:06.4669562Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/conv.h' 2024-11-01T16:36:06.4673540Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/distance.h' 2024-11-01T16:36:06.4677171Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/dropout.h' 2024-11-01T16:36:06.4681992Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/embedding.h' 2024-11-01T16:36:06.4685881Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/fold.h' 2024-11-01T16:36:06.4689691Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h' 2024-11-01T16:36:06.4693265Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/linear.h' 2024-11-01T16:36:06.4700233Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/loss.h' 2024-11-01T16:36:06.4704888Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/normalization.h' 2024-11-01T16:36:06.4709107Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/padding.h' 2024-11-01T16:36:06.4712795Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h' 2024-11-01T16:36:06.4718274Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pooling.h' 2024-11-01T16:36:06.4722950Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/rnn.h' 2024-11-01T16:36:06.4726712Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformer.h' 2024-11-01T16:36:06.4730419Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h' 2024-11-01T16:36:06.4733966Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h' 2024-11-01T16:36:06.4737862Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h' 2024-11-01T16:36:06.4741318Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/vision.h' 2024-11-01T16:36:06.4748315Z adding 'torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h' 2024-11-01T16:36:06.4753515Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h' 2024-11-01T16:36:06.4757611Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h' 2024-11-01T16:36:06.4763724Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h' 2024-11-01T16:36:06.4768760Z adding 'torch/include/torch/csrc/api/include/torch/optim/adagrad.h' 2024-11-01T16:36:06.4772457Z adding 'torch/include/torch/csrc/api/include/torch/optim/adam.h' 2024-11-01T16:36:06.4776332Z adding 'torch/include/torch/csrc/api/include/torch/optim/adamw.h' 2024-11-01T16:36:06.4780304Z adding 'torch/include/torch/csrc/api/include/torch/optim/lbfgs.h' 2024-11-01T16:36:06.4785217Z adding 'torch/include/torch/csrc/api/include/torch/optim/optimizer.h' 2024-11-01T16:36:06.4789442Z adding 'torch/include/torch/csrc/api/include/torch/optim/rmsprop.h' 2024-11-01T16:36:06.4795044Z adding 'torch/include/torch/csrc/api/include/torch/optim/serialize.h' 2024-11-01T16:36:06.4799159Z adding 'torch/include/torch/csrc/api/include/torch/optim/sgd.h' 2024-11-01T16:36:06.4803658Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h' 2024-11-01T16:36:06.4807242Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/reduce_on_plateau_scheduler.h' 2024-11-01T16:36:06.4810290Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h' 2024-11-01T16:36:06.4814094Z adding 'torch/include/torch/csrc/api/include/torch/serialize/archive.h' 2024-11-01T16:36:06.4817911Z adding 'torch/include/torch/csrc/api/include/torch/serialize/input-archive.h' 2024-11-01T16:36:06.4821745Z adding 'torch/include/torch/csrc/api/include/torch/serialize/output-archive.h' 2024-11-01T16:36:06.4824927Z adding 'torch/include/torch/csrc/api/include/torch/serialize/tensor.h' 2024-11-01T16:36:06.4836063Z adding 'torch/include/torch/csrc/autograd/FunctionsManual.h' 2024-11-01T16:36:06.4839888Z adding 'torch/include/torch/csrc/autograd/InferenceMode.h' 2024-11-01T16:36:06.4846288Z adding 'torch/include/torch/csrc/autograd/VariableTypeUtils.h' 2024-11-01T16:36:06.4850219Z adding 'torch/include/torch/csrc/autograd/anomaly_mode.h' 2024-11-01T16:36:06.4854606Z adding 'torch/include/torch/csrc/autograd/autograd.h' 2024-11-01T16:36:06.4858195Z adding 'torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h' 2024-11-01T16:36:06.4861273Z adding 'torch/include/torch/csrc/autograd/cpp_hook.h' 2024-11-01T16:36:06.4869050Z adding 'torch/include/torch/csrc/autograd/custom_function.h' 2024-11-01T16:36:06.4872934Z adding 'torch/include/torch/csrc/autograd/edge.h' 2024-11-01T16:36:06.4879003Z adding 'torch/include/torch/csrc/autograd/engine.h' 2024-11-01T16:36:06.4884927Z adding 'torch/include/torch/csrc/autograd/forward_grad.h' 2024-11-01T16:36:06.4898845Z adding 'torch/include/torch/csrc/autograd/function.h' 2024-11-01T16:36:06.4903067Z adding 'torch/include/torch/csrc/autograd/function_hook.h' 2024-11-01T16:36:06.4906260Z adding 'torch/include/torch/csrc/autograd/grad_mode.h' 2024-11-01T16:36:06.4911923Z adding 'torch/include/torch/csrc/autograd/graph_task.h' 2024-11-01T16:36:06.4916056Z adding 'torch/include/torch/csrc/autograd/input_buffer.h' 2024-11-01T16:36:06.4919739Z adding 'torch/include/torch/csrc/autograd/input_metadata.h' 2024-11-01T16:36:06.4923405Z adding 'torch/include/torch/csrc/autograd/jit_decomp_interface.h' 2024-11-01T16:36:06.4926251Z adding 'torch/include/torch/csrc/autograd/profiler.h' 2024-11-01T16:36:06.4931123Z adding 'torch/include/torch/csrc/autograd/profiler_kineto.h' 2024-11-01T16:36:06.4937221Z adding 'torch/include/torch/csrc/autograd/profiler_legacy.h' 2024-11-01T16:36:06.4940504Z adding 'torch/include/torch/csrc/autograd/profiler_python.h' 2024-11-01T16:36:06.4943661Z adding 'torch/include/torch/csrc/autograd/python_anomaly_mode.h' 2024-11-01T16:36:06.4946618Z adding 'torch/include/torch/csrc/autograd/python_autograd.h' 2024-11-01T16:36:06.4950515Z adding 'torch/include/torch/csrc/autograd/python_cpp_function.h' 2024-11-01T16:36:06.4953799Z adding 'torch/include/torch/csrc/autograd/python_engine.h' 2024-11-01T16:36:06.4956819Z adding 'torch/include/torch/csrc/autograd/python_enum_tag.h' 2024-11-01T16:36:06.4959664Z adding 'torch/include/torch/csrc/autograd/python_fft_functions.h' 2024-11-01T16:36:06.4963925Z adding 'torch/include/torch/csrc/autograd/python_function.h' 2024-11-01T16:36:06.4967408Z adding 'torch/include/torch/csrc/autograd/python_hook.h' 2024-11-01T16:36:06.4970440Z adding 'torch/include/torch/csrc/autograd/python_legacy_variable.h' 2024-11-01T16:36:06.4973242Z adding 'torch/include/torch/csrc/autograd/python_linalg_functions.h' 2024-11-01T16:36:06.4976079Z adding 'torch/include/torch/csrc/autograd/python_nested_functions.h' 2024-11-01T16:36:06.4978976Z adding 'torch/include/torch/csrc/autograd/python_nn_functions.h' 2024-11-01T16:36:06.4982164Z adding 'torch/include/torch/csrc/autograd/python_saved_variable_hooks.h' 2024-11-01T16:36:06.4985296Z adding 'torch/include/torch/csrc/autograd/python_sparse_functions.h' 2024-11-01T16:36:06.4988172Z adding 'torch/include/torch/csrc/autograd/python_special_functions.h' 2024-11-01T16:36:06.4991178Z adding 'torch/include/torch/csrc/autograd/python_torch_functions.h' 2024-11-01T16:36:06.4994843Z adding 'torch/include/torch/csrc/autograd/python_variable.h' 2024-11-01T16:36:06.4998680Z adding 'torch/include/torch/csrc/autograd/python_variable_indexing.h' 2024-11-01T16:36:06.5001832Z adding 'torch/include/torch/csrc/autograd/record_function_ops.h' 2024-11-01T16:36:06.5005995Z adding 'torch/include/torch/csrc/autograd/saved_variable.h' 2024-11-01T16:36:06.5009137Z adding 'torch/include/torch/csrc/autograd/saved_variable_hooks.h' 2024-11-01T16:36:06.5011961Z adding 'torch/include/torch/csrc/autograd/symbolic.h' 2024-11-01T16:36:06.5027678Z adding 'torch/include/torch/csrc/autograd/variable.h' 2024-11-01T16:36:06.5031816Z adding 'torch/include/torch/csrc/autograd/variable_info.h' 2024-11-01T16:36:06.5039375Z adding 'torch/include/torch/csrc/autograd/functions/accumulate_grad.h' 2024-11-01T16:36:06.5043513Z adding 'torch/include/torch/csrc/autograd/functions/basic_ops.h' 2024-11-01T16:36:06.5046789Z adding 'torch/include/torch/csrc/autograd/functions/comm.h' 2024-11-01T16:36:06.5049792Z adding 'torch/include/torch/csrc/autograd/functions/pybind.h' 2024-11-01T16:36:06.5054702Z adding 'torch/include/torch/csrc/autograd/functions/tensor.h' 2024-11-01T16:36:06.5058668Z adding 'torch/include/torch/csrc/autograd/functions/utils.h' 2024-11-01T16:36:06.5110547Z adding 'torch/include/torch/csrc/autograd/generated/Functions.h' 2024-11-01T16:36:06.5125267Z adding 'torch/include/torch/csrc/autograd/generated/VariableType.h' 2024-11-01T16:36:06.5131656Z adding 'torch/include/torch/csrc/autograd/generated/ViewFuncs.h' 2024-11-01T16:36:06.5135824Z adding 'torch/include/torch/csrc/autograd/generated/python_functions.h' 2024-11-01T16:36:06.5139789Z adding 'torch/include/torch/csrc/autograd/generated/python_return_types.h' 2024-11-01T16:36:06.5150360Z adding 'torch/include/torch/csrc/autograd/generated/variable_factories.h' 2024-11-01T16:36:06.5156200Z adding 'torch/include/torch/csrc/autograd/utils/error_messages.h' 2024-11-01T16:36:06.5160537Z adding 'torch/include/torch/csrc/autograd/utils/grad_layout_contract.h' 2024-11-01T16:36:06.5164425Z adding 'torch/include/torch/csrc/autograd/utils/lambda_post_hook.h' 2024-11-01T16:36:06.5168362Z adding 'torch/include/torch/csrc/autograd/utils/python_arg_parsing.h' 2024-11-01T16:36:06.5171831Z adding 'torch/include/torch/csrc/autograd/utils/warnings.h' 2024-11-01T16:36:06.5176166Z adding 'torch/include/torch/csrc/autograd/utils/wrap_outputs.h' 2024-11-01T16:36:06.5183275Z adding 'torch/include/torch/csrc/cuda/CUDAPluggableAllocator.h' 2024-11-01T16:36:06.5186063Z adding 'torch/include/torch/csrc/cuda/Event.h' 2024-11-01T16:36:06.5188948Z adding 'torch/include/torch/csrc/cuda/GdsFile.h' 2024-11-01T16:36:06.5192065Z adding 'torch/include/torch/csrc/cuda/Module.h' 2024-11-01T16:36:06.5195075Z adding 'torch/include/torch/csrc/cuda/Stream.h' 2024-11-01T16:36:06.5198193Z adding 'torch/include/torch/csrc/cuda/THCP.h' 2024-11-01T16:36:06.5201503Z adding 'torch/include/torch/csrc/cuda/comm.h' 2024-11-01T16:36:06.5204630Z adding 'torch/include/torch/csrc/cuda/device_set.h' 2024-11-01T16:36:06.5207752Z adding 'torch/include/torch/csrc/cuda/memory_snapshot.h' 2024-11-01T16:36:06.5211961Z adding 'torch/include/torch/csrc/cuda/nccl.h' 2024-11-01T16:36:06.5215127Z adding 'torch/include/torch/csrc/cuda/python_comm.h' 2024-11-01T16:36:06.5218036Z adding 'torch/include/torch/csrc/cuda/python_nccl.h' 2024-11-01T16:36:06.5231831Z adding 'torch/include/torch/csrc/distributed/autograd/context/container.h' 2024-11-01T16:36:06.5236616Z adding 'torch/include/torch/csrc/distributed/autograd/context/context.h' 2024-11-01T16:36:06.5241035Z adding 'torch/include/torch/csrc/distributed/autograd/functions/recvrpc_backward.h' 2024-11-01T16:36:06.5244362Z adding 'torch/include/torch/csrc/distributed/autograd/functions/sendrpc_backward.h' 2024-11-01T16:36:06.5248399Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.h' 2024-11-01T16:36:06.5251639Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.h' 2024-11-01T16:36:06.5254707Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.h' 2024-11-01T16:36:06.5257852Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.h' 2024-11-01T16:36:06.5261005Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.h' 2024-11-01T16:36:06.5264664Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.h' 2024-11-01T16:36:06.5268363Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.h' 2024-11-01T16:36:06.5271836Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.h' 2024-11-01T16:36:06.5275407Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.h' 2024-11-01T16:36:06.5278572Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.h' 2024-11-01T16:36:06.5285078Z adding 'torch/include/torch/csrc/distributed/c10d/Backend.hpp' 2024-11-01T16:36:06.5288603Z adding 'torch/include/torch/csrc/distributed/c10d/Backoff.hpp' 2024-11-01T16:36:06.5294418Z adding 'torch/include/torch/csrc/distributed/c10d/CUDASymmetricMemory-inl.h' 2024-11-01T16:36:06.5298370Z adding 'torch/include/torch/csrc/distributed/c10d/CUDASymmetricMemory.hpp' 2024-11-01T16:36:06.5301622Z adding 'torch/include/torch/csrc/distributed/c10d/DMAConnectivity.hpp' 2024-11-01T16:36:06.5305445Z adding 'torch/include/torch/csrc/distributed/c10d/FakeProcessGroup.hpp' 2024-11-01T16:36:06.5308755Z adding 'torch/include/torch/csrc/distributed/c10d/FileStore.hpp' 2024-11-01T16:36:06.5311631Z adding 'torch/include/torch/csrc/distributed/c10d/Functional.hpp' 2024-11-01T16:36:06.5314711Z adding 'torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp' 2024-11-01T16:36:06.5317817Z adding 'torch/include/torch/csrc/distributed/c10d/GroupRegistry.hpp' 2024-11-01T16:36:06.5321135Z adding 'torch/include/torch/csrc/distributed/c10d/HashStore.hpp' 2024-11-01T16:36:06.5331305Z adding 'torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp' 2024-11-01T16:36:06.5335003Z adding 'torch/include/torch/csrc/distributed/c10d/NanCheck.hpp' 2024-11-01T16:36:06.5339160Z adding 'torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp' 2024-11-01T16:36:06.5342690Z adding 'torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp' 2024-11-01T16:36:06.5351761Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp' 2024-11-01T16:36:06.5358840Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp' 2024-11-01T16:36:06.5363945Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp' 2024-11-01T16:36:06.5383887Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp' 2024-11-01T16:36:06.5390703Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp' 2024-11-01T16:36:06.5394956Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp' 2024-11-01T16:36:06.5399585Z adding 'torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp' 2024-11-01T16:36:06.5403337Z adding 'torch/include/torch/csrc/distributed/c10d/RankLocal.hpp' 2024-11-01T16:36:06.5406961Z adding 'torch/include/torch/csrc/distributed/c10d/Store.hpp' 2024-11-01T16:36:06.5411651Z adding 'torch/include/torch/csrc/distributed/c10d/SymmetricMemory.hpp' 2024-11-01T16:36:06.5415873Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStore.hpp' 2024-11-01T16:36:06.5419394Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStoreBackend.hpp' 2024-11-01T16:36:06.5424845Z adding 'torch/include/torch/csrc/distributed/c10d/TraceUtils.h' 2024-11-01T16:36:06.5429435Z adding 'torch/include/torch/csrc/distributed/c10d/Types.hpp' 2024-11-01T16:36:06.5433135Z adding 'torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp' 2024-11-01T16:36:06.5438307Z adding 'torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp' 2024-11-01T16:36:06.5442109Z adding 'torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp' 2024-11-01T16:36:06.5450472Z adding 'torch/include/torch/csrc/distributed/c10d/Utils.hpp' 2024-11-01T16:36:06.5454365Z adding 'torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp' 2024-11-01T16:36:06.5458690Z adding 'torch/include/torch/csrc/distributed/c10d/Work.hpp' 2024-11-01T16:36:06.5462203Z adding 'torch/include/torch/csrc/distributed/c10d/c10d.h' 2024-11-01T16:36:06.5466868Z adding 'torch/include/torch/csrc/distributed/c10d/comm.hpp' 2024-11-01T16:36:06.5470455Z adding 'torch/include/torch/csrc/distributed/c10d/debug.h' 2024-11-01T16:36:06.5473783Z adding 'torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp' 2024-11-01T16:36:06.5477364Z adding 'torch/include/torch/csrc/distributed/c10d/error.h' 2024-11-01T16:36:06.5481112Z adding 'torch/include/torch/csrc/distributed/c10d/exception.h' 2024-11-01T16:36:06.5485086Z adding 'torch/include/torch/csrc/distributed/c10d/intra_node_comm.hpp' 2024-11-01T16:36:06.5489631Z adding 'torch/include/torch/csrc/distributed/c10d/logger.hpp' 2024-11-01T16:36:06.5493365Z adding 'torch/include/torch/csrc/distributed/c10d/logging.h' 2024-11-01T16:36:06.5496881Z adding 'torch/include/torch/csrc/distributed/c10d/python_comm_hook.h' 2024-11-01T16:36:06.5508006Z adding 'torch/include/torch/csrc/distributed/c10d/reducer.hpp' 2024-11-01T16:36:06.5512327Z adding 'torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp' 2024-11-01T16:36:06.5516029Z adding 'torch/include/torch/csrc/distributed/c10d/sequence_num.hpp' 2024-11-01T16:36:06.5519445Z adding 'torch/include/torch/csrc/distributed/c10d/socket.h' 2024-11-01T16:36:06.5522616Z adding 'torch/include/torch/csrc/distributed/c10d/socket_fmt.h' 2024-11-01T16:36:06.5527244Z adding 'torch/include/torch/csrc/distributed/rpc/agent_utils.h' 2024-11-01T16:36:06.5531920Z adding 'torch/include/torch/csrc/distributed/rpc/message.h' 2024-11-01T16:36:06.5535758Z adding 'torch/include/torch/csrc/distributed/rpc/py_rref.h' 2024-11-01T16:36:06.5539010Z adding 'torch/include/torch/csrc/distributed/rpc/python_call.h' 2024-11-01T16:36:06.5542547Z adding 'torch/include/torch/csrc/distributed/rpc/python_functions.h' 2024-11-01T16:36:06.5545784Z adding 'torch/include/torch/csrc/distributed/rpc/python_remote_call.h' 2024-11-01T16:36:06.5548792Z adding 'torch/include/torch/csrc/distributed/rpc/python_resp.h' 2024-11-01T16:36:06.5553040Z adding 'torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h' 2024-11-01T16:36:06.5556462Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback.h' 2024-11-01T16:36:06.5559778Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_impl.h' 2024-11-01T16:36:06.5563365Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h' 2024-11-01T16:36:06.5566182Z adding 'torch/include/torch/csrc/distributed/rpc/rpc.h' 2024-11-01T16:36:06.5572868Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_agent.h' 2024-11-01T16:36:06.5576417Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_command_base.h' 2024-11-01T16:36:06.5584361Z adding 'torch/include/torch/csrc/distributed/rpc/rref_context.h' 2024-11-01T16:36:06.5592730Z adding 'torch/include/torch/csrc/distributed/rpc/rref_impl.h' 2024-11-01T16:36:06.5596996Z adding 'torch/include/torch/csrc/distributed/rpc/rref_proto.h' 2024-11-01T16:36:06.5600652Z adding 'torch/include/torch/csrc/distributed/rpc/script_call.h' 2024-11-01T16:36:06.5604075Z adding 'torch/include/torch/csrc/distributed/rpc/script_remote_call.h' 2024-11-01T16:36:06.5607156Z adding 'torch/include/torch/csrc/distributed/rpc/script_resp.h' 2024-11-01T16:36:06.5614890Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h' 2024-11-01T16:36:06.5619688Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h' 2024-11-01T16:36:06.5623136Z adding 'torch/include/torch/csrc/distributed/rpc/torchscript_functions.h' 2024-11-01T16:36:06.5626356Z adding 'torch/include/torch/csrc/distributed/rpc/types.h' 2024-11-01T16:36:06.5629947Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h' 2024-11-01T16:36:06.5633333Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h' 2024-11-01T16:36:06.5637148Z adding 'torch/include/torch/csrc/distributed/rpc/utils.h' 2024-11-01T16:36:06.5641821Z adding 'torch/include/torch/csrc/dynamo/cache_entry.h' 2024-11-01T16:36:06.5651854Z adding 'torch/include/torch/csrc/dynamo/compiled_autograd.h' 2024-11-01T16:36:06.5655466Z adding 'torch/include/torch/csrc/dynamo/cpp_shim.h' 2024-11-01T16:36:06.5658732Z adding 'torch/include/torch/csrc/dynamo/cpython_defs.h' 2024-11-01T16:36:06.5667815Z adding 'torch/include/torch/csrc/dynamo/cpython_includes.h' 2024-11-01T16:36:06.5671471Z adding 'torch/include/torch/csrc/dynamo/debug_macros.h' 2024-11-01T16:36:06.5674615Z adding 'torch/include/torch/csrc/dynamo/eval_frame.h' 2024-11-01T16:36:06.5679044Z adding 'torch/include/torch/csrc/dynamo/extra_state.h' 2024-11-01T16:36:06.5686521Z adding 'torch/include/torch/csrc/dynamo/framelocals_mapping.h' 2024-11-01T16:36:06.5690095Z adding 'torch/include/torch/csrc/dynamo/guards.h' 2024-11-01T16:36:06.5693093Z adding 'torch/include/torch/csrc/dynamo/init.h' 2024-11-01T16:36:06.5696276Z adding 'torch/include/torch/csrc/dynamo/python_compiled_autograd.h' 2024-11-01T16:36:06.5699067Z adding 'torch/include/torch/csrc/dynamo/utils.h' 2024-11-01T16:36:06.5703178Z adding 'torch/include/torch/csrc/inductor/inductor_ops.h' 2024-11-01T16:36:06.5707315Z adding 'torch/include/torch/csrc/inductor/aoti_package/model_package_loader.h' 2024-11-01T16:36:06.5710098Z adding 'torch/include/torch/csrc/inductor/aoti_package/pybind.h' 2024-11-01T16:36:06.5714787Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner.h' 2024-11-01T16:36:06.5718224Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.h' 2024-11-01T16:36:06.5721376Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cuda.h' 2024-11-01T16:36:06.5724254Z adding 'torch/include/torch/csrc/inductor/aoti_runner/pybind.h' 2024-11-01T16:36:06.5730538Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/arrayref_tensor.h' 2024-11-01T16:36:06.5734179Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/device_utils.h' 2024-11-01T16:36:06.5738657Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/interface.h' 2024-11-01T16:36:06.5747309Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/model.h' 2024-11-01T16:36:06.5755397Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/model_container.h' 2024-11-01T16:36:06.5759314Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/scalar_to_tensor.h' 2024-11-01T16:36:06.5763008Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/thread_local.h' 2024-11-01T16:36:06.5767085Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils.h' 2024-11-01T16:36:06.5770690Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils_cuda.h' 2024-11-01T16:36:06.5774682Z adding 'torch/include/torch/csrc/inductor/aoti_torch/mkldnn_tensor.h' 2024-11-01T16:36:06.5778372Z adding 'torch/include/torch/csrc/inductor/aoti_torch/oss_proxy_executor.h' 2024-11-01T16:36:06.5781519Z adding 'torch/include/torch/csrc/inductor/aoti_torch/proxy_executor.h' 2024-11-01T16:36:06.5784651Z adding 'torch/include/torch/csrc/inductor/aoti_torch/tensor_converter.h' 2024-11-01T16:36:06.5788636Z adding 'torch/include/torch/csrc/inductor/aoti_torch/utils.h' 2024-11-01T16:36:06.5797490Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim.h' 2024-11-01T16:36:06.5801919Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim_mkldnn.h' 2024-11-01T16:36:06.5809169Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.h' 2024-11-01T16:36:06.5816697Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.h' 2024-11-01T16:36:06.5822250Z adding 'torch/include/torch/csrc/jit/jit_log.h' 2024-11-01T16:36:06.5825820Z adding 'torch/include/torch/csrc/jit/jit_opt_limit.h' 2024-11-01T16:36:06.5828871Z adding 'torch/include/torch/csrc/jit/resource_guard.h' 2024-11-01T16:36:06.5835650Z adding 'torch/include/torch/csrc/jit/api/compilation_unit.h' 2024-11-01T16:36:06.5840482Z adding 'torch/include/torch/csrc/jit/api/function_impl.h' 2024-11-01T16:36:06.5844377Z adding 'torch/include/torch/csrc/jit/api/method.h' 2024-11-01T16:36:06.5854279Z adding 'torch/include/torch/csrc/jit/api/module.h' 2024-11-01T16:36:06.5859315Z adding 'torch/include/torch/csrc/jit/api/object.h' 2024-11-01T16:36:06.5864104Z adding 'torch/include/torch/csrc/jit/backends/backend.h' 2024-11-01T16:36:06.5869139Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_handler.h' 2024-11-01T16:36:06.5872973Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_info.h' 2024-11-01T16:36:06.5876361Z adding 'torch/include/torch/csrc/jit/backends/backend_detail.h' 2024-11-01T16:36:06.5879895Z adding 'torch/include/torch/csrc/jit/backends/backend_exception.h' 2024-11-01T16:36:06.5882960Z adding 'torch/include/torch/csrc/jit/backends/backend_init.h' 2024-11-01T16:36:06.5886118Z adding 'torch/include/torch/csrc/jit/backends/backend_interface.h' 2024-11-01T16:36:06.5889581Z adding 'torch/include/torch/csrc/jit/backends/backend_preprocess.h' 2024-11-01T16:36:06.5892858Z adding 'torch/include/torch/csrc/jit/backends/backend_resolver.h' 2024-11-01T16:36:06.5897471Z adding 'torch/include/torch/csrc/jit/codegen/cuda/interface.h' 2024-11-01T16:36:06.5901806Z adding 'torch/include/torch/csrc/jit/frontend/builtin_functions.h' 2024-11-01T16:36:06.5905019Z adding 'torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h' 2024-11-01T16:36:06.5910351Z adding 'torch/include/torch/csrc/jit/frontend/concrete_module_type.h' 2024-11-01T16:36:06.5913544Z adding 'torch/include/torch/csrc/jit/frontend/convert_to_ssa.h' 2024-11-01T16:36:06.5916711Z adding 'torch/include/torch/csrc/jit/frontend/edit_distance.h' 2024-11-01T16:36:06.5920012Z adding 'torch/include/torch/csrc/jit/frontend/error_report.h' 2024-11-01T16:36:06.5922972Z adding 'torch/include/torch/csrc/jit/frontend/exit_transforms.h' 2024-11-01T16:36:06.5926032Z adding 'torch/include/torch/csrc/jit/frontend/function_schema_parser.h' 2024-11-01T16:36:06.5929151Z adding 'torch/include/torch/csrc/jit/frontend/inline_loop_condition.h' 2024-11-01T16:36:06.5932036Z adding 'torch/include/torch/csrc/jit/frontend/ir_emitter.h' 2024-11-01T16:36:06.5940075Z adding 'torch/include/torch/csrc/jit/frontend/lexer.h' 2024-11-01T16:36:06.5944509Z adding 'torch/include/torch/csrc/jit/frontend/mini_environment.h' 2024-11-01T16:36:06.5947573Z adding 'torch/include/torch/csrc/jit/frontend/name_mangler.h' 2024-11-01T16:36:06.5951149Z adding 'torch/include/torch/csrc/jit/frontend/parse_string_literal.h' 2024-11-01T16:36:06.5954136Z adding 'torch/include/torch/csrc/jit/frontend/parser.h' 2024-11-01T16:36:06.5957178Z adding 'torch/include/torch/csrc/jit/frontend/parser_constants.h' 2024-11-01T16:36:06.5960433Z adding 'torch/include/torch/csrc/jit/frontend/resolver.h' 2024-11-01T16:36:06.5963907Z adding 'torch/include/torch/csrc/jit/frontend/schema_matching.h' 2024-11-01T16:36:06.5967206Z adding 'torch/include/torch/csrc/jit/frontend/schema_type_parser.h' 2024-11-01T16:36:06.5970425Z adding 'torch/include/torch/csrc/jit/frontend/script_type_parser.h' 2024-11-01T16:36:06.5976778Z adding 'torch/include/torch/csrc/jit/frontend/source_range.h' 2024-11-01T16:36:06.5980353Z adding 'torch/include/torch/csrc/jit/frontend/source_ref.h' 2024-11-01T16:36:06.5983241Z adding 'torch/include/torch/csrc/jit/frontend/strtod.h' 2024-11-01T16:36:06.5993329Z adding 'torch/include/torch/csrc/jit/frontend/sugared_value.h' 2024-11-01T16:36:06.5999629Z adding 'torch/include/torch/csrc/jit/frontend/tracer.h' 2024-11-01T16:36:06.6004567Z adding 'torch/include/torch/csrc/jit/frontend/tree.h' 2024-11-01T16:36:06.6016160Z adding 'torch/include/torch/csrc/jit/frontend/tree_views.h' 2024-11-01T16:36:06.6020222Z adding 'torch/include/torch/csrc/jit/frontend/versioned_symbols.h' 2024-11-01T16:36:06.6027428Z adding 'torch/include/torch/csrc/jit/ir/alias_analysis.h' 2024-11-01T16:36:06.6031801Z adding 'torch/include/torch/csrc/jit/ir/attributes.h' 2024-11-01T16:36:06.6035405Z adding 'torch/include/torch/csrc/jit/ir/constants.h' 2024-11-01T16:36:06.6039663Z adding 'torch/include/torch/csrc/jit/ir/graph_node_list.h' 2024-11-01T16:36:06.6042844Z adding 'torch/include/torch/csrc/jit/ir/graph_utils.h' 2024-11-01T16:36:06.6063414Z adding 'torch/include/torch/csrc/jit/ir/ir.h' 2024-11-01T16:36:06.6068736Z adding 'torch/include/torch/csrc/jit/ir/ir_views.h' 2024-11-01T16:36:06.6072052Z adding 'torch/include/torch/csrc/jit/ir/irparser.h' 2024-11-01T16:36:06.6075613Z adding 'torch/include/torch/csrc/jit/ir/named_value.h' 2024-11-01T16:36:06.6078652Z adding 'torch/include/torch/csrc/jit/ir/node_hashing.h' 2024-11-01T16:36:06.6083113Z adding 'torch/include/torch/csrc/jit/ir/scope.h' 2024-11-01T16:36:06.6087210Z adding 'torch/include/torch/csrc/jit/ir/subgraph_matcher.h' 2024-11-01T16:36:06.6090255Z adding 'torch/include/torch/csrc/jit/ir/type_hashing.h' 2024-11-01T16:36:06.6094387Z adding 'torch/include/torch/csrc/jit/mobile/code.h' 2024-11-01T16:36:06.6097889Z adding 'torch/include/torch/csrc/jit/mobile/debug_info.h' 2024-11-01T16:36:06.6102308Z adding 'torch/include/torch/csrc/jit/mobile/file_format.h' 2024-11-01T16:36:06.6106494Z adding 'torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h' 2024-11-01T16:36:06.6109697Z adding 'torch/include/torch/csrc/jit/mobile/frame.h' 2024-11-01T16:36:06.6113282Z adding 'torch/include/torch/csrc/jit/mobile/function.h' 2024-11-01T16:36:06.6117390Z adding 'torch/include/torch/csrc/jit/mobile/import.h' 2024-11-01T16:36:06.6120678Z adding 'torch/include/torch/csrc/jit/mobile/import_data.h' 2024-11-01T16:36:06.6123798Z adding 'torch/include/torch/csrc/jit/mobile/import_export_common.h' 2024-11-01T16:36:06.6126744Z adding 'torch/include/torch/csrc/jit/mobile/interpreter.h' 2024-11-01T16:36:06.6129804Z adding 'torch/include/torch/csrc/jit/mobile/method.h' 2024-11-01T16:36:06.6133989Z adding 'torch/include/torch/csrc/jit/mobile/module.h' 2024-11-01T16:36:06.6137860Z adding 'torch/include/torch/csrc/jit/mobile/observer.h' 2024-11-01T16:36:06.6141074Z adding 'torch/include/torch/csrc/jit/mobile/parse_bytecode.h' 2024-11-01T16:36:06.6144163Z adding 'torch/include/torch/csrc/jit/mobile/parse_operators.h' 2024-11-01T16:36:06.6147176Z adding 'torch/include/torch/csrc/jit/mobile/prim_ops_registery.h' 2024-11-01T16:36:06.6151056Z adding 'torch/include/torch/csrc/jit/mobile/profiler_edge.h' 2024-11-01T16:36:06.6154190Z adding 'torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h' 2024-11-01T16:36:06.6157507Z adding 'torch/include/torch/csrc/jit/mobile/quantization.h' 2024-11-01T16:36:06.6161822Z adding 'torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h' 2024-11-01T16:36:06.6165067Z adding 'torch/include/torch/csrc/jit/mobile/type_parser.h' 2024-11-01T16:36:06.6168207Z adding 'torch/include/torch/csrc/jit/mobile/upgrader_mobile.h' 2024-11-01T16:36:06.6173440Z adding 'torch/include/torch/csrc/jit/passes/add_if_then_else.h' 2024-11-01T16:36:06.6176388Z adding 'torch/include/torch/csrc/jit/passes/annotate_warns.h' 2024-11-01T16:36:06.6179166Z adding 'torch/include/torch/csrc/jit/passes/autocast.h' 2024-11-01T16:36:06.6182300Z adding 'torch/include/torch/csrc/jit/passes/bailout_graph.h' 2024-11-01T16:36:06.6185127Z adding 'torch/include/torch/csrc/jit/passes/batch_mm.h' 2024-11-01T16:36:06.6188097Z adding 'torch/include/torch/csrc/jit/passes/canonicalize.h' 2024-11-01T16:36:06.6191056Z adding 'torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h' 2024-11-01T16:36:06.6193820Z adding 'torch/include/torch/csrc/jit/passes/check_strict_fusion.h' 2024-11-01T16:36:06.6196885Z adding 'torch/include/torch/csrc/jit/passes/clear_profiling.h' 2024-11-01T16:36:06.6199993Z adding 'torch/include/torch/csrc/jit/passes/clear_undefinedness.h' 2024-11-01T16:36:06.6203168Z adding 'torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h' 2024-11-01T16:36:06.6206004Z adding 'torch/include/torch/csrc/jit/passes/concat_opt.h' 2024-11-01T16:36:06.6209010Z adding 'torch/include/torch/csrc/jit/passes/constant_pooling.h' 2024-11-01T16:36:06.6212228Z adding 'torch/include/torch/csrc/jit/passes/constant_propagation.h' 2024-11-01T16:36:06.6215421Z adding 'torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h' 2024-11-01T16:36:06.6218356Z adding 'torch/include/torch/csrc/jit/passes/create_functional_graphs.h' 2024-11-01T16:36:06.6221648Z adding 'torch/include/torch/csrc/jit/passes/dead_code_elimination.h' 2024-11-01T16:36:06.6224580Z adding 'torch/include/torch/csrc/jit/passes/decompose_ops.h' 2024-11-01T16:36:06.6227594Z adding 'torch/include/torch/csrc/jit/passes/device_type_analysis.h' 2024-11-01T16:36:06.6230621Z adding 'torch/include/torch/csrc/jit/passes/dtype_analysis.h' 2024-11-01T16:36:06.6233626Z adding 'torch/include/torch/csrc/jit/passes/eliminate_no_ops.h' 2024-11-01T16:36:06.6237403Z adding 'torch/include/torch/csrc/jit/passes/erase_number_types.h' 2024-11-01T16:36:06.6240838Z adding 'torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h' 2024-11-01T16:36:06.6244092Z adding 'torch/include/torch/csrc/jit/passes/fold_conv_bn.h' 2024-11-01T16:36:06.6247227Z adding 'torch/include/torch/csrc/jit/passes/fold_linear_bn.h' 2024-11-01T16:36:06.6250425Z adding 'torch/include/torch/csrc/jit/passes/freeze_module.h' 2024-11-01T16:36:06.6253552Z adding 'torch/include/torch/csrc/jit/passes/frozen_concat_linear.h' 2024-11-01T16:36:06.6256501Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h' 2024-11-01T16:36:06.6259577Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_folding.h' 2024-11-01T16:36:06.6262675Z adding 'torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h' 2024-11-01T16:36:06.6265733Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_folding.h' 2024-11-01T16:36:06.6268661Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h' 2024-11-01T16:36:06.6271731Z adding 'torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h' 2024-11-01T16:36:06.6274720Z adding 'torch/include/torch/csrc/jit/passes/fuse_linear.h' 2024-11-01T16:36:06.6277846Z adding 'torch/include/torch/csrc/jit/passes/fuse_relu.h' 2024-11-01T16:36:06.6281137Z adding 'torch/include/torch/csrc/jit/passes/graph_fuser.h' 2024-11-01T16:36:06.6284540Z adding 'torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h' 2024-11-01T16:36:06.6287704Z adding 'torch/include/torch/csrc/jit/passes/guard_elimination.h' 2024-11-01T16:36:06.6290607Z adding 'torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h' 2024-11-01T16:36:06.6293758Z adding 'torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h' 2024-11-01T16:36:06.6296676Z adding 'torch/include/torch/csrc/jit/passes/inline_fork_wait.h' 2024-11-01T16:36:06.6299772Z adding 'torch/include/torch/csrc/jit/passes/inline_forked_closures.h' 2024-11-01T16:36:06.6302524Z adding 'torch/include/torch/csrc/jit/passes/inliner.h' 2024-11-01T16:36:06.6305540Z adding 'torch/include/torch/csrc/jit/passes/inplace_check.h' 2024-11-01T16:36:06.6308439Z adding 'torch/include/torch/csrc/jit/passes/insert_guards.h' 2024-11-01T16:36:06.6311514Z adding 'torch/include/torch/csrc/jit/passes/integer_value_refinement.h' 2024-11-01T16:36:06.6314325Z adding 'torch/include/torch/csrc/jit/passes/lift_closures.h' 2024-11-01T16:36:06.6317477Z adding 'torch/include/torch/csrc/jit/passes/liveness.h' 2024-11-01T16:36:06.6320730Z adding 'torch/include/torch/csrc/jit/passes/loop_unrolling.h' 2024-11-01T16:36:06.6323664Z adding 'torch/include/torch/csrc/jit/passes/lower_grad_of.h' 2024-11-01T16:36:06.6326819Z adding 'torch/include/torch/csrc/jit/passes/lower_graph.h' 2024-11-01T16:36:06.6329867Z adding 'torch/include/torch/csrc/jit/passes/lower_tuples.h' 2024-11-01T16:36:06.6332970Z adding 'torch/include/torch/csrc/jit/passes/metal_rewrite.h' 2024-11-01T16:36:06.6336014Z adding 'torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h' 2024-11-01T16:36:06.6339070Z adding 'torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h' 2024-11-01T16:36:06.6342022Z adding 'torch/include/torch/csrc/jit/passes/normalize_ops.h' 2024-11-01T16:36:06.6345455Z adding 'torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h' 2024-11-01T16:36:06.6348480Z adding 'torch/include/torch/csrc/jit/passes/onnx.h' 2024-11-01T16:36:06.6352721Z adding 'torch/include/torch/csrc/jit/passes/pass_manager.h' 2024-11-01T16:36:06.6356068Z adding 'torch/include/torch/csrc/jit/passes/peephole.h' 2024-11-01T16:36:06.6359176Z adding 'torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h' 2024-11-01T16:36:06.6362403Z adding 'torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h' 2024-11-01T16:36:06.6365805Z adding 'torch/include/torch/csrc/jit/passes/peephole_list_idioms.h' 2024-11-01T16:36:06.6368831Z adding 'torch/include/torch/csrc/jit/passes/peephole_non_tensor.h' 2024-11-01T16:36:06.6371812Z adding 'torch/include/torch/csrc/jit/passes/prepack_folding.h' 2024-11-01T16:36:06.6374769Z adding 'torch/include/torch/csrc/jit/passes/refine_tuple_types.h' 2024-11-01T16:36:06.6377683Z adding 'torch/include/torch/csrc/jit/passes/remove_dropout.h' 2024-11-01T16:36:06.6380864Z adding 'torch/include/torch/csrc/jit/passes/remove_exceptions.h' 2024-11-01T16:36:06.6383843Z adding 'torch/include/torch/csrc/jit/passes/remove_expands.h' 2024-11-01T16:36:06.6386688Z adding 'torch/include/torch/csrc/jit/passes/remove_inplace_ops.h' 2024-11-01T16:36:06.6390259Z adding 'torch/include/torch/csrc/jit/passes/remove_mutation.h' 2024-11-01T16:36:06.6393378Z adding 'torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h' 2024-11-01T16:36:06.6396922Z adding 'torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h' 2024-11-01T16:36:06.6400264Z adding 'torch/include/torch/csrc/jit/passes/requires_grad_analysis.h' 2024-11-01T16:36:06.6404050Z adding 'torch/include/torch/csrc/jit/passes/restore_mutation.h' 2024-11-01T16:36:06.6407781Z adding 'torch/include/torch/csrc/jit/passes/shape_analysis.h' 2024-11-01T16:36:06.6411403Z adding 'torch/include/torch/csrc/jit/passes/specialize_autogradzero.h' 2024-11-01T16:36:06.6415254Z adding 'torch/include/torch/csrc/jit/passes/subgraph_rewrite.h' 2024-11-01T16:36:06.6418971Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h' 2024-11-01T16:36:06.6422340Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h' 2024-11-01T16:36:06.6426088Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h' 2024-11-01T16:36:06.6429751Z adding 'torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h' 2024-11-01T16:36:06.6433216Z adding 'torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h' 2024-11-01T16:36:06.6436782Z adding 'torch/include/torch/csrc/jit/passes/value_refinement_utils.h' 2024-11-01T16:36:06.6439831Z adding 'torch/include/torch/csrc/jit/passes/variadic_ops.h' 2024-11-01T16:36:06.6442902Z adding 'torch/include/torch/csrc/jit/passes/vulkan_rewrite.h' 2024-11-01T16:36:06.6446125Z adding 'torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h' 2024-11-01T16:36:06.6450238Z adding 'torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h' 2024-11-01T16:36:06.6453611Z adding 'torch/include/torch/csrc/jit/passes/quantization/finalize.h' 2024-11-01T16:36:06.6456618Z adding 'torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h' 2024-11-01T16:36:06.6461253Z adding 'torch/include/torch/csrc/jit/passes/quantization/helper.h' 2024-11-01T16:36:06.6464916Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_observers.h' 2024-11-01T16:36:06.6468239Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h' 2024-11-01T16:36:06.6478851Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h' 2024-11-01T16:36:06.6483367Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_type.h' 2024-11-01T16:36:06.6486447Z adding 'torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h' 2024-11-01T16:36:06.6490373Z adding 'torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h' 2024-11-01T16:36:06.6494955Z adding 'torch/include/torch/csrc/jit/passes/utils/memory_dag.h' 2024-11-01T16:36:06.6498292Z adding 'torch/include/torch/csrc/jit/passes/utils/op_registry.h' 2024-11-01T16:36:06.6501277Z adding 'torch/include/torch/csrc/jit/passes/utils/optimization_utils.h' 2024-11-01T16:36:06.6504759Z adding 'torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h' 2024-11-01T16:36:06.6508592Z adding 'torch/include/torch/csrc/jit/python/init.h' 2024-11-01T16:36:06.6511885Z adding 'torch/include/torch/csrc/jit/python/module_python.h' 2024-11-01T16:36:06.6516511Z adding 'torch/include/torch/csrc/jit/python/pybind.h' 2024-11-01T16:36:06.6532868Z adding 'torch/include/torch/csrc/jit/python/pybind_utils.h' 2024-11-01T16:36:06.6537835Z adding 'torch/include/torch/csrc/jit/python/python_arg_flatten.h' 2024-11-01T16:36:06.6540936Z adding 'torch/include/torch/csrc/jit/python/python_custom_class.h' 2024-11-01T16:36:06.6544566Z adding 'torch/include/torch/csrc/jit/python/python_dict.h' 2024-11-01T16:36:06.6548193Z adding 'torch/include/torch/csrc/jit/python/python_ir.h' 2024-11-01T16:36:06.6552069Z adding 'torch/include/torch/csrc/jit/python/python_ivalue.h' 2024-11-01T16:36:06.6556584Z adding 'torch/include/torch/csrc/jit/python/python_list.h' 2024-11-01T16:36:06.6561832Z adding 'torch/include/torch/csrc/jit/python/python_sugared_value.h' 2024-11-01T16:36:06.6565276Z adding 'torch/include/torch/csrc/jit/python/python_tracer.h' 2024-11-01T16:36:06.6568238Z adding 'torch/include/torch/csrc/jit/python/python_tree_views.h' 2024-11-01T16:36:06.6571033Z adding 'torch/include/torch/csrc/jit/python/script_init.h' 2024-11-01T16:36:06.6573963Z adding 'torch/include/torch/csrc/jit/python/update_graph_executor_opt.h' 2024-11-01T16:36:06.6576732Z adding 'torch/include/torch/csrc/jit/python/utf8_decoding_ignore.h' 2024-11-01T16:36:06.6585043Z adding 'torch/include/torch/csrc/jit/runtime/argument_spec.h' 2024-11-01T16:36:06.6589406Z adding 'torch/include/torch/csrc/jit/runtime/autodiff.h' 2024-11-01T16:36:06.6593108Z adding 'torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h' 2024-11-01T16:36:06.6596421Z adding 'torch/include/torch/csrc/jit/runtime/custom_operator.h' 2024-11-01T16:36:06.6599597Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry.h' 2024-11-01T16:36:06.6602638Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h' 2024-11-01T16:36:06.6605530Z adding 'torch/include/torch/csrc/jit/runtime/exception_message.h' 2024-11-01T16:36:06.6609587Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor.h' 2024-11-01T16:36:06.6613640Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor_impl.h' 2024-11-01T16:36:06.6617856Z adding 'torch/include/torch/csrc/jit/runtime/graph_iterator.h' 2024-11-01T16:36:06.6622235Z adding 'torch/include/torch/csrc/jit/runtime/instruction.h' 2024-11-01T16:36:06.6626533Z adding 'torch/include/torch/csrc/jit/runtime/interpreter.h' 2024-11-01T16:36:06.6629860Z adding 'torch/include/torch/csrc/jit/runtime/jit_exception.h' 2024-11-01T16:36:06.6632891Z adding 'torch/include/torch/csrc/jit/runtime/jit_trace.h' 2024-11-01T16:36:06.6636368Z adding 'torch/include/torch/csrc/jit/runtime/logging.h' 2024-11-01T16:36:06.6641914Z adding 'torch/include/torch/csrc/jit/runtime/operator.h' 2024-11-01T16:36:06.6645894Z adding 'torch/include/torch/csrc/jit/runtime/operator_options.h' 2024-11-01T16:36:06.6649010Z adding 'torch/include/torch/csrc/jit/runtime/print_handler.h' 2024-11-01T16:36:06.6652746Z adding 'torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h' 2024-11-01T16:36:06.6657882Z adding 'torch/include/torch/csrc/jit/runtime/profiling_record.h' 2024-11-01T16:36:06.6667873Z adding 'torch/include/torch/csrc/jit/runtime/register_ops_utils.h' 2024-11-01T16:36:06.6672573Z adding 'torch/include/torch/csrc/jit/runtime/script_profile.h' 2024-11-01T16:36:06.6675953Z adding 'torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h' 2024-11-01T16:36:06.6678909Z adding 'torch/include/torch/csrc/jit/runtime/shape_function_registry.h' 2024-11-01T16:36:06.6682086Z adding 'torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h' 2024-11-01T16:36:06.6685155Z adding 'torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h' 2024-11-01T16:36:06.6688265Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_script.h' 2024-11-01T16:36:06.6691946Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h' 2024-11-01T16:36:06.6695258Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h' 2024-11-01T16:36:06.6698302Z adding 'torch/include/torch/csrc/jit/runtime/vararg_functions.h' 2024-11-01T16:36:06.6701381Z adding 'torch/include/torch/csrc/jit/runtime/variable_tensor_list.h' 2024-11-01T16:36:06.6706288Z adding 'torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h' 2024-11-01T16:36:06.6711820Z adding 'torch/include/torch/csrc/jit/serialization/export.h' 2024-11-01T16:36:06.6715613Z adding 'torch/include/torch/csrc/jit/serialization/export_bytecode.h' 2024-11-01T16:36:06.6719460Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h' 2024-11-01T16:36:06.6722585Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h' 2024-11-01T16:36:06.6726093Z adding 'torch/include/torch/csrc/jit/serialization/import.h' 2024-11-01T16:36:06.6729468Z adding 'torch/include/torch/csrc/jit/serialization/import_export_constants.h' 2024-11-01T16:36:06.6732596Z adding 'torch/include/torch/csrc/jit/serialization/import_export_functions.h' 2024-11-01T16:36:06.6735636Z adding 'torch/include/torch/csrc/jit/serialization/import_export_helpers.h' 2024-11-01T16:36:06.6739002Z adding 'torch/include/torch/csrc/jit/serialization/import_read.h' 2024-11-01T16:36:06.6743019Z adding 'torch/include/torch/csrc/jit/serialization/import_source.h' 2024-11-01T16:36:06.6763411Z adding 'torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h' 2024-11-01T16:36:06.6768836Z adding 'torch/include/torch/csrc/jit/serialization/onnx.h' 2024-11-01T16:36:06.6772830Z adding 'torch/include/torch/csrc/jit/serialization/pickle.h' 2024-11-01T16:36:06.6779757Z adding 'torch/include/torch/csrc/jit/serialization/pickler.h' 2024-11-01T16:36:06.6783593Z adding 'torch/include/torch/csrc/jit/serialization/python_print.h' 2024-11-01T16:36:06.6787150Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization.h' 2024-11-01T16:36:06.6790407Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h' 2024-11-01T16:36:06.6793722Z adding 'torch/include/torch/csrc/jit/serialization/storage_context.h' 2024-11-01T16:36:06.6797413Z adding 'torch/include/torch/csrc/jit/serialization/type_name_uniquer.h' 2024-11-01T16:36:06.6802297Z adding 'torch/include/torch/csrc/jit/serialization/unpickler.h' 2024-11-01T16:36:06.6808592Z adding 'torch/include/torch/csrc/jit/tensorexpr/analysis.h' 2024-11-01T16:36:06.6812861Z adding 'torch/include/torch/csrc/jit/tensorexpr/block_codegen.h' 2024-11-01T16:36:06.6816458Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h' 2024-11-01T16:36:06.6820634Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h' 2024-11-01T16:36:06.6825596Z adding 'torch/include/torch/csrc/jit/tensorexpr/codegen.h' 2024-11-01T16:36:06.6829485Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h' 2024-11-01T16:36:06.6832667Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h' 2024-11-01T16:36:06.6837557Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h' 2024-11-01T16:36:06.6841485Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_random.h' 2024-11-01T16:36:06.6846557Z adding 'torch/include/torch/csrc/jit/tensorexpr/eval.h' 2024-11-01T16:36:06.6850298Z adding 'torch/include/torch/csrc/jit/tensorexpr/exceptions.h' 2024-11-01T16:36:06.6856451Z adding 'torch/include/torch/csrc/jit/tensorexpr/expr.h' 2024-11-01T16:36:06.6860506Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions.h' 2024-11-01T16:36:06.6863807Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h' 2024-11-01T16:36:06.6867447Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h' 2024-11-01T16:36:06.6871141Z adding 'torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h' 2024-11-01T16:36:06.6875396Z adding 'torch/include/torch/csrc/jit/tensorexpr/graph_opt.h' 2024-11-01T16:36:06.6879759Z adding 'torch/include/torch/csrc/jit/tensorexpr/half_support.h' 2024-11-01T16:36:06.6884521Z adding 'torch/include/torch/csrc/jit/tensorexpr/hash_provider.h' 2024-11-01T16:36:06.6887808Z adding 'torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h' 2024-11-01T16:36:06.6895636Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir.h' 2024-11-01T16:36:06.6899609Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h' 2024-11-01T16:36:06.6903232Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h' 2024-11-01T16:36:06.6907344Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_printer.h' 2024-11-01T16:36:06.6914199Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h' 2024-11-01T16:36:06.6917982Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h' 2024-11-01T16:36:06.6921251Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h' 2024-11-01T16:36:06.6927670Z adding 'torch/include/torch/csrc/jit/tensorexpr/kernel.h' 2024-11-01T16:36:06.6932108Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h' 2024-11-01T16:36:06.6935566Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h' 2024-11-01T16:36:06.6944744Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest.h' 2024-11-01T16:36:06.6948461Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h' 2024-11-01T16:36:06.6951567Z adding 'torch/include/torch/csrc/jit/tensorexpr/lowerings.h' 2024-11-01T16:36:06.6958106Z adding 'torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h' 2024-11-01T16:36:06.6963053Z adding 'torch/include/torch/csrc/jit/tensorexpr/reduction.h' 2024-11-01T16:36:06.6969653Z adding 'torch/include/torch/csrc/jit/tensorexpr/registerizer.h' 2024-11-01T16:36:06.6978236Z adding 'torch/include/torch/csrc/jit/tensorexpr/stmt.h' 2024-11-01T16:36:06.6983422Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensor.h' 2024-11-01T16:36:06.6986962Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h' 2024-11-01T16:36:06.6990755Z adding 'torch/include/torch/csrc/jit/tensorexpr/types.h' 2024-11-01T16:36:06.6994116Z adding 'torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h' 2024-11-01T16:36:06.6997515Z adding 'torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h' 2024-11-01T16:36:06.7001670Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h' 2024-11-01T16:36:06.7004739Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h' 2024-11-01T16:36:06.7008120Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/misc.h' 2024-11-01T16:36:06.7016912Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/norm.h' 2024-11-01T16:36:06.7020308Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/operators.h' 2024-11-01T16:36:06.7023619Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h' 2024-11-01T16:36:06.7026937Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h' 2024-11-01T16:36:06.7030077Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h' 2024-11-01T16:36:06.7033072Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h' 2024-11-01T16:36:06.7037352Z adding 'torch/include/torch/csrc/jit/testing/file_check.h' 2024-11-01T16:36:06.7040498Z adding 'torch/include/torch/csrc/jit/testing/hooks_for_testing.h' 2024-11-01T16:36:06.7046532Z adding 'torch/include/torch/csrc/lazy/backend/backend_data.h' 2024-11-01T16:36:06.7051088Z adding 'torch/include/torch/csrc/lazy/backend/backend_device.h' 2024-11-01T16:36:06.7055357Z adding 'torch/include/torch/csrc/lazy/backend/backend_interface.h' 2024-11-01T16:36:06.7059191Z adding 'torch/include/torch/csrc/lazy/backend/lowering_context.h' 2024-11-01T16:36:06.7064098Z adding 'torch/include/torch/csrc/lazy/core/cache.h' 2024-11-01T16:36:06.7067457Z adding 'torch/include/torch/csrc/lazy/core/config.h' 2024-11-01T16:36:06.7070727Z adding 'torch/include/torch/csrc/lazy/core/debug_util.h' 2024-11-01T16:36:06.7074029Z adding 'torch/include/torch/csrc/lazy/core/dynamic_ir.h' 2024-11-01T16:36:06.7078659Z adding 'torch/include/torch/csrc/lazy/core/hash.h' 2024-11-01T16:36:06.7082420Z adding 'torch/include/torch/csrc/lazy/core/helpers.h' 2024-11-01T16:36:06.7087410Z adding 'torch/include/torch/csrc/lazy/core/ir.h' 2024-11-01T16:36:06.7091514Z adding 'torch/include/torch/csrc/lazy/core/ir_builder.h' 2024-11-01T16:36:06.7094801Z adding 'torch/include/torch/csrc/lazy/core/ir_dump_util.h' 2024-11-01T16:36:06.7098031Z adding 'torch/include/torch/csrc/lazy/core/ir_metadata.h' 2024-11-01T16:36:06.7101275Z adding 'torch/include/torch/csrc/lazy/core/ir_util.h' 2024-11-01T16:36:06.7107774Z adding 'torch/include/torch/csrc/lazy/core/lazy_graph_executor.h' 2024-11-01T16:36:06.7112790Z adding 'torch/include/torch/csrc/lazy/core/metrics.h' 2024-11-01T16:36:06.7116619Z adding 'torch/include/torch/csrc/lazy/core/multi_wait.h' 2024-11-01T16:36:06.7120183Z adding 'torch/include/torch/csrc/lazy/core/permutation_util.h' 2024-11-01T16:36:06.7123541Z adding 'torch/include/torch/csrc/lazy/core/shape.h' 2024-11-01T16:36:06.7129026Z adding 'torch/include/torch/csrc/lazy/core/shape_inference.h' 2024-11-01T16:36:06.7134791Z adding 'torch/include/torch/csrc/lazy/core/tensor.h' 2024-11-01T16:36:06.7138439Z adding 'torch/include/torch/csrc/lazy/core/tensor_impl.h' 2024-11-01T16:36:06.7142014Z adding 'torch/include/torch/csrc/lazy/core/tensor_util.h' 2024-11-01T16:36:06.7145196Z adding 'torch/include/torch/csrc/lazy/core/thread_pool.h' 2024-11-01T16:36:06.7148681Z adding 'torch/include/torch/csrc/lazy/core/trie.h' 2024-11-01T16:36:06.7151955Z adding 'torch/include/torch/csrc/lazy/core/unique.h' 2024-11-01T16:36:06.7155590Z adding 'torch/include/torch/csrc/lazy/core/util.h' 2024-11-01T16:36:06.7159783Z adding 'torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h' 2024-11-01T16:36:06.7163493Z adding 'torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h' 2024-11-01T16:36:06.7166592Z adding 'torch/include/torch/csrc/lazy/core/ops/utils.h' 2024-11-01T16:36:06.7170278Z adding 'torch/include/torch/csrc/lazy/python/python_util.h' 2024-11-01T16:36:06.7174028Z adding 'torch/include/torch/csrc/lazy/ts_backend/config.h' 2024-11-01T16:36:06.7177460Z adding 'torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h' 2024-11-01T16:36:06.7180918Z adding 'torch/include/torch/csrc/lazy/ts_backend/ir_builder.h' 2024-11-01T16:36:06.7184033Z adding 'torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h' 2024-11-01T16:36:06.7187110Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h' 2024-11-01T16:36:06.7190461Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h' 2024-11-01T16:36:06.7193663Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h' 2024-11-01T16:36:06.7197701Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h' 2024-11-01T16:36:06.7201536Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node.h' 2024-11-01T16:36:06.7204754Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h' 2024-11-01T16:36:06.7209769Z adding 'torch/include/torch/csrc/onnx/back_compat.h' 2024-11-01T16:36:06.7212698Z adding 'torch/include/torch/csrc/onnx/init.h' 2024-11-01T16:36:06.7215695Z adding 'torch/include/torch/csrc/onnx/onnx.h' 2024-11-01T16:36:06.7219618Z adding 'torch/include/torch/csrc/profiler/api.h' 2024-11-01T16:36:06.7227537Z adding 'torch/include/torch/csrc/profiler/collection.h' 2024-11-01T16:36:06.7231625Z adding 'torch/include/torch/csrc/profiler/combined_traceback.h' 2024-11-01T16:36:06.7236154Z adding 'torch/include/torch/csrc/profiler/containers.h' 2024-11-01T16:36:06.7240171Z adding 'torch/include/torch/csrc/profiler/data_flow.h' 2024-11-01T16:36:06.7243410Z adding 'torch/include/torch/csrc/profiler/events.h' 2024-11-01T16:36:06.7246508Z adding 'torch/include/torch/csrc/profiler/kineto_client_interface.h' 2024-11-01T16:36:06.7250166Z adding 'torch/include/torch/csrc/profiler/kineto_shim.h' 2024-11-01T16:36:06.7253456Z adding 'torch/include/torch/csrc/profiler/perf-inl.h' 2024-11-01T16:36:06.7257017Z adding 'torch/include/torch/csrc/profiler/perf.h' 2024-11-01T16:36:06.7261216Z adding 'torch/include/torch/csrc/profiler/util.h' 2024-11-01T16:36:06.7266501Z adding 'torch/include/torch/csrc/profiler/orchestration/observer.h' 2024-11-01T16:36:06.7270113Z adding 'torch/include/torch/csrc/profiler/orchestration/python_tracer.h' 2024-11-01T16:36:06.7273228Z adding 'torch/include/torch/csrc/profiler/orchestration/vulkan.h' 2024-11-01T16:36:06.7277281Z adding 'torch/include/torch/csrc/profiler/python/combined_traceback.h' 2024-11-01T16:36:06.7280281Z adding 'torch/include/torch/csrc/profiler/python/init.h' 2024-11-01T16:36:06.7283551Z adding 'torch/include/torch/csrc/profiler/python/pybind.h' 2024-11-01T16:36:06.7287538Z adding 'torch/include/torch/csrc/profiler/standalone/execution_trace_observer.h' 2024-11-01T16:36:06.7290421Z adding 'torch/include/torch/csrc/profiler/standalone/itt_observer.h' 2024-11-01T16:36:06.7293330Z adding 'torch/include/torch/csrc/profiler/standalone/nvtx_observer.h' 2024-11-01T16:36:06.7296565Z adding 'torch/include/torch/csrc/profiler/standalone/privateuse1_observer.h' 2024-11-01T16:36:06.7301275Z adding 'torch/include/torch/csrc/profiler/stubs/base.h' 2024-11-01T16:36:06.7305540Z adding 'torch/include/torch/csrc/profiler/unwind/action.h' 2024-11-01T16:36:06.7309175Z adding 'torch/include/torch/csrc/profiler/unwind/communicate.h' 2024-11-01T16:36:06.7314054Z adding 'torch/include/torch/csrc/profiler/unwind/debug_info.h' 2024-11-01T16:36:06.7317763Z adding 'torch/include/torch/csrc/profiler/unwind/dwarf_enums.h' 2024-11-01T16:36:06.7321790Z adding 'torch/include/torch/csrc/profiler/unwind/dwarf_symbolize_enums.h' 2024-11-01T16:36:06.7325495Z adding 'torch/include/torch/csrc/profiler/unwind/eh_frame_hdr.h' 2024-11-01T16:36:06.7329479Z adding 'torch/include/torch/csrc/profiler/unwind/fast_symbolizer.h' 2024-11-01T16:36:06.7335116Z adding 'torch/include/torch/csrc/profiler/unwind/fde.h' 2024-11-01T16:36:06.7339288Z adding 'torch/include/torch/csrc/profiler/unwind/lexer.h' 2024-11-01T16:36:06.7344754Z adding 'torch/include/torch/csrc/profiler/unwind/line_number_program.h' 2024-11-01T16:36:06.7349122Z adding 'torch/include/torch/csrc/profiler/unwind/mem_file.h' 2024-11-01T16:36:06.7353211Z adding 'torch/include/torch/csrc/profiler/unwind/range_table.h' 2024-11-01T16:36:06.7357440Z adding 'torch/include/torch/csrc/profiler/unwind/sections.h' 2024-11-01T16:36:06.7360768Z adding 'torch/include/torch/csrc/profiler/unwind/unwind.h' 2024-11-01T16:36:06.7364263Z adding 'torch/include/torch/csrc/profiler/unwind/unwind_error.h' 2024-11-01T16:36:06.7367808Z adding 'torch/include/torch/csrc/profiler/unwind/unwinder.h' 2024-11-01T16:36:06.7371929Z adding 'torch/include/torch/csrc/tensor/python_tensor.h' 2024-11-01T16:36:06.7377264Z adding 'torch/include/torch/csrc/utils/byte_order.h' 2024-11-01T16:36:06.7380408Z adding 'torch/include/torch/csrc/utils/cpp_stacktraces.h' 2024-11-01T16:36:06.7383341Z adding 'torch/include/torch/csrc/utils/cuda_enabled.h' 2024-11-01T16:36:06.7387167Z adding 'torch/include/torch/csrc/utils/device_lazy_init.h' 2024-11-01T16:36:06.7390687Z adding 'torch/include/torch/csrc/utils/disable_torch_function.h' 2024-11-01T16:36:06.7393694Z adding 'torch/include/torch/csrc/utils/init.h' 2024-11-01T16:36:06.7396836Z adding 'torch/include/torch/csrc/utils/invalid_arguments.h' 2024-11-01T16:36:06.7400196Z adding 'torch/include/torch/csrc/utils/nested.h' 2024-11-01T16:36:06.7403676Z adding 'torch/include/torch/csrc/utils/numpy_stub.h' 2024-11-01T16:36:06.7407411Z adding 'torch/include/torch/csrc/utils/object_ptr.h' 2024-11-01T16:36:06.7411101Z adding 'torch/include/torch/csrc/utils/out_types.h' 2024-11-01T16:36:06.7416732Z adding 'torch/include/torch/csrc/utils/pybind.h' 2024-11-01T16:36:06.7421116Z adding 'torch/include/torch/csrc/utils/pycfunction_helpers.h' 2024-11-01T16:36:06.7424110Z adding 'torch/include/torch/csrc/utils/pyobject_preservation.h' 2024-11-01T16:36:06.7438689Z adding 'torch/include/torch/csrc/utils/python_arg_parser.h' 2024-11-01T16:36:06.7442909Z adding 'torch/include/torch/csrc/utils/python_compat.h' 2024-11-01T16:36:06.7446169Z adding 'torch/include/torch/csrc/utils/python_dispatch.h' 2024-11-01T16:36:06.7450154Z adding 'torch/include/torch/csrc/utils/python_numbers.h' 2024-11-01T16:36:06.7453818Z adding 'torch/include/torch/csrc/utils/python_raii.h' 2024-11-01T16:36:06.7457968Z adding 'torch/include/torch/csrc/utils/python_scalars.h' 2024-11-01T16:36:06.7462022Z adding 'torch/include/torch/csrc/utils/python_strings.h' 2024-11-01T16:36:06.7465034Z adding 'torch/include/torch/csrc/utils/python_stub.h' 2024-11-01T16:36:06.7469562Z adding 'torch/include/torch/csrc/utils/python_symnode.h' 2024-11-01T16:36:06.7472970Z adding 'torch/include/torch/csrc/utils/python_torch_function_mode.h' 2024-11-01T16:36:06.7476119Z adding 'torch/include/torch/csrc/utils/python_tuples.h' 2024-11-01T16:36:06.7489291Z adding 'torch/include/torch/csrc/utils/pythoncapi_compat.h' 2024-11-01T16:36:06.7494056Z adding 'torch/include/torch/csrc/utils/schema_info.h' 2024-11-01T16:36:06.7497430Z adding 'torch/include/torch/csrc/utils/six.h' 2024-11-01T16:36:06.7500366Z adding 'torch/include/torch/csrc/utils/structseq.h' 2024-11-01T16:36:06.7503280Z adding 'torch/include/torch/csrc/utils/tensor_apply.h' 2024-11-01T16:36:06.7506220Z adding 'torch/include/torch/csrc/utils/tensor_dtypes.h' 2024-11-01T16:36:06.7509716Z adding 'torch/include/torch/csrc/utils/tensor_flatten.h' 2024-11-01T16:36:06.7512664Z adding 'torch/include/torch/csrc/utils/tensor_layouts.h' 2024-11-01T16:36:06.7515672Z adding 'torch/include/torch/csrc/utils/tensor_list.h' 2024-11-01T16:36:06.7518870Z adding 'torch/include/torch/csrc/utils/tensor_memoryformats.h' 2024-11-01T16:36:06.7522475Z adding 'torch/include/torch/csrc/utils/tensor_new.h' 2024-11-01T16:36:06.7525550Z adding 'torch/include/torch/csrc/utils/tensor_numpy.h' 2024-11-01T16:36:06.7528637Z adding 'torch/include/torch/csrc/utils/tensor_qschemes.h' 2024-11-01T16:36:06.7531570Z adding 'torch/include/torch/csrc/utils/tensor_types.h' 2024-11-01T16:36:06.7535981Z adding 'torch/include/torch/csrc/utils/throughput_benchmark-inl.h' 2024-11-01T16:36:06.7540854Z adding 'torch/include/torch/csrc/utils/throughput_benchmark.h' 2024-11-01T16:36:06.7544515Z adding 'torch/include/torch/csrc/utils/torch_dispatch_mode.h' 2024-11-01T16:36:06.7548315Z adding 'torch/include/torch/csrc/utils/variadic.h' 2024-11-01T16:36:06.7551934Z adding 'torch/include/torch/csrc/utils/verbose.h' 2024-11-01T16:36:06.7555729Z adding 'torch/include/torch/csrc/xpu/Event.h' 2024-11-01T16:36:06.7558770Z adding 'torch/include/torch/csrc/xpu/Module.h' 2024-11-01T16:36:06.7561760Z adding 'torch/include/torch/csrc/xpu/Stream.h' 2024-11-01T16:36:06.7568213Z adding 'torch/jit/__init__.py' 2024-11-01T16:36:06.7572375Z adding 'torch/jit/_async.py' 2024-11-01T16:36:06.7576068Z adding 'torch/jit/_await.py' 2024-11-01T16:36:06.7580756Z adding 'torch/jit/_builtins.py' 2024-11-01T16:36:06.7586138Z adding 'torch/jit/_check.py' 2024-11-01T16:36:06.7591113Z adding 'torch/jit/_dataclass_impls.py' 2024-11-01T16:36:06.7594362Z adding 'torch/jit/_decomposition_utils.py' 2024-11-01T16:36:06.7598441Z adding 'torch/jit/_decompositions.py' 2024-11-01T16:36:06.7603742Z adding 'torch/jit/_freeze.py' 2024-11-01T16:36:06.7608649Z adding 'torch/jit/_fuser.py' 2024-11-01T16:36:06.7611885Z adding 'torch/jit/_ir_utils.py' 2024-11-01T16:36:06.7614718Z adding 'torch/jit/_logging.py' 2024-11-01T16:36:06.7620093Z adding 'torch/jit/_monkeytype_config.py' 2024-11-01T16:36:06.7623390Z adding 'torch/jit/_pickle.py' 2024-11-01T16:36:06.7639480Z adding 'torch/jit/_recursive.py' 2024-11-01T16:36:06.7665080Z adding 'torch/jit/_script.py' 2024-11-01T16:36:06.7671295Z adding 'torch/jit/_script.pyi' 2024-11-01T16:36:06.7676631Z adding 'torch/jit/_serialization.py' 2024-11-01T16:36:06.7692211Z adding 'torch/jit/_shape_functions.py' 2024-11-01T16:36:06.7697008Z adding 'torch/jit/_state.py' 2024-11-01T16:36:06.7717379Z adding 'torch/jit/_trace.py' 2024-11-01T16:36:06.7726855Z adding 'torch/jit/annotations.py' 2024-11-01T16:36:06.7743041Z adding 'torch/jit/frontend.py' 2024-11-01T16:36:06.7747254Z adding 'torch/jit/generate_bytecode.py' 2024-11-01T16:36:06.7750463Z adding 'torch/jit/quantized.py' 2024-11-01T16:36:06.7755832Z adding 'torch/jit/supported_ops.py' 2024-11-01T16:36:06.7759591Z adding 'torch/jit/unsupported_tensor_ops.py' 2024-11-01T16:36:06.7763152Z adding 'torch/jit/_passes/__init__.py' 2024-11-01T16:36:06.7766420Z adding 'torch/jit/_passes/_property_propagation.py' 2024-11-01T16:36:06.7785249Z adding 'torch/jit/mobile/__init__.py' 2024-11-01T16:36:06.9278088Z adding 'torch/lib/XNNPACK.lib' 2024-11-01T16:36:06.9362763Z adding 'torch/lib/_C.lib' 2024-11-01T16:36:06.9467081Z adding 'torch/lib/aoti_custom_ops.dll' 2024-11-01T16:36:06.9480081Z adding 'torch/lib/aoti_custom_ops.lib' 2024-11-01T16:36:06.9682307Z adding 'torch/lib/asmjit.dll' 2024-11-01T16:36:06.9715166Z adding 'torch/lib/asmjit.lib' 2024-11-01T16:36:06.9823087Z adding 'torch/lib/backend_with_compiler.dll' 2024-11-01T16:36:06.9836902Z adding 'torch/lib/backend_with_compiler.lib' 2024-11-01T16:36:07.0262110Z adding 'torch/lib/c10.dll' 2024-11-01T16:36:07.0441757Z adding 'torch/lib/c10.lib' 2024-11-01T16:36:07.0510674Z adding 'torch/lib/cpuinfo.lib' 2024-11-01T16:36:21.6526796Z adding 'torch/lib/dnnl.lib' 2024-11-01T16:36:23.3003268Z adding 'torch/lib/fbgemm.dll' 2024-11-01T16:36:23.3292921Z adding 'torch/lib/fbgemm.lib' 2024-11-01T16:36:23.3751604Z adding 'torch/lib/fmt.lib' 2024-11-01T16:36:23.3872059Z adding 'torch/lib/jitbackend_test.dll' 2024-11-01T16:36:23.3885057Z adding 'torch/lib/jitbackend_test.lib' 2024-11-01T16:36:23.9303845Z adding 'torch/lib/kineto.lib' 2024-11-01T16:36:24.1213406Z adding 'torch/lib/libprotobuf-lite.lib' 2024-11-01T16:36:24.9859810Z adding 'torch/lib/libprotobuf.lib' 2024-11-01T16:36:25.9858427Z adding 'torch/lib/libprotoc.lib' 2024-11-01T16:36:26.0822976Z adding 'torch/lib/pthreadpool.lib' 2024-11-01T16:36:26.0835695Z adding 'torch/lib/shm.dll' 2024-11-01T16:36:26.0840175Z adding 'torch/lib/shm.lib' 2024-11-01T16:36:26.4461419Z adding 'torch/lib/sleef.lib' 2024-11-01T16:36:26.4665420Z adding 'torch/lib/torch.dll' 2024-11-01T16:36:26.4669080Z adding 'torch/lib/torch.lib' 2024-11-01T16:36:31.9193024Z adding 'torch/lib/torch_cpu.dll' 2024-11-01T16:36:32.7154957Z adding 'torch/lib/torch_cpu.lib' 2024-11-01T16:36:32.7801166Z adding 'torch/lib/torch_global_deps.dll' 2024-11-01T16:36:33.5221883Z adding 'torch/lib/torch_python.dll' 2024-11-01T16:36:33.5650255Z adding 'torch/lib/torch_python.lib' 2024-11-01T16:36:33.5874374Z adding 'torch/lib/torchbind_test.dll' 2024-11-01T16:36:33.5894437Z adding 'torch/lib/torchbind_test.lib' 2024-11-01T16:36:33.5932114Z adding 'torch/linalg/__init__.py' 2024-11-01T16:36:33.5938758Z adding 'torch/masked/__init__.py' 2024-11-01T16:36:33.5946253Z adding 'torch/masked/_docs.py' 2024-11-01T16:36:33.5967985Z adding 'torch/masked/_ops.py' 2024-11-01T16:36:33.5973538Z adding 'torch/masked/maskedtensor/__init__.py' 2024-11-01T16:36:33.5979638Z adding 'torch/masked/maskedtensor/_ops_refs.py' 2024-11-01T16:36:33.5984259Z adding 'torch/masked/maskedtensor/binary.py' 2024-11-01T16:36:33.5990394Z adding 'torch/masked/maskedtensor/core.py' 2024-11-01T16:36:33.5993938Z adding 'torch/masked/maskedtensor/creation.py' 2024-11-01T16:36:33.5997195Z adding 'torch/masked/maskedtensor/passthrough.py' 2024-11-01T16:36:33.6001274Z adding 'torch/masked/maskedtensor/reductions.py' 2024-11-01T16:36:33.6005286Z adding 'torch/masked/maskedtensor/unary.py' 2024-11-01T16:36:33.6010473Z adding 'torch/monitor/__init__.py' 2024-11-01T16:36:33.6015441Z adding 'torch/mps/__init__.py' 2024-11-01T16:36:33.6018920Z adding 'torch/mps/event.py' 2024-11-01T16:36:33.6022331Z adding 'torch/mps/profiler.py' 2024-11-01T16:36:33.6028713Z adding 'torch/mtia/__init__.py' 2024-11-01T16:36:33.6032276Z adding 'torch/mtia/_utils.py' 2024-11-01T16:36:33.6036900Z adding 'torch/multiprocessing/__init__.py' 2024-11-01T16:36:33.6040136Z adding 'torch/multiprocessing/_atfork.py' 2024-11-01T16:36:33.6043471Z adding 'torch/multiprocessing/pool.py' 2024-11-01T16:36:33.6046710Z adding 'torch/multiprocessing/queue.py' 2024-11-01T16:36:33.6055577Z adding 'torch/multiprocessing/reductions.py' 2024-11-01T16:36:33.6062461Z adding 'torch/multiprocessing/spawn.py' 2024-11-01T16:36:33.6071656Z adding 'torch/nested/__init__.py' 2024-11-01T16:36:33.6076156Z adding 'torch/nested/_internal/__init__.py' 2024-11-01T16:36:33.6084916Z adding 'torch/nested/_internal/nested_tensor.py' 2024-11-01T16:36:33.6109122Z adding 'torch/nested/_internal/ops.py' 2024-11-01T16:36:33.6125790Z adding 'torch/nested/_internal/sdpa.py' 2024-11-01T16:36:33.6132927Z adding 'torch/nn/__init__.py' 2024-11-01T16:36:33.6136901Z adding 'torch/nn/_reduction.py' 2024-11-01T16:36:33.6141478Z adding 'torch/nn/common_types.py' 2024-11-01T16:36:33.6146273Z adding 'torch/nn/cpp.py' 2024-11-01T16:36:33.6226136Z adding 'torch/nn/functional.py' 2024-11-01T16:36:33.6239884Z adding 'torch/nn/functional.pyi' 2024-11-01T16:36:33.6245687Z adding 'torch/nn/grad.py' 2024-11-01T16:36:33.6256391Z adding 'torch/nn/init.py' 2024-11-01T16:36:33.6263596Z adding 'torch/nn/parameter.py' 2024-11-01T16:36:33.6268296Z adding 'torch/nn/parameter.pyi' 2024-11-01T16:36:33.6274582Z adding 'torch/nn/attention/__init__.py' 2024-11-01T16:36:33.6279421Z adding 'torch/nn/attention/_utils.py' 2024-11-01T16:36:33.6286662Z adding 'torch/nn/attention/bias.py' 2024-11-01T16:36:33.6308475Z adding 'torch/nn/attention/flex_attention.py' 2024-11-01T16:36:33.6314709Z adding 'torch/nn/attention/experimental/__init__.py' 2024-11-01T16:36:33.6321363Z adding 'torch/nn/attention/experimental/_paged_attention.py' 2024-11-01T16:36:33.6326602Z adding 'torch/nn/backends/__init__.py' 2024-11-01T16:36:33.6330609Z adding 'torch/nn/backends/thnn.py' 2024-11-01T16:36:33.6334447Z adding 'torch/nn/intrinsic/__init__.py' 2024-11-01T16:36:33.6339517Z adding 'torch/nn/intrinsic/modules/__init__.py' 2024-11-01T16:36:33.6343614Z adding 'torch/nn/intrinsic/modules/fused.py' 2024-11-01T16:36:33.6348353Z adding 'torch/nn/intrinsic/qat/__init__.py' 2024-11-01T16:36:33.6352205Z adding 'torch/nn/intrinsic/qat/modules/__init__.py' 2024-11-01T16:36:33.6356639Z adding 'torch/nn/intrinsic/qat/modules/conv_fused.py' 2024-11-01T16:36:33.6360930Z adding 'torch/nn/intrinsic/qat/modules/linear_fused.py' 2024-11-01T16:36:33.6363927Z adding 'torch/nn/intrinsic/qat/modules/linear_relu.py' 2024-11-01T16:36:33.6368811Z adding 'torch/nn/intrinsic/quantized/__init__.py' 2024-11-01T16:36:33.6373671Z adding 'torch/nn/intrinsic/quantized/dynamic/__init__.py' 2024-11-01T16:36:33.6378624Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2024-11-01T16:36:33.6381548Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2024-11-01T16:36:33.6386376Z adding 'torch/nn/intrinsic/quantized/modules/__init__.py' 2024-11-01T16:36:33.6390524Z adding 'torch/nn/intrinsic/quantized/modules/bn_relu.py' 2024-11-01T16:36:33.6394184Z adding 'torch/nn/intrinsic/quantized/modules/conv_relu.py' 2024-11-01T16:36:33.6397516Z adding 'torch/nn/intrinsic/quantized/modules/linear_relu.py' 2024-11-01T16:36:33.6403933Z adding 'torch/nn/modules/__init__.py' 2024-11-01T16:36:33.6411043Z adding 'torch/nn/modules/_functions.py' 2024-11-01T16:36:33.6431926Z adding 'torch/nn/modules/activation.py' 2024-11-01T16:36:33.6441623Z adding 'torch/nn/modules/adaptive.py' 2024-11-01T16:36:33.6453958Z adding 'torch/nn/modules/batchnorm.py' 2024-11-01T16:36:33.6458221Z adding 'torch/nn/modules/channelshuffle.py' 2024-11-01T16:36:33.6471001Z adding 'torch/nn/modules/container.py' 2024-11-01T16:36:33.6488954Z adding 'torch/nn/modules/conv.py' 2024-11-01T16:36:33.6494424Z adding 'torch/nn/modules/distance.py' 2024-11-01T16:36:33.6499185Z adding 'torch/nn/modules/dropout.py' 2024-11-01T16:36:33.6503528Z adding 'torch/nn/modules/flatten.py' 2024-11-01T16:36:33.6509121Z adding 'torch/nn/modules/fold.py' 2024-11-01T16:36:33.6516882Z adding 'torch/nn/modules/instancenorm.py' 2024-11-01T16:36:33.6523196Z adding 'torch/nn/modules/lazy.py' 2024-11-01T16:36:33.6528665Z adding 'torch/nn/modules/linear.py' 2024-11-01T16:36:33.6554107Z adding 'torch/nn/modules/loss.py' 2024-11-01T16:36:33.6598997Z adding 'torch/nn/modules/module.py' 2024-11-01T16:36:33.6607338Z adding 'torch/nn/modules/normalization.py' 2024-11-01T16:36:33.6613990Z adding 'torch/nn/modules/padding.py' 2024-11-01T16:36:33.6618237Z adding 'torch/nn/modules/pixelshuffle.py' 2024-11-01T16:36:33.6630356Z adding 'torch/nn/modules/pooling.py' 2024-11-01T16:36:33.6649673Z adding 'torch/nn/modules/rnn.py' 2024-11-01T16:36:33.6658883Z adding 'torch/nn/modules/sparse.py' 2024-11-01T16:36:33.6673354Z adding 'torch/nn/modules/transformer.py' 2024-11-01T16:36:33.6679262Z adding 'torch/nn/modules/upsampling.py' 2024-11-01T16:36:33.6683174Z adding 'torch/nn/modules/utils.py' 2024-11-01T16:36:33.6687149Z adding 'torch/nn/parallel/__init__.py' 2024-11-01T16:36:33.6691119Z adding 'torch/nn/parallel/_functions.py' 2024-11-01T16:36:33.6696542Z adding 'torch/nn/parallel/comm.py' 2024-11-01T16:36:33.6702612Z adding 'torch/nn/parallel/data_parallel.py' 2024-11-01T16:36:33.6743950Z adding 'torch/nn/parallel/distributed.py' 2024-11-01T16:36:33.6750211Z adding 'torch/nn/parallel/parallel_apply.py' 2024-11-01T16:36:33.6754950Z adding 'torch/nn/parallel/replicate.py' 2024-11-01T16:36:33.6759230Z adding 'torch/nn/parallel/scatter_gather.py' 2024-11-01T16:36:33.6763044Z adding 'torch/nn/qat/__init__.py' 2024-11-01T16:36:33.6766729Z adding 'torch/nn/qat/dynamic/__init__.py' 2024-11-01T16:36:33.6770387Z adding 'torch/nn/qat/dynamic/modules/__init__.py' 2024-11-01T16:36:33.6773307Z adding 'torch/nn/qat/dynamic/modules/linear.py' 2024-11-01T16:36:33.6776981Z adding 'torch/nn/qat/modules/__init__.py' 2024-11-01T16:36:33.6779890Z adding 'torch/nn/qat/modules/conv.py' 2024-11-01T16:36:33.6782782Z adding 'torch/nn/qat/modules/embedding_ops.py' 2024-11-01T16:36:33.6786342Z adding 'torch/nn/qat/modules/linear.py' 2024-11-01T16:36:33.6789210Z adding 'torch/nn/quantizable/__init__.py' 2024-11-01T16:36:33.6792677Z adding 'torch/nn/quantizable/modules/__init__.py' 2024-11-01T16:36:33.6795739Z adding 'torch/nn/quantizable/modules/activation.py' 2024-11-01T16:36:33.6798596Z adding 'torch/nn/quantizable/modules/rnn.py' 2024-11-01T16:36:33.6802375Z adding 'torch/nn/quantized/__init__.py' 2024-11-01T16:36:33.6805246Z adding 'torch/nn/quantized/functional.py' 2024-11-01T16:36:33.6808705Z adding 'torch/nn/quantized/_reference/__init__.py' 2024-11-01T16:36:33.6812585Z adding 'torch/nn/quantized/_reference/modules/__init__.py' 2024-11-01T16:36:33.6815573Z adding 'torch/nn/quantized/_reference/modules/conv.py' 2024-11-01T16:36:33.6818530Z adding 'torch/nn/quantized/_reference/modules/linear.py' 2024-11-01T16:36:33.6821451Z adding 'torch/nn/quantized/_reference/modules/rnn.py' 2024-11-01T16:36:33.6824419Z adding 'torch/nn/quantized/_reference/modules/sparse.py' 2024-11-01T16:36:33.6827365Z adding 'torch/nn/quantized/_reference/modules/utils.py' 2024-11-01T16:36:33.6830821Z adding 'torch/nn/quantized/dynamic/__init__.py' 2024-11-01T16:36:33.6834752Z adding 'torch/nn/quantized/dynamic/modules/__init__.py' 2024-11-01T16:36:33.6837757Z adding 'torch/nn/quantized/dynamic/modules/conv.py' 2024-11-01T16:36:33.6840701Z adding 'torch/nn/quantized/dynamic/modules/linear.py' 2024-11-01T16:36:33.6843700Z adding 'torch/nn/quantized/dynamic/modules/rnn.py' 2024-11-01T16:36:33.6847909Z adding 'torch/nn/quantized/modules/__init__.py' 2024-11-01T16:36:33.6851027Z adding 'torch/nn/quantized/modules/activation.py' 2024-11-01T16:36:33.6853973Z adding 'torch/nn/quantized/modules/batchnorm.py' 2024-11-01T16:36:33.6856932Z adding 'torch/nn/quantized/modules/conv.py' 2024-11-01T16:36:33.6859835Z adding 'torch/nn/quantized/modules/dropout.py' 2024-11-01T16:36:33.6862806Z adding 'torch/nn/quantized/modules/embedding_ops.py' 2024-11-01T16:36:33.6865793Z adding 'torch/nn/quantized/modules/functional_modules.py' 2024-11-01T16:36:33.6868622Z adding 'torch/nn/quantized/modules/linear.py' 2024-11-01T16:36:33.6871748Z adding 'torch/nn/quantized/modules/normalization.py' 2024-11-01T16:36:33.6874891Z adding 'torch/nn/quantized/modules/rnn.py' 2024-11-01T16:36:33.6878073Z adding 'torch/nn/quantized/modules/utils.py' 2024-11-01T16:36:33.6882163Z adding 'torch/nn/utils/__init__.py' 2024-11-01T16:36:33.6885567Z adding 'torch/nn/utils/_deprecation_utils.py' 2024-11-01T16:36:33.6891302Z adding 'torch/nn/utils/_named_member_accessor.py' 2024-11-01T16:36:33.6896109Z adding 'torch/nn/utils/_per_sample_grad.py' 2024-11-01T16:36:33.6900870Z adding 'torch/nn/utils/clip_grad.py' 2024-11-01T16:36:33.6905310Z adding 'torch/nn/utils/convert_parameters.py' 2024-11-01T16:36:33.6909692Z adding 'torch/nn/utils/fusion.py' 2024-11-01T16:36:33.6913403Z adding 'torch/nn/utils/init.py' 2024-11-01T16:36:33.6917791Z adding 'torch/nn/utils/memory_format.py' 2024-11-01T16:36:33.6928404Z adding 'torch/nn/utils/parametrizations.py' 2024-11-01T16:36:33.6942225Z adding 'torch/nn/utils/parametrize.py' 2024-11-01T16:36:33.6960760Z adding 'torch/nn/utils/prune.py' 2024-11-01T16:36:33.6971088Z adding 'torch/nn/utils/rnn.py' 2024-11-01T16:36:33.6979056Z adding 'torch/nn/utils/spectral_norm.py' 2024-11-01T16:36:33.6986031Z adding 'torch/nn/utils/stateless.py' 2024-11-01T16:36:33.6991376Z adding 'torch/nn/utils/weight_norm.py' 2024-11-01T16:36:33.6996303Z adding 'torch/nn/utils/_expanded_weights/__init__.py' 2024-11-01T16:36:33.7000470Z adding 'torch/nn/utils/_expanded_weights/conv_expanded_weights.py' 2024-11-01T16:36:33.7006062Z adding 'torch/nn/utils/_expanded_weights/conv_utils.py' 2024-11-01T16:36:33.7010795Z adding 'torch/nn/utils/_expanded_weights/embedding_expanded_weights.py' 2024-11-01T16:36:33.7015452Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_impl.py' 2024-11-01T16:36:33.7020496Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_utils.py' 2024-11-01T16:36:33.7024546Z adding 'torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py' 2024-11-01T16:36:33.7028446Z adding 'torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py' 2024-11-01T16:36:33.7032341Z adding 'torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py' 2024-11-01T16:36:33.7036075Z adding 'torch/nn/utils/_expanded_weights/linear_expanded_weights.py' 2024-11-01T16:36:33.7045473Z adding 'torch/onnx/__init__.py' 2024-11-01T16:36:33.7049011Z adding 'torch/onnx/_constants.py' 2024-11-01T16:36:33.7052697Z adding 'torch/onnx/_deprecation.py' 2024-11-01T16:36:33.7055861Z adding 'torch/onnx/_experimental.py' 2024-11-01T16:36:33.7058833Z adding 'torch/onnx/_exporter_states.py' 2024-11-01T16:36:33.7061975Z adding 'torch/onnx/_flags.py' 2024-11-01T16:36:33.7065654Z adding 'torch/onnx/_globals.py' 2024-11-01T16:36:33.7069372Z adding 'torch/onnx/_onnx_supported_ops.py' 2024-11-01T16:36:33.7075205Z adding 'torch/onnx/_type_utils.py' 2024-11-01T16:36:33.7079214Z adding 'torch/onnx/errors.py' 2024-11-01T16:36:33.7082466Z adding 'torch/onnx/operators.py' 2024-11-01T16:36:33.7087100Z adding 'torch/onnx/symbolic_caffe2.py' 2024-11-01T16:36:33.7114586Z adding 'torch/onnx/symbolic_helper.py' 2024-11-01T16:36:33.7126693Z adding 'torch/onnx/symbolic_opset10.py' 2024-11-01T16:36:33.7144483Z adding 'torch/onnx/symbolic_opset11.py' 2024-11-01T16:36:33.7151779Z adding 'torch/onnx/symbolic_opset12.py' 2024-11-01T16:36:33.7164462Z adding 'torch/onnx/symbolic_opset13.py' 2024-11-01T16:36:33.7171289Z adding 'torch/onnx/symbolic_opset14.py' 2024-11-01T16:36:33.7175186Z adding 'torch/onnx/symbolic_opset15.py' 2024-11-01T16:36:33.7179657Z adding 'torch/onnx/symbolic_opset16.py' 2024-11-01T16:36:33.7184636Z adding 'torch/onnx/symbolic_opset17.py' 2024-11-01T16:36:33.7189263Z adding 'torch/onnx/symbolic_opset18.py' 2024-11-01T16:36:33.7192493Z adding 'torch/onnx/symbolic_opset19.py' 2024-11-01T16:36:33.7195967Z adding 'torch/onnx/symbolic_opset20.py' 2024-11-01T16:36:33.7199310Z adding 'torch/onnx/symbolic_opset7.py' 2024-11-01T16:36:33.7205303Z adding 'torch/onnx/symbolic_opset8.py' 2024-11-01T16:36:33.7272549Z adding 'torch/onnx/symbolic_opset9.py' 2024-11-01T16:36:33.7307400Z adding 'torch/onnx/utils.py' 2024-11-01T16:36:33.7333013Z adding 'torch/onnx/verification.py' 2024-11-01T16:36:33.7338330Z adding 'torch/onnx/_internal/__init__.py' 2024-11-01T16:36:33.7351005Z adding 'torch/onnx/_internal/_exporter_legacy.py' 2024-11-01T16:36:33.7355213Z adding 'torch/onnx/_internal/_lazy_import.py' 2024-11-01T16:36:33.7363052Z adding 'torch/onnx/_internal/io_adapter.py' 2024-11-01T16:36:33.7369799Z adding 'torch/onnx/_internal/jit_utils.py' 2024-11-01T16:36:33.7375330Z adding 'torch/onnx/_internal/onnx_proto_utils.py' 2024-11-01T16:36:33.7395746Z adding 'torch/onnx/_internal/onnxruntime.py' 2024-11-01T16:36:33.7402357Z adding 'torch/onnx/_internal/registration.py' 2024-11-01T16:36:33.7406509Z adding 'torch/onnx/_internal/diagnostics/__init__.py' 2024-11-01T16:36:33.7411384Z adding 'torch/onnx/_internal/diagnostics/_diagnostic.py' 2024-11-01T16:36:33.7421821Z adding 'torch/onnx/_internal/diagnostics/_rules.py' 2024-11-01T16:36:33.7426727Z adding 'torch/onnx/_internal/diagnostics/infra/__init__.py' 2024-11-01T16:36:33.7432123Z adding 'torch/onnx/_internal/diagnostics/infra/_infra.py' 2024-11-01T16:36:33.7439340Z adding 'torch/onnx/_internal/diagnostics/infra/context.py' 2024-11-01T16:36:33.7444030Z adding 'torch/onnx/_internal/diagnostics/infra/decorator.py' 2024-11-01T16:36:33.7447798Z adding 'torch/onnx/_internal/diagnostics/infra/formatter.py' 2024-11-01T16:36:33.7451582Z adding 'torch/onnx/_internal/diagnostics/infra/utils.py' 2024-11-01T16:36:33.7457138Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/__init__.py' 2024-11-01T16:36:33.7460653Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_address.py' 2024-11-01T16:36:33.7464139Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py' 2024-11-01T16:36:33.7468253Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py' 2024-11-01T16:36:33.7471751Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py' 2024-11-01T16:36:33.7475106Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py' 2024-11-01T16:36:33.7478177Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py' 2024-11-01T16:36:33.7482107Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py' 2024-11-01T16:36:33.7486332Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py' 2024-11-01T16:36:33.7489812Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py' 2024-11-01T16:36:33.7493457Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge.py' 2024-11-01T16:36:33.7496989Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py' 2024-11-01T16:36:33.7500050Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_exception.py' 2024-11-01T16:36:33.7504204Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py' 2024-11-01T16:36:33.7508015Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py' 2024-11-01T16:36:33.7511294Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py' 2024-11-01T16:36:33.7514604Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_fix.py' 2024-11-01T16:36:33.7517742Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph.py' 2024-11-01T16:36:33.7521228Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py' 2024-11-01T16:36:33.7525082Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py' 2024-11-01T16:36:33.7528332Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location.py' 2024-11-01T16:36:33.7531953Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py' 2024-11-01T16:36:33.7534936Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py' 2024-11-01T16:36:33.7537978Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_message.py' 2024-11-01T16:36:33.7541154Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py' 2024-11-01T16:36:33.7544401Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_node.py' 2024-11-01T16:36:33.7547664Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_notification.py' 2024-11-01T16:36:33.7550864Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py' 2024-11-01T16:36:33.7553955Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py' 2024-11-01T16:36:33.7557057Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py' 2024-11-01T16:36:33.7560566Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_region.py' 2024-11-01T16:36:33.7564088Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py' 2024-11-01T16:36:33.7566918Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py' 2024-11-01T16:36:33.7570175Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py' 2024-11-01T16:36:33.7573430Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py' 2024-11-01T16:36:33.7576554Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py' 2024-11-01T16:36:33.7580124Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result.py' 2024-11-01T16:36:33.7583568Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py' 2024-11-01T16:36:33.7587221Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run.py' 2024-11-01T16:36:33.7590800Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py' 2024-11-01T16:36:33.7594005Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py' 2024-11-01T16:36:33.7597164Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py' 2024-11-01T16:36:33.7600212Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack.py' 2024-11-01T16:36:33.7603425Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py' 2024-11-01T16:36:33.7606482Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py' 2024-11-01T16:36:33.7609631Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py' 2024-11-01T16:36:33.7613001Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py' 2024-11-01T16:36:33.7616048Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool.py' 2024-11-01T16:36:33.7620037Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py' 2024-11-01T16:36:33.7623302Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py' 2024-11-01T16:36:33.7626475Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py' 2024-11-01T16:36:33.7629621Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py' 2024-11-01T16:36:33.7632721Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py' 2024-11-01T16:36:33.7636053Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py' 2024-11-01T16:36:33.7638914Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/version.py' 2024-11-01T16:36:33.7642614Z adding 'torch/onnx/_internal/exporter/__init__.py' 2024-11-01T16:36:33.7647427Z adding 'torch/onnx/_internal/exporter/_analysis.py' 2024-11-01T16:36:33.7657673Z adding 'torch/onnx/_internal/exporter/_building.py' 2024-11-01T16:36:33.7664038Z adding 'torch/onnx/_internal/exporter/_capture_strategies.py' 2024-11-01T16:36:33.7669011Z adding 'torch/onnx/_internal/exporter/_compat.py' 2024-11-01T16:36:33.7688122Z adding 'torch/onnx/_internal/exporter/_core.py' 2024-11-01T16:36:33.7693011Z adding 'torch/onnx/_internal/exporter/_decomp.py' 2024-11-01T16:36:33.7699156Z adding 'torch/onnx/_internal/exporter/_dispatching.py' 2024-11-01T16:36:33.7702513Z adding 'torch/onnx/_internal/exporter/_errors.py' 2024-11-01T16:36:33.7706172Z adding 'torch/onnx/_internal/exporter/_fx_passes.py' 2024-11-01T16:36:33.7709521Z adding 'torch/onnx/_internal/exporter/_ir_passes.py' 2024-11-01T16:36:33.7712844Z adding 'torch/onnx/_internal/exporter/_isolated.py' 2024-11-01T16:36:33.7719187Z adding 'torch/onnx/_internal/exporter/_onnx_program.py' 2024-11-01T16:36:33.7724620Z adding 'torch/onnx/_internal/exporter/_registration.py' 2024-11-01T16:36:33.7729169Z adding 'torch/onnx/_internal/exporter/_reporting.py' 2024-11-01T16:36:33.7737321Z adding 'torch/onnx/_internal/exporter/_schemas.py' 2024-11-01T16:36:33.7741178Z adding 'torch/onnx/_internal/exporter/_tensors.py' 2024-11-01T16:36:33.7744765Z adding 'torch/onnx/_internal/exporter/_testing.py' 2024-11-01T16:36:33.7748609Z adding 'torch/onnx/_internal/exporter/_verification.py' 2024-11-01T16:36:33.7752807Z adding 'torch/onnx/_internal/fx/__init__.py' 2024-11-01T16:36:33.7758657Z adding 'torch/onnx/_internal/fx/_pass.py' 2024-11-01T16:36:33.7763653Z adding 'torch/onnx/_internal/fx/decomposition_skip.py' 2024-11-01T16:36:33.7767940Z adding 'torch/onnx/_internal/fx/decomposition_table.py' 2024-11-01T16:36:33.7772936Z adding 'torch/onnx/_internal/fx/diagnostics.py' 2024-11-01T16:36:33.7778352Z adding 'torch/onnx/_internal/fx/dynamo_graph_extractor.py' 2024-11-01T16:36:33.7790604Z adding 'torch/onnx/_internal/fx/fx_onnx_interpreter.py' 2024-11-01T16:36:33.7797496Z adding 'torch/onnx/_internal/fx/fx_symbolic_graph_extractor.py' 2024-11-01T16:36:33.7810507Z adding 'torch/onnx/_internal/fx/onnxfunction_dispatcher.py' 2024-11-01T16:36:33.7815547Z adding 'torch/onnx/_internal/fx/patcher.py' 2024-11-01T16:36:33.7819342Z adding 'torch/onnx/_internal/fx/registration.py' 2024-11-01T16:36:33.7825280Z adding 'torch/onnx/_internal/fx/serialization.py' 2024-11-01T16:36:33.7830221Z adding 'torch/onnx/_internal/fx/type_utils.py' 2024-11-01T16:36:33.7834181Z adding 'torch/onnx/_internal/fx/analysis/__init__.py' 2024-11-01T16:36:33.7837896Z adding 'torch/onnx/_internal/fx/analysis/unsupported_nodes.py' 2024-11-01T16:36:33.7841740Z adding 'torch/onnx/_internal/fx/passes/__init__.py' 2024-11-01T16:36:33.7845834Z adding 'torch/onnx/_internal/fx/passes/_utils.py' 2024-11-01T16:36:33.7849599Z adding 'torch/onnx/_internal/fx/passes/decomp.py' 2024-11-01T16:36:33.7854207Z adding 'torch/onnx/_internal/fx/passes/functionalization.py' 2024-11-01T16:36:33.7867378Z adding 'torch/onnx/_internal/fx/passes/modularization.py' 2024-11-01T16:36:33.7872484Z adding 'torch/onnx/_internal/fx/passes/readability.py' 2024-11-01T16:36:33.7889360Z adding 'torch/onnx/_internal/fx/passes/type_promotion.py' 2024-11-01T16:36:33.7894923Z adding 'torch/onnx/_internal/fx/passes/virtualization.py' 2024-11-01T16:36:33.7899154Z adding 'torch/optim/__init__.py' 2024-11-01T16:36:33.7908824Z adding 'torch/optim/_adafactor.py' 2024-11-01T16:36:33.7913288Z adding 'torch/optim/_functional.py' 2024-11-01T16:36:33.7920071Z adding 'torch/optim/adadelta.py' 2024-11-01T16:36:33.7928355Z adding 'torch/optim/adagrad.py' 2024-11-01T16:36:33.7939164Z adding 'torch/optim/adam.py' 2024-11-01T16:36:33.7946891Z adding 'torch/optim/adamax.py' 2024-11-01T16:36:33.7957540Z adding 'torch/optim/adamw.py' 2024-11-01T16:36:33.7964791Z adding 'torch/optim/asgd.py' 2024-11-01T16:36:33.7972810Z adding 'torch/optim/lbfgs.py' 2024-11-01T16:36:33.7997576Z adding 'torch/optim/lr_scheduler.py' 2024-11-01T16:36:33.8008277Z adding 'torch/optim/nadam.py' 2024-11-01T16:36:33.8026058Z adding 'torch/optim/optimizer.py' 2024-11-01T16:36:33.8035882Z adding 'torch/optim/radam.py' 2024-11-01T16:36:33.8043852Z adding 'torch/optim/rmsprop.py' 2024-11-01T16:36:33.8051601Z adding 'torch/optim/rprop.py' 2024-11-01T16:36:33.8059495Z adding 'torch/optim/sgd.py' 2024-11-01T16:36:33.8065069Z adding 'torch/optim/sparse_adam.py' 2024-11-01T16:36:33.8073040Z adding 'torch/optim/swa_utils.py' 2024-11-01T16:36:33.8077617Z adding 'torch/optim/_multi_tensor/__init__.py' 2024-11-01T16:36:33.8080735Z adding 'torch/optim/_multi_tensor/__init__.pyi' 2024-11-01T16:36:33.8084743Z adding 'torch/package/__init__.py' 2024-11-01T16:36:33.8088801Z adding 'torch/package/_digraph.py' 2024-11-01T16:36:33.8092515Z adding 'torch/package/_directory_reader.py' 2024-11-01T16:36:33.8096123Z adding 'torch/package/_importlib.py' 2024-11-01T16:36:33.8099550Z adding 'torch/package/_mangling.py' 2024-11-01T16:36:33.8103312Z adding 'torch/package/_mock.py' 2024-11-01T16:36:33.8107426Z adding 'torch/package/_package_pickler.py' 2024-11-01T16:36:33.8110652Z adding 'torch/package/_package_unpickler.py' 2024-11-01T16:36:33.8114771Z adding 'torch/package/_stdlib.py' 2024-11-01T16:36:33.8119340Z adding 'torch/package/file_structure_representation.py' 2024-11-01T16:36:33.8123299Z adding 'torch/package/find_file_dependencies.py' 2024-11-01T16:36:33.8127033Z adding 'torch/package/glob_group.py' 2024-11-01T16:36:33.8132629Z adding 'torch/package/importer.py' 2024-11-01T16:36:33.8150262Z adding 'torch/package/package_exporter.py' 2024-11-01T16:36:33.8164166Z adding 'torch/package/package_importer.py' 2024-11-01T16:36:33.8168523Z adding 'torch/package/analyze/__init__.py' 2024-11-01T16:36:33.8171759Z adding 'torch/package/analyze/find_first_use_of_broken_modules.py' 2024-11-01T16:36:33.8174607Z adding 'torch/package/analyze/is_from_package.py' 2024-11-01T16:36:33.8178023Z adding 'torch/package/analyze/trace_dependencies.py' 2024-11-01T16:36:33.8182060Z adding 'torch/profiler/__init__.py' 2024-11-01T16:36:33.8199605Z adding 'torch/profiler/_memory_profiler.py' 2024-11-01T16:36:33.8209503Z adding 'torch/profiler/_pattern_matcher.py' 2024-11-01T16:36:33.8216483Z adding 'torch/profiler/_utils.py' 2024-11-01T16:36:33.8220128Z adding 'torch/profiler/itt.py' 2024-11-01T16:36:33.8233694Z adding 'torch/profiler/profiler.py' 2024-11-01T16:36:33.8237680Z adding 'torch/profiler/python_tracer.py' 2024-11-01T16:36:33.8242285Z adding 'torch/quantization/__init__.py' 2024-11-01T16:36:33.8245638Z adding 'torch/quantization/_numeric_suite.py' 2024-11-01T16:36:33.8248600Z adding 'torch/quantization/_numeric_suite_fx.py' 2024-11-01T16:36:33.8252687Z adding 'torch/quantization/_quantized_conversions.py' 2024-11-01T16:36:33.8256113Z adding 'torch/quantization/fake_quantize.py' 2024-11-01T16:36:33.8259006Z adding 'torch/quantization/fuse_modules.py' 2024-11-01T16:36:33.8262171Z adding 'torch/quantization/fuser_method_mappings.py' 2024-11-01T16:36:33.8265192Z adding 'torch/quantization/observer.py' 2024-11-01T16:36:33.8268383Z adding 'torch/quantization/qconfig.py' 2024-11-01T16:36:33.8271617Z adding 'torch/quantization/quant_type.py' 2024-11-01T16:36:33.8275054Z adding 'torch/quantization/quantization_mappings.py' 2024-11-01T16:36:33.8278222Z adding 'torch/quantization/quantize.py' 2024-11-01T16:36:33.8281208Z adding 'torch/quantization/quantize_fx.py' 2024-11-01T16:36:33.8284408Z adding 'torch/quantization/quantize_jit.py' 2024-11-01T16:36:33.8287108Z adding 'torch/quantization/stubs.py' 2024-11-01T16:36:33.8290231Z adding 'torch/quantization/utils.py' 2024-11-01T16:36:33.8294083Z adding 'torch/quantization/fx/__init__.py' 2024-11-01T16:36:33.8297384Z adding 'torch/quantization/fx/_equalize.py' 2024-11-01T16:36:33.8300257Z adding 'torch/quantization/fx/convert.py' 2024-11-01T16:36:33.8303293Z adding 'torch/quantization/fx/fuse.py' 2024-11-01T16:36:33.8306229Z adding 'torch/quantization/fx/fusion_patterns.py' 2024-11-01T16:36:33.8309340Z adding 'torch/quantization/fx/graph_module.py' 2024-11-01T16:36:33.8312453Z adding 'torch/quantization/fx/match_utils.py' 2024-11-01T16:36:33.8315616Z adding 'torch/quantization/fx/pattern_utils.py' 2024-11-01T16:36:33.8318805Z adding 'torch/quantization/fx/prepare.py' 2024-11-01T16:36:33.8321877Z adding 'torch/quantization/fx/quantization_patterns.py' 2024-11-01T16:36:33.8324943Z adding 'torch/quantization/fx/quantization_types.py' 2024-11-01T16:36:33.8327869Z adding 'torch/quantization/fx/utils.py' 2024-11-01T16:36:33.8332852Z adding 'torch/share/cmake/ATen/ATenConfig.cmake' 2024-11-01T16:36:33.8338021Z adding 'torch/share/cmake/Caffe2/Caffe2Config.cmake' 2024-11-01T16:36:33.8341606Z adding 'torch/share/cmake/Caffe2/Caffe2Targets-release.cmake' 2024-11-01T16:36:33.8345570Z adding 'torch/share/cmake/Caffe2/Caffe2Targets.cmake' 2024-11-01T16:36:33.8359077Z adding 'torch/share/cmake/Caffe2/FindCUDAToolkit.cmake' 2024-11-01T16:36:33.8363684Z adding 'torch/share/cmake/Caffe2/FindCUDSS.cmake' 2024-11-01T16:36:33.8367275Z adding 'torch/share/cmake/Caffe2/FindCUSPARSELT.cmake' 2024-11-01T16:36:33.8371074Z adding 'torch/share/cmake/Caffe2/FindSYCLToolkit.cmake' 2024-11-01T16:36:33.8375131Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake' 2024-11-01T16:36:33.8378695Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake' 2024-11-01T16:36:33.8383179Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake' 2024-11-01T16:36:33.8414770Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake' 2024-11-01T16:36:33.8423419Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake' 2024-11-01T16:36:33.8426989Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake' 2024-11-01T16:36:33.8431923Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake' 2024-11-01T16:36:33.8436116Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake' 2024-11-01T16:36:33.8442095Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake' 2024-11-01T16:36:33.8447802Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake' 2024-11-01T16:36:33.8453274Z adding 'torch/share/cmake/Caffe2/public/LoadHIP.cmake' 2024-11-01T16:36:33.8460033Z adding 'torch/share/cmake/Caffe2/public/cuda.cmake' 2024-11-01T16:36:33.8463849Z adding 'torch/share/cmake/Caffe2/public/gflags.cmake' 2024-11-01T16:36:33.8467787Z adding 'torch/share/cmake/Caffe2/public/glog.cmake' 2024-11-01T16:36:33.8471259Z adding 'torch/share/cmake/Caffe2/public/mkl.cmake' 2024-11-01T16:36:33.8474361Z adding 'torch/share/cmake/Caffe2/public/mkldnn.cmake' 2024-11-01T16:36:33.8478801Z adding 'torch/share/cmake/Caffe2/public/protobuf.cmake' 2024-11-01T16:36:33.8486748Z adding 'torch/share/cmake/Caffe2/public/utils.cmake' 2024-11-01T16:36:33.8491279Z adding 'torch/share/cmake/Caffe2/public/xpu.cmake' 2024-11-01T16:36:33.8496286Z adding 'torch/share/cmake/Torch/TorchConfig.cmake' 2024-11-01T16:36:33.8499411Z adding 'torch/share/cmake/Torch/TorchConfigVersion.cmake' 2024-11-01T16:36:33.8503000Z adding 'torch/signal/__init__.py' 2024-11-01T16:36:33.8506497Z adding 'torch/signal/windows/__init__.py' 2024-11-01T16:36:33.8513688Z adding 'torch/signal/windows/windows.py' 2024-11-01T16:36:33.8524348Z adding 'torch/sparse/__init__.py' 2024-11-01T16:36:33.8531556Z adding 'torch/sparse/_semi_structured_conversions.py' 2024-11-01T16:36:33.8535970Z adding 'torch/sparse/_semi_structured_ops.py' 2024-11-01T16:36:33.8560949Z adding 'torch/sparse/_triton_ops.py' 2024-11-01T16:36:33.8679646Z adding 'torch/sparse/_triton_ops_meta.py' 2024-11-01T16:36:33.8699618Z adding 'torch/sparse/semi_structured.py' 2024-11-01T16:36:33.8709516Z adding 'torch/special/__init__.py' 2024-11-01T16:36:33.8865788Z adding 'torch/test/CppSignature_test.exe' 2024-11-01T16:36:33.9119670Z adding 'torch/test/Dict_test.exe' 2024-11-01T16:36:33.9285351Z adding 'torch/test/Dimname_test.exe' 2024-11-01T16:36:33.9507613Z adding 'torch/test/IListRef_test.exe' 2024-11-01T16:36:33.9735263Z adding 'torch/test/KernelFunction_test.exe' 2024-11-01T16:36:34.0066556Z adding 'torch/test/List_test.exe' 2024-11-01T16:36:34.0302898Z adding 'torch/test/MaybeOwned_test.exe' 2024-11-01T16:36:34.0521072Z adding 'torch/test/NamedTensor_test.exe' 2024-11-01T16:36:34.0717357Z adding 'torch/test/StorageUtils_test.exe' 2024-11-01T16:36:34.0925674Z adding 'torch/test/apply_utils_test.exe' 2024-11-01T16:36:34.1141014Z adding 'torch/test/atest.exe' 2024-11-01T16:36:34.1337062Z adding 'torch/test/backend_fallback_test.exe' 2024-11-01T16:36:34.1570028Z adding 'torch/test/basic.exe' 2024-11-01T16:36:34.1761490Z adding 'torch/test/broadcast_test.exe' 2024-11-01T16:36:34.1922643Z adding 'torch/test/c10_Bitset_test.exe' 2024-11-01T16:36:34.2069303Z adding 'torch/test/c10_CompileTimeFunctionPointer_test.exe' 2024-11-01T16:36:34.2214374Z adding 'torch/test/c10_ConstexprCrc_test.exe' 2024-11-01T16:36:34.2357031Z adding 'torch/test/c10_DeadlockDetection_test.exe' 2024-11-01T16:36:34.2515801Z adding 'torch/test/c10_DeviceGuard_test.exe' 2024-11-01T16:36:34.2681471Z adding 'torch/test/c10_Device_test.exe' 2024-11-01T16:36:34.2868973Z adding 'torch/test/c10_DispatchKeySet_test.exe' 2024-11-01T16:36:34.3028799Z adding 'torch/test/c10_Half_test.exe' 2024-11-01T16:36:34.3203148Z adding 'torch/test/c10_InlineDeviceGuard_test.exe' 2024-11-01T16:36:34.3381392Z adding 'torch/test/c10_InlineStreamGuard_test.exe' 2024-11-01T16:36:34.3559780Z adding 'torch/test/c10_LeftRight_test.exe' 2024-11-01T16:36:34.3724646Z adding 'torch/test/c10_Metaprogramming_test.exe' 2024-11-01T16:36:34.3888712Z adding 'torch/test/c10_NetworkFlow_test.exe' 2024-11-01T16:36:34.4052986Z adding 'torch/test/c10_Scalar_test.exe' 2024-11-01T16:36:34.4224239Z adding 'torch/test/c10_SizesAndStrides_test.exe' 2024-11-01T16:36:34.4366602Z adding 'torch/test/c10_StreamGuard_test.exe' 2024-11-01T16:36:34.4521957Z adding 'torch/test/c10_SymInt_test.exe' 2024-11-01T16:36:34.4676735Z adding 'torch/test/c10_Synchronized_test.exe' 2024-11-01T16:36:34.4846227Z adding 'torch/test/c10_ThreadLocal_test.exe' 2024-11-01T16:36:34.5004158Z adding 'torch/test/c10_TypeIndex_test.exe' 2024-11-01T16:36:34.5150582Z adding 'torch/test/c10_TypeList_test.exe' 2024-11-01T16:36:34.5295101Z adding 'torch/test/c10_TypeTraits_test.exe' 2024-11-01T16:36:34.5455258Z adding 'torch/test/c10_accumulate_test.exe' 2024-11-01T16:36:34.5634506Z adding 'torch/test/c10_bfloat16_test.exe' 2024-11-01T16:36:34.5782301Z adding 'torch/test/c10_bit_cast_test.exe' 2024-11-01T16:36:34.5971893Z adding 'torch/test/c10_complex_math_test.exe' 2024-11-01T16:36:34.6149816Z adding 'torch/test/c10_complex_test.exe' 2024-11-01T16:36:34.6327871Z adding 'torch/test/c10_cow_test.exe' 2024-11-01T16:36:34.6495882Z adding 'torch/test/c10_exception_test.exe' 2024-11-01T16:36:34.6646418Z adding 'torch/test/c10_flags_test.exe' 2024-11-01T16:36:34.6798498Z adding 'torch/test/c10_generic_math_test.exe' 2024-11-01T16:36:34.6941006Z adding 'torch/test/c10_intrusive_ptr_benchmark.exe' 2024-11-01T16:36:34.7369025Z adding 'torch/test/c10_intrusive_ptr_test.exe' 2024-11-01T16:36:34.7761524Z adding 'torch/test/c10_irange_test.exe' 2024-11-01T16:36:34.7924972Z adding 'torch/test/c10_lazy_test.exe' 2024-11-01T16:36:34.8101471Z adding 'torch/test/c10_logging_test.exe' 2024-11-01T16:36:34.8333184Z adding 'torch/test/c10_optional_test.exe' 2024-11-01T16:36:34.8530181Z adding 'torch/test/c10_ordered_preserving_dict_test.exe' 2024-11-01T16:36:34.8695579Z adding 'torch/test/c10_registry_test.exe' 2024-11-01T16:36:34.9044004Z adding 'torch/test/c10_small_vector_test.exe' 2024-11-01T16:36:34.9210976Z adding 'torch/test/c10_ssize_test.exe' 2024-11-01T16:36:34.9369673Z adding 'torch/test/c10_string_util_test.exe' 2024-11-01T16:36:34.9549776Z adding 'torch/test/c10_string_view_test.exe' 2024-11-01T16:36:34.9695727Z adding 'torch/test/c10_tempfile_test.exe' 2024-11-01T16:36:34.9864403Z adding 'torch/test/c10_typeid_test.exe' 2024-11-01T16:36:35.0048708Z adding 'torch/test/cpu_allocator_test.exe' 2024-11-01T16:36:35.0255373Z adding 'torch/test/cpu_generator_test.exe' 2024-11-01T16:36:35.0446816Z adding 'torch/test/cpu_profiling_allocator_test.exe' 2024-11-01T16:36:35.0770228Z adding 'torch/test/cpu_rng_test.exe' 2024-11-01T16:36:35.0966694Z adding 'torch/test/dispatch_key_set_test.exe' 2024-11-01T16:36:35.1151659Z adding 'torch/test/dlconvertor_test.exe' 2024-11-01T16:36:35.1356522Z adding 'torch/test/extension_backend_test.exe' 2024-11-01T16:36:35.1562392Z adding 'torch/test/half_test.exe' 2024-11-01T16:36:35.1780018Z adding 'torch/test/inline_container_test.exe' 2024-11-01T16:36:35.2123429Z adding 'torch/test/ivalue_test.exe' 2024-11-01T16:36:35.2516190Z adding 'torch/test/kernel_function_legacy_test.exe' 2024-11-01T16:36:35.2843662Z adding 'torch/test/kernel_function_test.exe' 2024-11-01T16:36:35.3256096Z adding 'torch/test/kernel_lambda_legacy_test.exe' 2024-11-01T16:36:35.3598563Z adding 'torch/test/kernel_lambda_test.exe' 2024-11-01T16:36:35.3821795Z adding 'torch/test/kernel_stackbased_test.exe' 2024-11-01T16:36:35.4004400Z adding 'torch/test/lazy_tensor_test.exe' 2024-11-01T16:36:35.4276585Z adding 'torch/test/legacy_vmap_test.exe' 2024-11-01T16:36:35.4604718Z adding 'torch/test/make_boxed_from_unboxed_functor_test.exe' 2024-11-01T16:36:35.4802635Z adding 'torch/test/math_kernel_test.exe' 2024-11-01T16:36:35.4991923Z adding 'torch/test/memory_format_test.exe' 2024-11-01T16:36:35.5187855Z adding 'torch/test/memory_overlapping_test.exe' 2024-11-01T16:36:35.5375328Z adding 'torch/test/mobile_memory_cleanup.exe' 2024-11-01T16:36:35.5584849Z adding 'torch/test/native_test.exe' 2024-11-01T16:36:35.5729167Z adding 'torch/test/op_allowlist_test.exe' 2024-11-01T16:36:35.6515019Z adding 'torch/test/op_registration_test.exe' 2024-11-01T16:36:35.6713193Z adding 'torch/test/operator_name_test.exe' 2024-11-01T16:36:35.6896225Z adding 'torch/test/operators_test.exe' 2024-11-01T16:36:35.7089316Z adding 'torch/test/packedtensoraccessor_test.exe' 2024-11-01T16:36:35.7344478Z adding 'torch/test/pow_test.exe' 2024-11-01T16:36:35.7559234Z adding 'torch/test/quantized_test.exe' 2024-11-01T16:36:35.7747817Z adding 'torch/test/reduce_ops_test.exe' 2024-11-01T16:36:35.7941569Z adding 'torch/test/reportMemoryUsage_test.exe' 2024-11-01T16:36:35.8157120Z adding 'torch/test/scalar_tensor_test.exe' 2024-11-01T16:36:35.8375262Z adding 'torch/test/scalar_test.exe' 2024-11-01T16:36:35.8565625Z adding 'torch/test/stride_properties_test.exe' 2024-11-01T16:36:35.8822140Z adding 'torch/test/tensor_iterator_test.exe' 2024-11-01T16:36:35.9022940Z adding 'torch/test/test_parallel.exe' 2024-11-01T16:36:35.9078887Z adding 'torch/test/thread_init_test.exe' 2024-11-01T16:36:35.9237199Z adding 'torch/test/type_ptr_test.exe' 2024-11-01T16:36:35.9455445Z adding 'torch/test/type_test.exe' 2024-11-01T16:36:35.9652063Z adding 'torch/test/undefined_tensor_test.exe' 2024-11-01T16:36:35.9705350Z adding 'torch/test/verify_api_visibility.exe' 2024-11-01T16:36:35.9892473Z adding 'torch/test/weakref_test.exe' 2024-11-01T16:36:36.0085048Z adding 'torch/test/wrapdim_test.exe' 2024-11-01T16:36:36.0271052Z adding 'torch/test/xla_tensor_test.exe' 2024-11-01T16:36:36.0282422Z adding 'torch/testing/__init__.py' 2024-11-01T16:36:36.0302792Z adding 'torch/testing/_comparison.py' 2024-11-01T16:36:36.0313042Z adding 'torch/testing/_creation.py' 2024-11-01T16:36:36.0317587Z adding 'torch/testing/_utils.py' 2024-11-01T16:36:36.0322790Z adding 'torch/testing/_internal/__init__.py' 2024-11-01T16:36:36.0331224Z adding 'torch/testing/_internal/autocast_test_lists.py' 2024-11-01T16:36:36.0337891Z adding 'torch/testing/_internal/autograd_function_db.py' 2024-11-01T16:36:36.0343093Z adding 'torch/testing/_internal/check_kernel_launches.py' 2024-11-01T16:36:36.0349154Z adding 'torch/testing/_internal/common_cuda.py' 2024-11-01T16:36:36.0376930Z adding 'torch/testing/_internal/common_device_type.py' 2024-11-01T16:36:36.0382384Z adding 'torch/testing/_internal/common_dist_composable.py' 2024-11-01T16:36:36.0401888Z adding 'torch/testing/_internal/common_distributed.py' 2024-11-01T16:36:36.0407146Z adding 'torch/testing/_internal/common_dtype.py' 2024-11-01T16:36:36.0426087Z adding 'torch/testing/_internal/common_fsdp.py' 2024-11-01T16:36:36.0434202Z adding 'torch/testing/_internal/common_jit.py' 2024-11-01T16:36:36.0676660Z adding 'torch/testing/_internal/common_methods_invocations.py' 2024-11-01T16:36:36.0707844Z adding 'torch/testing/_internal/common_mkldnn.py' 2024-11-01T16:36:36.0740955Z adding 'torch/testing/_internal/common_modules.py' 2024-11-01T16:36:36.0779787Z adding 'torch/testing/_internal/common_nn.py' 2024-11-01T16:36:36.0799990Z adding 'torch/testing/_internal/common_optimizers.py' 2024-11-01T16:36:36.0806817Z adding 'torch/testing/_internal/common_pruning.py' 2024-11-01T16:36:36.0836336Z adding 'torch/testing/_internal/common_quantization.py' 2024-11-01T16:36:36.0843843Z adding 'torch/testing/_internal/common_quantized.py' 2024-11-01T16:36:36.0849582Z adding 'torch/testing/_internal/common_subclass.py' 2024-11-01T16:36:36.0932848Z adding 'torch/testing/_internal/common_utils.py' 2024-11-01T16:36:36.0947133Z adding 'torch/testing/_internal/composite_compliance.py' 2024-11-01T16:36:36.0954479Z adding 'torch/testing/_internal/custom_op_db.py' 2024-11-01T16:36:36.0958452Z adding 'torch/testing/_internal/custom_tensor.py' 2024-11-01T16:36:36.0963762Z adding 'torch/testing/_internal/dist_utils.py' 2024-11-01T16:36:36.0967470Z adding 'torch/testing/_internal/dynamo_test_failures.py' 2024-11-01T16:36:36.0970603Z adding 'torch/testing/_internal/fake_config_module.py' 2024-11-01T16:36:36.0974936Z adding 'torch/testing/_internal/hop_db.py' 2024-11-01T16:36:36.0981473Z adding 'torch/testing/_internal/hypothesis_utils.py' 2024-11-01T16:36:36.0985590Z adding 'torch/testing/_internal/inductor_utils.py' 2024-11-01T16:36:36.0997022Z adding 'torch/testing/_internal/jit_metaprogramming_utils.py' 2024-11-01T16:36:36.1009572Z adding 'torch/testing/_internal/jit_utils.py' 2024-11-01T16:36:36.1015016Z adding 'torch/testing/_internal/logging_tensor.py' 2024-11-01T16:36:36.1019712Z adding 'torch/testing/_internal/logging_utils.py' 2024-11-01T16:36:36.1023136Z adding 'torch/testing/_internal/quantization_torch_package_models.py' 2024-11-01T16:36:36.1026071Z adding 'torch/testing/_internal/static_module.py' 2024-11-01T16:36:36.1029971Z adding 'torch/testing/_internal/torchbind_impls.py' 2024-11-01T16:36:36.1035261Z adding 'torch/testing/_internal/triton_utils.py' 2024-11-01T16:36:36.1039499Z adding 'torch/testing/_internal/two_tensor.py' 2024-11-01T16:36:36.1043187Z adding 'torch/testing/_internal/codegen/__init__.py' 2024-11-01T16:36:36.1046970Z adding 'torch/testing/_internal/data/__init__.py' 2024-11-01T16:36:36.1049687Z adding 'torch/testing/_internal/data/network1.py' 2024-11-01T16:36:36.1052625Z adding 'torch/testing/_internal/data/network2.py' 2024-11-01T16:36:36.1056551Z adding 'torch/testing/_internal/distributed/__init__.py' 2024-11-01T16:36:36.1059688Z adding 'torch/testing/_internal/distributed/checkpoint_utils.py' 2024-11-01T16:36:36.1063711Z adding 'torch/testing/_internal/distributed/common_state_dict.py' 2024-11-01T16:36:36.1073130Z adding 'torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py' 2024-11-01T16:36:36.1186263Z adding 'torch/testing/_internal/distributed/distributed_test.py' 2024-11-01T16:36:36.1198633Z adding 'torch/testing/_internal/distributed/distributed_utils.py' 2024-11-01T16:36:36.1201924Z adding 'torch/testing/_internal/distributed/fake_pg.py' 2024-11-01T16:36:36.1209201Z adding 'torch/testing/_internal/distributed/multi_threaded_pg.py' 2024-11-01T16:36:36.1214480Z adding 'torch/testing/_internal/distributed/rpc_utils.py' 2024-11-01T16:36:36.1218409Z adding 'torch/testing/_internal/distributed/_shard/__init__.py' 2024-11-01T16:36:36.1221947Z adding 'torch/testing/_internal/distributed/_shard/test_common.py' 2024-11-01T16:36:36.1226099Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py' 2024-11-01T16:36:36.1230105Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py' 2024-11-01T16:36:36.1233590Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py' 2024-11-01T16:36:36.1237195Z adding 'torch/testing/_internal/distributed/_tensor/__init__.py' 2024-11-01T16:36:36.1245742Z adding 'torch/testing/_internal/distributed/_tensor/common_dtensor.py' 2024-11-01T16:36:36.1249798Z adding 'torch/testing/_internal/distributed/nn/__init__.py' 2024-11-01T16:36:36.1253337Z adding 'torch/testing/_internal/distributed/nn/api/__init__.py' 2024-11-01T16:36:36.1260819Z adding 'torch/testing/_internal/distributed/nn/api/remote_module_test.py' 2024-11-01T16:36:36.1265308Z adding 'torch/testing/_internal/distributed/rpc/__init__.py' 2024-11-01T16:36:36.1293205Z adding 'torch/testing/_internal/distributed/rpc/dist_autograd_test.py' 2024-11-01T16:36:36.1300236Z adding 'torch/testing/_internal/distributed/rpc/dist_optimizer_test.py' 2024-11-01T16:36:36.1305890Z adding 'torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py' 2024-11-01T16:36:36.1309822Z adding 'torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py' 2024-11-01T16:36:36.1313315Z adding 'torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py' 2024-11-01T16:36:36.1371291Z adding 'torch/testing/_internal/distributed/rpc/rpc_test.py' 2024-11-01T16:36:36.1380285Z adding 'torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py' 2024-11-01T16:36:36.1383360Z adding 'torch/testing/_internal/distributed/rpc/examples/__init__.py' 2024-11-01T16:36:36.1387385Z adding 'torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py' 2024-11-01T16:36:36.1392775Z adding 'torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py' 2024-11-01T16:36:36.1396621Z adding 'torch/testing/_internal/distributed/rpc/jit/__init__.py' 2024-11-01T16:36:36.1400390Z adding 'torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py' 2024-11-01T16:36:36.1414357Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test.py' 2024-11-01T16:36:36.1419822Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py' 2024-11-01T16:36:36.1423624Z adding 'torch/testing/_internal/generated/__init__.py' 2024-11-01T16:36:36.1472488Z adding 'torch/testing/_internal/generated/annotated_fn_args.py' 2024-11-01T16:36:36.1488655Z adding 'torch/testing/_internal/opinfo/__init__.py' 2024-11-01T16:36:36.1526806Z adding 'torch/testing/_internal/opinfo/core.py' 2024-11-01T16:36:36.1533682Z adding 'torch/testing/_internal/opinfo/refs.py' 2024-11-01T16:36:36.1539311Z adding 'torch/testing/_internal/opinfo/utils.py' 2024-11-01T16:36:36.1543782Z adding 'torch/testing/_internal/opinfo/definitions/__init__.py' 2024-11-01T16:36:36.1553218Z adding 'torch/testing/_internal/opinfo/definitions/_masked.py' 2024-11-01T16:36:36.1560489Z adding 'torch/testing/_internal/opinfo/definitions/fft.py' 2024-11-01T16:36:36.1581673Z adding 'torch/testing/_internal/opinfo/definitions/linalg.py' 2024-11-01T16:36:36.1593266Z adding 'torch/testing/_internal/opinfo/definitions/nested.py' 2024-11-01T16:36:36.1599449Z adding 'torch/testing/_internal/opinfo/definitions/signal.py' 2024-11-01T16:36:36.1609168Z adding 'torch/testing/_internal/opinfo/definitions/sparse.py' 2024-11-01T16:36:36.1616380Z adding 'torch/testing/_internal/opinfo/definitions/special.py' 2024-11-01T16:36:36.1620962Z adding 'torch/testing/_internal/optests/__init__.py' 2024-11-01T16:36:36.1625954Z adding 'torch/testing/_internal/optests/aot_autograd.py' 2024-11-01T16:36:36.1631166Z adding 'torch/testing/_internal/optests/autograd_registration.py' 2024-11-01T16:36:36.1634698Z adding 'torch/testing/_internal/optests/fake_tensor.py' 2024-11-01T16:36:36.1647753Z adding 'torch/testing/_internal/optests/generate_tests.py' 2024-11-01T16:36:36.1652365Z adding 'torch/testing/_internal/optests/make_fx.py' 2024-11-01T16:36:36.1656237Z adding 'torch/testing/_internal/test_module/__init__.py' 2024-11-01T16:36:36.1658998Z adding 'torch/testing/_internal/test_module/future_div.py' 2024-11-01T16:36:36.1662066Z adding 'torch/testing/_internal/test_module/no_future_div.py' 2024-11-01T16:36:36.1667442Z adding 'torch/utils/__init__.py' 2024-11-01T16:36:36.1671607Z adding 'torch/utils/_backport_slots.py' 2024-11-01T16:36:36.1679391Z adding 'torch/utils/_config_module.py' 2024-11-01T16:36:36.1683025Z adding 'torch/utils/_config_typing.pyi' 2024-11-01T16:36:36.1688637Z adding 'torch/utils/_content_store.py' 2024-11-01T16:36:36.1693248Z adding 'torch/utils/_contextlib.py' 2024-11-01T16:36:36.1696726Z adding 'torch/utils/_cpp_extension_versioner.py' 2024-11-01T16:36:36.1707281Z adding 'torch/utils/_cxx_pytree.py' 2024-11-01T16:36:36.1711800Z adding 'torch/utils/_device.py' 2024-11-01T16:36:36.1715844Z adding 'torch/utils/_exposed_in.py' 2024-11-01T16:36:36.1719387Z adding 'torch/utils/_foreach_utils.py' 2024-11-01T16:36:36.1724901Z adding 'torch/utils/_freeze.py' 2024-11-01T16:36:36.1729351Z adding 'torch/utils/_get_clean_triton.py' 2024-11-01T16:36:36.1732825Z adding 'torch/utils/_import_utils.py' 2024-11-01T16:36:36.1735685Z adding 'torch/utils/_mode_utils.py' 2024-11-01T16:36:36.1739687Z adding 'torch/utils/_ordered_set.py' 2024-11-01T16:36:36.1751032Z adding 'torch/utils/_python_dispatch.py' 2024-11-01T16:36:36.1769047Z adding 'torch/utils/_pytree.py' 2024-11-01T16:36:36.1773907Z adding 'torch/utils/_stats.py' 2024-11-01T16:36:36.1776671Z adding 'torch/utils/_thunk.py' 2024-11-01T16:36:36.1782265Z adding 'torch/utils/_traceback.py' 2024-11-01T16:36:36.1786024Z adding 'torch/utils/_triton.py' 2024-11-01T16:36:36.1789053Z adding 'torch/utils/_typing_utils.py' 2024-11-01T16:36:36.1792495Z adding 'torch/utils/_zip.py' 2024-11-01T16:36:36.1800163Z adding 'torch/utils/backend_registration.py' 2024-11-01T16:36:36.1808817Z adding 'torch/utils/bundled_inputs.py' 2024-11-01T16:36:36.1835630Z adding 'torch/utils/checkpoint.py' 2024-11-01T16:36:36.1846619Z adding 'torch/utils/collect_env.py' 2024-11-01T16:36:36.1850207Z adding 'torch/utils/cpp_backtrace.py' 2024-11-01T16:36:36.1887603Z adding 'torch/utils/cpp_extension.py' 2024-11-01T16:36:36.1893048Z adding 'torch/utils/deterministic.py' 2024-11-01T16:36:36.1897063Z adding 'torch/utils/dlpack.py' 2024-11-01T16:36:36.1900410Z adding 'torch/utils/file_baton.py' 2024-11-01T16:36:36.1909895Z adding 'torch/utils/flop_counter.py' 2024-11-01T16:36:36.1915834Z adding 'torch/utils/hooks.py' 2024-11-01T16:36:36.1920194Z adding 'torch/utils/mkldnn.py' 2024-11-01T16:36:36.1924612Z adding 'torch/utils/mobile_optimizer.py' 2024-11-01T16:36:36.1927573Z adding 'torch/utils/model_zoo.py' 2024-11-01T16:36:36.1931604Z adding 'torch/utils/module_tracker.py' 2024-11-01T16:36:36.1935936Z adding 'torch/utils/show_pickle.py' 2024-11-01T16:36:36.1940553Z adding 'torch/utils/throughput_benchmark.py' 2024-11-01T16:36:36.1946140Z adding 'torch/utils/weak.py' 2024-11-01T16:36:36.1950019Z adding 'torch/utils/_strobelight/__init__.py' 2024-11-01T16:36:36.1955258Z adding 'torch/utils/_strobelight/cli_function_profiler.py' 2024-11-01T16:36:36.1959052Z adding 'torch/utils/_sympy/__init__.py' 2024-11-01T16:36:36.1974674Z adding 'torch/utils/_sympy/functions.py' 2024-11-01T16:36:36.1980489Z adding 'torch/utils/_sympy/interp.py' 2024-11-01T16:36:36.1985299Z adding 'torch/utils/_sympy/numbers.py' 2024-11-01T16:36:36.1990806Z adding 'torch/utils/_sympy/reference.py' 2024-11-01T16:36:36.1994794Z adding 'torch/utils/_sympy/singleton_int.py' 2024-11-01T16:36:36.1999231Z adding 'torch/utils/_sympy/solve.py' 2024-11-01T16:36:36.2003214Z adding 'torch/utils/_sympy/symbol.py' 2024-11-01T16:36:36.2016224Z adding 'torch/utils/_sympy/value_ranges.py' 2024-11-01T16:36:36.2020834Z adding 'torch/utils/backcompat/__init__.py' 2024-11-01T16:36:36.2024372Z adding 'torch/utils/benchmark/__init__.py' 2024-11-01T16:36:36.2027934Z adding 'torch/utils/benchmark/examples/__init__.py' 2024-11-01T16:36:36.2032437Z adding 'torch/utils/benchmark/examples/blas_compare_setup.py' 2024-11-01T16:36:36.2036460Z adding 'torch/utils/benchmark/examples/compare.py' 2024-11-01T16:36:36.2039993Z adding 'torch/utils/benchmark/examples/fuzzer.py' 2024-11-01T16:36:36.2043995Z adding 'torch/utils/benchmark/examples/op_benchmark.py' 2024-11-01T16:36:36.2047420Z adding 'torch/utils/benchmark/examples/simple_timeit.py' 2024-11-01T16:36:36.2051440Z adding 'torch/utils/benchmark/examples/spectral_ops_fuzz_test.py' 2024-11-01T16:36:36.2055253Z adding 'torch/utils/benchmark/op_fuzzers/__init__.py' 2024-11-01T16:36:36.2058725Z adding 'torch/utils/benchmark/op_fuzzers/binary.py' 2024-11-01T16:36:36.2062452Z adding 'torch/utils/benchmark/op_fuzzers/sparse_binary.py' 2024-11-01T16:36:36.2065985Z adding 'torch/utils/benchmark/op_fuzzers/sparse_unary.py' 2024-11-01T16:36:36.2069618Z adding 'torch/utils/benchmark/op_fuzzers/spectral.py' 2024-11-01T16:36:36.2073212Z adding 'torch/utils/benchmark/op_fuzzers/unary.py' 2024-11-01T16:36:36.2076943Z adding 'torch/utils/benchmark/utils/__init__.py' 2024-11-01T16:36:36.2079994Z adding 'torch/utils/benchmark/utils/_stubs.py' 2024-11-01T16:36:36.2086464Z adding 'torch/utils/benchmark/utils/common.py' 2024-11-01T16:36:36.2092986Z adding 'torch/utils/benchmark/utils/compare.py' 2024-11-01T16:36:36.2097789Z adding 'torch/utils/benchmark/utils/compile.py' 2024-11-01T16:36:36.2102537Z adding 'torch/utils/benchmark/utils/cpp_jit.py' 2024-11-01T16:36:36.2110738Z adding 'torch/utils/benchmark/utils/fuzzer.py' 2024-11-01T16:36:36.2115379Z adding 'torch/utils/benchmark/utils/sparse_fuzzer.py' 2024-11-01T16:36:36.2118772Z adding 'torch/utils/benchmark/utils/timeit_template.cpp' 2024-11-01T16:36:36.2127308Z adding 'torch/utils/benchmark/utils/timer.py' 2024-11-01T16:36:36.2131638Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/__init__.py' 2024-11-01T16:36:36.2136469Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h' 2024-11-01T16:36:36.2139629Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp' 2024-11-01T16:36:36.2143546Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp' 2024-11-01T16:36:36.2157871Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py' 2024-11-01T16:36:36.2212613Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h' 2024-11-01T16:36:36.2225533Z adding 'torch/utils/bottleneck/__init__.py' 2024-11-01T16:36:36.2230026Z adding 'torch/utils/bottleneck/__main__.py' 2024-11-01T16:36:36.2234340Z adding 'torch/utils/data/__init__.py' 2024-11-01T16:36:36.2237367Z adding 'torch/utils/data/backward_compatibility.py' 2024-11-01T16:36:36.2266638Z adding 'torch/utils/data/dataloader.py' 2024-11-01T16:36:36.2276201Z adding 'torch/utils/data/dataset.py' 2024-11-01T16:36:36.2281128Z adding 'torch/utils/data/distributed.py' 2024-11-01T16:36:36.2285493Z adding 'torch/utils/data/graph.py' 2024-11-01T16:36:36.2289907Z adding 'torch/utils/data/graph_settings.py' 2024-11-01T16:36:36.2295816Z adding 'torch/utils/data/sampler.py' 2024-11-01T16:36:36.2300328Z adding 'torch/utils/data/_utils/__init__.py' 2024-11-01T16:36:36.2306751Z adding 'torch/utils/data/_utils/collate.py' 2024-11-01T16:36:36.2310394Z adding 'torch/utils/data/_utils/fetch.py' 2024-11-01T16:36:36.2314343Z adding 'torch/utils/data/_utils/pin_memory.py' 2024-11-01T16:36:36.2318216Z adding 'torch/utils/data/_utils/signal_handling.py' 2024-11-01T16:36:36.2325089Z adding 'torch/utils/data/_utils/worker.py' 2024-11-01T16:36:36.2329196Z adding 'torch/utils/data/datapipes/__init__.py' 2024-11-01T16:36:36.2333567Z adding 'torch/utils/data/datapipes/_decorator.py' 2024-11-01T16:36:36.2339416Z adding 'torch/utils/data/datapipes/_hook_iterator.py' 2024-11-01T16:36:36.2346807Z adding 'torch/utils/data/datapipes/_typing.py' 2024-11-01T16:36:36.2353614Z adding 'torch/utils/data/datapipes/datapipe.py' 2024-11-01T16:36:36.2364334Z adding 'torch/utils/data/datapipes/datapipe.pyi' 2024-11-01T16:36:36.2370608Z adding 'torch/utils/data/datapipes/gen_pyi.py' 2024-11-01T16:36:36.2374707Z adding 'torch/utils/data/datapipes/dataframe/__init__.py' 2024-11-01T16:36:36.2378199Z adding 'torch/utils/data/datapipes/dataframe/dataframe_wrapper.py' 2024-11-01T16:36:36.2383971Z adding 'torch/utils/data/datapipes/dataframe/dataframes.py' 2024-11-01T16:36:36.2387991Z adding 'torch/utils/data/datapipes/dataframe/datapipes.py' 2024-11-01T16:36:36.2391108Z adding 'torch/utils/data/datapipes/dataframe/structures.py' 2024-11-01T16:36:36.2395269Z adding 'torch/utils/data/datapipes/iter/__init__.py' 2024-11-01T16:36:36.2400425Z adding 'torch/utils/data/datapipes/iter/callable.py' 2024-11-01T16:36:36.2405114Z adding 'torch/utils/data/datapipes/iter/combinatorics.py' 2024-11-01T16:36:36.2413964Z adding 'torch/utils/data/datapipes/iter/combining.py' 2024-11-01T16:36:36.2418260Z adding 'torch/utils/data/datapipes/iter/filelister.py' 2024-11-01T16:36:36.2421957Z adding 'torch/utils/data/datapipes/iter/fileopener.py' 2024-11-01T16:36:36.2427690Z adding 'torch/utils/data/datapipes/iter/grouping.py' 2024-11-01T16:36:36.2436925Z adding 'torch/utils/data/datapipes/iter/routeddecoder.py' 2024-11-01T16:36:36.2437808Z adding 'torch/utils/data/datapipes/iter/selecting.py' 2024-11-01T16:36:36.2439548Z adding 'torch/utils/data/datapipes/iter/sharding.py' 2024-11-01T16:36:36.2442872Z adding 'torch/utils/data/datapipes/iter/streamreader.py' 2024-11-01T16:36:36.2446387Z adding 'torch/utils/data/datapipes/iter/utils.py' 2024-11-01T16:36:36.2450840Z adding 'torch/utils/data/datapipes/map/__init__.py' 2024-11-01T16:36:36.2453725Z adding 'torch/utils/data/datapipes/map/callable.py' 2024-11-01T16:36:36.2457764Z adding 'torch/utils/data/datapipes/map/combinatorics.py' 2024-11-01T16:36:36.2461680Z adding 'torch/utils/data/datapipes/map/combining.py' 2024-11-01T16:36:36.2465288Z adding 'torch/utils/data/datapipes/map/grouping.py' 2024-11-01T16:36:36.2468768Z adding 'torch/utils/data/datapipes/map/utils.py' 2024-11-01T16:36:36.2472502Z adding 'torch/utils/data/datapipes/utils/__init__.py' 2024-11-01T16:36:36.2478877Z adding 'torch/utils/data/datapipes/utils/common.py' 2024-11-01T16:36:36.2485089Z adding 'torch/utils/data/datapipes/utils/decoder.py' 2024-11-01T16:36:36.2489308Z adding 'torch/utils/data/datapipes/utils/snapshot.py' 2024-11-01T16:36:36.2492998Z adding 'torch/utils/hipify/__init__.py' 2024-11-01T16:36:36.2496282Z adding 'torch/utils/hipify/constants.py' 2024-11-01T16:36:36.2553063Z adding 'torch/utils/hipify/cuda_to_hip_mappings.py' 2024-11-01T16:36:36.2578220Z adding 'torch/utils/hipify/hipify_python.py' 2024-11-01T16:36:36.2582202Z adding 'torch/utils/hipify/version.py' 2024-11-01T16:36:36.2585814Z adding 'torch/utils/jit/__init__.py' 2024-11-01T16:36:36.2589660Z adding 'torch/utils/jit/log_extract.py' 2024-11-01T16:36:36.2597982Z adding 'torch/utils/model_dump/__init__.py' 2024-11-01T16:36:36.2601173Z adding 'torch/utils/model_dump/__main__.py' 2024-11-01T16:36:36.2608744Z adding 'torch/utils/model_dump/code.js' 2024-11-01T16:36:36.2612430Z adding 'torch/utils/model_dump/htm.mjs' 2024-11-01T16:36:36.2618399Z adding 'torch/utils/model_dump/preact.mjs' 2024-11-01T16:36:36.2621840Z adding 'torch/utils/model_dump/skeleton.html' 2024-11-01T16:36:36.2625795Z adding 'torch/utils/tensorboard/__init__.py' 2024-11-01T16:36:36.2629439Z adding 'torch/utils/tensorboard/_convert_np.py' 2024-11-01T16:36:36.2633565Z adding 'torch/utils/tensorboard/_embedding.py' 2024-11-01T16:36:36.2637562Z adding 'torch/utils/tensorboard/_onnx_graph.py' 2024-11-01T16:36:36.2640929Z adding 'torch/utils/tensorboard/_proto_graph.py' 2024-11-01T16:36:36.2647805Z adding 'torch/utils/tensorboard/_pytorch_graph.py' 2024-11-01T16:36:36.2652233Z adding 'torch/utils/tensorboard/_utils.py' 2024-11-01T16:36:36.2665074Z adding 'torch/utils/tensorboard/summary.py' 2024-11-01T16:36:36.2680018Z adding 'torch/utils/tensorboard/writer.py' 2024-11-01T16:36:36.2684526Z adding 'torch/utils/viz/__init__.py' 2024-11-01T16:36:36.2691508Z adding 'torch/utils/viz/_cycles.py' 2024-11-01T16:36:36.2699548Z adding 'torch/xpu/__init__.py' 2024-11-01T16:36:36.2703178Z adding 'torch/xpu/_gpu_trace.py' 2024-11-01T16:36:36.2706426Z adding 'torch/xpu/_utils.py' 2024-11-01T16:36:36.2710658Z adding 'torch/xpu/memory.py' 2024-11-01T16:36:36.2714750Z adding 'torch/xpu/random.py' 2024-11-01T16:36:36.2718962Z adding 'torch/xpu/streams.py' 2024-11-01T16:36:36.2727713Z adding 'torchgen/__init__.py' 2024-11-01T16:36:36.2731225Z adding 'torchgen/code_template.py' 2024-11-01T16:36:36.2734897Z adding 'torchgen/context.py' 2024-11-01T16:36:36.2771215Z adding 'torchgen/gen.py' 2024-11-01T16:36:36.2780600Z adding 'torchgen/gen_aoti_c_shim.py' 2024-11-01T16:36:36.2789414Z adding 'torchgen/gen_backend_stubs.py' 2024-11-01T16:36:36.2802699Z adding 'torchgen/gen_executorch.py' 2024-11-01T16:36:36.2816734Z adding 'torchgen/gen_functionalization_type.py' 2024-11-01T16:36:36.2826225Z adding 'torchgen/gen_lazy_tensor.py' 2024-11-01T16:36:36.2830424Z adding 'torchgen/gen_schema_utils.py' 2024-11-01T16:36:36.2835332Z adding 'torchgen/gen_vmap_plumbing.py' 2024-11-01T16:36:36.2838857Z adding 'torchgen/local.py' 2024-11-01T16:36:36.2880442Z adding 'torchgen/model.py' 2024-11-01T16:36:36.2894409Z adding 'torchgen/native_function_generation.py' 2024-11-01T16:36:36.2902416Z adding 'torchgen/utils.py' 2024-11-01T16:36:36.2905970Z adding 'torchgen/yaml_utils.py' 2024-11-01T16:36:36.2909429Z adding 'torchgen/aoti/__init__.py' 2024-11-01T16:36:36.2913226Z adding 'torchgen/aoti/fallback_ops.py' 2024-11-01T16:36:36.2917198Z adding 'torchgen/api/__init__.py' 2024-11-01T16:36:36.2931232Z adding 'torchgen/api/autograd.py' 2024-11-01T16:36:36.2938960Z adding 'torchgen/api/cpp.py' 2024-11-01T16:36:36.2943088Z adding 'torchgen/api/dispatcher.py' 2024-11-01T16:36:36.2947829Z adding 'torchgen/api/functionalization.py' 2024-11-01T16:36:36.2955391Z adding 'torchgen/api/lazy.py' 2024-11-01T16:36:36.2958844Z adding 'torchgen/api/meta.py' 2024-11-01T16:36:36.2962818Z adding 'torchgen/api/native.py' 2024-11-01T16:36:36.2984056Z adding 'torchgen/api/python.py' 2024-11-01T16:36:36.2989678Z adding 'torchgen/api/structured.py' 2024-11-01T16:36:36.2997381Z adding 'torchgen/api/translate.py' 2024-11-01T16:36:36.3002145Z adding 'torchgen/api/ufunc.py' 2024-11-01T16:36:36.3007535Z adding 'torchgen/api/unboxing.py' 2024-11-01T16:36:36.3011259Z adding 'torchgen/api/types/__init__.py' 2024-11-01T16:36:36.3017743Z adding 'torchgen/api/types/signatures.py' 2024-11-01T16:36:36.3022543Z adding 'torchgen/api/types/types.py' 2024-11-01T16:36:36.3027656Z adding 'torchgen/api/types/types_base.py' 2024-11-01T16:36:36.3031809Z adding 'torchgen/dest/__init__.py' 2024-11-01T16:36:36.3042194Z adding 'torchgen/dest/lazy_ir.py' 2024-11-01T16:36:36.3046548Z adding 'torchgen/dest/lazy_ts_lowering.py' 2024-11-01T16:36:36.3050193Z adding 'torchgen/dest/native_functions.py' 2024-11-01T16:36:36.3064213Z adding 'torchgen/dest/register_dispatch_key.py' 2024-11-01T16:36:36.3072324Z adding 'torchgen/dest/ufunc.py' 2024-11-01T16:36:36.3076537Z adding 'torchgen/executorch/__init__.py' 2024-11-01T16:36:36.3081319Z adding 'torchgen/executorch/model.py' 2024-11-01T16:36:36.3085971Z adding 'torchgen/executorch/parse.py' 2024-11-01T16:36:36.3089455Z adding 'torchgen/executorch/api/__init__.py' 2024-11-01T16:36:36.3093712Z adding 'torchgen/executorch/api/custom_ops.py' 2024-11-01T16:36:36.3099992Z adding 'torchgen/executorch/api/et_cpp.py' 2024-11-01T16:36:36.3105005Z adding 'torchgen/executorch/api/unboxing.py' 2024-11-01T16:36:36.3108960Z adding 'torchgen/executorch/api/types/__init__.py' 2024-11-01T16:36:36.3112362Z adding 'torchgen/executorch/api/types/signatures.py' 2024-11-01T16:36:36.3116296Z adding 'torchgen/executorch/api/types/types.py' 2024-11-01T16:36:36.3120170Z adding 'torchgen/operator_versions/__init__.py' 2024-11-01T16:36:36.3125664Z adding 'torchgen/operator_versions/gen_mobile_upgraders.py' 2024-11-01T16:36:36.3129006Z adding 'torchgen/operator_versions/gen_mobile_upgraders_constant.py' 2024-11-01T16:36:36.3247454Z adding 'torchgen/packaged/ATen/native/native_functions.yaml' 2024-11-01T16:36:36.3264238Z adding 'torchgen/packaged/ATen/native/tags.yaml' 2024-11-01T16:36:36.3274263Z adding 'torchgen/packaged/ATen/templates/ATenOpList.cpp' 2024-11-01T16:36:36.3275004Z adding 'torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp' 2024-11-01T16:36:36.3278118Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunction.h' 2024-11-01T16:36:36.3281229Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions.h' 2024-11-01T16:36:36.3284640Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h' 2024-11-01T16:36:36.3287440Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp' 2024-11-01T16:36:36.3290336Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h' 2024-11-01T16:36:36.3293346Z adding 'torchgen/packaged/ATen/templates/Function.h' 2024-11-01T16:36:36.3296379Z adding 'torchgen/packaged/ATen/templates/FunctionalInverses.h' 2024-11-01T16:36:36.3300097Z adding 'torchgen/packaged/ATen/templates/Functions.cpp' 2024-11-01T16:36:36.3304042Z adding 'torchgen/packaged/ATen/templates/Functions.h' 2024-11-01T16:36:36.3307203Z adding 'torchgen/packaged/ATen/templates/LazyIr.h' 2024-11-01T16:36:36.3310066Z adding 'torchgen/packaged/ATen/templates/LazyNonNativeIr.h' 2024-11-01T16:36:36.3313147Z adding 'torchgen/packaged/ATen/templates/MethodOperators.h' 2024-11-01T16:36:36.3316097Z adding 'torchgen/packaged/ATen/templates/NativeFunction.h' 2024-11-01T16:36:36.3320026Z adding 'torchgen/packaged/ATen/templates/NativeFunctions.h' 2024-11-01T16:36:36.3322961Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunction.h' 2024-11-01T16:36:36.3325898Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunctions.h' 2024-11-01T16:36:36.3328747Z adding 'torchgen/packaged/ATen/templates/Operator.h' 2024-11-01T16:36:36.3331596Z adding 'torchgen/packaged/ATen/templates/Operators.cpp' 2024-11-01T16:36:36.3335154Z adding 'torchgen/packaged/ATen/templates/Operators.h' 2024-11-01T16:36:36.3338208Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.cpp' 2024-11-01T16:36:36.3341188Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.h' 2024-11-01T16:36:36.3344226Z adding 'torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp' 2024-11-01T16:36:36.3347434Z adding 'torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp' 2024-11-01T16:36:36.3350420Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini' 2024-11-01T16:36:36.3353702Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp' 2024-11-01T16:36:36.3357373Z adding 'torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp' 2024-11-01T16:36:36.3360385Z adding 'torchgen/packaged/ATen/templates/RegisterSchema.cpp' 2024-11-01T16:36:36.3363200Z adding 'torchgen/packaged/ATen/templates/RegistrationDeclarations.h' 2024-11-01T16:36:36.3374648Z adding 'torchgen/packaged/ATen/templates/TensorBody.h' 2024-11-01T16:36:36.3378882Z adding 'torchgen/packaged/ATen/templates/TensorMethods.cpp' 2024-11-01T16:36:36.3381883Z adding 'torchgen/packaged/ATen/templates/UfuncCPU.cpp' 2024-11-01T16:36:36.3384828Z adding 'torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp' 2024-11-01T16:36:36.3387697Z adding 'torchgen/packaged/ATen/templates/UfuncCUDA.cu' 2024-11-01T16:36:36.3390687Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.cpp' 2024-11-01T16:36:36.3393870Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.h' 2024-11-01T16:36:36.3396950Z adding 'torchgen/packaged/ATen/templates/aten_interned_strings.h' 2024-11-01T16:36:36.3399962Z adding 'torchgen/packaged/ATen/templates/enum_tag.h' 2024-11-01T16:36:36.3403854Z adding 'torchgen/packaged/autograd/BUILD.bazel' 2024-11-01T16:36:36.3406631Z adding 'torchgen/packaged/autograd/README.md' 2024-11-01T16:36:36.3409921Z adding 'torchgen/packaged/autograd/__init__.py' 2024-11-01T16:36:36.3412699Z adding 'torchgen/packaged/autograd/build.bzl' 2024-11-01T16:36:36.3415810Z adding 'torchgen/packaged/autograd/context.py' 2024-11-01T16:36:36.3419286Z adding 'torchgen/packaged/autograd/deprecated.yaml' 2024-11-01T16:36:36.3466679Z adding 'torchgen/packaged/autograd/derivatives.yaml' 2024-11-01T16:36:36.3474829Z adding 'torchgen/packaged/autograd/gen_annotated_fn_args.py' 2024-11-01T16:36:36.3478899Z adding 'torchgen/packaged/autograd/gen_autograd.py' 2024-11-01T16:36:36.3488889Z adding 'torchgen/packaged/autograd/gen_autograd_functions.py' 2024-11-01T16:36:36.3498430Z adding 'torchgen/packaged/autograd/gen_inplace_or_view_type.py' 2024-11-01T16:36:36.3515428Z adding 'torchgen/packaged/autograd/gen_python_functions.py' 2024-11-01T16:36:36.3524443Z adding 'torchgen/packaged/autograd/gen_trace_type.py' 2024-11-01T16:36:36.3529099Z adding 'torchgen/packaged/autograd/gen_variable_factories.py' 2024-11-01T16:36:36.3556029Z adding 'torchgen/packaged/autograd/gen_variable_type.py' 2024-11-01T16:36:36.3563901Z adding 'torchgen/packaged/autograd/gen_view_funcs.py' 2024-11-01T16:36:36.3578477Z adding 'torchgen/packaged/autograd/load_derivatives.py' 2024-11-01T16:36:36.3584267Z adding 'torchgen/packaged/autograd/templates/ADInplaceOrViewType.cpp' 2024-11-01T16:36:36.3587354Z adding 'torchgen/packaged/autograd/templates/Functions.cpp' 2024-11-01T16:36:36.3590665Z adding 'torchgen/packaged/autograd/templates/Functions.h' 2024-11-01T16:36:36.3593852Z adding 'torchgen/packaged/autograd/templates/TraceType.cpp' 2024-11-01T16:36:36.3597411Z adding 'torchgen/packaged/autograd/templates/VariableType.cpp' 2024-11-01T16:36:36.3600738Z adding 'torchgen/packaged/autograd/templates/VariableType.h' 2024-11-01T16:36:36.3603652Z adding 'torchgen/packaged/autograd/templates/ViewFuncs.cpp' 2024-11-01T16:36:36.3606477Z adding 'torchgen/packaged/autograd/templates/ViewFuncs.h' 2024-11-01T16:36:36.3610177Z adding 'torchgen/packaged/autograd/templates/annotated_fn_args.py.in' 2024-11-01T16:36:36.3612890Z adding 'torchgen/packaged/autograd/templates/python_enum_tag.cpp' 2024-11-01T16:36:36.3617545Z adding 'torchgen/packaged/autograd/templates/python_fft_functions.cpp' 2024-11-01T16:36:36.3625693Z adding 'torchgen/packaged/autograd/templates/python_functions.cpp' 2024-11-01T16:36:36.3628683Z adding 'torchgen/packaged/autograd/templates/python_functions.h' 2024-11-01T16:36:36.3632001Z adding 'torchgen/packaged/autograd/templates/python_linalg_functions.cpp' 2024-11-01T16:36:36.3635891Z adding 'torchgen/packaged/autograd/templates/python_nested_functions.cpp' 2024-11-01T16:36:36.3640024Z adding 'torchgen/packaged/autograd/templates/python_nn_functions.cpp' 2024-11-01T16:36:36.3643707Z adding 'torchgen/packaged/autograd/templates/python_return_types.cpp' 2024-11-01T16:36:36.3646933Z adding 'torchgen/packaged/autograd/templates/python_return_types.h' 2024-11-01T16:36:36.3651151Z adding 'torchgen/packaged/autograd/templates/python_sparse_functions.cpp' 2024-11-01T16:36:36.3653951Z adding 'torchgen/packaged/autograd/templates/python_special_functions.cpp' 2024-11-01T16:36:36.3657552Z adding 'torchgen/packaged/autograd/templates/python_torch_functions.cpp' 2024-11-01T16:36:36.3669999Z adding 'torchgen/packaged/autograd/templates/python_variable_methods.cpp' 2024-11-01T16:36:36.3675336Z adding 'torchgen/packaged/autograd/templates/variable_factories.h' 2024-11-01T16:36:36.3678916Z adding 'torchgen/selective_build/__init__.py' 2024-11-01T16:36:36.3683260Z adding 'torchgen/selective_build/operator.py' 2024-11-01T16:36:36.3689198Z adding 'torchgen/selective_build/selector.py' 2024-11-01T16:36:36.3693311Z adding 'torchgen/static_runtime/__init__.py' 2024-11-01T16:36:36.3697833Z adding 'torchgen/static_runtime/config.py' 2024-11-01T16:36:36.3702732Z adding 'torchgen/static_runtime/gen_static_runtime_ops.py' 2024-11-01T16:36:36.3711448Z adding 'torchgen/static_runtime/generator.py' 2024-11-01T16:36:36.3826554Z adding 'torch-2.6.0a0+gitd1aa4ef.dist-info/LICENSE' 2024-11-01T16:36:36.3848263Z adding 'torch-2.6.0a0+gitd1aa4ef.dist-info/METADATA' 2024-11-01T16:36:36.3857438Z adding 'torch-2.6.0a0+gitd1aa4ef.dist-info/NOTICE' 2024-11-01T16:36:36.3859953Z adding 'torch-2.6.0a0+gitd1aa4ef.dist-info/WHEEL' 2024-11-01T16:36:36.3862055Z adding 'torch-2.6.0a0+gitd1aa4ef.dist-info/entry_points.txt' 2024-11-01T16:36:36.3863854Z adding 'torch-2.6.0a0+gitd1aa4ef.dist-info/top_level.txt' 2024-11-01T16:36:36.4500993Z adding 'torch-2.6.0a0+gitd1aa4ef.dist-info/RECORD' 2024-11-01T16:36:36.4846489Z removing build\bdist.win-amd64\wheel 2024-11-01T16:36:37.7851251Z 2024-11-01T16:36:37.7852132Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 goto fail 2024-11-01T16:36:37.7852679Z 2024-11-01T16:36:37.7853024Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 goto fail 2024-11-01T16:36:37.7853523Z 2024-11-01T16:36:37.7853816Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --show-stats 2024-11-01T16:36:37.9601645Z Compile requests 7236 2024-11-01T16:36:37.9602170Z Compile requests executed 7236 2024-11-01T16:36:37.9602579Z Cache hits 7172 2024-11-01T16:36:37.9602976Z Cache hits (C/C++) 7172 2024-11-01T16:36:37.9603347Z Cache misses 47 2024-11-01T16:36:37.9603738Z Cache misses (C/C++) 47 2024-11-01T16:36:37.9604133Z Cache timeouts 0 2024-11-01T16:36:37.9604592Z Cache read errors 0 2024-11-01T16:36:37.9605282Z Forced recaches 0 2024-11-01T16:36:37.9605985Z Cache write errors 0 2024-11-01T16:36:37.9606565Z Compilation failures 3 2024-11-01T16:36:37.9607012Z Cache errors 14 2024-11-01T16:36:37.9607440Z Cache errors (C/C++) 14 2024-11-01T16:36:37.9607911Z Non-cacheable compilations 8 2024-11-01T16:36:37.9608329Z Non-cacheable calls 0 2024-11-01T16:36:37.9608742Z Non-compilation calls 0 2024-11-01T16:36:37.9609156Z Unsupported compiler calls 0 2024-11-01T16:36:37.9609560Z Average cache write 0.040 s 2024-11-01T16:36:37.9609980Z Average compiler 0.041 s 2024-11-01T16:36:37.9610396Z Average cache read hit 0.075 s 2024-11-01T16:36:37.9610809Z Failed distributed compilations 0 2024-11-01T16:36:37.9611392Z Cache location s3, name: ossci-compiler-cache, prefix: /pull/ 2024-11-01T16:36:37.9611974Z Version (client) 0.7.4 2024-11-01T16:36:37.9623071Z 2024-11-01T16:36:37.9624038Z (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:36:38.8800085Z Processing c:\actions-runner\_work\pytorch\pytorch\dist\torch-2.6.0a0+gitd1aa4ef-cp39-cp39-win_amd64.whl 2024-11-01T16:36:39.5592677Z Installing collected packages: torch 2024-11-01T16:36:39.5593925Z Attempting uninstall: torch 2024-11-01T16:36:39.5616442Z Found existing installation: torch 2.6.0a0+git7934309 2024-11-01T16:36:40.6823454Z Uninstalling torch-2.6.0a0+git7934309: 2024-11-01T16:36:40.8944135Z Successfully uninstalled torch-2.6.0a0+git7934309 2024-11-01T16:37:00.4839265Z Successfully installed torch-2.6.0a0+gitd1aa4ef 2024-11-01T16:37:00.5489189Z 2024-11-01T16:37:00.5492034Z (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:37:00.5494875Z copy /Y "dist\*.whl" "C:/11632514903/build-results/" 2024-11-01T16:37:00.5495398Z python tools/stats/export_test_times.py 2024-11-01T16:37:00.5496072Z robocopy /E ".additional_ci_files" "C:/11632514903/build-results/\.additional_ci_files" 2024-11-01T16:37:00.5496841Z copy /Y "build\.ninja_log" "C:/11632514903/build-results/\" 2024-11-01T16:37:00.5497314Z ) ) 2024-11-01T16:37:00.5502209Z dist\torch-2.6.0a0+gitd1aa4ef-cp39-cp39-win_amd64.whl 2024-11-01T16:37:00.6541549Z 1 file(s) copied. 2024-11-01T16:37:01.8220962Z Exporting test times from test-infra 2024-11-01T16:37:01.8222368Z 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:37:01.8224616Z 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:37:01.8461306Z 2024-11-01T16:37:01.8462222Z ------------------------------------------------------------------------------- 2024-11-01T16:37:01.8463335Z ROBOCOPY :: Robust File Copy for Windows 2024-11-01T16:37:01.8464026Z ------------------------------------------------------------------------------- 2024-11-01T16:37:01.8464398Z 2024-11-01T16:37:01.8465668Z Started : Friday, November 1, 2024 4:37:01 PM 2024-11-01T16:37:01.8466425Z Source : C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files\ 2024-11-01T16:37:01.8467130Z Dest : C:\11632514903\build-results\.additional_ci_files\ 2024-11-01T16:37:01.8467515Z 2024-11-01T16:37:01.8467626Z Files : *.* 2024-11-01T16:37:01.8468012Z 2024-11-01T16:37:01.8469142Z Options : *.* /S /E /DCOPY:DA /COPY:DAT /R:1000000 /W:30 2024-11-01T16:37:01.8469514Z 2024-11-01T16:37:01.8469845Z ------------------------------------------------------------------------------ 2024-11-01T16:37:01.8473753Z 2024-11-01T16:37:01.8480354Z New Dir 2 C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files\ 2024-11-01T16:37:01.8488283Z New File 3.9 m test-class-times.json 2024-11-01T16:37:01.8490867Z 12% 2024-11-01T16:37:01.8493973Z 25% 2024-11-01T16:37:01.8496657Z 37% 2024-11-01T16:37:01.8499816Z 50% 2024-11-01T16:37:01.8502436Z 62% 2024-11-01T16:37:01.8505758Z 75% 2024-11-01T16:37:01.8508905Z 87% 2024-11-01T16:37:01.8511239Z 100% 2024-11-01T16:37:01.8516494Z New File 1.0 m test-times.json 2024-11-01T16:37:01.8517928Z 23% 2024-11-01T16:37:01.8519307Z 46% 2024-11-01T16:37:01.8521146Z 69% 2024-11-01T16:37:01.8522118Z 92% 2024-11-01T16:37:01.8525500Z 100% 2024-11-01T16:37:01.8525857Z 2024-11-01T16:37:01.8526330Z ------------------------------------------------------------------------------ 2024-11-01T16:37:01.8526755Z 2024-11-01T16:37:01.8527818Z Total Copied Skipped Mismatch FAILED Extras 2024-11-01T16:37:01.8528482Z Dirs : 1 1 0 0 0 0 2024-11-01T16:37:01.8529500Z Files : 2 2 0 0 0 0 2024-11-01T16:37:01.8530215Z Bytes : 5.06 m 5.06 m 0 0 0 0 2024-11-01T16:37:01.8531138Z Times : 0:00:00 0:00:00 0:00:00 0:00:00 2024-11-01T16:37:01.8531532Z 2024-11-01T16:37:01.8531914Z 2024-11-01T16:37:01.8533091Z Speed : 1327769000 Bytes/sec. 2024-11-01T16:37:01.8534020Z Speed : 75975.551 MegaBytes/min. 2024-11-01T16:37:01.8534487Z Ended : Friday, November 1, 2024 4:37:01 PM 2024-11-01T16:37:01.8534800Z 2024-11-01T16:37:02.1385153Z 1 file(s) copied. 2024-11-01T16:37:02.1387458Z 2024-11-01T16:37:02.1388734Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --show-stats --stats-format json | jq .stats 1>sccache-stats-win-vs2019-cpu-py3-32395790497.json 2024-11-01T16:37:02.1842196Z 2024-11-01T16:37:02.1842947Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --stop-server 2024-11-01T16:37:02.1927004Z Stopping sccache server... 2024-11-01T16:37:02.1945703Z Compile requests 7236 2024-11-01T16:37:02.1946148Z Compile requests executed 7236 2024-11-01T16:37:02.1946583Z Cache hits 7172 2024-11-01T16:37:02.1946972Z Cache hits (C/C++) 7172 2024-11-01T16:37:02.1947343Z Cache misses 47 2024-11-01T16:37:02.1947811Z Cache misses (C/C++) 47 2024-11-01T16:37:02.1949227Z Cache timeouts 0 2024-11-01T16:37:02.1949727Z Cache read errors 0 2024-11-01T16:37:02.1950127Z Forced recaches 0 2024-11-01T16:37:02.1950542Z Cache write errors 0 2024-11-01T16:37:02.1951044Z Compilation failures 3 2024-11-01T16:37:02.1951448Z Cache errors 14 2024-11-01T16:37:02.1951841Z Cache errors (C/C++) 14 2024-11-01T16:37:02.1952254Z Non-cacheable compilations 8 2024-11-01T16:37:02.1952653Z Non-cacheable calls 0 2024-11-01T16:37:02.1953065Z Non-compilation calls 0 2024-11-01T16:37:02.1953478Z Unsupported compiler calls 0 2024-11-01T16:37:02.1953880Z Average cache write 0.040 s 2024-11-01T16:37:02.1954296Z Average compiler 0.041 s 2024-11-01T16:37:02.1954723Z Average cache read hit 0.075 s 2024-11-01T16:37:02.1955185Z Failed distributed compilations 0 2024-11-01T16:37:02.1955821Z Cache location s3, name: ossci-compiler-cache, prefix: /pull/ 2024-11-01T16:37:02.1956407Z Version (client) 0.7.4 2024-11-01T16:37:02.1965519Z 2024-11-01T16:37:02.1965845Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T16:37:02.2084635Z + assert_git_not_dirty 2024-11-01T16:37:02.2091615Z + [[ win-vs2019-cpu-py3 != *rocm* ]] 2024-11-01T16:37:02.2092076Z + [[ win-vs2019-cpu-py3 != *xla* ]] 2024-11-01T16:37:02.2631823Z ++ git status --porcelain 2024-11-01T16:37:02.2684846Z ++ grep -v '?? third_party' 2024-11-01T16:37:24.5212574Z ++ true 2024-11-01T16:37:24.5223734Z + git_status= 2024-11-01T16:37:24.5224052Z + [[ -n '' ]] 2024-11-01T16:37:24.5224334Z + echo 'BUILD PASSED' 2024-11-01T16:37:24.5224670Z BUILD PASSED 2024-11-01T16:37:24.5931592Z ##[group]Run seemethere/upload-artifact-s3@v5 2024-11-01T16:37:24.5932078Z with: 2024-11-01T16:37:24.5932347Z retention-days: 14 2024-11-01T16:37:24.5932652Z if-no-files-found: error 2024-11-01T16:37:24.5932991Z name: win-vs2019-cpu-py3 2024-11-01T16:37:24.5933327Z path: C:\11632514903\build-results 2024-11-01T16:37:24.5933702Z s3-bucket: gha-artifacts 2024-11-01T16:37:24.5934034Z region: us-east-1 2024-11-01T16:37:24.5934294Z env: 2024-11-01T16:37:24.5934520Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:37:24.5935061Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:37:24.5935952Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:37:24.5936659Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:37:24.5937222Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:37:24.5937635Z ##[endgroup] 2024-11-01T16:37:25.4284676Z With the provided path, there will be 4 files uploaded 2024-11-01T16:37:25.4285378Z Uploading to s3 prefix: pytorch/pytorch/11632514903/win-vs2019-cpu-py3 2024-11-01T16:37:25.4309801Z Starting upload of .additional_ci_files\test-class-times.json 2024-11-01T16:37:25.6418790Z Finished upload of .additional_ci_files\test-class-times.json 2024-11-01T16:37:25.6420363Z Starting upload of .additional_ci_files\test-times.json 2024-11-01T16:37:25.8018764Z Finished upload of .additional_ci_files\test-times.json 2024-11-01T16:37:25.8021142Z Starting upload of .ninja_log 2024-11-01T16:37:26.0192617Z Finished upload of .ninja_log 2024-11-01T16:37:26.0194196Z Starting upload of torch-2.6.0a0+gitd1aa4ef-cp39-cp39-win_amd64.whl 2024-11-01T16:37:27.7938141Z Finished upload of torch-2.6.0a0+gitd1aa4ef-cp39-cp39-win_amd64.whl 2024-11-01T16:37:27.8340815Z ##[group]Run seemethere/upload-artifact-s3@v5 2024-11-01T16:37:27.8341266Z with: 2024-11-01T16:37:27.8341585Z s3-prefix: pytorch/pytorch/11632514903/1/artifact 2024-11-01T16:37:27.8342040Z retention-days: 14 2024-11-01T16:37:27.8342345Z if-no-files-found: warn 2024-11-01T16:37:27.8342668Z path: sccache-stats-*.json 2024-11-01T16:37:27.8342997Z name: artifact 2024-11-01T16:37:27.8343275Z s3-bucket: gha-artifacts 2024-11-01T16:37:27.8343584Z region: us-east-1 2024-11-01T16:37:27.8343847Z env: 2024-11-01T16:37:27.8344087Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:37:27.8344631Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:37:27.8345415Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:37:27.8346114Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:37:27.8346682Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:37:27.8347160Z ##[endgroup] 2024-11-01T16:37:28.2154203Z NOTE: s3-prefix specified, ignoring name parameter 2024-11-01T16:37:28.2154824Z With the provided path, there will be 1 file uploaded 2024-11-01T16:37:28.2155426Z Uploading to s3 prefix: pytorch/pytorch/11632514903/1/artifact 2024-11-01T16:37:28.2168422Z Starting upload of sccache-stats-win-vs2019-cpu-py3-32395790497.json 2024-11-01T16:37:28.3980473Z Finished upload of sccache-stats-win-vs2019-cpu-py3-32395790497.json 2024-11-01T16:37:28.4663165Z Prepare all required actions 2024-11-01T16:37:28.4663734Z Getting action download info 2024-11-01T16:37:28.6175001Z ##[group]Run ./.github/actions/teardown-win 2024-11-01T16:37:28.6175413Z with: 2024-11-01T16:37:28.6175708Z extra-delete-dir: /c/11632514903/build-results/ 2024-11-01T16:37:28.6176121Z env: 2024-11-01T16:37:28.6176368Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:37:28.6176899Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:37:28.6177674Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:37:28.6178369Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:37:28.6178991Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:37:28.6179449Z ##[endgroup] 2024-11-01T16:37:28.6282912Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2024-11-01T16:37:28.6283474Z .github\scripts\wait_for_ssh_to_drain.ps1 2024-11-01T16:37:28.6300430Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-11-01T16:37:28.6301083Z env: 2024-11-01T16:37:28.6301320Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:37:28.6301876Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:37:28.6302789Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:37:28.6303547Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:37:28.6304188Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:37:28.6304636Z ##[endgroup] 2024-11-01T16:37:28.9635420Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-11-01T16:37:28.9698049Z Finished 2024-11-01T16:37:29.1602859Z Holding runner until all ssh sessions have logged out 2024-11-01T16:37:29.1885987Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2024-11-01T16:37:29.1886652Z .github\scripts\kill_active_ssh_sessions.ps1 2024-11-01T16:37:29.1903918Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-11-01T16:37:29.1904715Z env: 2024-11-01T16:37:29.1905001Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:37:29.1905689Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:37:29.1906551Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:37:29.1907321Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:37:29.1907971Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:37:29.1908410Z ##[endgroup] 2024-11-01T16:37:29.5118434Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-11-01T16:37:29.5177916Z Finished 2024-11-01T16:37:29.5600481Z ##[group]Run pytorch/test-infra/.github/actions/cleanup-runner@main 2024-11-01T16:37:29.5601015Z env: 2024-11-01T16:37:29.5601248Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:37:29.5601810Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:37:29.5602585Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:37:29.5603298Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:37:29.5603862Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:37:29.5604279Z ##[endgroup] 2024-11-01T16:37:29.5677987Z ##[group]Run # This needs to be run before checking out PyTorch to avoid locking the working directory. 2024-11-01T16:37:29.5679105Z # This needs to be run before checking out PyTorch to avoid locking the working directory. 2024-11-01T16:37:29.5680146Z # Below is the list of commands that could lock $GITHUB_WORKSPACE gathered from sysinternals 2024-11-01T16:37:29.5680872Z # handle tool 2024-11-01T16:37:29.5681369Z $processes = "python", "ninja", "cl", "nvcc", "cmd", "sccache", "git" 2024-11-01T16:37:29.5681977Z Foreach ($process In $processes) { 2024-11-01T16:37:29.5683652Z  Try { 2024-11-01T16:37:29.5684408Z  # https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/stop-process 2024-11-01T16:37:29.5685458Z  Get-Process -Name $process -ErrorAction Stop | Stop-Process -Force 2024-11-01T16:37:29.5686038Z  } 2024-11-01T16:37:29.5686288Z  Catch { 2024-11-01T16:37:29.5686739Z  Write-Output "No leftover $process process, continuing" 2024-11-01T16:37:29.5687273Z  Write-Output $_ 2024-11-01T16:37:29.5687598Z  } 2024-11-01T16:37:29.5687836Z } 2024-11-01T16:37:29.5688058Z  2024-11-01T16:37:29.5688732Z # Try it again https://stackoverflow.com/questions/40585754/powershell-wont-terminate-hung-process 2024-11-01T16:37:29.5689540Z # for hung processes 2024-11-01T16:37:29.5689923Z Foreach ($process In $processes) { 2024-11-01T16:37:29.5690329Z  Try { 2024-11-01T16:37:29.5690899Z  (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process}%'").terminate() 2024-11-01T16:37:29.5691546Z  } 2024-11-01T16:37:29.5691798Z  Catch { 2024-11-01T16:37:29.5692093Z  Write-Output $_ 2024-11-01T16:37:29.5692402Z  } 2024-11-01T16:37:29.5692640Z } 2024-11-01T16:37:29.5692874Z  2024-11-01T16:37:29.5693093Z Try { 2024-11-01T16:37:29.5693433Z  # Print all the processes for debugging 2024-11-01T16:37:29.5694137Z  Wmic Path Win32_Process Get Caption,Processid,Commandline | Format-List 2024-11-01T16:37:29.5694739Z } 2024-11-01T16:37:29.5694981Z Catch { 2024-11-01T16:37:29.5695564Z  # Better to write out whatever exception thrown to help debugging any potential issue 2024-11-01T16:37:29.5696255Z  Write-Output $_ 2024-11-01T16:37:29.5696559Z } 2024-11-01T16:37:29.5711693Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-11-01T16:37:29.5712343Z env: 2024-11-01T16:37:29.5712660Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:37:29.5713280Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:37:29.5714057Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:37:29.5714740Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:37:29.5715313Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:37:29.5715726Z ##[endgroup] 2024-11-01T16:37:29.8976933Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-11-01T16:37:29.9038974Z Finished 2024-11-01T16:37:29.9307691Z No leftover python process, continuing 2024-11-01T16:37:30.0003215Z Get-Process : Cannot find a process with the name "python". Verify the process name and call the cmdlet again. 2024-11-01T16:37:30.0004284Z At C:\actions-runner\_work\_temp\625aa5b4-f025-4f25-9af0-96dbcf9503b4.ps1:9 char:5 2024-11-01T16:37:30.0005131Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T16:37:30.0005789Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:37:30.0006482Z + CategoryInfo : ObjectNotFound: (python:String) [Get-Process], ProcessCommandException 2024-11-01T16:37:30.0007622Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T16:37:30.0008434Z 2024-11-01T16:37:30.0018219Z No leftover ninja process, continuing 2024-11-01T16:37:30.0028673Z Get-Process : Cannot find a process with the name "ninja". Verify the process name and call the cmdlet again. 2024-11-01T16:37:30.0029741Z At C:\actions-runner\_work\_temp\625aa5b4-f025-4f25-9af0-96dbcf9503b4.ps1:9 char:5 2024-11-01T16:37:30.0030567Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T16:37:30.0031197Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:37:30.0033028Z + CategoryInfo : ObjectNotFound: (ninja:String) [Get-Process], ProcessCommandException 2024-11-01T16:37:30.0034210Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T16:37:30.0035039Z 2024-11-01T16:37:30.0043166Z No leftover cl process, continuing 2024-11-01T16:37:30.0052806Z Get-Process : Cannot find a process with the name "cl". Verify the process name and call the cmdlet again. 2024-11-01T16:37:30.0053813Z At C:\actions-runner\_work\_temp\625aa5b4-f025-4f25-9af0-96dbcf9503b4.ps1:9 char:5 2024-11-01T16:37:30.0054624Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T16:37:30.0055273Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:37:30.0055960Z + CategoryInfo : ObjectNotFound: (cl:String) [Get-Process], ProcessCommandException 2024-11-01T16:37:30.0057091Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T16:37:30.0057898Z 2024-11-01T16:37:30.0066561Z No leftover nvcc process, continuing 2024-11-01T16:37:30.0076757Z Get-Process : Cannot find a process with the name "nvcc". Verify the process name and call the cmdlet again. 2024-11-01T16:37:30.0077769Z At C:\actions-runner\_work\_temp\625aa5b4-f025-4f25-9af0-96dbcf9503b4.ps1:9 char:5 2024-11-01T16:37:30.0078595Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T16:37:30.0079238Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:37:30.0079919Z + CategoryInfo : ObjectNotFound: (nvcc:String) [Get-Process], ProcessCommandException 2024-11-01T16:37:30.0081027Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T16:37:30.0081841Z 2024-11-01T16:37:30.0089038Z No leftover cmd process, continuing 2024-11-01T16:37:30.0099194Z Get-Process : Cannot find a process with the name "cmd". Verify the process name and call the cmdlet again. 2024-11-01T16:37:30.0100250Z At C:\actions-runner\_work\_temp\625aa5b4-f025-4f25-9af0-96dbcf9503b4.ps1:9 char:5 2024-11-01T16:37:30.0101357Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T16:37:30.0101968Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:37:30.0102641Z + CategoryInfo : ObjectNotFound: (cmd:String) [Get-Process], ProcessCommandException 2024-11-01T16:37:30.0103768Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T16:37:30.0104586Z 2024-11-01T16:37:30.0111286Z No leftover sccache process, continuing 2024-11-01T16:37:30.0120963Z Get-Process : Cannot find a process with the name "sccache". Verify the process name and call the cmdlet again. 2024-11-01T16:37:30.0122005Z At C:\actions-runner\_work\_temp\625aa5b4-f025-4f25-9af0-96dbcf9503b4.ps1:9 char:5 2024-11-01T16:37:30.0122839Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T16:37:30.0123484Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:37:30.0124191Z + CategoryInfo : ObjectNotFound: (sccache:String) [Get-Process], ProcessCommandException 2024-11-01T16:37:30.0125334Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T16:37:30.0126139Z 2024-11-01T16:37:30.0133395Z No leftover git process, continuing 2024-11-01T16:37:30.0143130Z Get-Process : Cannot find a process with the name "git". Verify the process name and call the cmdlet again. 2024-11-01T16:37:30.0144192Z At C:\actions-runner\_work\_temp\625aa5b4-f025-4f25-9af0-96dbcf9503b4.ps1:9 char:5 2024-11-01T16:37:30.0145051Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T16:37:30.0145654Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:37:30.0146471Z + CategoryInfo : ObjectNotFound: (git:String) [Get-Process], ProcessCommandException 2024-11-01T16:37:30.0147583Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T16:37:30.0148404Z 2024-11-01T16:37:30.0628059Z You cannot call a method on a null-valued expression. 2024-11-01T16:37:30.0628878Z At C:\actions-runner\_work\_temp\625aa5b4-f025-4f25-9af0-96dbcf9503b4.ps1:21 char:5 2024-11-01T16:37:30.0629718Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T16:37:30.0630361Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:37:30.0630978Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-11-01T16:37:30.0631573Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-11-01T16:37:30.0631992Z 2024-11-01T16:37:30.0782954Z You cannot call a method on a null-valued expression. 2024-11-01T16:37:30.0783703Z At C:\actions-runner\_work\_temp\625aa5b4-f025-4f25-9af0-96dbcf9503b4.ps1:21 char:5 2024-11-01T16:37:30.0784556Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T16:37:30.0785207Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:37:30.0785814Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-11-01T16:37:30.0786427Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-11-01T16:37:30.0787730Z 2024-11-01T16:37:30.0929019Z You cannot call a method on a null-valued expression. 2024-11-01T16:37:30.0929777Z At C:\actions-runner\_work\_temp\625aa5b4-f025-4f25-9af0-96dbcf9503b4.ps1:21 char:5 2024-11-01T16:37:30.0930617Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T16:37:30.0931264Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:37:30.0931870Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-11-01T16:37:30.0932477Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-11-01T16:37:30.0932917Z 2024-11-01T16:37:30.1074282Z You cannot call a method on a null-valued expression. 2024-11-01T16:37:30.1075194Z At C:\actions-runner\_work\_temp\625aa5b4-f025-4f25-9af0-96dbcf9503b4.ps1:21 char:5 2024-11-01T16:37:30.1076099Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T16:37:30.1076741Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:37:30.1077347Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-11-01T16:37:30.1078041Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-11-01T16:37:30.1078472Z 2024-11-01T16:37:30.1217022Z You cannot call a method on a null-valued expression. 2024-11-01T16:37:30.1217788Z At C:\actions-runner\_work\_temp\625aa5b4-f025-4f25-9af0-96dbcf9503b4.ps1:21 char:5 2024-11-01T16:37:30.1218625Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T16:37:30.1219317Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:37:30.1219984Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-11-01T16:37:30.1220599Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-11-01T16:37:30.1221024Z 2024-11-01T16:37:30.1363966Z You cannot call a method on a null-valued expression. 2024-11-01T16:37:30.1364727Z At C:\actions-runner\_work\_temp\625aa5b4-f025-4f25-9af0-96dbcf9503b4.ps1:21 char:5 2024-11-01T16:37:30.1365562Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T16:37:30.1366270Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:37:30.1366892Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-11-01T16:37:30.1367499Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-11-01T16:37:30.1367909Z 2024-11-01T16:37:30.1505159Z You cannot call a method on a null-valued expression. 2024-11-01T16:37:30.1506105Z At C:\actions-runner\_work\_temp\625aa5b4-f025-4f25-9af0-96dbcf9503b4.ps1:21 char:5 2024-11-01T16:37:30.1506945Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T16:37:30.1507581Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:37:30.1508198Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-11-01T16:37:30.1508881Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-11-01T16:37:30.1509292Z 2024-11-01T16:37:30.2398840Z Caption CommandLine ProcessId 2024-11-01T16:37:30.2399497Z 2024-11-01T16:37:30.2399957Z System Idle Process 0 2024-11-01T16:37:30.2400563Z 2024-11-01T16:37:30.2400978Z System 4 2024-11-01T16:37:30.2401679Z 2024-11-01T16:37:30.2414047Z Registry 168 2024-11-01T16:37:30.2414688Z 2024-11-01T16:37:30.2415228Z smss.exe 408 2024-11-01T16:37:30.2415878Z 2024-11-01T16:37:30.2416286Z csrss.exe 536 2024-11-01T16:37:30.2416922Z 2024-11-01T16:37:30.2417353Z wininit.exe 612 2024-11-01T16:37:30.2417891Z 2024-11-01T16:37:30.2419650Z csrss.exe 620 2024-11-01T16:37:30.2420181Z 2024-11-01T16:37:30.2421709Z winlogon.exe winlogon.exe 684 2024-11-01T16:37:30.2422501Z 2024-11-01T16:37:30.2422941Z services.exe 752 2024-11-01T16:37:30.2423502Z 2024-11-01T16:37:30.2424072Z lsass.exe C:\Windows\system32\lsass.exe 772 2024-11-01T16:37:30.2424865Z 2024-11-01T16:37:30.2425648Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s PlugPlay 900 2024-11-01T16:37:30.2429884Z 2024-11-01T16:37:30.2430606Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p 924 2024-11-01T16:37:30.2431501Z 2024-11-01T16:37:30.2432018Z fontdrvhost.exe "fontdrvhost.exe" 960 2024-11-01T16:37:30.2432755Z 2024-11-01T16:37:30.2433266Z fontdrvhost.exe "fontdrvhost.exe" 964 2024-11-01T16:37:30.2433942Z 2024-11-01T16:37:30.2434584Z svchost.exe C:\Windows\system32\svchost.exe -k RPCSS -p 120 2024-11-01T16:37:30.2435344Z 2024-11-01T16:37:30.2436043Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s LSM 560 2024-11-01T16:37:30.2436953Z 2024-11-01T16:37:30.2437432Z dwm.exe "dwm.exe" 744 2024-11-01T16:37:30.2437987Z 2024-11-01T16:37:30.2438810Z svchost.exe C:\Windows\System32\svchost.exe -k termsvcs -s TermService 1056 2024-11-01T16:37:30.2439643Z 2024-11-01T16:37:30.2440483Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s NcbService 1164 2024-11-01T16:37:30.2441463Z 2024-11-01T16:37:30.2442055Z nvwmi64.exe C:\Windows\System32\nvwmi64.exe 1340 2024-11-01T16:37:30.2442749Z 2024-11-01T16:37:30.2443585Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s EventLog 1352 2024-11-01T16:37:30.2445246Z 2024-11-01T16:37:30.2447137Z 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 1400 2024-11-01T16:37:30.2449302Z 2024-11-01T16:37:30.2450005Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s nsi 1428 2024-11-01T16:37:30.2450900Z 2024-11-01T16:37:30.2451575Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s gpsvc 1464 2024-11-01T16:37:30.2452401Z 2024-11-01T16:37:30.2453210Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s Dhcp 1480 2024-11-01T16:37:30.2454151Z 2024-11-01T16:37:30.2454868Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s NlaSvc 1540 2024-11-01T16:37:30.2455727Z 2024-11-01T16:37:30.2456415Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s ProfSvc 1588 2024-11-01T16:37:30.2457244Z 2024-11-01T16:37:30.2457997Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s Themes 1596 2024-11-01T16:37:30.2458817Z 2024-11-01T16:37:30.2459552Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s EventSystem 1604 2024-11-01T16:37:30.2460426Z 2024-11-01T16:37:30.2461117Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Schedule 1668 2024-11-01T16:37:30.2461943Z 2024-11-01T16:37:30.2462663Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s netprofm 1768 2024-11-01T16:37:30.2463857Z 2024-11-01T16:37:30.2464532Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s SENS 1812 2024-11-01T16:37:30.2465325Z 2024-11-01T16:37:30.2466103Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s Dnscache 1920 2024-11-01T16:37:30.2467019Z 2024-11-01T16:37:30.2467869Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s TimeBrokerSvc 1944 2024-11-01T16:37:30.2468939Z 2024-11-01T16:37:30.2469758Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s lmhosts 1952 2024-11-01T16:37:30.2470710Z 2024-11-01T16:37:30.2471468Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p 2020 2024-11-01T16:37:30.2472358Z 2024-11-01T16:37:30.2473184Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s ShellHWDetection 1160 2024-11-01T16:37:30.2474049Z 2024-11-01T16:37:30.2474786Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s FontCache 1832 2024-11-01T16:37:30.2475637Z 2024-11-01T16:37:30.2476409Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetworkFirewall -p 2076 2024-11-01T16:37:30.2477288Z 2024-11-01T16:37:30.2478087Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s LanmanWorkstation 2160 2024-11-01T16:37:30.2479005Z 2024-11-01T16:37:30.2479900Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s WinHttpAutoProxySvc 2276 2024-11-01T16:37:30.2480951Z 2024-11-01T16:37:30.2481539Z spoolsv.exe C:\Windows\System32\spoolsv.exe 2488 2024-11-01T16:37:30.2482279Z 2024-11-01T16:37:30.2483021Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s CryptSvc 2564 2024-11-01T16:37:30.2483879Z 2024-11-01T16:37:30.2484695Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s SysMain 2572 2024-11-01T16:37:30.2485622Z 2024-11-01T16:37:30.2486310Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Winmgmt 2584 2024-11-01T16:37:30.2487134Z 2024-11-01T16:37:30.2487833Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UserManager 2592 2024-11-01T16:37:30.2488679Z 2024-11-01T16:37:30.2489775Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetwork -p 2600 2024-11-01T16:37:30.2490648Z 2024-11-01T16:37:30.2491359Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s WinRM 2608 2024-11-01T16:37:30.2492221Z 2024-11-01T16:37:30.2492935Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s WpnService 2628 2024-11-01T16:37:30.2493783Z 2024-11-01T16:37:30.2494737Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s TrkWks 2620 2024-11-01T16:37:30.2495728Z 2024-11-01T16:37:30.2496428Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -s W32Time 2616 2024-11-01T16:37:30.2497269Z 2024-11-01T16:37:30.2497965Z svchost.exe C:\Windows\System32\svchost.exe -k smbsvcs -s LanmanServer 2888 2024-11-01T16:37:30.2498846Z 2024-11-01T16:37:30.2499435Z sshd.exe C:\Windows\System32\OpenSSH\sshd.exe 2940 2024-11-01T16:37:30.2500169Z 2024-11-01T16:37:30.2501011Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s UmRdpService 3020 2024-11-01T16:37:30.2501999Z 2024-11-01T16:37:30.2502956Z IpOverUsbSvc.exe "C:\Program Files (x86)\Common Files\Microsoft Shared\Phone Tools\CoreCon\11.0\bin\IpOverUsbSvc.exe" 3048 2024-11-01T16:37:30.2504042Z 2024-11-01T16:37:30.2504756Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc 3188 2024-11-01T16:37:30.2505629Z 2024-11-01T16:37:30.2506577Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv 3292 2024-11-01T16:37:30.2507430Z 2024-11-01T16:37:30.2508119Z svchost.exe C:\Windows\System32\svchost.exe -k NetSvcs -p -s iphlpsvc 3368 2024-11-01T16:37:30.2509054Z 2024-11-01T16:37:30.2509911Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkServiceNetworkRestricted -p -s PolicyAgent 3776 2024-11-01T16:37:30.2510902Z 2024-11-01T16:37:30.2511593Z LogonUI.exe "LogonUI.exe" /flags:0x2 /state0:0xa3a76055 /state1:0x41c64e6d 3216 2024-11-01T16:37:30.2512614Z 2024-11-01T16:37:30.2514310Z 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 3008 2024-11-01T16:37:30.2516104Z 2024-11-01T16:37:30.2516770Z nvwmi64.exe C:\Windows\System32\nvwmi64.exe -spawnprovider 2516 2024-11-01T16:37:30.2517588Z 2024-11-01T16:37:30.2518131Z vds.exe C:\Windows\System32\vds.exe 4888 2024-11-01T16:37:30.2518795Z 2024-11-01T16:37:30.2519617Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s PcaSvc 1120 2024-11-01T16:37:30.2520551Z 2024-11-01T16:37:30.2521571Z start-amazon-cloudwatch-agent.exe "C:\Program Files\Amazon\AmazonCloudWatchAgent\start-amazon-cloudwatch-agent.exe" 3888 2024-11-01T16:37:30.2522708Z 2024-11-01T16:37:30.2524801Z 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 4544 2024-11-01T16:37:30.2526925Z 2024-11-01T16:37:30.2527544Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4488 2024-11-01T16:37:30.2528279Z 2024-11-01T16:37:30.2529037Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNoNetwork -p -s DPS 2712 2024-11-01T16:37:30.2529912Z 2024-11-01T16:37:30.2530480Z msdtc.exe C:\Windows\System32\msdtc.exe 3680 2024-11-01T16:37:30.2531172Z 2024-11-01T16:37:30.2531977Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s UALSVC 4500 2024-11-01T16:37:30.2532957Z 2024-11-01T16:37:30.2533639Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UsoSvc 1928 2024-11-01T16:37:30.2534503Z 2024-11-01T16:37:30.2535305Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s StorSvc 2960 2024-11-01T16:37:30.2536257Z 2024-11-01T16:37:30.2536988Z svchost.exe C:\Windows\system32\svchost.exe -k appmodel -p -s StateRepository 3208 2024-11-01T16:37:30.2537864Z 2024-11-01T16:37:30.2538465Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 2916 2024-11-01T16:37:30.2539209Z 2024-11-01T16:37:30.2539917Z Runner.Listener.exe "C:\actions-runner\\bin\Runner.Listener.exe" run 3444 2024-11-01T16:37:30.2540772Z 2024-11-01T16:37:30.2541690Z MicrosoftEdgeUpdate.exe "C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /c 4764 2024-11-01T16:37:30.2542689Z 2024-11-01T16:37:30.2543405Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s CDPSvc 1644 2024-11-01T16:37:30.2544264Z 2024-11-01T16:37:30.2545014Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s LicenseManager 4112 2024-11-01T16:37:30.2545915Z 2024-11-01T16:37:30.2546648Z amazon-ssm-agent.exe "C:\Program Files\Amazon\SSM\amazon-ssm-agent.exe" 3768 2024-11-01T16:37:30.2547557Z 2024-11-01T16:37:30.2548285Z ssm-agent-worker.exe "C:\Program Files\Amazon\SSM\ssm-agent-worker.exe" 4592 2024-11-01T16:37:30.2549210Z 2024-11-01T16:37:30.2549829Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 2208 2024-11-01T16:37:30.2550707Z 2024-11-01T16:37:30.2551521Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s DsSvc 4900 2024-11-01T16:37:30.2552453Z 2024-11-01T16:37:30.2553237Z Runner.Worker.exe "C:\actions-runner\bin\Runner.Worker.exe" spawnclient 2748 2792 5300 2024-11-01T16:37:30.2554133Z 2024-11-01T16:37:30.2554741Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 6024 2024-11-01T16:37:30.2555474Z 2024-11-01T16:37:30.2556101Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 3924 2024-11-01T16:37:30.2556847Z 2024-11-01T16:37:30.2558106Z powershell.exe "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE" -command ". 'C:\actions-runner\_work\_temp\625aa5b4-f025-4f25-9af0-96dbcf9503b4.ps1'" 1316 2024-11-01T16:37:30.2559410Z 2024-11-01T16:37:30.2560276Z WMIC.exe "C:\Windows\System32\Wbem\WMIC.exe" Path Win32_Process Get Caption,Processid,Commandline 4916 2024-11-01T16:37:30.2561263Z 2024-11-01T16:37:30.2561267Z 2024-11-01T16:37:30.2561271Z 2024-11-01T16:37:30.2797827Z ##[group]Run nick-fields/retry@v3.0.0 2024-11-01T16:37:30.2798189Z with: 2024-11-01T16:37:30.2798420Z shell: bash 2024-11-01T16:37:30.2798679Z timeout_minutes: 5 2024-11-01T16:37:30.2798959Z max_attempts: 3 2024-11-01T16:37:30.2799279Z retry_wait_seconds: 90 2024-11-01T16:37:30.2800882Z 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:37:30.2802584Z polling_interval_seconds: 1 2024-11-01T16:37:30.2802919Z warning_on_retry: true 2024-11-01T16:37:30.2803237Z continue_on_error: false 2024-11-01T16:37:30.2803539Z env: 2024-11-01T16:37:30.2803762Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:37:30.2804300Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:37:30.2805107Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:37:30.2805824Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:37:30.2806399Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:37:30.2806881Z EXTRA_DELETE_DIR: /c/11632514903/build-results/ 2024-11-01T16:37:30.2807348Z ##[endgroup] 2024-11-01T16:37:30.5135865Z + '[' -n /c/11632514903/build-results/ ']' 2024-11-01T16:37:30.5136346Z + rm -rf /c/11632514903/build-results/ 2024-11-01T16:37:30.5545725Z + 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-32395790497.json ./scripts ./setup.py ./test ./third_party ./tools ./torch ./torch.egg-info ./torchgen ./ubsan.supp ./ufunc_defs.bzl ./version.txt 2024-11-01T16:37:53.5690949Z Command completed after 1 attempt(s). 2024-11-01T16:37:53.5882212Z ##[group]Run handle C:\actions-runner\_work\ 2024-11-01T16:37:53.5882709Z handle C:\actions-runner\_work\ 2024-11-01T16:37:53.5898130Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-11-01T16:37:53.5898787Z env: 2024-11-01T16:37:53.5899054Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:37:53.5899612Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:37:53.5900382Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:37:53.5901107Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:37:53.5901703Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:37:53.5902136Z ##[endgroup] 2024-11-01T16:37:53.9127062Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-11-01T16:37:53.9188827Z Finished 2024-11-01T16:37:54.0003601Z 2024-11-01T16:37:54.0003943Z Nthandle v5.0 - Handle viewer 2024-11-01T16:37:54.0004433Z Copyright (C) 1997-2022 Mark Russinovich 2024-11-01T16:37:54.0007190Z Sysinternals - www.sysinternals.com 2024-11-01T16:37:54.0007533Z 2024-11-01T16:37:54.0268767Z powershell.exe pid: 4176 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2024-11-01T16:37:54.0269703Z handle.exe pid: 3688 type: File 48: C:\actions-runner\_work\pytorch\pytorch 2024-11-01T16:37:54.0270601Z handle.exe pid: 5896 type: File 94: C:\actions-runner\_work\pytorch\pytorch 2024-11-01T16:37:54.0271497Z handle64.exe pid: 1236 type: File 50: C:\actions-runner\_work\pytorch\pytorch 2024-11-01T16:37:54.0685234Z Post job cleanup. 2024-11-01T16:37:54.0809050Z Post job cleanup. 2024-11-01T16:37:54.2312139Z [command]"C:\Program Files\Git\cmd\git.exe" version 2024-11-01T16:37:54.2515106Z git version 2.46.0.windows.1 2024-11-01T16:37:54.2571251Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\87cea003-d896-4387-9fb3-afa5dae8ce0b\.gitconfig' 2024-11-01T16:37:54.2589245Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\87cea003-d896-4387-9fb3-afa5dae8ce0b' before making global git config changes 2024-11-01T16:37:54.2590492Z Adding repository directory to the temporary git global config as a safe directory 2024-11-01T16:37:54.2597001Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2024-11-01T16:37:54.2867554Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2024-11-01T16:37:54.3102944Z [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:37:54.7743964Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-11-01T16:37:54.7933773Z http.https://github.com/.extraheader 2024-11-01T16:37:54.7973757Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2024-11-01T16:37:54.8216597Z [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:37:55.1841397Z Evaluate and set job outputs 2024-11-01T16:37:55.1852716Z Set output 'test-matrix' 2024-11-01T16:37:55.1858083Z Cleaning up orphan processes